aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-016-5/+37
* Retire procfs-based process debugging.John Baldwin2020-04-011-5/+0
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-011-0/+2
|\
| * Import version 1.14 of bsnmp. This mainly consists of bug fixesvendor/bsnmp/1.14vendor/bsnmpHartmut Brandt2020-03-319-264/+612
| * Vendor import of bsnmp-1.13.vendor/bsnmp/1.13Hartmut Brandt2018-07-2719-339/+1834
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2016-0/+7871
* Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* Do not claim libbearssl et al are INTERNALLIBSimon J. Gerraty2020-04-011-1/+1
* Trim some duplicate EIO descriptions.John Baldwin2020-03-302-7/+1
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-3042-42/+151
* libc: unconditionalize _NLIST_DO_ELFEd Maste2020-03-301-8/+0
* nlist: retire long-obsolete aout supportEd Maste2020-03-303-104/+0
* msun: swap words order instead of bits order on BIG ENDIANAlfredo Dal'Ava Junior2020-03-261-4/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-03-262-5/+5
|\
* | Install expected kyua docs.Brooks Davis2020-03-262-2/+2
* | Add HISTORY sections to log(3) man pageSergio Carlavilla Delgado2020-03-261-1/+12
* | Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-256-30/+126
* | libpmc: Always add the full include path for libpmcstatEmmanuel Vadot2020-03-251-2/+2
* | pmc: Add include path for libpmcstat as it is an internallibEmmanuel Vadot2020-03-252-2/+5
* | wlandebug: Add include path for libifconfig as it is a internallibEmmanuel Vadot2020-03-251-2/+3
* | exec{l,v}{e,p} arrived in 7th Edition research Unix to support the Bourne ShellWarner Losh2020-03-242-1/+9
* | pkgbase: Move telnetd and ftpd pam file to the utilities packageEmmanuel Vadot2020-03-241-2/+0
* | Improve LIBADD/_DP_* for kyua libraries.Brooks Davis2020-03-236-0/+6
* | Import the kyua test framework.Brooks Davis2020-03-2312-0/+387