aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/linux.zig
AgeCommit message (Expand)Author
2022-10-21Support compiling for the android NDK (#13245)Louis Pearson
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-16fix android definition of pthread_rwlock_t (#12830)billzez
2022-05-26Merge pull request #11598 from aiotter/masterAndrew Kelley
2022-05-17std.c: Implement dirent on std/c/linux.zigaiotter
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-03-20stage2: disable default panic handler when linking -lcAndrew Kelley
2022-03-13c/linux: Fix `stat` struct definition for SPARCv9Koakuma
2022-02-11std: validate frame-pointer address in stack walkingm
2022-01-23std: Add some missing termios types to c/linux.zig and os.zigjoachimschmidt557
2022-01-17Fix os.rusage when linking with c library on LinuxjohnLate
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-18Fixes invalid errno definition for ***-linux-androidFelix "xq" Queißner
2021-10-30std: add missing termios def to std/c/linux.zigpfg
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
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: fix FILENO constants mapped to wrong valuesAndrew 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-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-07-29std/c: add pthread_setname_np and pthread_getname_npVincent Rischmann
2021-07-15Add inotify_rm_watch definition to c/linux.zigRyan Liptak
2021-05-18std: add android __SIZEOF_PTHREAD_MUTEX_TAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-11std: Fix cast that's sometimes invalidLemonBoy
2021-05-11std: Prefer 64bit libc functions where possibleLemonBoy
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-18std: define pipe2 only for os that support itLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-23std.ResetEvent: pthreads sem_t cannot be statically initializedAndrew Kelley
2020-12-23std.ResetEvent: use sem_t when linking against pthreadsAndrew Kelley
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
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