aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document memset_s(3). memset_s(3) is defined inCy Schubert2018-02-162-3/+63
* socketpair.2: Reference relevant POSIX standardsConrad Meyer2018-02-101-1/+8
* su_data: correct macro expansion.Pedro F. Giffuni2018-02-081-1/+1
* fsync.2: Cross-reference fsync(1)Conrad Meyer2018-02-061-1/+2
* Fix makecontext() on MIPS O32.John Baldwin2018-02-051-1/+15
* o Let rtld(1) set up psABI user trap handlers prior to executing theMarius Strobl2018-02-031-5/+3
* Use standard 2-clause license where copyright is held by the FreeBSD FoundationEd Maste2018-02-021-9/+7
* Add a new set of simple tests for makecontext().John Baldwin2018-01-312-0/+190
* Remove limitation of 6 arguments for makecontext() on mips.John Baldwin2018-01-311-1/+1
* Remove bogus checks against NCARGS.John Baldwin2018-01-313-3/+3
* Clarify that the additional arguments to makecontext() are of type int.John Baldwin2018-01-311-5/+10
* Consistently use 16-byte alignment for MIPS N32 and N64.John Baldwin2018-01-311-4/+2
* Move strtold wrapper from strtol.c to its own strtold.c. This codeWarner Losh2018-01-313-7/+46
* Clarify some comments in the MIPS makecontext().John Baldwin2018-01-271-5/+4
* o EMFILE errno documented.Maxim Konovalov2018-01-261-1/+6
* Update .Dd missed in -r328304.Kirk McKusick2018-01-241-1/+1
* In the C library, the setting up of the group array by variousKirk McKusick2018-01-232-1/+18
* mlock(2): correct documentation for error conditions.Alan Somers2018-01-221-3/+3
* Add missing patch from r328240Kyle Evans2018-01-221-5/+29
* Add libregex, connect it to the buildKyle Evans2018-01-223-58/+62
* regex(3): Resolve issues with higher WARNS levelsKyle Evans2018-01-212-25/+28
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+6
* The source strings are from the password database which guaranteesWarner Losh2018-01-061-2/+2
* Remove unused includes.Xin LI2018-01-011-2/+0
* 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
* Fix a few more speelling errorsEitan Adler2017-12-282-2/+2
* SPDX: Fix some License ID tags for libc.Pedro F. Giffuni2017-12-272-2/+2
* lib: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* 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
* Don't ignore trailing spaces after numerical IP addresses.Hajimu UMEMOTO2017-12-201-1/+2
* revert r322589: force use of ld.bfd for linking i386 libcEd Maste2017-12-161-10/+0
* 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
* 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
* Note that old sys/event.h required manual sys/types.h inclusionBenjamin Kaduk2017-12-071-2/+3
* 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 @@@ instead of @@ in __sym_defaultEd Maste2017-12-053-3/+0
* Add include guard to fpmath.hEitan Adler2017-12-021-0/+5
* 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
* Fix fabs() for MIPS when used on -0.0Alex Richardson2017-11-281-3/+2
* Truncate negative lengths to zeroPoul-Henning Kamp2017-11-271-1/+5
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-25404-68/+876