| Commit message (Expand) | Author | Age | Files | Lines |
* | Document EINVAL for bind(2). | pjd | 2009-06-01 | 1 | -0/+3 |
* | Use GCC's __SOFTFP__ to test whether we're being compiled | marcel | 2009-05-31 | 3 | -10/+8 |
* | Document how to enable strict RFC 1034 enforcements. | delphij | 2009-05-29 | 1 | -1/+14 |
* | Add an option to enforce strict RFC 1034 compliance. | delphij | 2009-05-29 | 1 | -0/+4 |
* | Match type for socket option (in practice, unnecessary, but stylistically it'... | zml | 2009-05-28 | 1 | -1/+1 |
* | Revert unnecessary memset after calloc. | zml | 2009-05-28 | 1 | -1/+0 |
* | Fix off by one error in acl_create_entry(3). | trasz | 2009-05-28 | 1 | -1/+6 |
* | Rename the queue macros I introduced last year. | ed | 2009-05-27 | 1 | -1/+1 |
* | Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co... | zml | 2009-05-27 | 2 | -6/+107 |
* | Fix an issue when nss fallback routines are used in a multithreaded application. | zml | 2009-05-27 | 2 | -4/+24 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -5/+21 |
* | MFV of tzcode2009h revision r192887 | edwin | 2009-05-27 | 1 | -1/+1 |
* | Change license to more bori^Wadul^Wcanonical. | trasz | 2009-05-26 | 1 | -11/+11 |
* | 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 |