summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Only squeeze a short key/value pair onto a page with other complete key/valuedelphij2009-03-281-3/+9
* Diff reduce against OpenBSD, no functional change.delphij2009-03-282-12/+6
* Return meaningful errno in overflow case; print error message to stderrdelphij2009-03-281-1/+7
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).delphij2009-03-282-6/+3
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-282-6/+21
* Several signed/unsigned warning fixes.delphij2009-03-288-16/+18
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-285-28/+11
* Document missing requests.dds2009-03-271-2/+18
* Add support for SCTP to getaddrinfo(3).ume2009-03-251-7/+20
* Improve the German translation.netchild2009-03-251-6/+6
* - Add Belarusian cataloggabor2009-03-242-0/+250
* getaddrinfo(3) should accept numeric when ai_socktype is notume2009-03-241-1/+11
* Save errno before calling _close(), which may clear it.delphij2009-03-231-2/+4
* use more proper format string.delphij2009-03-232-11/+11
* 7.2 will be the first release where strndup() appears.kib2009-03-221-1/+1
* o Spell.maxim2009-03-211-4/+4
* - Add Ukranian cataloggabor2009-03-202-0/+250
* - 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
OpenPOWER on IntegriCloud