aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* fflush: correct buffer handling in __sflushDag-Erling Smørgrav2023-11-083-39/+14
* ptrace(2): Disabling: Describe influence of security.bsd.see_jail_procOlivier Certner2023-10-181-15/+21
* ktrace.2: correct kern.ktrace.genio_size sysctl nameEd Maste2023-10-131-1/+1
* regcomp: use unsigned char when testing for escapesChristos Zoulas2023-10-011-4/+4
* lib/libc/amd64: back out amd64 SIMD workRobert Clausecker2023-09-198-870/+22
* libc: Don't assume signed char.Dag-Erling Smørgrav2023-09-142-4/+4
* scandir.3: Fix several typosTrond Endrestøl2023-09-091-5/+4
* */string.3,arch.7,environ.7: add cross-references to simd(7)Robert Clausecker2023-09-081-2/+3
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-0711-5/+468
* libc: Fix fmemopen(3) prototype in fopen(3) man page.Dag-Erling Smørgrav2023-09-071-6/+9
* libc: Implement N2630.Dag-Erling Smørgrav2023-09-0728-259/+1309
* libc: fix history for strverscmp(3) and versionsort(3)Mina Galić2023-09-032-4/+4
* lib/libc/amd64/string/strchrnul.S: fix edge case in scalar codeRobert Clausecker2023-08-281-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
* lib/libc/amd64/string/strchrnul.S: fix wrong indentationRobert Clausecker2023-08-071-1/+1
* lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)Robert Clausecker2023-08-062-0/+168
* libc: unsplit log message to to make it greppable in srcEd Maste2023-08-051-2/+3
* lib/libc/amd64/string/strlen.S: add amd64 baseline kernelRobert Clausecker2023-08-031-3/+55