| Commit message (Expand) | Author | Age | Files | Lines |
* | flua: Add a libjail module | Ryan Moeller | 2020-10-24 | 5 | -0/+627 |
* | warnx: fix needless static | Warner Losh | 2020-10-24 | 1 | -2/+2 |
* | warnx: Save errno across calls that might change it. | Warner Losh | 2020-10-23 | 1 | -0/+8 |
* | Only use ASAN when using the in-tree compiler | Brooks Davis | 2020-10-23 | 1 | -1/+3 |
* | libelf: add compression header support | Ed Maste | 2020-10-23 | 1 | -0/+2 |
* | mmap(2): Document guard size for MAP_STACK and related EINVAL. | Konstantin Belousov | 2020-10-21 | 1 | -1/+8 |
* | Move list_cloners to libifconfig | Ryan Moeller | 2020-10-21 | 2 | -0/+42 |
* | Further refinements of ptsname_r(3) interface: | Xin LI | 2020-10-20 | 2 | -6/+8 |
* | Enable SUBDIR_PARALLEL for lib/googletest | Alex Richardson | 2020-10-19 | 1 | -2/+6 |
* | Major improvement to build parallelism for googletest internal tests | Alex Richardson | 2020-10-19 | 10 | -12/+12 |
* | libbe(3): install MLINKS for all of the functions provided | Kyle Evans | 2020-10-18 | 1 | -0/+35 |
* | libbe(3): document be_snapshot() | Kyle Evans | 2020-10-18 | 1 | -0/+27 |
* | libbe(3): const'ify a couple arguments | Kyle Evans | 2020-10-18 | 4 | -11/+11 |
* | Implement ptsname_r. | Xin LI | 2020-10-17 | 4 | -16/+66 |
* | libc: typo fix (s/involes/involves) | Kyle Evans | 2020-10-16 | 1 | -1/+1 |
* | Fix formatting of SYNOPSIS | Mateusz Piotrowski | 2020-10-15 | 1 | -3/+2 |
* | [libcasper] Update cap_dns API to not trigger unused variable warnings when d... | Adrian Chadd | 2020-10-13 | 1 | -10/+64 |
* | libgssapi: modernize static string array use | Brooks Davis | 2020-10-13 | 1 | -35/+34 |
* | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-10-12 | 2 | -5/+5 |
|\ |
|
* | | Enable SUBDIR_PARELLEL in lib/libclang_rt | Alex Richardson | 2020-10-12 | 1 | -0/+2 |
* | | Fix building on Linux/macOS after r366622 | Alex Richardson | 2020-10-12 | 2 | -1/+13 |
* | | random(4) FenestrasX: Push root seed version to arc4random(3) | Conrad Meyer | 2020-10-10 | 3 | -0/+120 |
* | | Fix a few mandoc issues | Gordon Bergling | 2020-10-09 | 23 | -78/+87 |
* | | 80211: non-functional changes | Bjoern A. Zeeb | 2020-10-07 | 1 | -1/+1 |
* | | libkvm: catch up with pre-subtracated per-cpu addresses | Mateusz Guzik | 2020-10-06 | 1 | -0/+29 |
* | | Add virtio-9p (aka VirtFS) filesystem sharing to bhyve. | Jakub Wojciech Klama | 2020-10-03 | 2 | -0/+29 |
* | | newlocale(3): Fix a memory leak. | Mark Johnston | 2020-10-02 | 2 | -2/+19 |
* | | libmd: add dependency workaround for r366344 | Ed Maste | 2020-10-02 | 1 | -0/+4 |
* | | libmd: fix assembly optimized skein implementation | Ed Maste | 2020-10-01 | 1 | -6/+6 |
* | | auxv: partially revert r366207, cast buflen to unsigned int as needed | Kyle Evans | 2020-10-01 | 1 | -17/+15 |
* | | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-10-01 | 2 | -5/+5 |
|\| |
|
* | | Eliminate duplicate `afterinstallconfigs` target | Enji Cooper | 2020-10-01 | 2 | -2/+4 |
* | | Do a sweep and remove most WARNS=6 settings | Kyle Evans | 2020-10-01 | 9 | -14/+0 |
* | | Updates to chroot(2) docs | Warner Losh | 2020-09-29 | 1 | -2/+9 |
* | | Misc compiler warning fixes in lib/libc | Alan Somers | 2020-09-27 | 7 | -17/+36 |
* | | lib/libc/tests/iconv: raise WARNS to 6 | Alan Somers | 2020-09-24 | 2 | -2/+1 |
* | | lib/libc/tests/sys: raise WARNS to 6 | Alan Somers | 2020-09-24 | 1 | -6/+0 |
* | | [PowerPC64LE] Pass our byte order to the sqlite3 build. | Brandon Bergren | 2020-09-23 | 1 | -0/+4 |
* | | [PowerPC64LE] libkvm powerpc64le support. | Brandon Bergren | 2020-09-23 | 2 | -19/+61 |
* | | [PowerPC64LE] Fix gdtoa configurations on LE. | Brandon Bergren | 2020-09-23 | 2 | -0/+9 |
* | | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le. | Brandon Bergren | 2020-09-23 | 3 | -7/+12 |
* | | Document {O,AT}_RESOLVE_BENEATH and new O_BENEATH behavior for relative paths. | Konstantin Belousov | 2020-09-22 | 11 | -15/+113 |
* | | libnetmap: fix cast from uint64_t to void* | Vincenzo Maffione | 2020-09-22 | 2 | -3/+3 |
* | | Sparsify the vm_page_dump bitmap | D Scott Phillips | 2020-09-21 | 9 | -50/+176 |
* | | loader: zfs should support bootonce an nextboot | Toomas Soome | 2020-09-21 | 6 | -59/+53 |
* | | Apply an opimization for the kernels used by cexp(x) and cexpf(x) submitted | Stefan Eßer | 2020-09-20 | 2 | -6/+8 |
* | | Apply fix for ld80 and ld128 submitted by Steve Kargl: | Stefan Eßer | 2020-09-20 | 2 | -10/+12 |
* | | Update the libufs cgget() and cgput() interfaces to have a similar | Kirk McKusick | 2020-09-19 | 7 | -31/+88 |
* | | fix integer underflow in getgrnam_r and getpwnam_r | Alan Somers | 2020-09-19 | 2 | -4/+24 |
* | | build: provide a default WARNS for all in-tree builds | Kyle Evans | 2020-09-18 | 13 | -10/+14 |