summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-123-6/+3
* Generate zlib.pc from source.Xin LI2020-05-122-14/+11
* Use -fno-asynchronous-unwind-tables to compile lib/csuDimitry Andric2020-05-111-0/+3
* Add HISTORY sections to document when thisBenedict Reuschling2020-05-058-8/+50
* strdup.3: Slightly canonicalize OOM return/error statusConrad Meyer2020-05-051-9/+14
* Initial support for bhyve save and restore.John Baldwin2020-05-052-0/+94
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-021-25/+0
* Remove the SYMVER build option.John Baldwin2020-04-307-33/+17
* liblua: ensure that "require" will fail in bootstrap fluaEd Maste2020-04-292-0/+9
* Document handling of connection-mode sockets by sendto(2).Mark Johnston2020-04-271-4/+24
* Fix handling of EV_EOF for named pipes.Mark Johnston2020-04-271-6/+6
* libc: partially revert r326576Conrad Meyer2020-04-253-0/+3
* Fix a typoMateusz Piotrowski2020-04-241-2/+2
* Map family 0x5F (Denverton) to goldmont.Alexander Motin2020-04-241-0/+1
* Update jemalloc to version 5.2.1Eric van Gyzen2020-04-231-2/+3
* libc: Shortcut if_indextoname() if index == 0Kristof Provost2020-04-231-0/+5
* kqueue(2): de-vandalize the random sentence in the middleKyle Evans2020-04-221-1/+2
* kqueue(2): add a note about EV_RECEIPTKyle Evans2020-04-221-3/+7
* Map negative types passed to vm_capability_type2name to NULL.John Baldwin2020-04-211-1/+1
* Check the magic value in longjmp() before calling sigprocmask().John Baldwin2020-04-211-5/+5
* Add description string for VM_CAP_BPT_EXIT.John Baldwin2020-04-211-19/+12
* libauditd: make it a PRIVATELIBAlan Somers2020-04-191-0/+1
* libbsm: fix some MLINKSAlan Somers2020-04-191-2/+6
* cap_dns.3: fix some orphan .Xr linksAlan Somers2020-04-181-5/+5
* Attempt to use AT_PS_STRINGS to get the ps_strings pointer.Brooks Davis2020-04-151-0/+8
* Support AT_PS_STRINGS in _elf_aux_info().Brooks Davis2020-04-151-1/+15
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-157-41/+41
* Remove support for geli(4) algorithms deprecated in r348206.John Baldwin2020-04-152-42/+3
* closefrom: clamp lowfd to >= 0; close_range's parameters are unsigned.Kyle Evans2020-04-141-1/+2
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-144-2/+49
* Make sonewconn() overflow messages have per-socket rate-limits and values.Jonathan T. Looney2020-04-141-1/+8
* libc: remove shm_open(2)'s compat fallbackKyle Evans2020-04-131-15/+1
* Sync with OpenBSD:Xin LI2020-04-133-7/+9
* Implement a close_range(2) syscallKyle Evans2020-04-123-2/+41
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+4
* Add HISTORY section to getc(3)Sergio Carlavilla Delgado2020-04-101-1/+17
* exit(3): Add HISTORY sectionSergio Carlavilla Delgado2020-04-101-1/+6
* arc4random(3): Expand the SEE ALSO sectionSergio Carlavilla Delgado2020-04-101-1/+8
* libc: Fix possible overflow in binuptime().Konstantin Belousov2020-04-091-2/+16
* Improve interaction of vectx and tftpSimon J. Gerraty2020-04-071-10/+18
* libcasper(3): Export functions to C++Conrad Meyer2020-04-076-0/+39
* Normalize deployment tools usage and definitions by putting into one placeMaxim Sobolev2020-04-071-1/+3
* libcasper: Constify cap_sysctl_limit_mib() mib parameterConrad Meyer2020-04-063-5/+5
* llvm: add a build knob for enabling assertionsKyle Evans2020-04-061-1/+3
* Fix typoSergio Carlavilla Delgado2020-04-041-1/+1
* Update x86 countersMatt Macy2020-04-0395-6707/+46804
* ANSIfy and KNF function arg definitions in libmd/md4.cEd Maste2020-04-031-23/+14
* lldb: build and enable lua script bindingsEd Maste2020-04-032-1/+6
* lldb: commit generated LLDBWrapLua.cppEd Maste2020-04-031-0/+71334
* lldb: add rule to generate LLDBWrapLua.cppEd Maste2020-04-031-0/+13