aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lib/libc/tests/iconv: raise WARNS to 6Alan Somers2020-09-242-2/+1
* | lib/libc/tests/sys: raise WARNS to 6Alan Somers2020-09-241-6/+0
* | [PowerPC64LE] Pass our byte order to the sqlite3 build.Brandon Bergren2020-09-231-0/+4
* | [PowerPC64LE] libkvm powerpc64le support.Brandon Bergren2020-09-232-19/+61
* | [PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren2020-09-232-0/+9
* | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-233-7/+12
* | Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths.Konstantin Belousov2020-09-2211-15/+113
* | libnetmap: fix cast from uint64_t to void*Vincenzo Maffione2020-09-222-3/+3
* | Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-219-50/+176
* | loader: zfs should support bootonce an nextbootToomas Soome2020-09-216-59/+53
* | Apply an opimization for the kernels used by cexp(x) and cexpf(x) submittedStefan Eßer2020-09-202-6/+8
* | Apply fix for ld80 and ld128 submitted by Steve Kargl:Stefan Eßer2020-09-202-10/+12
* | Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-197-31/+88
* | fix integer underflow in getgrnam_r and getpwnam_rAlan Somers2020-09-192-4/+24
* | build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-1813-10/+14