aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2020-12-23std.c: add fmemopenxackus
2020-12-22Improve handling of C compiler intrinsics in translate-cEvan Haas
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-12-07std.c: freeing null is a no-opxackus
2020-12-02std: make the use of pthread_join POSIX-compliantLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-21std: add support for ppollŽiga Željko
2020-11-18add std.heap.raw_c_allocatorAndrew Kelley
2020-11-18Merge pull request #6385 from LemonBoy/callocatorAndrew Kelley
2020-11-05Implement a fallback mechanism for posix_memalignLemonBoy
2020-11-05std: Make C allocator respect the required alignmentLemonBoy
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-10-29Merge pull request #6838 from LemonBoy/netstuffAndrew Kelley
2020-10-28Clean up exporting of symbols on DarwinJakub Konka
2020-10-27Apple Silicon: no fstat$INODE64 symbol foundJakub Konka
2020-10-27std.os.c.accept/accept4: allow null for addr and lenjohnLate
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-10-04implement {get, set}rlimit for linuxxackus
2020-09-11std: add prctl definition when linking libcIsaac Freund
2020-09-10std: complete C definitions for uid/gid settersIsaac Freund