aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r352308 through r352318.Dimitry Andric2019-09-143-9/+25
|\
| * Improve the description of big5(5)Li-Wen Hsu2019-09-141-2/+9
| * Add a "count_until_fail" option to gnop, which says to start failingChuck Silvers2019-09-132-7/+16
* | Apparently DebugInfo/DWARF/DWARFExpression.cpp is always needed, atDimitry Andric2019-09-141-1/+1
* | Merge ^/head r352105 through r352307.Dimitry Andric2019-09-1363-23310/+155
|\|
| * Update libedit to a snapshot from 2019-09-10Baptiste Daroussin2019-09-1353-23291/+62
| * [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
* | Rearrange libclang_rt Makefile again, and attempt to simplify it.Dimitry Andric2019-09-131-41/+29
* | Merge ^/head r351732 through r352104.Dimitry Andric2019-09-0967-72/+188
|\|
| * 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
* | Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, andDimitry Andric2019-09-091-0/+4
* | When building libomp for i386, clang 9.0.0 produces a new warning aboutDimitry Andric2019-09-081-0/+9
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmpDimitry Andric2019-09-072-5/+5
|\ \ \ \ \ \ \
| | | | | | * | Vendor import of llvm release_90 branch r371301:vendor/llvm/llvm-release_90-r371301Dimitry Andric2019-09-078-24/+60
| * | | | | | | Vendor import of clang release_90 branch r371301:vendor/clang/clang-release_90-r371301Dimitry Andric2019-09-074-24/+65
* | | | | | | | Add a VCSVersion.inc header with revision and repository defines,Dimitry Andric2019-09-063-4/+15
* | | | | | | | Add some missed continuation backslashes.Dimitry Andric2019-09-051-3/+3
* | | | | | | | Merge ^/head r351317 through r351731.Dimitry Andric2019-09-0326-226/+141
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | 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
* | | | | | | | Add workarounds for obsolete std::auto_ptr usage in atf.Dimitry Andric2019-09-031-0/+3
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---------. \ \ \ \ \ \ \ Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmpDimitry Andric2019-09-022-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | / / / / / | | | |_|_|_|_|/ / / / / | | |/| | | | | / / / / | | | | |_|_|_|/ / / / | | | |/| | | | / / / | | | | | |_|_|/ / / | | | | |/| | | / / | | | | | | |_|/ / | | | | | |/| | / | | | | | | | |/ | | | | | | |/|