aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-03std.c: Also make Sigaction flags a c_uint for serenityLinus Groh
2025-10-03std.c: Add missing SIG constants for serenityLinus Groh
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-27lib/std/c: sync "struct stat" for DragonFlyMichael Neumann
2025-09-20std.c: add MSG support for dragonflyJohn Benediktsson
2025-09-20std.c: adjust shm_open to be variadic on darwinJohn Benediktsson
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: add linger struct for SO.LINGERBrandon Black
2025-09-09std: add in_pktinfo and in6_pktinfo structs defsBrandon Black
2025-09-09std.c: Add accept_filter_arg for some BSDsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black
2025-09-08recvmsg: posix wrapper, void on windowsBrandon Black
2025-09-08socketpair: posix wrapper, void on windowsBrandon Black
2025-09-03Fix cmsghdr struct for the *nixesBrandon Black
2025-09-03std.c: add getresuid & getresgiddoclic
2025-09-03std.c: Enable arc4random_buf for serenityLinus Groh
2025-08-30Populate MSG struct for OpenBSD (#25076)Brandon Mercer
2025-08-27std.c: add correct SOMAXCONN for BSDsBrandon Black
2025-08-21Merge pull request #24921 from Justus2308/messy-machAndrew Kelley
2025-08-20Add mlock syscalls to std.c and std.posixBrandon Black
2025-08-20std.c.darwin: cleanup, expose everything in std.cJustus Klausecker
2025-08-19expose darwin.PT in std.cJustus Klausecker
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