aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/linux.zig
AgeCommit message (Expand)Author
2020-11-18Merge pull request #6385 from LemonBoy/callocatorAndrew Kelley
2020-11-05Implement a fallback mechanism for posix_memalignLemonBoy
2020-11-01Add libc signatureJoran Dirk Greef
2020-10-04implement {get, set}rlimit for linuxxackus
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-17add signalfd to std.c.linuxLuna
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-05-05zig fmtTadeo Kondrak
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2019-12-31c.linux: add memfd_createLuna
2019-12-10improve dynamic library APIAndrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-10-28move libc/linux bits aroundAndrew Kelley
2019-09-27support Android NDK and bionicmeme
2019-09-25mv std/ lib/Andrew Kelley