aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Improve description of mktime() / timegm().Dag-Erling Smørgrav2024-03-271-2/+16
* xdr(3): Fix a few typos in source code commentsGordon Bergling2024-03-231-2/+2
* riscv: remove more riscv64sf supportBrooks Davis2024-03-211-10/+0
* libc/aarch64: Add a non-trivial getcontextxAndrew Turner2024-03-211-2/+18
* libc/aarch64: Copy the trivial getcontextxAndrew Turner2024-03-212-2/+75
* wmemchr(3): fix prototypes for wcpcpy() and wcpncpy()Konstantin Belousov2024-03-211-3/+3
* pkgbase: install all libc test files into the tests packageBaptiste Daroussin2024-03-203-0/+3
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* lib{c,sys}: correctly expose sched_getcpuBrooks Davis2024-03-151-1/+0
* strnlen(3): add HISTORYDavid E. O'Brien2024-03-151-0/+5
* libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis2024-03-139-37/+0
* lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis2024-03-1365-2/+2895
* libsys: make __libsys_interposing staticBrooks Davis2024-03-134-4/+2
* libsys: don't expose sigwait wrapperBrooks Davis2024-03-131-2/+1
* libc: remove remnants of __fcntl_compatBrooks Davis2024-03-132-3/+0
* libc: Move tzset.3 to stdtimeWarner Losh2024-03-123-4/+3
* timezone: Move to the XSI/POSIX definition for timezone.Warner Losh2024-03-126-72/+33
* libc/i386: don't attempt to export allocaBrooks Davis2024-03-071-1/+0
* libc/quad: narrow list of symbols exposed on i386Brooks Davis2024-03-071-0/+10
* libc/iconv: don't export nonexistant symbolsBrooks Davis2024-03-071-38/+0
* bsearch_b: fix compilation with gccBrooks Davis2024-03-061-1/+2
* libc posix_spawn(): explain why rtld can be used after forkKonstantin Belousov2024-03-061-0/+5
* posix_spawn.c: fix typo in commentKonstantin Belousov2024-03-061-1/+1
* libc: actually build bsearch_bBrooks Davis2024-03-051-1/+1
* libc/locale: don't expose nonexistant __collate_load_errorBrooks Davis2024-03-051-1/+0
* posix_spawn(3): document POSIX_SPAWN_DISABLE_ASLR_NPKonstantin Belousov2024-03-042-2/+13
* posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NPKonstantin Belousov2024-03-041-2/+11
* posix_spawnattr_setflags(3): validate argumentKonstantin Belousov2024-03-042-2/+9
* lib{c,sys}: expose _getlogin consistentlyBrooks Davis2024-02-291-4/+0
* lib{c,sys}: expose cap_sandboxed from libc/genBrooks Davis2024-02-281-0/+1
* libc/sys: add errno testKonstantin Belousov2024-02-252-0/+37
* libsys: fix sleep(3)/usleep(3) cancel behaviorKonstantin Belousov2024-02-233-0/+125
* libsys: move errno to libsysKonstantin Belousov2024-02-213-31/+0
* libsys: remove usage of pthread_once and _once_stubKonstantin Belousov2024-02-212-0/+64
* lib{c,thr}: add DT_RUNPATH for gcc -m32Brooks Davis2024-02-191-0/+5
* lib{c,sys}: move auxargs more firmly into libsysBrooks Davis2024-02-192-0/+2
* fclose.3: remove a confusing sentenceMaxim Konovalov2024-02-161-4/+1
* Update tzcode to 2024a.Dag-Erling Smørgrav2024-02-132-2/+2
|\
* | rpc: Fix typo in commentAssume-Zhan2024-02-131-1/+1
* | aio_read2/aio_write2: add AIO_OP2_VECTOREDKonstantin Belousov2024-02-112-2/+6
* | libc: add aio_read2() and aio_write2() functionsKonstantin Belousov2024-02-114-0/+116
* | libsys: move some missed manpagesBrooks Davis2024-02-083-421/+0
* | libc: don't directly link libsysBrooks Davis2024-02-071-1/+0
* | lib/libc: version auxiliary libsys.soBrooks Davis2024-02-071-1/+1
* | libc: make syscall stubs empty for shared libBrooks Davis2024-02-051-0/+1
* | libc: link libsys as a auxiliary filter libraryBrooks Davis2024-02-051-0/+3
* | libc: move __getosreldate to libsysBrooks Davis2024-02-052-67/+1
* | libc: move getpagesize(s) to libsysBrooks Davis2024-02-056-296/+0
* | libc: elf auxiliary vector handling to libsysBrooks Davis2024-02-054-513/+0
* | libc: compile _once in libsysBrooks Davis2024-02-052-64/+0