aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* geli: raise WARNS to 6Alan Somers2019-11-012-13/+11
* libexecinfo test: Don't strip installed testConrad Meyer2019-10-291-0/+6
* libexecinfo: Integrate NetBSD test into FreeBSDConrad Meyer2019-10-272-2/+21
* Commit missing file from r354116Alan Somers2019-10-261-1/+2
* Sync up with NetBSD libexecinfo changes 2014-2019Conrad Meyer2019-10-261-0/+1
* Initialize verbosity and debug level from envSimon J. Gerraty2019-10-242-4/+25
* libthr: Add missing END() directive for umtx_op_err (amd64)Conrad Meyer2019-10-231-2/+5
* libm: Add missing END() directives for amd64 routinesConrad Meyer2019-10-239-0/+9
* cap_sysctl: correct typo from r347534-ishKyle Evans2019-10-231-1/+1
* libcasper/services: include <src.opts.mk> to hook tests to buildKyle Evans2019-10-231-0/+2
* Fix build of LLVM RISC-V backendMitchell Horne2019-10-181-0/+1
* Remove obsolete, non-use of CLANG_NO_IAS.Brooks Davis2019-10-181-3/+0
* libbe(3): Fix destroy of imported BE w/ AUTOORIGINKyle Evans2019-10-161-4/+5
* libbe(3): add needed bits for be_destroy to auto-destroy some originsKyle Evans2019-10-163-2/+53
* [PowerPC] force applications linked with lib CSU to have .gotJustin Hibbits2019-10-121-0/+6
* Install the libopencsd version header (other headers now depend on it).Ruslan Bukin2019-10-111-0/+1
* Update ARM CoreSight trace decoder library.Ruslan Bukin2019-10-101-0/+1
* Update Intel Processor Trace decoder library.Ruslan Bukin2019-10-101-2/+3
* Merge ^/head r353316 through r353350.Dimitry Andric2019-10-097-16/+19
|\
| * Connect the libucl(3) manual page to the build.Glen Barber2019-10-091-1/+4
| * RISC-V: Fix an alignment warning in libthrMitchell Horne2019-10-091-4/+4
| * msun: Silence new harmless -Wimplicit-int-float-conversion warningsBrooks Davis2019-10-081-3/+3
| * Fix various -Wpointer-compare warningsBrooks Davis2019-10-084-8/+8
* | Prepare for merging back to head:Dimitry Andric2019-10-082-2/+2
* | Merge ^/head r352764 through r353315.Dimitry Andric2019-10-0812-10/+68
|\|
| * Introduce stats(3), a flexible statistics gathering API.Edward Tomasz Napierala2019-10-072-0/+15
| * Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2019-10-065-0/+9
| * libusb: LIBUSB_DEBUG environment variable override of libusb_set_debugKyle Evans2019-10-021-4/+19
| * libsysdecode: decode PROT_MAX flagsPawel Biernacki2019-09-301-1/+11
| * memfd_create(3): Don't actually force hugetlb size with MFD_HUGETLBKyle Evans2019-09-291-3/+0
| * Revert the mode_t -> int changes and add a warning in the BUGS section instead.Warner Losh2019-09-282-4/+16
| * Document varadic args as int, since you can't have short varadic args (they areWarner Losh2019-09-272-2/+2
* | Merge ^/head r352587 through r352763.Dimitry Andric2019-09-2620-224/+641
|\|
| * Further normalize copyright noticesKyle Evans2019-09-262-2/+2
| * Correct mistake in MLINKS introduced in r352747David Bright2019-09-261-1/+1
| * Add an shm_rename syscallDavid Bright2019-09-263-12/+84
| * Add SPDX tags to recently added filesKyle Evans2019-09-251-0/+2
| * posix_spawn(3): handle potential signal issues with vforkKyle Evans2019-09-252-28/+103
| * rfork(2): add RFSPAWN flagKyle Evans2019-09-251-2/+12
| * Do not left-shift a negative number (inducing undefined behavior inDimitry Andric2019-09-254-6/+6
| * sysent: regenerate after r352705Kyle Evans2019-09-251-4/+0
| * Add linux-compatible memfd_createKyle Evans2019-09-255-5/+211
| * Update fcntl(2) after r352695Kyle Evans2019-09-251-1/+62
| * remove obsolete i386 MD memchr implementationEd Maste2019-09-252-62/+0
| * lib/libc/regex: fix build with REDEBUG definedYuri Pankov2019-09-242-7/+1
| * Fix destruction of the robust mutexes.Konstantin Belousov2019-09-231-1/+5
| * Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan2019-09-231-1/+15
| * Add support for ps -H on corefiles in libkvmMike Karels2019-09-221-102/+147
* | Enable OpenMP for powerpc64Dimitry Andric2019-09-261-0/+2
* | Merge ^/head r352436 through r352536.Dimitry Andric2019-09-197-15/+44
|\|