aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2021-12-22Add BSD Authentication constants (#10376)Dante Catalfamo
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-12-03Merge pull request #9910 from mikdusan/dragonflyAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-24Merge pull request #10073 from hoanga/haiku-support-build2Andrew Kelley
2021-11-21Change darwin c.VMIN -> c.V.MIN to match LinuxDante Catalfamo
2021-11-20Add OpenBSD termios constants to std.c.openbsd (#10178)Dante Catalfamo
2021-11-19haiku follow up cleanup of constantsAl Hoang
2021-11-18Fixes invalid errno definition for ***-linux-androidFelix "xq" Queißner
2021-11-15haiku constants cleanup and updateAl Hoang
2021-11-15update mmap flags, use definesAl Hoang
2021-11-15ensure zig fmtAl Hoang
2021-11-15updates for haiku stdcAl Hoang
2021-11-01std: expose rusage constants under rusage namespaceAndrew Kelley
2021-10-30std: add missing termios def to std/c/linux.zigpfg
2021-10-09dragonfly: port std.Thread.setname/getnameMichael Dusan
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-06std: update event loop for recent usingnamespace changesJacob G-W
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01re-apply a commit dropped in this branch due to conflictsAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: fix FILENO constants mapped to wrong valuesAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-13Fix darwin ulock usage on macOS (#9545)Thom Chiovoloni
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-07-29std/c: add pthread_setname_np and pthread_getname_npVincent Rischmann
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-15Add inotify_rm_watch definition to c/linux.zigRyan Liptak
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14translate-c: move utility functions to a separate namespaceVeikka Tuominen
2021-06-13format zig files and add formatting check to cijacob gw
2021-06-12std.Thread.Futex addition (#9070)protty
2021-05-24housekeeping: builtin.arch → builtin.cpu.archMichael Dusan
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-18std: add android __SIZEOF_PTHREAD_MUTEX_TAndrew Kelley