aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2025-08-10std.c: Remove serenity's internet_checksum() functionLinus Groh
2025-08-07std: fix std.c._msize signatureMeghan Denny
2025-08-05std.c: fix utsname array sizesVeikka Tuominen
2025-08-01enable pwd.h functions for other OSesChinmay Dalal
2025-07-31Merge pull request #24633 from linusg/more-serenity-fixesAndrew Kelley
2025-07-30add grp.h functions to c.zigChinmay Dalal
2025-07-30std.posix: Default ACCMODE to NONE for serenityLinus Groh
2025-07-30std.c: Fix MAP for serenityLinus Groh
2025-07-30std.c: Fix msghdr_const for serenityLinus Groh
2025-07-24std.c: Fix dirent.name size for serenityLinus Groh
2025-07-21std.fs.File.Reader: fix sendFile logicAndrew Kelley
2025-07-14std.c: add missing netbsd and freebsd MSG flagsAndrew Kelley
2025-07-14make msghdr.iovlen unsignedAndrew Kelley
2025-07-14Add setsid to std.(c|posix)Brandon Black
2025-07-07std.c: Use __sigemptyset14 for sigemptyset on NetBSDAlex Rønne Petersen
2025-06-24c.darwin: define MSG for macos (#24224)Dacheng
2025-06-05std.c: getcontext is not supported on haikuElaine Gibson
2025-06-05std.c.SOCK: define NONBLOCK and CLOEXEC for haikuElaine Gibson
2025-05-29std.c: Expand the definition of NetBSD's pthread_rwlock_t for more targets.Alex Rønne Petersen
2025-05-29std.c: Fix return type for NetBSD's __sigfillset14().Alex Rønne Petersen
2025-05-29std.c: Fix sigrtmin()/sigrtmax() for FreeBSD and NetBSD.Alex Rønne Petersen
2025-05-22Add EVFILT_USER and friends for OpenBSDEvan Silberman
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-17std.c: Fill out some missing definitions for supported NetBSD libc targets.Alex Rønne Petersen
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-04-30c.zig: glibc/musl export 1024-bit sigset_tPat Tullmann
2025-04-26std.c: use arch's ino_t and off_t for direntCarter Snook
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-25std.c: android bionic C supports arc4random_buf and getentropy孙冰
2025-03-11std.c: fix sysconf names (std.c._SC) for android api孙冰
2025-03-11std.c: Add definitions for SerenityOSLinus Groh
2025-02-22zig build fmtAndrew Kelley
2025-02-20std.c: define MADV for darwinGabriel Borrelli
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-11std.c: was missing callocMeghan Denny
2025-02-10Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-break...Alex Rønne Petersen
2025-02-09std.c: Fix definition of stack_t on OpenBSDLinus Groh
2025-02-09std.c: Use std.c.NI as the flags type in getnameinfoKarol Kosek
2025-02-09std.c: Support optional addr and host arguments in getnameinfoKarol Kosek
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-06std: fix compilation under -lcAndrew Kelley
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-06std.c: add `HINT` to macos `MAP`David Rubin
2025-02-03std.c: fix timerfd_clockid_t.MONOTONIC on freebsdJohn Benediktsson
2025-02-03std.c: use linux.timerfd_clockid_tJohn Benediktsson
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2025-01-30std.c: define more fields for darwin.AIMeghan Denny