aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Add a wide version of snprintf_test.Dag-Erling Smørgrav2023-09-073-10/+152
* msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc insteadWarner Losh2023-09-051-6/+8
* getdirentries.2: Reference dir(5)Mateusz Piotrowski2023-09-051-1/+2
* getdirentries.2: Improve readability of dirent membersMateusz Piotrowski2023-09-051-6/+6
* */string.3,arch.7,environ.7: add cross-references to simd(7)Robert Clausecker2023-09-051-2/+3
* getdirentries.2: Reference directory(3)Mateusz Piotrowski2023-09-051-2/+3
* libc: Further nit in fopen(3) man page.Dag-Erling Smørgrav2023-09-011-2/+3
* scandir.3: Fix several typosTrond Endrestøl2023-09-011-5/+4
* libc: Fix fmemopen(3) prototype in fopen(3) man page.Dag-Erling Smørgrav2023-09-011-4/+6
* libc: add LIBC_MALLOC optionBrooks Davis2023-09-011-1/+1
* libc: fix history for strverscmp(3) and versionsort(3)Mina Galić2023-08-312-4/+4
* libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav2023-08-284-2/+36
* Revert "libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16...Li-Wen Hsu2023-08-281-3/+0
* libc: Document support for binary integers.Dag-Erling Smørgrav2023-08-284-21/+50
* libc: Add unit tests for N2630 and possible collateral damage.Dag-Erling Smørgrav2023-08-284-0/+640
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-2819-237/+436
* lib/libc/amd64/string/strchrnul.S: fix edge case in scalar codeRobert Clausecker2023-08-251-7/+10
* libc: Add timespec_getres(3) as per C23.Dag-Erling Smørgrav2023-08-245-2/+96
* libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav2023-08-248-9/+33
* timerfd: Add manual page.Jake Freeland2023-08-242-0/+344
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-241-0/+3
* libc: iconv: zero out cv_shared on allocationKyle Evans2023-08-234-10/+1
* libc: fix c*rtomb/mbrtoc*Kyle Evans2023-08-232-4/+4
* Add membarrier(2)Konstantin Belousov2023-08-231-0/+1
* Document strnstr()'s history.David E. O'Brien2023-08-221-0/+6
* lib/libc/amd64/string/memcmp.S: add baseline implementationRobert Clausecker2023-08-211-6/+175
* lib/libc/amd64/string/stpcpy.S: add baseline implementationRobert Clausecker2023-08-212-11/+135
* libc/gen/_pthread_stubs.c: Remove stray whitespacesKonstantin Belousov2023-08-201-2/+2
* libc: export pthread_getname_np stubMinsoo Choo2023-08-203-0/+15
* Restore blank line after #includeJohn Baldwin2023-08-171-0/+1
* libc: regoranize malloc buildBrooks Davis2023-08-164-3/+4
* jemalloc: drop unused .PATHBrooks Davis2023-08-161-3/+0
* libc: include malloc via stdlib/Makefile.incBrooks Davis2023-08-162-1/+2
* Remove $FreeBSD$: one-line ps tagWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line catalogWarner Losh2023-08-1627-27/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-168-8/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-16363-363/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-16296-592/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16150-150/+0
* Remove $FreeBSD$: one-line .S patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161112-2228/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16103-103/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1662-62/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16148-296/+0
* glob.h: Remove $FreeBSD$Warner Losh2023-08-161-2/+0
* mpool: Remove $FreeBSD$ commentWarner Losh2023-08-161-1/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-2/+1
* gdtoa: Regenerate configuration headers for 32-bit arm.Michal Meloun2023-08-132-11/+9
* libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-122-2/+10
* libc dlfcn.c: make dl_iterate_phdr() from libc more usefulKonstantin Belousov2023-08-091-3/+12