aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/netbsd.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-01std: Show the panicking thread IDLemonBoy
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
2020-05-01Add arc4random_buf() in NetBSD libc, use it to implement getrandom()nia
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-23std: Use getdents on all the BSDsLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2019-11-08fixups and zig fmtAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley