aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/dragonfly.zig
AgeCommit message (Expand)Author
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-04-19std.Thread.Futex improvements (#11464)protty
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-02-11validate in Windows using VirtualQuerym
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-09dragonfly: port std.Thread.setname/getnameMichael Dusan
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-01re-apply a commit dropped in this branch due to conflictsAndrew 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: 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-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-01-18std: define pipe2 only for os that support itLemonBoy
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
2019-11-08fixups and zig fmtAndrew Kelley
2019-10-30DragonFlyBSD supportTse