aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/netbsd.zig
AgeCommit message (Expand)Author
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-04std.os: fix alignment of Sigaction.handler_fnRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-07-04std: update bsd bits to new fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-05-26std.c: Fix incorrect dirent structure (#11602)Yuto Oguchi
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-02-14Merge pull request #10486 from ominitay/metadataVeikka Tuominen
2022-02-13std.c.*: add birthtime function to Statominitay
2022-02-11validate in Windows using VirtualQuerym
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-06std: update event loop for recent usingnamespace changesJacob G-W
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-07-29std/c: add pthread_setname_np and pthread_getname_npVincent Rischmann
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-04-07netbsd: minor fixes to allow stage1 to buildMichael Dusan
2021-01-18std: define pipe2 only for os that support itLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-01std: Show the panicking thread IDLemonBoy
2020-12-31Year++Frank Denis
2020-11-05Implement a fallback mechanism for posix_memalignLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-05zig fmtTadeo Kondrak
2020-05-01Add arc4random_buf() in NetBSD libc, use it to implement getrandom()nia
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-23std: Use getdents on all the BSDsLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2019-11-08fixups and zig fmtAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley