index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libs
/
freebsd.zig
Age
Commit message (
Expand
)
Author
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-28
compiler: update not to use GenericWriter
Andrew Kelley
2025-08-14
Merge pull request #24825 from alexrp/freebsd-fixes
Alex Rønne Petersen
2025-08-13
freebsd: correctly define __FreeBSD_version to the first stable release
Alex Rønne Petersen
2025-08-13
freebsd: fix PIC macro not being defined for crt1_s.S
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-06
link: prevent deadlock when prelink tasks fail
mlugg
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
libs: fix caching behavior
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-05-20
Merge pull request #23913 from alexrp/netbsd-libc
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
freebsd: Fix stub libraries containing versioned symbols that shouldn't be.
Alex Rønne Petersen
2025-05-17
freebsd: Fix selection of unversioned symbol inclusion.
Alex Rønne Petersen
2025-05-17
freebsd: Remove dead Thumb handling code.
Alex Rønne Petersen
2025-05-11
freebsd: Create strong references to __progname and environ in stub libc.so.
Alex Rønne Petersen
2025-05-10
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen