aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2025-11-01std.c: add missing MINSIGSTKSZ for some FreeBSD targetsAlex Rønne Petersen
2025-10-29Elf2: start implementing dynamic linkingJacob Young
2025-10-29std.c: fix msghdr struct on big endian targetsAndrew Kelley
2025-10-29std.Io.Threaded: implement ResetEvent in terms of pthreadsAndrew Kelley
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std.Io.Threaded: implement cancellation for pthreadsAndrew Kelley
2025-10-29std: make IPv6 address parsing system-independentAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-29std: fix msghdr and cmsghdr when using musl libcAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-25std.c: implement sigrtmin()/sigrtmax() for solaris/illumosRyan Zezeski
2025-10-25std.c: define MSG constants for solaris/illumosRyan Zezeski
2025-10-25std.c: define arc4random_buf() for illumosRyan Zezeski
2025-10-21std.{c,posix}: add getgid and getegidWim de With
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