aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libclang_rt: Update Makefile.dependKa Ho Ng2023-12-021-0/+1
* sigaction.2: clarify that fork isn't async-signal-safe, but _Fork isAlan Somers2023-12-011-2/+2
* jail: Don't allow jail_set(2) to resurrect dying jails.Jamie Gritton2023-11-301-2/+4
* memfd_create: don't allocate heap memoryBrooks Davis2023-11-281-13/+3
* memfd_create: move implementation to libc/genBrooks Davis2023-11-285-94/+133
* getpagesize(3): drop support for non-ELF kernelsBrooks Davis2023-11-281-24/+4
* getpagesizes(3): drop support for kernels before 9.0Brooks Davis2023-11-281-16/+7
* pf: implement DIOCGETRULES via netlinkKristof Provost2023-11-271-14/+43
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-27239-248/+6
* Remove copyright strings ifdef'd outWarner Losh2023-11-2712-78/+0
* sccs: Manual changesWarner Losh2023-11-278-28/+5
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271004-2251/+2
* dirdeps: Update/fix Makefile.depend* for toolchainKa Ho Ng2023-11-2717-8/+23
* dirdeps: Remove $FreeBSD$Ka Ho Ng2023-11-261-1/+0
* MFV: xz 5.4.5Xin LI2023-11-261-3/+3
* libcasper: Fix a typo in a source code commentGordon Bergling2023-11-231-1/+1
* libc: remove some obsolete VCS dataBrooks Davis2023-11-216-33/+0
* aio_read.2: correct the description of aio_bufAlan Somers2023-11-211-2/+2
* libc: Teach libc about the BTI elf noteAndrew Turner2023-11-2110-0/+38
* math: Move to const instead of __constWarner Losh2023-11-201-3/+3
* Add a HISTORY section for memcpy(3) and mempcpy(3)Gordon Bergling2023-11-181-2/+13
* getpeerid.3: Clarify the 's' argumentGordon Bergling2023-11-181-2/+2
* Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick2023-11-177-73/+71
* dirdeps: Fix libpcap Makefile.depend.optionsKa Ho Ng2023-11-172-2/+1
* libpfctl: handle pfctl_do_ioctl() failures betterKristof Provost2023-11-171-18/+24
* libpfctl: handle allocation failureKristof Provost2023-11-171-0/+7
* Add interface NVME to devstatAlexander Motin2023-11-162-0/+3
* libc: remove unused stub vdso timecounter implementationsBrooks Davis2023-11-151-45/+0
* libc: centralize a few numeric symbolsBrooks Davis2023-11-158-21/+3
* libc: centralize makecontext symbolsBrooks Davis2023-11-158-20/+2
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-11-158-42/+6
* libc: centralize ntoh symbolsBrooks Davis2023-11-158-28/+4
* libc: further centralize syscall symbolsBrooks Davis2023-11-158-28/+2
* lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGSBrooks Davis2023-11-153-3/+0
* lib/libc/rpc: switch the per-fd structs in clnt_{dg,vc}.c to RB TreesAlan Somers2023-11-154-180/+162
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-152-102/+83
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-1536-108/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-11-159-11/+0
* libgpio: Fix type mismatch for gpio_pin_[gs]etJohn Baldwin2023-11-151-2/+2
* libcasper: Neuter false positive -Wuse-after-free warnings from GCC 13John Baldwin2023-11-153-0/+9
* lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker2023-11-142-0/+134
* Unbound: Manually update version stringsCy Schubert2023-11-141-3/+3
* libc: fix typo in Makefile commentBrooks Davis2023-11-131-1/+1
* libc: enable initial-exec (IE) as default thread-local storage model on armR. Christian McDonald2023-11-091-4/+0
* dirdeps: Update liblldb dependenciesKa Ho Ng2023-11-091-2/+6
* fflush: correct buffer handling in __sflushEd Maste2023-11-072-21/+4
* libc: remove unused errno.h includeEd Maste2023-11-071-1/+0
* fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav2023-11-072-0/+156
* fflush: correct buffer handling in __sflushDag-Erling Smørgrav2023-11-073-17/+10
* pf: expose more syncookie state information to userspaceKristof Provost2023-11-062-0/+2