aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-23std: Tell pthread the guard page size is zeroLemonBoy
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-03std: add os.fstatatdaurnimator
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03std: add mkdiratdaurnimator
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28implement native OS version detection for linuxAndrew Kelley
2020-02-28complete the native target detection based on /usr/bin/envAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-07add fcntl support on darwinAndrew Kelley
2020-02-04Add basic linux termios implementationnofmal