aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[libc] implement recursive mutex and fix wrong initializer (#193992)Schrodinger ZHU Yifan15-79/+262
2026-04-28[libc][NFC] Move sys/ucontext.h to YAML generation (#194573)Jeff Bailey4-20/+12
2026-04-28[libc] Add the MSG_ flags (#194375)Pavel Labath4-6/+136
2026-04-28[libc][math] Refactor fmaximum_num-fminimum_num family to header-only (#194562)Anonmiraj43-89/+871
2026-04-28[libc][math] Refactor dsqrtf128 to header-only (#194552)Anonmiraj9-6/+79
2026-04-28[libc][math] Qualify fmax functions to be constexpr (#194551)Anonmiraj8-7/+22
2026-04-28[libc][math] Refactor fmin family to header-only (#194549)Anonmiraj25-46/+431
2026-04-28[libc][math] Refactor fmaximum-fminimum family to header-only (#194533)Anonmiraj43-95/+889
2026-04-28[libc][math] Refactor sqrtl family to header-only (#194510)Anonmiraj9-5/+75
2026-04-28[libc][math] Refactor llogbbf16 to header-only (#194509)Anonmiraj9-12/+68
2026-04-28[libc][math] Refactor ilogbbf16 to header-only (#194503)Anonmiraj9-12/+67
2026-04-28[libc][math] Refactor bf16subl to header-only (#194498)Anonmiraj9-10/+66
2026-04-27[libc][test] Remove non-proxy header in sendmsg_recvmsg_test.cpp (#194467)Jackson Stogel1-3/+8
2026-04-27[libc] Include from sys/socket.h for socklen_t (#194456)Jackson Stogel1-1/+1
2026-04-27[libc] Add sys/ucontext.h header (#194329)Jeff Bailey3-0/+21
2026-04-27[libc][docs] Add sys/sem.h POSIX header documentation (#122006) (#194358)Petter Berntsson3-0/+27
2026-04-27[libc] Add struct cmsghdr and associated macros (#193756)Pavel Labath9-0/+201
2026-04-26Reland "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194194)hulxv16-28/+225
2026-04-26[libc][math] Qualify fdim funtions to constexpr (#194137)Kiriti Ponduri10-8/+32
2026-04-26Revert "[libc][math] Refactor fmaximum_mag_num family to header-only" (#194183)Muhammad Bassiouni16-221/+32
2026-04-25[libc][math] Refactor fmaximum_mag_num family to header-only (#182169)hulxv16-32/+221
2026-04-26[libc][math] Refactor fdiv family to header-only (#182192)hulxv15-16/+210
2026-04-25[libc][math] Refactor dsub family to header-only (#182160)hulxv13-14/+143
2026-04-24[libc] Implement wcscoll (#192778)Hardik Chona7-1/+218
2026-04-24[libc] Move mul_overflow to math_extras.h (#194033)PiJoules4-18/+22
2026-04-24[libc][math] Refactor fabs family to header-only (#182173)hulxv25-68/+446
2026-04-24[libc][math] Refactor ddiv family to header-only (#182149)hulxv12-11/+145
2026-04-24[libc][math] Refactor dmul family to header-only (#182151)hulxv12-12/+145
2026-04-24[libc][docs] Add sys/uio.h implementation status (#122006) (#193980)Petter Berntsson3-0/+7
2026-04-24[libc][docs] Add dlfcn.h implementation status (#122006) (#193972)Petter Berntsson3-0/+23
2026-04-24[libc][docs][POSIX] Add sys/select.h implementation status (#122006) (#193948)Petter Berntsson3-0/+19
2026-04-24[libc] add `pthread_cond_*` public interfaces (#193656)Schrodinger ZHU Yifan31-5/+995
2026-04-24[libc] Switch check-libc from CTest to lit (#193798)Jeff Bailey3-14/+9
2026-04-24[libc] Honour LIBC_GPU_TEST_JOBS in lit test runs (#193797)Jeff Bailey2-0/+6
2026-04-24[libc] Fix implicit conversion warning in mktime_test (#193504)Jeff Bailey1-41/+53
2026-04-23[libc] Honor per-test timeout in lit test format (#193772)Jeff Bailey1-4/+13
2026-04-23[libc][NFC] Fix typo in GPU test warning message (#193762)Jeff Bailey1-1/+1
2026-04-23[libc][docs] Add poll.h POSIX header documentation (#122006) (#193734)Petter Berntsson3-0/+29
2026-04-23Add missed variable change from a refactor (#193684)Jeff Bailey1-1/+1
2026-04-22[libc] Readd instructions on building kernel headers from sourcesAiden Grossman1-1/+16
2026-04-22[libc] Drop elf.h include from dl_phdr_info headerAiden Grossman1-1/+0
2026-04-22[libc][CndVar] reimplmement conditional variable with FIFO ordering (#192748)Schrodinger ZHU Yifan18-189/+520
2026-04-22[libc] Add some more segment type macrosAiden Grossman1-0/+12
2026-04-22Revert "[libc] Replace check-libc with lit-based test execution" (#193610)Jeff Bailey4-10/+15
2026-04-22[libc] Replace check-libc with lit-based test execution (#184163)Jeff Bailey4-15/+10
2026-04-22[libc][NFC] Fix minor RPC warnings (#192997)Joseph Huber2-14/+26
2026-04-22[libc] Fix .params file generation for integration tests (#193544)Jeff Bailey1-9/+14
2026-04-22[libc][docs][NFC] Rename Maintainers.rst to Maintainers.md (#191882)Jeff Bailey5-75/+57
2026-04-22[libc] Add struct sockaddr_storage (on linux) (#192978)Pavel Labath11-2/+134
2026-04-22[libc][math] small typo (#193349)Kiriti Ponduri1-2/+2