aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rework alignment handling in __libc_allocate_tls() for Variant I of TLS layout.Michal Meloun2017-12-121-21/+117
* Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), notDimitry Andric2017-12-101-1/+1
* Document the existence and precision of the remaining long doubleDimitry Andric2017-12-102-6/+29
* Remove basename_r(3).Ed Schouten2017-12-083-4/+3
* SPDX: more ISC-related files.Pedro F. Giffuni2017-12-083-3/+9
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0830-34/+80
* Remove an unused incude from lib/msun/bsdsrc/b_log.c.Dimitry Andric2017-12-071-1/+0
* Remove the sentence in math(3) about some long double math functions notDimitry Andric2017-12-071-7/+1
* Ensure that "out" is initialized in all error paths.Mark Johnston2017-12-071-1/+1
* Note that old sys/event.h required manual sys/types.h inclusionBenjamin Kaduk2017-12-071-2/+3
* Fix a null-pointer dereference and a tautological check in cam_get_deviceAlan Somers2017-12-061-2/+7
* Optimize telldir(3)Alan Somers2017-12-064-30/+292
* The function fwscanf() return value is wrong when encountering an earlyStephen J. Kiernan2017-12-061-1/+1
* Use a global extern declaration to appease gcc.Mark Johnston2017-12-061-1/+2
* use @@@ instead of @@ in __sym_defaultEd Maste2017-12-053-3/+0
* Add an envp argument to proc_create().Mark Johnston2017-12-034-17/+17
*---------. Upgrade our copies of clang, llvm, lldb and libc++ to r319231 from theDimitry Andric2017-12-038-17/+17
|\ \ \ \ \ \
| | | | | | * Vendor import of llvm release_50 branch r319231:vendor/llvm/llvm-release_50-r319231Dimitry Andric2017-12-0252-167/+850
| * | | | | | Vendor import of clang release_50 branch r319231:vendor/clang/clang-release_50-r319231Dimitry Andric2017-12-0215-70/+91
* | | | | | | lib/msun: remove trailing whitespace from e_pow.cEd Maste2017-12-031-18/+18
* | | | | | | Add include guard to fpmath.hEitan Adler2017-12-021-0/+5
* | | | | | | Make the assignment of CRTARCH conditional, even in the armhf case, andDimitry Andric2017-12-021-3/+4
* | | | | | | Create a function to translate UEFI paths to unix pathsWarner Losh2017-12-024-3/+733
* | | | | | | Fix missing .Dd bumpWarner Losh2017-12-011-1/+1
* | | | | | | Correct history for Unix 2nd Edition through 6th Edition for theWarner Losh2017-12-0110-17/+27
* | | | | | | Mark all the system calls that were in 1st Edition Unix as such in theWarner Losh2017-12-0116-31/+39
* | | | | | | Eliminate the last user of basename_r() in the base system.Ed Schouten2017-12-011-2/+4
* | | | | | | SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+1
* | | | | | | Fix fabs() for MIPS when used on -0.0Alex Richardson2017-11-281-3/+2
* | | | | | | Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory.Fedor Uporov2017-11-281-1/+1
* | | | | | | Truncate negative lengths to zeroPoul-Henning Kamp2017-11-271-1/+5
* | | | | | | Addd work around for LLVM bug 35023.Michal Meloun2017-11-261-0/+5
* | | | | | | Add efidp_format_device_path_node to format a single node in a deviceWarner Losh2017-11-262-4/+24
* | | | | | | lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-26454-70/+978
* | | | | | | libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-25404-68/+876
* | | | | | | Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-256-1/+249
* | | | | | | Add stdio.h to the synopsis for sysdecode functions that take a FILE *.John Baldwin2017-11-255-5/+10
* | | | | | | Kill all descendants of the reaper, even if they are descendants of aKonstantin Belousov2017-11-231-2/+5
* | | | | | | Add a test case for cam_get_device with sa(4) devicesAlan Somers2017-11-221-0/+28
* | | | | | | Add a reference to getfsstat in statfs.Warner Losh2017-11-221-1/+2
* | | | | | | Refine symtab sorting in libproc.Mark Johnston2017-11-213-30/+194
* | | | | | | Fix multiple bugs in cam_strmatchAlan Somers2017-11-203-0/+114
* | | | | | | Install strings unconditionallyEd Maste2017-11-201-1/+2
* | | | | | | iconv: Fix a pointer mismatch.Pedro F. Giffuni2017-11-201-2/+2
* | | | | | | General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-20534-178/+1247
* | | | | | | spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1828-22/+79
* | | | | | | Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
* | | | | | | Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-141-1/+1
* | | | | | | Fix formatting of _umtx_op(2)Eric van Gyzen2017-11-131-60/+70
* | | | | | | Add notes about overlapping copies.Warner Losh2017-11-133-0/+25