aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add liblutok a lightweight C++ API for lua.Brooks Davis2020-03-232-0/+27
* | Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).Edward Tomasz Napierala2020-03-233-3/+85
* | Document when execl and execp entered unix.Warner Losh2020-03-231-0/+6
* | fix typo in exec man pageSergio Carlavilla Delgado2020-03-221-1/+1
* | exec man page: Add HISTORY sectionSergio Carlavilla Delgado2020-03-221-1/+6
* | MFV r359197: xz 5.2.5.Xin LI2020-03-221-4/+21
* | nlist(3): add elf(5) xrefEd Maste2020-03-211-1/+2
* | Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* | Remove sparc support from clang build infrastructure. Any remaining sparc filesWarner Losh2020-03-202-49/+5
* | Document geli(8) loader variables conventionsMateusz Piotrowski2020-03-191-1/+30
* | Fix race condition in catopen(3).Xin LI2020-03-191-20/+37