aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-02-21Rebase link(at) properlyTau
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-18std: define pipe2 only for os that support itLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-12add pthread_key functionsSébastien Marie
2021-01-05std.c add syslogxackus
2021-01-04std.c: add some noaliasxackus
2020-12-31Year++Frank Denis
2020-12-26std: add c._exit() and use in ChildProcessIsaac Freund
2020-12-23restore std.ResetEvent.isSet functionalityAndrew Kelley
2020-12-23std.ResetEvent: use sem_t when linking against pthreadsAndrew Kelley
2020-12-23std.Mutex: integrate with pthreadsAndrew Kelley