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
/
c
/
netbsd.zig
Age
Commit message (
Expand
)
Author
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-13
std.posix.ptrace: support more platforms more correctly
Justus Klausecker
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2024-07-19
std.c reorganization
Andrew Kelley
2024-06-17
std: fix pthread_{get,set}name_np return type ABI
Isaac Freund
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-03-14
bsd: add missing os.IFNAMESIZE
Michael Dusan
2024-02-15
std.os.termios: add/fix std.c.TCSA for BSDs
Michael Dusan
2024-02-14
bsd: debitrot type-safe std.c.O
Michael Dusan
2024-02-12
std.os.speed_t: add type safety
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2023-08-15
netbsd: std.c: fix pthread_rwlock_t
Michael Dusan
2023-08-15
netbsd: std.c.REG: populate indexes for x86_64
Michael Dusan
2023-07-31
Revert "std: adding netbsd's pthread to cpu affinity api"
Andrew Kelley
2023-07-31
Revert "std: adding sigevent to supported platforms."
Andrew Kelley
2023-07-31
Revert "std.c:complete further more netbsd's mmap flags"
Andrew Kelley
2023-07-31
Revert "std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt."
Andrew Kelley
2023-07-31
Revert "std.c: adding ptrace for netbsd."
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
Revert "std.c: exposing timer api"
Andrew Kelley
2023-07-31
Revert "std.c: update netbsd/openbsd mman constants"
Andrew Kelley
2023-07-31
Revert "std.c: msghdr* struct removing prefixes to match linux."
Andrew Kelley
2023-07-01
std.c: msghdr* struct removing prefixes to match linux.
David CARLIER
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-22
std.c: update netbsd/openbsd mman constants
David CARLIER
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
std.c: exposing timer api
David CARLIER
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-20
std.c: adding ptrace for netbsd.
David CARLIER
2023-05-16
std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt.
David CARLIER
2023-04-30
std.c:complete further more netbsd's mmap flags
David CARLIER
2023-04-23
std: adding sigevent to supported platforms.
David CARLIER
2023-04-22
std: adding netbsd's pthread to cpu affinity api
David CARLIER
2023-04-06
Add NetBSD termios constants to std.c.netbsd
Nikita Ronja
2023-01-28
netbsd: use versioned __msync13 from libc
Michael Dusan
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-03
Merge pull request #13980 from ziglang/std.net
Andrew Kelley
2023-01-02
netbsd: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
std.fs: add NAME_MAX for openbsd and netbsd
Michael Dusan
[next]