aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2023-03-26std: add the VM_MAKE_TAG macro for darwin.David CARLIER
2023-03-18darwin: put posix spawn constants in POSIX_SPAWN structJakub Konka
2023-03-18macos: HCS PoC workingJakub Konka
2023-03-18darwin: resurrect posix_spawn wrappersJakub Konka
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
2023-01-28netbsd: use versioned __msync13 from libcMichael Dusan
2023-01-21FreeBSD: add mcontext_t for aarch64Stephen Gregoratto
2023-01-20std: implement os.mprotect on Windowsmlugg
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-03Merge pull request #13980 from ziglang/std.netAndrew Kelley
2023-01-02freebsd: add `std.c.arc4random_buf`Michael Dusan
2023-01-02dragonfly: add `std.c.arc4random_buf`Michael Dusan
2023-01-02netbsd: getFdPath: F_GETPATH implementationMichael Dusan
2023-01-02dragonfly: getFdPath: F_GETPATH implementationMichael Dusan
2023-01-02freebsd: getFdPath: < 13.1 fallback implMichael Dusan
2023-01-02std.fs: add NAME_MAX for openbsd and netbsdMichael Dusan
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-21Fix missing pthread_key_t definition on linuxGanesan Rajagopal
2022-12-14std.c.fstatat64: add noalias attributesAndrew Kelley
2022-12-14darwin: add even more wrappers for Mach syscallsJakub Konka
2022-12-13darwin: add thread_act_t wrapper and helpersJakub Konka
2022-12-13darwin: wrap task_threads mach syscallJakub Konka
2022-12-12darwin: add more defs and wrappersJakub Konka
2022-12-12darwin: add defs and funcs for Mach exception handlingJakub Konka
2022-12-11darwin: wrap mach_port_insert_right kernel callJakub Konka
2022-12-11darwin: wrap allocating and deallocating mach ports for a taskJakub Konka
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-05std.os: take advantage of the freebsd's copy_file_rangeAli Chraghi
2022-11-04std.os: fix alignment of Sigaction.handler_fnRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-29fs: Some NAME_MAX/MAX_NAME_BYTES improvementsRyan Liptak
2022-10-29std.fs: Add MAX_NAME_BYTESRyan Liptak
2022-10-21Support compiling for the android NDK (#13245)Louis Pearson
2022-10-13std.c: fix incorrect return typesAli Chraghi
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-23add missing darwin typesBill Nagel
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