aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unnecessary include "../Makefile.inc"Alex Richardson2020-09-181-1/+0
* | Fix error checking in shm_create_largepage().Mark Johnston2020-09-181-1/+1
* | libarchive: fix mismatch between library and test configurationAlex Richardson2020-09-183-22/+24
* | Fix additional memory leak in process_mapfileEric van Gyzen2020-09-171-0/+2
* | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-09-162-5/+5
|\|
* | Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-141-2/+2
* | Skip armv7 bectl tests on CI; they deadlock (""KSTACK_PAGES is 2").Edward Tomasz Napierala2020-09-141-0/+5
* | Only set WARNS if not definedKyle Evans2020-09-116-6/+6
* | memfd_create: simplify HUGETLB support a little bitKyle Evans2020-09-111-45/+14
* | memfd_create: fix return valuesKyle Evans2020-09-101-8/+16
* | Fix memfd_create tests after r365524Kyle Evans2020-09-101-1/+1
* | Follow-up r364753 by only using arm's stdatomic.c implementation, as itDimitry Andric2020-09-101-1/+2
* | Remove -I flag for include path that doesn't existAlex Richardson2020-09-101-1/+0
* | Add shm_create_largepage(3) helper for creation and configuration ofKonstantin Belousov2020-09-092-8/+109
* | Fix compilation of libsysdecode after r365522, should have been part of it.Konstantin Belousov2020-09-091-0/+1
* | Follow-up r364753 by enabling compiler-rt's atomic implementation onlyDimitry Andric2020-09-091-1/+6
* | getlogin_r: fix the type of lenKyle Evans2020-09-093-4/+14
* | libc tests: dynthr_mod: fix some WARNS issuesKyle Evans2020-09-091-1/+3
* | libc/resolv: attempt to fix the test under WARNS=6Kyle Evans2020-09-091-15/+38
* | [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-087-5/+135
* | Follow-up r365371 by removing sentences which indicate the state of theDimitry Andric2020-09-061-1/+1
* | Turn MALLOC_PRODUCTION into a regular src.conf(5) optionDimitry Andric2020-09-051-1/+1
* | ZFS: MFV 2.0-rc1-gfd20a8Matt Macy2020-09-041-2/+5
|\ \