aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Another missed moveMatt Macy2020-09-041-0/+0
| * | Update vendor openzfs to fd20a8vendor/openzfs/2.0-rc1-gfd20a8Matt Macy2020-09-048-54/+90
| * | update vendor openzfs to a00c61 (2.0-rc1)vendor/openzfs/2.0-rc1-ga00c61Matt Macy2020-08-283-8/+46
| * | Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936bvendor/openzfs/2.0-rc0-g184df27Matt Macy2020-08-24191-0/+54965
| /
* | Add a few more files to libllvm, which are required when doing sanitizedDimitry Andric2020-09-031-0/+3
* | Various fixes to the load() function.John Baldwin2020-09-031-8/+9
* | Avoid issues with STAGING by using LIBUCL_DIR for the source directoryStephen J. Kiernan2020-09-031-8/+8
* | libifconfig now depends on libm due to usage of log10().John Baldwin2020-09-021-0/+2
* | Pass a valid mode with O_CREATE to open(2).John Baldwin2020-09-021-6/+6
* | Don't assume objects in program sections have a size of a pointer.John Baldwin2020-09-021-1/+1
* | Compute the correct size of the string to move forward.John Baldwin2020-09-021-1/+1
* | Temporarily skip tests panic i386 kernel in CILi-Wen Hsu2020-09-021-0/+5
* | Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-3/+25
* | Fix a buffer overrun.John Baldwin2020-09-011-3/+3
* | lib: libnetmap: add missing copyright headersVincenzo Maffione2020-09-014-4/+124
* | Fix the build of scandir_b with GCC.John Baldwin2020-08-311-4/+7
* | libpmc: Fix memory leak in process_mapfileEric van Gyzen2020-08-311-0/+3
* | lib: add libnetmapVincenzo Maffione2020-08-287-0/+2329
* | memstat_kvm_uma: fix reading of uma_zone_domain structuresEric van Gyzen2020-08-281-3/+2
* | Move libsqlite3 to the top of the SUBDIR listAlex Richardson2020-08-261-1/+3
* | After r364423, which ensures the callbacks that dl_iterate_phdr(3)Dimitry Andric2020-08-251-1/+4
* | After r364753, there should be no need to suppress -Watomic-alignmentDimitry Andric2020-08-251-6/+0
* | libbe: lift the WARNS post-OpenZFS mergeKyle Evans2020-08-251-3/+0
* | Fix -Wundef warnings when building libluaAlex Richardson2020-08-251-0/+1
* | Add missing FreeBSD functions to -legacy when building on macOS/LinuxAlex Richardson2020-08-252-2/+14
* | Add atomic and bswap functions to libcompiler_rtDimitry Andric2020-08-251-14/+9