aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/netbsd.zig
AgeCommit message (Expand)Author
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2024-07-19std.c reorganizationAndrew Kelley
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15bsd: debitrot std.cMichael Dusan
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-02-15std.os.termios: add/fix std.c.TCSA for BSDsMichael Dusan
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2023-08-15netbsd: std.c: fix pthread_rwlock_tMichael Dusan
2023-08-15netbsd: std.c.REG: populate indexes for x86_64Michael Dusan
2023-07-31Revert "std: adding netbsd's pthread to cpu affinity api"Andrew Kelley
2023-07-31Revert "std: adding sigevent to supported platforms."Andrew Kelley
2023-07-31Revert "std.c:complete further more netbsd's mmap flags"Andrew Kelley
2023-07-31Revert "std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt."Andrew Kelley
2023-07-31Revert "std.c: adding ptrace for netbsd."Andrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...Andrew Kelley
2023-07-31Revert "std.c: exposing timer api"Andrew Kelley
2023-07-31Revert "std.c: update netbsd/openbsd mman constants"Andrew Kelley
2023-07-31Revert "std.c: msghdr* struct removing prefixes to match linux."Andrew Kelley
2023-07-01std.c: msghdr* struct removing prefixes to match linux.David CARLIER
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-22std.c: update netbsd/openbsd mman constantsDavid CARLIER
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18std.c: exposing timer apiDavid CARLIER
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-20std.c: adding ptrace for netbsd.David CARLIER
2023-05-16std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt.David CARLIER
2023-04-30std.c:complete further more netbsd's mmap flagsDavid CARLIER
2023-04-23std: adding sigevent to supported platforms.David CARLIER
2023-04-22std: adding netbsd's pthread to cpu affinity apiDavid CARLIER
2023-04-06Add NetBSD termios constants to std.c.netbsdNikita Ronja
2023-01-28netbsd: use versioned __msync13 from libcMichael Dusan
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-03Merge pull request #13980 from ziglang/std.netAndrew Kelley
2023-01-02netbsd: getFdPath: F_GETPATH implementationMichael Dusan
2023-01-02std.fs: add NAME_MAX for openbsd and netbsdMichael Dusan