aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Spacing fixes. No actual change.Xin LI2009-06-091-2/+2
* Do not attempt to set source address on outgoing messagesAlexander Kabaev2009-06-081-2/+2
* Document EINVAL for bind(2).Pawel Jakub Dawidek2009-06-011-0/+3
* Use GCC's __SOFTFP__ to test whether we're being compiledMarcel Moolenaar2009-05-313-10/+8
* Document how to enable strict RFC 1034 enforcements.Xin LI2009-05-291-1/+14
* Add an option to enforce strict RFC 1034 compliance.Xin LI2009-05-291-0/+4
* Match type for socket option (in practice, unnecessary, but stylistically it'...Zachary Loafman2009-05-281-1/+1
* Revert unnecessary memset after calloc.Zachary Loafman2009-05-281-1/+0
* Fix off by one error in acl_create_entry(3).Edward Tomasz Napierala2009-05-281-1/+6
* Rename the queue macros I introduced last year.Ed Schouten2009-05-271-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...Zachary Loafman2009-05-272-6/+107
* Fix an issue when nss fallback routines are used in a multithreaded application.Zachary Loafman2009-05-272-4/+24
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-5/+21
* MFV of tzcode2009h revision r192887Edwin Groothuis2009-05-271-1/+1
* Change license to more bori^Wadul^Wcanonical.Edward Tomasz Napierala2009-05-261-11/+11
* Improve API documentation.Edward Tomasz Napierala2009-05-235-1/+39
* MFV of tzcode2009e:Edwin Groothuis2009-05-238-376/+922
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-2211-6/+111
* Since audit(4) isn't based on posix1e, remove the commented out audit.h header,Christian Brueffer2009-05-191-2/+2
* As the comment says, close() frees the variable, record. So we obtainXin LI2009-05-141-1/+1
* TTYs don't necessarily use /dev/ttyxx.Ed Schouten2009-05-091-3/+2
* Add tcsetsid(3).Ed Schouten2009-05-075-3/+109
* revert r191633; this breaks at91 & xscale (likely all arm)Sam Leffler2009-05-061-4/+4
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.Ed Schouten2009-05-041-3/+7
* Fix whitespace and sorting in Symbol.map.Ed Schouten2009-05-041-25/+25
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-6/+22
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;Bruce M Simpson2009-04-291-2/+3
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0Olivier Houchard2009-04-281-4/+4
* Fix typo.Edward Tomasz Napierala2009-04-261-1/+1
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-232-2/+2
* There is no way for strmode(3) to append '+' if the file has ACL,Edward Tomasz Napierala2009-04-142-4/+2
* Sort man page cross references by section, no need for a comma after theRobert Watson2009-04-133-4/+4
* Include a space between "send" and "broadcast".Ed Maste2009-04-091-1/+1
* Add wide character variants of string manipulations routines to 'SEE ALSO'.Edward Tomasz Napierala2009-04-0716-16/+33
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advisedDavid Schultz2009-04-062-4/+6
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).Konstantin Belousov2009-04-033-31/+9
* Properly handle malloc() failures.Xin LI2009-04-021-5/+7
* Remove a warning which is supposed to have been removed on 20030301.Xin LI2009-04-021-12/+0
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-022-2/+6
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),Konstantin Belousov2009-04-011-4/+3
* Document RTLD_NODELETE, -z nodelete and -z origin support.Konstantin Belousov2009-04-011-2/+9
* Query DNS only once per an address family.Hajimu UMEMOTO2009-03-291-86/+170
* Add some casts to silence compiler warning about signedness.Xin LI2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().Xin LI2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.Xin LI2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterXin LI2009-03-281-15/+5
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causeXin LI2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefulXin LI2009-03-281-1/+1