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