aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cacos(3): correct spelling of 'I'Eitan Adler2017-12-311-2/+2
* isgreater(3): correct description of isunordered macroEitan Adler2017-12-311-2/+2
* libc/locale: fix an off-by-one in newlocaleEitan Adler2017-12-291-1/+1
* humanize_number(3): fix math edge case in rounding large numbersBartek Rutkowski2017-12-283-287/+290
* Close slave on fork error to prevent pty fd leak.Warner Losh2017-12-281-1/+2
* Fix a few more speelling errorsEitan Adler2017-12-283-3/+3
* SPDX: Small for a license ID tags.Pedro F. Giffuni2017-12-271-1/+1
* SPDX: Fix some License ID tags for libc.Pedro F. Giffuni2017-12-272-2/+2
* lib: Fix several typos and minor errorsEitan Adler2017-12-276-6/+6
* Missing disk close in libufs.Kirk McKusick2017-12-261-0/+1
* fsync(3): correctly document return valuesEitan Adler2017-12-251-5/+8
* Introduce the daemonfd function.Mariusz Zaborski2017-12-233-15/+70
* fopen.1: document truncationEitan Adler2017-12-231-1/+1
* Bump number that's an insane number of devices from 1,000 to 10,000. IWarner Losh2017-12-211-1/+1
* Don't ignore trailing spaces after numerical IP addresses.Hajimu UMEMOTO2017-12-201-1/+2
* libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.Ed Schouten2017-12-164-13/+15
*---------. Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2017-12-163-3/+3
|\ \ \ \ \ \
| | | | | | * Vendor import of llvm 5.0.1 release r320880:vendor/llvm/llvm-release_501-r320880Dimitry Andric2017-12-163-10/+16
| | | | * | | Vendor import of lld 5.0.1 release r320880:vendor/lld/lld-release_501-r320880Dimitry Andric2017-12-166-0/+77
| * | | | | | Vendor import of clang 5.0.1 release r320880:vendor/clang/clang-release_501-r320880Dimitry Andric2017-12-164-7/+27
* | | | | | | revert r322589: force use of ld.bfd for linking i386 libcEd Maste2017-12-161-10/+0
* | | | | | | SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-136-6/+22
* | | | | | | SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-134-1/+9
* | | | | | | 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