aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/netbsd.zig
AgeCommit message (Expand)Author
2021-01-05freebsd, netbsd, dragonfly: add struct timevalxackus
2020-12-31Year++Frank Denis
2020-12-13std: Update more siginfo bits for BSDsLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-02Add LOCK_* constants to BSD `os/bits`LeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-23Add O_SHLOCK and O_EXLOCK to freebsd and netbsdLeRoyce Pearson
2020-03-23std: Add missing C bits and defines for NetBSDLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-17Match netbsd's flock fields with othersLeRoyce Pearson
2020-03-14Define Flock for all posix systemsLeRoyce Pearson
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-14Correct dlpi_name field typeLemonBoy
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-10-31DragonFlyBSD tidyupTse
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30fix os.sockaddr being a union instead of a structAndrew Kelley
2019-10-30canonicalize std.os IPPROTO constantsAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley