aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2024-06-18std.posix: remove unchecked std.os.linux usageIsaac Freund
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund
2024-06-17std: make all dirent structs externIsaac Freund
2024-04-18std.fs.Dir.openFile: use wasi libc API when -lcAndrew Kelley
2024-04-08haiku: fix directory iterationJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-27haiku: fix poll definitionsJacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15bsd: debitrot std.cMichael Dusan
2024-03-15dragonfly: debitrot std.cMichael Dusan
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-08std.c.openbsd: remove nop `usingnamespace`mlugg
2024-02-15std.os.termios: add/fix std.c.TCSA for BSDsMichael Dusan
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-14std.os: export T struct and winsize structTim Culverhouse
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to lflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2023-11-25translate-c: use Aro's tokenizerVeikka Tuominen
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-03correctly detect apple a15 and a16 chipsxdBronch
2023-09-30solaris: fix path component maxRyan Zezeski
2023-09-30solaris: add missing registersRyan Zezeski
2023-09-22Added basic support for wasm32-emscripten targetAven Bross
2023-09-08std.c.linux: Add getpw{nam,uid}()Linus Groh
2023-08-15dragonfly: std.c: more declsMichael Dusan
2023-08-15netbsd: std.c: fix pthread_rwlock_tMichael Dusan
2023-08-15netbsd: std.c.REG: populate indexes for x86_64Michael Dusan
2023-07-31std.c.openbsd: remove "msg_" prefixes from structsAndrew Kelley
2023-07-31std.c.openbsd: add PTHREAD_STACK_MINAndrew Kelley
2023-07-31std.c.openbsd: add ucontext_t for aarch64Andrew Kelley
2023-07-31Revert "std: add FreeBSD's procctl api."Andrew Kelley
2023-07-31Revert "std: add kinfo_vmentry for FreeBSD"Andrew Kelley
2023-07-31Revert "std add getrandom to solato solaris based systems"Andrew Kelley
2023-07-31Revert "std: add shm_create_largepage for FreeBSD, completing MFD* constants."Andrew Kelley
2023-07-31Revert "std: freebsd update proposal"Andrew Kelley
2023-07-31Revert "std: adding freebsd's elf_aux_info api"Andrew Kelley
2023-07-31Revert "os: expand sched_getaffinity wrapper and update freebsd's cpuset api ...Andrew Kelley
2023-07-31Revert "std: adding netbsd's pthread to cpu affinity api"Andrew Kelley