summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Improve API documentation.trasz2009-05-235-1/+39
* MFV of tzcode2009e:edwin2009-05-238-376/+922
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-2211-6/+111
* Since audit(4) isn't based on posix1e, remove the commented out audit.h header,brueffer2009-05-191-2/+2
* As the comment says, close() frees the variable, record. So we obtaindelphij2009-05-141-1/+1
* TTYs don't necessarily use /dev/ttyxx.ed2009-05-091-3/+2
* Add tcsetsid(3).ed2009-05-075-3/+109
* revert r191633; this breaks at91 & xscale (likely all arm)sam2009-05-061-4/+4
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.ed2009-05-041-3/+7
* Fix whitespace and sorting in Symbol.map.ed2009-05-041-25/+25
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codejamie2009-04-291-6/+22
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;bms2009-04-291-2/+3
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* Fix typo.trasz2009-04-261-1/+1
* Correct the information about when the respective functionality firstbrueffer2009-04-232-2/+2
* There is no way for strmode(3) to append '+' if the file has ACL,trasz2009-04-142-4/+2
* Sort man page cross references by section, no need for a comma after therwatson2009-04-133-4/+4
* Include a space between "send" and "broadcast".emaste2009-04-091-1/+1
* Add wide character variants of string manipulations routines to 'SEE ALSO'.trasz2009-04-0716-16/+33
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-062-4/+6
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).kib2009-04-033-31/+9
* Properly handle malloc() failures.delphij2009-04-021-5/+7
* Remove a warning which is supposed to have been removed on 20030301.delphij2009-04-021-12/+0
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-022-2/+6
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),kib2009-04-011-4/+3
* Document RTLD_NODELETE, -z nodelete and -z origin support.kib2009-04-011-2/+9
* Query DNS only once per an address family.ume2009-03-291-86/+170
* Add some casts to silence compiler warning about signedness.delphij2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().delphij2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.delphij2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterdelphij2009-03-281-15/+5
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causedelphij2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefuldelphij2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes thedelphij2009-03-281-1/+21
* Fix a crash when iterating over a hash and removing its elements.delphij2009-03-282-11/+21
* 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
OpenPOWER on IntegriCloud