aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/openbsd.zig
AgeCommit message (Expand)Author
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
2021-07-29std/c: add pthread_setname_np and pthread_getname_npVincent Rischmann
2021-01-18std: define pipe2 only for os that support itLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-12add pthread_key functionsSébastien Marie
2021-01-01std: Show the panicking thread IDLemonBoy
2020-12-31Year++Frank Denis
2020-12-25openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)Sébastien Marie
2020-12-25openbsd: define sem_t as optional pointer on opaque {}Sébastien Marie
2020-12-09small fixes and zig fmtVexu
2020-11-20openbsd: malloc_usable_size is unavailable on OpenBSDSébastien Marie
2020-11-05Implement a fallback mechanism for posix_memalignLemonBoy
2020-10-11add minimal openbsd supportSébastien Marie
2020-08-20add license header to all std lib filesAndrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley