aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2022-09-16fix android definition of pthread_rwlock_t (#12830)billzez
2022-09-14Audit FreeBSD structs to match header files/ABIStephen Gregoratto
2022-08-26openbsd: fix sigcontext struct and avoid defining fxsave64Sébastien Marie
2022-08-18AstGen: disallow leading zeroes in int literals and int typeszooster
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-07-15add FreeBSD support to std.os.getFdPathKim SHrier
2022-07-11Sema: allow `void` as an extern union field & fix invalid extern unionsVeikka Tuominen
2022-07-04std: update bsd bits to new fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-05-26std.c: Fix incorrect dirent structure (#11602)Yuto Oguchi
2022-05-26Merge pull request #11598 from aiotter/masterAndrew Kelley
2022-05-17std.c: Implement dirent on std/c/linux.zigaiotter
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
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-19std.Thread.Futex improvements (#11464)protty
2022-04-15stage2: fix bugs preventing stage2 from building stage3 with LLVMVeikka Tuominen
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