aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik2020-11-022-1/+137
* [libnetmap] Fix 32 bit compilation under gcc-6.4Adrian Chadd2020-11-021-5/+10
* Make sysctl user.local a tunable that can be written at run-timeStefan Eßer2020-10-311-10/+18
* Fix reversed condition after attempted style fix in r367196Stefan Eßer2020-10-311-2/+2
* Fix style, no functional changeStefan Eßer2020-10-311-5/+5
* Update man-pages to describe the user.localbase variable added in r367179.Stefan Eßer2020-10-301-1/+5
* Add read only sysctl variable user.localbaseStefan Eßer2020-10-301-0/+9
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-0/+1
* Disable ssp raw test without ASANBrooks Davis2020-10-281-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2820-20/+0
* Significantly reduce compile time for googletest internal testsAlex Richardson2020-10-281-0/+12
* Revise the description of MAP_STACK. In particular, describe the guardAlan Cox2020-10-271-19/+23
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-272-2/+6
* update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...John-Mark Gurney2020-10-261-4/+8
* Remove intel compiler support from math.hWarner Losh2020-10-241-2/+2
* flua: Add a libjail moduleRyan Moeller2020-10-245-0/+627
* warnx: fix needless staticWarner Losh2020-10-241-2/+2
* warnx: Save errno across calls that might change it.Warner Losh2020-10-231-0/+8
* Only use ASAN when using the in-tree compilerBrooks Davis2020-10-231-1/+3
* libelf: add compression header supportEd Maste2020-10-231-0/+2
* mmap(2): Document guard size for MAP_STACK and related EINVAL.Konstantin Belousov2020-10-211-1/+8
* Move list_cloners to libifconfigRyan Moeller2020-10-212-0/+42
* Further refinements of ptsname_r(3) interface:Xin LI2020-10-202-6/+8
* Enable SUBDIR_PARALLEL for lib/googletestAlex Richardson2020-10-191-2/+6
* Major improvement to build parallelism for googletest internal testsAlex Richardson2020-10-1910-12/+12
* libbe(3): install MLINKS for all of the functions providedKyle Evans2020-10-181-0/+35
* libbe(3): document be_snapshot()Kyle Evans2020-10-181-0/+27
* libbe(3): const'ify a couple argumentsKyle Evans2020-10-184-11/+11
* Implement ptsname_r.Xin LI2020-10-174-16/+66
* libc: typo fix (s/involes/involves)Kyle Evans2020-10-161-1/+1
* Fix formatting of SYNOPSISMateusz Piotrowski2020-10-151-3/+2
* [libcasper] Update cap_dns API to not trigger unused variable warnings when d...Adrian Chadd2020-10-131-10/+64
* libgssapi: modernize static string array useBrooks Davis2020-10-131-35/+34
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-10-122-5/+5
|\
* | Enable SUBDIR_PARELLEL in lib/libclang_rtAlex Richardson2020-10-121-0/+2
* | Fix building on Linux/macOS after r366622Alex Richardson2020-10-122-1/+13
* | random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-103-0/+120
* | Fix a few mandoc issuesGordon Bergling2020-10-0923-78/+87
* | 80211: non-functional changesBjoern A. Zeeb2020-10-071-1/+1
* | libkvm: catch up with pre-subtracated per-cpu addressesMateusz Guzik2020-10-061-0/+29
* | Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.Jakub Wojciech Klama2020-10-032-0/+29
* | newlocale(3): Fix a memory leak.Mark Johnston2020-10-022-2/+19
* | libmd: add dependency workaround for r366344Ed Maste2020-10-021-0/+4
* | libmd: fix assembly optimized skein implementationEd Maste2020-10-011-6/+6
* | auxv: partially revert r366207, cast buflen to unsigned int as neededKyle Evans2020-10-011-17/+15
* | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-10-012-5/+5
|\|
* | Eliminate duplicate `afterinstallconfigs` targetEnji Cooper2020-10-012-2/+4
* | Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-019-14/+0
* | Updates to chroot(2) docsWarner Losh2020-09-291-2/+9
* | Misc compiler warning fixes in lib/libcAlan Somers2020-09-277-17/+36