aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update libedit to a snapshot from 2019-09-10Baptiste Daroussin2019-09-1353-23293/+64
* [PPC64] Add ifunc support in libcsuLeandro Lupori2019-09-123-3/+78
* getsockopt.2: clarify that SO_TIMESTAMP is not 100% reliableAlan Somers2019-09-111-2/+3
* Avoid the use of the non-portable -D argument to ls.Brooks Davis2019-09-111-3/+1
* gnop: Fix initial value for the wdelayprobMariusz Zaborski2019-09-101-2/+2
* Add powerpc support to libkvm probe functionLeandro Lupori2019-09-101-1/+2
* In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)Baptiste Daroussin2019-09-103-8/+7
* csu: Add the riscv .init call sequenceKristof Provost2019-09-091-1/+8
* Fix cpuwhich_t column widthMitchell Horne2019-09-081-1/+1
* Bounds check again after advancing cp, otherwise we have a possibleCy Schubert2019-09-051-2/+2
* [lib80211] add initial VHT (11ac) channel ranges for FCC.Adrian Chadd2019-09-051-0/+68
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-0534-35/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-0516-18/+23
* pkgbase: Put libbluetooth in the bluetooth packageEmmanuel Vadot2019-09-051-1/+1
* pkgbase: Move libcap_ to FreeBSD-runtimeEmmanuel Vadot2019-09-057-8/+8
* pkgbase: Tag passwd related file to be in FreeBSD-runtime package.Emmanuel Vadot2019-09-051-0/+1
* pkgbase: lib80211 is needed by ifconfig(8) so put it in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* Adjust history, info source from v1's manualsSevan Janiyan2019-09-041-2/+2
* Allow more nesting of GEOM partitioning schemesKyle Evans2019-09-031-2/+11
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-031-1/+62
* Add sysctlbyname system callMateusz Guzik2019-09-032-13/+45
* libc: Use musl's optimized memchrEd Maste2019-09-021-41/+40
* libutil: remove SIGSYS handling from setusercontextMateusz Guzik2019-09-021-11/+0
* mips: fix some mcount nitsKyle Evans2019-09-021-0/+1
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-011-2/+2
* libc: remove getsEd Maste2019-09-013-44/+10
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-312-0/+5
* Document fetchReqHTTP().Mark Johnston2019-08-283-3/+23
* Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
Edward Tomasz Napierala2019-08-271-0/+1
* lib.libc.gen.getmntinfo_test.getmntinfo_test is unstable since 8/20, skip itLi-Wen Hsu2019-08-231-0/+3
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-226-3/+3
* libc: mips: remove unused longjmp.cKyle Evans2019-08-221-105/+0
* Fix _pthread_cancel_enter() and _pthread_cancel_leave() jmptable entries.Konstantin Belousov2019-08-213-4/+8
* Rework r339635 to fix .depend.tables.h handling.Bryan Drewery2019-08-162-12/+18
* Add @generated tag to libc syscall asm wrappersEd Maste2019-08-161-2/+4
* pmc: restore "unhalted-cycles" aliasMatt Macy2019-08-151-0/+1
* Revert r351078, r351085: stand/quad.h evictionKyle Evans2019-08-151-21/+0
* libc quad.h: one last _STANDALONE correctionKyle Evans2019-08-151-0/+5
* stand: kick out quad.hKyle Evans2019-08-151-0/+16
* compiler-rt: enable __bswapsi2/__bswapdi2 for RISC-VEd Maste2019-08-141-1/+2
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-124-13/+30
* wait(2): clarify reparenting of children of the exiting process.Konstantin Belousov2019-08-111-3/+8
* wait(2): split long line by using .Fo/.Fa instead of .Ft.Konstantin Belousov2019-08-111-1/+7
* Implement _umtx_op_err.S on powerpc / powerpc64.Brandon Bergren2019-08-093-0/+46
* Update to Zstandard 1.4.2Conrad Meyer2019-08-081-0/+15
|\
| * import zstd 1.4.2vendor/zstd/1.4.2Conrad Meyer2019-08-089-588/+686
| * import zstd 1.4.1vendor/zstd/1.4.1Conrad Meyer2019-08-0828-594/+1046
| * import zstd 1.4.0vendor/zstd/1.4.0Conrad Meyer2019-04-1940-1344/+2217
* | mips: Fix register target for SP setting in libprocJustin Hibbits2019-08-081-1/+1
* | Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric2019-08-071-1/+1