aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/netbsd.zig
AgeCommit message (Expand)Author
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
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