summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - Fix typogabor2009-03-181-1/+1
* - Add Brazilian Portuguese catalog [1]gabor2009-03-163-41/+273
* - Create the buildworld object directories with mtree instead of variousgabor2009-03-151-6/+0
* - Fix object directory creation when running threaded buildworldgabor2009-03-131-1/+1
* - Reenable Native Language Support in libc. This feature was disabled duegabor2009-03-1315-0/+3270
* Reflect license change from NetBSD.delphij2009-03-106-48/+6
* Hopefully, improve the grammar and wording in the changes to shmctl(2)kib2009-03-051-4/+5
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-054-21/+8
* Add wcpcpy(3) and wcpncpy(3).das2009-03-045-3/+108
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-046-32/+198
* Fix a file descriptor leak in fts_child().das2009-03-041-1/+3
* Considerably improve the wording of this man page.bms2009-03-041-20/+77
* Update copyright.bms2009-03-041-16/+13
* Explicitly specify bit width for on-disk data structure.delphij2009-03-041-17/+17
* Sync license changes.delphij2009-03-042-20/+3
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-0415-36/+35
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-037-101/+87
* 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
OpenPOWER on IntegriCloud