aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley
2023-02-14Add std.c.umask.Philippe Pittoli
2023-01-28netbsd: use versioned __msync13 from libcMichael Dusan
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-20Revert "c.zig: Add definition for pthread_key_t"Andrew Kelley
2022-12-16c.zig: Add definition for pthread_key_tGanesan Rajagopal
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-13pthread_sigmaskJonathan
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-24pthread_key_create: make it build with stage2Sébastien Marie
2022-05-07std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zigaiotter
2022-05-06std.c: Add C APIs to read directoriesaiotter
2022-04-15stage2: fix bugs preventing stage2 from building stage3 with LLVMVeikka Tuominen
2022-03-23Add sem_open & sem_closeLocria Cyber
2022-03-13std+macho: revert and fix exposing Mach wrappers in std.os and std.cJakub Konka
2022-03-13std: fix imports for darwin specific flags and funcsJakub Konka
2022-02-11std: validate frame-pointer address in stack walkingm
2022-01-17std.c: add shm_open and shm_unlinkMeghan
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-15Add `chmod` and `chown`Ominitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
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-09-01std.os reorganization, avoiding `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-08-09review: use defined flag for oflags.Takeshi Yoneda
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-06-14translate-c: move utility functions to a separate namespaceVeikka Tuominen
2021-06-11c.zig: fix waitpid() definitioncodic12
2021-06-11c.zig: add sigfillset, alarm, sigwaitcodic12
2021-06-01os: have sendmsg, recvmsg flags be c_intlithdew
2021-06-01std/c: have sendmsg, recvmsg flags be u32lithdew
2021-06-01std/c: add recvmsg, sendmsglithdew
2021-05-22std.os: munmap takes a const pointerSobeston
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-04std: remove dead and rotting C parsing codeAndrew Kelley
2021-03-16std: support optional getaddrinfo argumentsAnders Conbere