aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* man filesystems: fix xrefs after move to section 4Alexander Ziaee7 days1-2/+2
* Fix the GCC build after _FORTIFY_SOURCE importKyle Evans10 days3-76/+1
* Prepare the system for _FORTIFY_SOURCEKyle Evans10 days17-1/+39
* Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans10 days18-0/+909
* Allow -DNO_STRICT_REGEX to restore historic regex behaviorSimon J. Gerraty14 days1-1/+19
* dlopen(3): mention fdlopen for capsicum(4)Ed Maste2024-05-071-1/+5
* __cxa_thread_call_dtors(3): fix dtor pointer validity checkKonstantin Belousov2024-05-031-1/+1
* sctp: document sctp_recvmsg as implementedMichael Tuexen2024-05-021-3/+3
* libc printf_render_errno(): do not use strerror()Konstantin Belousov2024-04-231-3/+4
* libc: minor style, wrap long linesKonstantin Belousov2024-04-231-2/+4
* __vprintf(): switch from strerror() to strerror_rl()Konstantin Belousov2024-04-231-1/+5
* libc: make strerror_rl() usable for libcKonstantin Belousov2024-04-232-5/+7
* Update manual page references and macros to align to mandoc syntaxChristopher Davidson2024-04-231-4/+4
* swab.c(libc): use a simplified version of byte swappingrilysh2024-04-231-47/+11
* libc/quad: further narrow list of i386 symbolsBrooks Davis2024-04-191-4/+4
* Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext"Brooks Davis2024-04-193-0/+3
* lib{c,sys}: normalize export of openat, setcontext, and swapcontextBrooks Davis2024-04-173-3/+0
* libc/arm: export __signalcontext not _signalcontextBrooks Davis2024-04-161-1/+1
* libc: don't try to export __sFBrooks Davis2024-04-161-1/+0
* libc: don't try to export _nsdbtdumpBrooks Davis2024-04-161-1/+0
* libc: don't try to export mexitcountBrooks Davis2024-04-161-1/+0
* libc: don't try to export mpool_statBrooks Davis2024-04-161-1/+0
* libc: only export hesiod symbols when enabledBrooks Davis2024-04-163-10/+13
* libc: INTERPOS_SYS macro for interposed syscallsBrooks Davis2024-04-1649-123/+56
* lib{c,rt}: use libsys.h for __sys_* declerationsBrooks Davis2024-04-161-77/+2
* acl_to_text: include sys/param.h for MAXLOGNAMEBrooks Davis2024-04-151-1/+1
* libc(bt_utils.c): fix "contiguous" spellingrilysh2024-04-121-1/+1
* libc(bt_seq.c): fix "uninitialized" spellingrilysh2024-04-121-1/+1
* libc(xdr_reference.c): fix "referenced" spellingrilysh2024-04-121-1/+1
* libc(xdr.c): fix "discriminated" spellingrilysh2024-04-121-1/+1
* libc(inet_net_pton.c): fix "Fiery" spellingrilysh2024-04-121-1/+1
* libc(localeconv.c): fix "appropriate" spellingrilysh2024-04-121-1/+1
* libc: Remove support for pre-C99 C standardsMinsoo Choo2024-04-124-47/+4
* exit.3: add the comma after an empty spacerilysh2024-04-101-1/+1
* 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