aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2022-03-20stage2: disable default panic handler when linking -lcAndrew Kelley
2022-03-19Sema: implement zirSwitchCaptureElse for error setsVeikka Tuominen
2022-03-17macos: update Mach routines for accessing page infoJakub Konka
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-13c/linux: Fix `stat` struct definition for SPARCv9Koakuma
2022-03-13std: more c/darwin.zig fixesJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-13macos: add kernel return valuesJakub Konka
2022-03-13macos: add more mach primitivesJakub Konka
2022-03-10macos: add mach_* syscalls for process mgmtJakub Konka
2022-03-03stdlib: Add emulated CWD to std.os for WASI targetsCody Tapscott
2022-02-26add constant for haikuAl Hoang
2022-02-24time: introduce Instant (#10972)protty
2022-02-20fix formatting in openbsd.zigVeikka Tuominen
2022-02-20Add OpenBSD auth functionsDante Catalfamo
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-02-14Merge pull request #10486 from ominitay/metadataVeikka Tuominen
2022-02-13std.c.*: add birthtime function to Statominitay
2022-02-13std.c.Wasi.Stat: use timespecominitay
2022-02-13std.c.haiku: move Stat.crtime to Stat.birthtimeominitay
2022-02-13std.c.darwin.Stat: use timespecominitay
2022-02-11validate in Windows using VirtualQuerym
2022-02-11std: validate frame-pointer address in stack walkingm
2022-02-07debug: implement segfault handler for macOS aarch64John Schmidt
2022-02-07std: fix i386-openbsd failing to build from sourceAndrew Kelley
2022-01-31os,wasi: use wasi-libc if availableŽiga Željko
2022-01-23std: Add some missing termios types to c/linux.zig and os.zigjoachimschmidt557
2022-01-18Implement segfault handler for macOS x86_64John Schmidt
2022-01-17Fix os.rusage when linking with c library on LinuxjohnLate
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2021-12-22Add BSD Authentication constants (#10376)Dante Catalfamo
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-12-03Merge pull request #9910 from mikdusan/dragonflyAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-24Merge pull request #10073 from hoanga/haiku-support-build2Andrew Kelley
2021-11-21Change darwin c.VMIN -> c.V.MIN to match LinuxDante Catalfamo
2021-11-20Add OpenBSD termios constants to std.c.openbsd (#10178)Dante Catalfamo
2021-11-19haiku follow up cleanup of constantsAl Hoang
2021-11-18Fixes invalid errno definition for ***-linux-androidFelix "xq" Queißner
2021-11-15haiku constants cleanup and updateAl Hoang
2021-11-15update mmap flags, use definesAl Hoang
2021-11-15ensure zig fmtAl Hoang
2021-11-15updates for haiku stdcAl Hoang
2021-11-01std: expose rusage constants under rusage namespaceAndrew Kelley
2021-10-30std: add missing termios def to std/c/linux.zigpfg
2021-10-09dragonfly: port std.Thread.setname/getnameMichael Dusan
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-16Set the Storage socket sizes to be system definedStephen Gregoratto