aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-25std.c: adding mincore for freebsdDavid CARLIER
2023-04-24std.c: add find_path for haikuDavid Carlier
2023-04-23std: adding sigevent to supported platforms.David CARLIER
2023-04-23std: adding FreeBSD's sched wrappersDavid CARLIER
2023-04-23std: mcontext layout for x86 and fixing few x86_64 fields types forDavid Carlier
2023-04-23std: add accept_filter struct to make use of SO_ACCEPTFILTER socket optionDavid CARLIER
2023-04-23std: add a subset of the macOs's libproc api.David CARLIER
2023-04-23std: enriching malloc api on freebsd.David CARLIER
2023-04-22std: adding netbsd's pthread to cpu affinity apiDavid CARLIER
2023-04-22os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.David CARLIER
2023-04-21std: adding freebsd's elf_aux_info apiDavid CARLIER
2023-04-18std: freebsd update proposalDavid CARLIER
2023-04-14std: add shm_create_largepage for FreeBSD, completing MFD* constants.David CARLIER
2023-04-14std add getrandom to solato solaris based systemsDavid Carlier
2023-04-13std: add kinfo_vmentry for FreeBSDDavid CARLIER
2023-04-12never use C pointers!!Andrew Kelley
2023-04-08std: add FreeBSD's procctl api.David CARLIER
2023-04-06std.os: add mincore syscalljim price
2023-04-06std: add os_log/signpost api (sort of linux's perf event equivalent)David CARLIER
2023-04-06Add NetBSD termios constants to std.c.netbsdNikita Ronja
2023-04-05std: add madvise flags to freebsdDavid CARLIER
2023-04-05std: add a subset of the apple's QOS apiDavid CARLIER
2023-04-04std: freebsd MAP* constants update, MAP_ALIGNED_SUPER and the MAP_ALIGNED macro.David CARLIER
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