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
/
lib
/
std
/
os
/
bits
/
netbsd.zig
Age
Commit message (
Expand
)
Author
2021-01-05
freebsd, netbsd, dragonfly: add struct timeval
xackus
2020-12-31
Year++
Frank Denis
2020-12-13
std: Update more siginfo bits for BSDs
LemonBoy
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-04-02
Add LOCK_* constants to BSD `os/bits`
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-01
std: Fix more NetBSD bits
LemonBoy
2020-03-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-23
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-23
Add O_SHLOCK and O_EXLOCK to freebsd and netbsd
LeRoyce Pearson
2020-03-23
std: Add missing C bits and defines for NetBSD
LemonBoy
2020-03-23
std: Add missing C defines for NetBSD
LemonBoy
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-17
Match netbsd's flock fields with others
LeRoyce Pearson
2020-03-14
Define Flock for all posix systems
LeRoyce Pearson
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-14
Correct dlpi_name field type
LemonBoy
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
fix os.sockaddr being a union instead of a struct
Andrew Kelley
2019-10-30
canonicalize std.os IPPROTO constants
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley