summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0228-485/+196
* Correct types of variables used to track amount of allocated SysV sharedkib2009-03-021-0/+9
* Rewrite asprintf() as a wrapper around vasprintf(), thus reducing thedas2009-03-021-43/+22
* The argument corresponding to %zn is supposed to be an ssize_t *, notdas2009-03-022-6/+6
* Use C99-style initializers. No functional change.das2009-03-011-4/+9
* Add a missing .El.delphij2009-03-011-0/+1
* "-isoC-99" should be spelled without 'c'.delphij2009-03-011-1/+1
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-281-1/+15
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().das2009-02-282-33/+2
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2818-26/+689
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-283-4/+4
* Make sure %zd treats negative arguments properly on 32-bit platforms.das2009-02-283-5/+8
* These warnings are only relevant on NetBSD it seems. They don't seemimp2009-02-192-6/+0
* These symbols don't belong here. Remove them. Since mips hasn't hadimp2009-02-191-4/+0
* Properly invalidate highest pts number when calling setttyent().ed2009-02-121-5/+4
* Make ttyslot(3) work with pts(4) devices.ed2009-02-121-6/+5
* Add two new routines: fdevname() and fdevname_r().ed2009-02-116-20/+88
* Shutup warning for DNAME RR.ume2009-02-082-2/+3
* Fix language on atol(3) manpage. Add a COMPATIBILITY sectionkeramida2009-02-081-3/+32
* Make sure the comparison is done with an unsigned char.imp2009-02-071-1/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-2/+2
* Fix the functions to match prototypes. The K&R definitions differimp2009-02-033-3/+3
* - ANSIfy function definitionsdanger2009-02-0333-110/+41
* Provide a type for the argument.rdivacky2009-02-021-1/+1
* - Remove superfluous commentgabor2009-01-301-2/+0
* Update the description of KERN_PROC.trhodes2009-01-281-5/+3
* Better wording for clearing EOF indicator.trhodes2009-01-281-0/+4
* Remove another comment about clearing EOF indicator.trhodes2009-01-281-4/+1
* Update the manpage to reflect r145172.das2009-01-281-2/+1
* Remove comment about clearerr() being the only method of clearingtrhodes2009-01-281-3/+1
* - Fix grammar. [1]delphij2009-01-261-3/+3
* Rewrite of MI strlen(3) in a way that can better utilize modern hardware bydelphij2009-01-251-15/+78
* Add support for multibyte thousands_sep encodings, e.g., U+066C.das2009-01-223-173/+225
* - Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+49
* Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+35
* When f[w]printf() is called on an unbuffered file like stdout, itdas2009-01-172-14/+23
* Simplify printf's inlined output buffering routines. On amd64, thisdas2009-01-171-18/+18
* Change dstp to be const and remove bogus cast.rdivacky2009-01-151-2/+3
* Introduce a local variable and use it instead of passed in parameterrdivacky2009-01-155-6/+16
* Reduce code duplication by moving functions that are identical in bothdas2009-01-153-427/+216
* Convert the insidious macros that handle printf()'s buffering intodas2009-01-153-86/+204
* Document that ffsll(3) and flsll(3) functions first appeared inkib2009-01-131-1/+1
* - add missing includedanger2009-01-121-2/+3
* o Language improvements from OpenBSD;delphij2009-01-121-17/+17
* o ANSIfy.delphij2009-01-121-29/+12
* Sort MLINKS.ru2009-01-091-21/+32
* Set the error indicator on an attempt to write to a read-only stream.das2009-01-081-0/+1
* Document the special loopback address behaviour of jails.bz2009-01-061-1/+7
* - forgot to bump a datedanger2009-01-061-1/+1
OpenPOWER on IntegriCloud