aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/linux.zig
AgeCommit message (Expand)Author
2023-09-08std.c.linux: Add getpw{nam,uid}()Linus Groh
2023-07-31Revert "linux adding some NUMA support"Andrew Kelley
2023-07-31Revert "std.os: adding linux's sched_setaffinity and its wrapper"Andrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...Andrew Kelley
2023-07-31Revert "std.c: exposing timer api"Andrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18std.c: exposing timer apiDavid CARLIER
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-04-06std.os: add mincore syscalljim price
2022-12-21Fix missing pthread_key_t definition on linuxGanesan Rajagopal
2022-12-14std.c.fstatat64: add noalias attributesAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
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