aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/openbsd.zig
AgeCommit message (Expand)Author
2023-07-31std.c.openbsd: remove "msg_" prefixes from structsAndrew Kelley
2023-07-31std.c.openbsd: add PTHREAD_STACK_MINAndrew Kelley
2023-07-31std.c.openbsd: add ucontext_t for aarch64Andrew Kelley
2023-07-31Revert "std.c: openbsd sigcontext/ucontext for arm64."Andrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...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-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-22std.c: openbsd sigcontext/ucontext fix enumMichael Dusan
2023-05-09std.c: openbsd sigcontext/ucontext for arm64.David Carlier
2023-01-03Merge pull request #13980 from ziglang/std.netAndrew Kelley
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-26openbsd: fix sigcontext struct and avoid defining fxsave64Sébastien Marie
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-13target: Rename sparcv9 -> sparc64Koakuma
2022-04-19std.Thread.Futex improvements (#11464)protty
2022-02-20fix formatting in openbsd.zigVeikka Tuominen
2022-02-20Add OpenBSD auth functionsDante Catalfamo
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
2022-02-07std: fix i386-openbsd failing to build from sourceAndrew Kelley
2021-12-22Add BSD Authentication constants (#10376)Dante Catalfamo
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-11-20Add OpenBSD termios constants to std.c.openbsd (#10178)Dante Catalfamo
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
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