aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27translate-c: use ArrayList for macro tokensVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-27Merge pull request #5064 from marler8997/newAllocatorAndrew Kelley
2020-06-26new allocator interfaceJonathan Marler
2020-06-24Use fstatat on macOS (otherwise uses 32bit)Jakub Konka
2020-06-22Enhance std.os.symlinkat coverageJakub Konka
2020-06-02Add declaration for libc ioctlLuna
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-16macos: use realpath$DARWIN_EXTSNMichael Dusan
2020-05-05zig fmtTadeo Kondrak
2020-05-02Fixed Darwin-incompatible socket flags and unavailable system callsCato
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-25Merge pull request #4793 from LemonBoy/netbsd-foreverAndrew Kelley
2020-03-24std: Fix setsockopt definitionLemonBoy