| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve API documentation. | trasz | 2009-05-23 | 5 | -1/+39 |
* | MFV of tzcode2009e: | edwin | 2009-05-23 | 8 | -376/+922 |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | trasz | 2009-05-22 | 11 | -6/+111 |
* | Since audit(4) isn't based on posix1e, remove the commented out audit.h header, | brueffer | 2009-05-19 | 1 | -2/+2 |
* | As the comment says, close() frees the variable, record. So we obtain | delphij | 2009-05-14 | 1 | -1/+1 |
* | TTYs don't necessarily use /dev/ttyxx. | ed | 2009-05-09 | 1 | -3/+2 |
* | Add tcsetsid(3). | ed | 2009-05-07 | 5 | -3/+109 |
* | revert r191633; this breaks at91 & xscale (likely all arm) | sam | 2009-05-06 | 1 | -4/+4 |
* | Our grantpt(3) and unlockpt(3) don't comply with POSIX. | ed | 2009-05-04 | 1 | -3/+7 |
* | Fix whitespace and sorting in Symbol.map. | ed | 2009-05-04 | 1 | -25/+25 |
* | Introduce the extensible jail framework, using the same "name=value" | jamie | 2009-04-29 | 3 | -11/+262 |
* | With the permission of phk@ change the license on remaining jail code | jamie | 2009-04-29 | 1 | -6/+22 |
* | Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq; | bms | 2009-04-29 | 1 | -2/+3 |
* | Change the test at the beginning of strncmp(), from being if (len - 1) < 0 | cognet | 2009-04-28 | 1 | -4/+4 |
* | Fix typo. | trasz | 2009-04-26 | 1 | -1/+1 |
* | Correct the information about when the respective functionality first | brueffer | 2009-04-23 | 2 | -2/+2 |
* | There is no way for strmode(3) to append '+' if the file has ACL, | trasz | 2009-04-14 | 2 | -4/+2 |
* | Sort man page cross references by section, no need for a comma after the | rwatson | 2009-04-13 | 3 | -4/+4 |
* | Include a space between "send" and "broadcast". | emaste | 2009-04-09 | 1 | -1/+1 |
* | Add wide character variants of string manipulations routines to 'SEE ALSO'. | trasz | 2009-04-07 | 16 | -16/+33 |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 2 | -4/+6 |
* | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | kib | 2009-04-03 | 3 | -31/+9 |
* | Properly handle malloc() failures. | delphij | 2009-04-02 | 1 | -5/+7 |
* | Remove a warning which is supposed to have been removed on 20030301. | delphij | 2009-04-02 | 1 | -12/+0 |
* | Properly update the shm_open/shm_unlink symbol versioning metadata after | jhb | 2009-04-02 | 2 | -2/+6 |
* | Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(), | kib | 2009-04-01 | 1 | -4/+3 |
* | Document RTLD_NODELETE, -z nodelete and -z origin support. | kib | 2009-04-01 | 1 | -2/+9 |
* | Query DNS only once per an address family. | ume | 2009-03-29 | 1 | -86/+170 |
* | Add some casts to silence compiler warning about signedness. | delphij | 2009-03-28 | 2 | -3/+3 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 10 | -115/+214 |
* | Allow O_SYNC and O_NOFOLLOW flags in dbopen(). | delphij | 2009-03-28 | 1 | -2/+2 |
* | Plug memory leaks and a potential NULL dereference. | delphij | 2009-03-28 | 1 | -4/+12 |
* | Simplify the logic when determining whether to zero out a db file to after | delphij | 2009-03-28 | 1 | -15/+5 |
* | - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause | delphij | 2009-03-28 | 1 | -6/+18 |
* | Avoid NULL deference which causes DEBUG1 to crash, not to print useful | delphij | 2009-03-28 | 1 | -1/+1 |
* | - Avoid overwriting the cursor page when the cursor page becomes the | delphij | 2009-03-28 | 1 | -1/+21 |
* | Fix a crash when iterating over a hash and removing its elements. | delphij | 2009-03-28 | 2 | -11/+21 |
* | Only squeeze a short key/value pair onto a page with other complete key/value | delphij | 2009-03-28 | 1 | -3/+9 |
* | Diff reduce against OpenBSD, no functional change. | delphij | 2009-03-28 | 2 | -12/+6 |
* | Return meaningful errno in overflow case; print error message to stderr | delphij | 2009-03-28 | 1 | -1/+7 |
* | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | delphij | 2009-03-28 | 2 | -6/+3 |
* | db/btree/bt_open.c: check return value of snprintf() and return value | delphij | 2009-03-28 | 2 | -6/+21 |
* | Several signed/unsigned warning fixes. | delphij | 2009-03-28 | 8 | -16/+18 |
* | When allocating memory, zero out them if we don't intend to overwrite them | delphij | 2009-03-28 | 5 | -28/+11 |
* | Document missing requests. | dds | 2009-03-27 | 1 | -2/+18 |
* | Add support for SCTP to getaddrinfo(3). | ume | 2009-03-25 | 1 | -7/+20 |
* | Improve the German translation. | netchild | 2009-03-25 | 1 | -6/+6 |
* | - Add Belarusian catalog | gabor | 2009-03-24 | 2 | -0/+250 |
* | getaddrinfo(3) should accept numeric when ai_socktype is not | ume | 2009-03-24 | 1 | -1/+11 |
* | Save errno before calling _close(), which may clear it. | delphij | 2009-03-23 | 1 | -2/+4 |