| Commit message (Expand) | Author | Age | Files | Lines |
| * | memfd_create: fix return values | Kyle Evans | 2020-09-10 | 1 | -8/+16 |
| * | Fix memfd_create tests after r365524 | Kyle Evans | 2020-09-10 | 1 | -1/+1 |
| * | Follow-up r364753 by only using arm's stdatomic.c implementation, as it | Dimitry Andric | 2020-09-10 | 1 | -1/+2 |
| * | Remove -I flag for include path that doesn't exist | Alex Richardson | 2020-09-10 | 1 | -1/+0 |
| * | Add shm_create_largepage(3) helper for creation and configuration of | Konstantin Belousov | 2020-09-09 | 2 | -8/+109 |
| * | Fix compilation of libsysdecode after r365522, should have been part of it. | Konstantin Belousov | 2020-09-09 | 1 | -0/+1 |
| * | Follow-up r364753 by enabling compiler-rt's atomic implementation only | Dimitry Andric | 2020-09-09 | 1 | -1/+6 |
| * | getlogin_r: fix the type of len | Kyle Evans | 2020-09-09 | 3 | -4/+14 |
| * | libc tests: dynthr_mod: fix some WARNS issues | Kyle Evans | 2020-09-09 | 1 | -1/+3 |
| * | libc/resolv: attempt to fix the test under WARNS=6 | Kyle Evans | 2020-09-09 | 1 | -15/+38 |
| * | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren | 2020-09-08 | 7 | -5/+135 |
| * | Follow-up r365371 by removing sentences which indicate the state of the | Dimitry Andric | 2020-09-06 | 1 | -1/+1 |
| * | Turn MALLOC_PRODUCTION into a regular src.conf(5) option | Dimitry Andric | 2020-09-05 | 1 | -1/+1 |
| * | ZFS: MFV 2.0-rc1-gfd20a8 | Matt Macy | 2020-09-04 | 1 | -2/+5 |
| |\ |
|
| | * | Another missed move | Matt Macy | 2020-09-04 | 1 | -0/+0 |
| | * | Update vendor openzfs to fd20a8vendor/openzfs/2.0-rc1-gfd20a8 | Matt Macy | 2020-09-04 | 8 | -54/+90 |
| | * | update vendor openzfs to a00c61 (2.0-rc1)vendor/openzfs/2.0-rc1-ga00c61 | Matt Macy | 2020-08-28 | 3 | -8/+46 |
| | * | Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936bvendor/openzfs/2.0-rc0-g184df27 | Matt Macy | 2020-08-24 | 191 | -0/+54965 |
| * | Add a few more files to libllvm, which are required when doing sanitized | Dimitry Andric | 2020-09-03 | 1 | -0/+3 |
| * | Various fixes to the load() function. | John Baldwin | 2020-09-03 | 1 | -8/+9 |
| * | Avoid issues with STAGING by using LIBUCL_DIR for the source directory | Stephen J. Kiernan | 2020-09-03 | 1 | -8/+8 |
| * | libifconfig now depends on libm due to usage of log10(). | John Baldwin | 2020-09-02 | 1 | -0/+2 |
| * | Pass a valid mode with O_CREATE to open(2). | John Baldwin | 2020-09-02 | 1 | -6/+6 |
| * | Don't assume objects in program sections have a size of a pointer. | John Baldwin | 2020-09-02 | 1 | -1/+1 |
| * | Compute the correct size of the string to move forward. | John Baldwin | 2020-09-02 | 1 | -1/+1 |
| * | Temporarily skip tests panic i386 kernel in CI | Li-Wen Hsu | 2020-09-02 | 1 | -0/+5 |
| * | Include the psind in data returned by mincore(2). | Mark Johnston | 2020-09-02 | 1 | -3/+25 |
| * | Fix a buffer overrun. | John Baldwin | 2020-09-01 | 1 | -3/+3 |
| * | lib: libnetmap: add missing copyright headers | Vincenzo Maffione | 2020-09-01 | 4 | -4/+124 |
| * | Fix the build of scandir_b with GCC. | John Baldwin | 2020-08-31 | 1 | -4/+7 |
| * | libpmc: Fix memory leak in process_mapfile | Eric van Gyzen | 2020-08-31 | 1 | -0/+3 |
| * | lib: add libnetmap | Vincenzo Maffione | 2020-08-28 | 7 | -0/+2329 |
| * | memstat_kvm_uma: fix reading of uma_zone_domain structures | Eric van Gyzen | 2020-08-28 | 1 | -3/+2 |
| * | Move libsqlite3 to the top of the SUBDIR list | Alex Richardson | 2020-08-26 | 1 | -1/+3 |
| * | After r364423, which ensures the callbacks that dl_iterate_phdr(3) | Dimitry Andric | 2020-08-25 | 1 | -1/+4 |
| * | After r364753, there should be no need to suppress -Watomic-alignment | Dimitry Andric | 2020-08-25 | 1 | -6/+0 |
| * | libbe: lift the WARNS post-OpenZFS merge | Kyle Evans | 2020-08-25 | 1 | -3/+0 |
| * | Fix -Wundef warnings when building liblua | Alex Richardson | 2020-08-25 | 1 | -0/+1 |
| * | Add missing FreeBSD functions to -legacy when building on macOS/Linux | Alex Richardson | 2020-08-25 | 2 | -2/+14 |
| * | Add atomic and bswap functions to libcompiler_rt | Dimitry Andric | 2020-08-25 | 1 | -14/+9 |
| * | Merge OpenZFS support in to HEAD. | Matt Macy | 2020-08-25 | 9 | -47/+84 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-08-24 | 2 | -5/+5 |
| |\ |
|
| * | | Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJS | Alex Richardson | 2020-08-24 | 4 | -4/+1 |
| * | | libc: hide alphasort_thunk behind I_AM_SCANDIR_B | Mateusz Guzik | 2020-08-23 | 1 | -0/+2 |
| * | | Add a missed source file for LLVM's BPF target. This target is not | Dimitry Andric | 2020-08-22 | 1 | -0/+1 |
| * | | Add a few new source files to libc++, in particular the implementation | Dimitry Andric | 2020-08-22 | 1 | -0/+3 |
| * | | veloader: insist on verifying .4th .lua etc | Simon J. Gerraty | 2020-08-21 | 1 | -1/+5 |
| * | | dl_iterate_phdr(3): provide exclusive locking for callback when statically li... | Konstantin Belousov | 2020-08-20 | 1 | -2/+8 |
| * | | Add MSG_TLSAPPDATA to lib/libsysdecode/mktables. | Rick Macklem | 2020-08-20 | 1 | -1/+1 |
| * | | Fix the mips64 world build after r364284. | Dimitry Andric | 2020-08-19 | 1 | -0/+5 |