aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2023-06-25std.c: few freebsd's kinfo api fixes.David CARLIER
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24std.c: fix few capcisum api calls, following-up on 6ae19fa.David CARLIER
2023-06-24std.c: fix host_basic_info definition for darwin.David CARLIER
2023-06-24std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.David CARLIER
2023-06-22std.c: update netbsd/openbsd mman constantsDavid CARLIER
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18Merge pull request #15867 from devnexen/haiku_malloc_usable_sizeAndrew Kelley
2023-06-18std.c: exposing timer apiDavid CARLIER
2023-06-15dragonfly: fix std.c.getdentsMichael Dusan
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-06-15freebsd: fix std.c.getdentsMichael Dusan
2023-05-29std.os: fix uname usage.David CARLIER
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-26while at it, adding for dragonflybsd tooDavid CARLIER
2023-05-26std.c: haiku also supports malloc_usable_size to benefit zig's heapDavid Carlier
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-22std.c: fix freebsd's CPU_ISSET callDavid CARLIER
2023-05-22std.c: openbsd sigcontext/ucontext fix enumMichael Dusan
2023-05-20std.c: adding ptrace for netbsd.David CARLIER
2023-05-17std.c: darwin's *copyfile api update.David CARLIER
2023-05-16std.c: add ptrace for freebsd support.David CARLIER
2023-05-16std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt.David CARLIER
2023-05-15std.c: add rfork for freebsdDavid CARLIER
2023-05-14std.os: implementing sched_setaffinity wrapper for freebsdDavid CARLIER
2023-05-13std.os: adding linux's sched_setaffinity and its wrapperDavid CARLIER
2023-05-13linux adding some NUMA supportDavid CARLIER
2023-05-13std.c: further darwin's host statistics dataDavid CARLIER
2023-05-12std.c: adding basic darwin's host_statistics data.David CARLIER
2023-05-11fix formatting in darwin.zigVeikka Tuominen
2023-05-11std.c: darwin adding more host_info api dataDavid CARLIER
2023-05-10std.c: adding freebsd's ioctl base operands.David CARLIER
2023-05-10std.c: add freebsd's kinfo_vmobjectDavid CARLIER
2023-05-10std.c: adding freebsd's domainset_t bitsetDavid CARLIER
2023-05-09std.fs: selfExePath haiku using constants insteadDavid Carlier
2023-05-09std.c: adding freebsd's domainset apiDavid CARLIER
2023-05-09std.c: openbsd sigcontext/ucontext for arm64.David Carlier
2023-05-09std.c: adding freebsd's kinfo_proc type.David CARLIER
2023-05-07std.c: darwin add host_info based data.David CARLIER
2023-05-06std.c: adding cpu affinity api for macOs (mainly x86_64)David CARLIER
2023-05-05Merge pull request #15317 from devnexen/darwin_rand_nativegenVeikka Tuominen
2023-05-04std.c: add os_proc_available_memory for darwinDavid CARLIER
2023-05-03std.c: adding freebsd's CPU_COUNT macro portage.David CARLIER
2023-04-30std.c: add essential freebsd's capsicum api subset.David CARLIER
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-30std.c: freebsd add procctl exclusive x86_64 flagsDavid CARLIER
2023-04-30std.c:complete further more netbsd's mmap flagsDavid CARLIER
2023-04-29std.c: add mincore api to darwin.David CARLIER
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-25std.c: adding mincore for freebsdDavid CARLIER