| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that sendfile(2) can fail with ENOBUFS. | kevlo | 2012-11-14 | 1 | -0/+2 |
* | Document wait6() and waitid(). | kib | 2012-11-13 | 2 | -32/+282 |
* | Implement the waitid() SUSv4 function using wait6() system call. | kib | 2012-11-13 | 6 | -1/+72 |
* | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make | dim | 2012-11-11 | 1 | -0/+5 |
* | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in | dim | 2012-11-10 | 2 | -3/+6 |
* | Clarify that the ' flag is an apostrophe. | grog | 2012-11-08 | 1 | -1/+1 |
* | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | jhibbits | 2012-11-07 | 3 | -0/+16 |
* | Simple unit-tests for libcrypt, to show how easy it is. | sjg | 2012-11-07 | 2 | -0/+64 |
* | Fix typo; s/ouput/output | kevlo | 2012-11-07 | 1 | -1/+1 |
* | Remove -L<path> from LDADD, it doesn't belong there. | marcel | 2012-11-07 | 1 | -1/+3 |
* | Fix a few warnings from newer clang 3.2 in libpmc, about comparing enum | dim | 2012-11-05 | 1 | -2/+2 |
* | Fix errno in a couple of error cases. | tuexen | 2012-11-03 | 1 | -1/+3 |
* | Fix typo | bapt | 2012-11-03 | 1 | -1/+1 |
* | Fix broken macro checking in the libc++ Makefile, introduced in r241909. | dim | 2012-11-02 | 1 | -1/+1 |
* | fopen(3): Mention that the "x" mode option is from C11. | jilles | 2012-11-01 | 1 | -1/+5 |
* | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC". | jilles | 2012-11-01 | 1 | -2/+2 |
* | Correct attribution. | des | 2012-10-31 | 1 | -3/+8 |
* | Minor mdoc and language fixes. | joel | 2012-10-30 | 1 | -3/+2 |
* | Removed unnecessary bits in the header that shows where I stole the template | bapt | 2012-10-30 | 1 | -3/+0 |
* | Document the pw_util(3) functions | bapt | 2012-10-30 | 2 | -1/+299 |
* | backout r242319, racy and not done in the right place | bapt | 2012-10-29 | 2 | -18/+0 |
* | make pw_init and gr_init fail if the specified master password or group file is | bapt | 2012-10-29 | 2 | -0/+20 |
* | Const-ify the zone name argument to uma_zcreate(9). | mdf | 2012-10-26 | 1 | -1/+1 |
* | Improve libgeom XML parsing error handling. | jh | 2012-10-26 | 1 | -8/+33 |
* | Cleanup and rename some variables in libpmc and hwpmc. | sbruno | 2012-10-24 | 4 | -4/+4 |
* | Allow building libc++ with any custom -std=xxx flag. Note that using | dim | 2012-10-22 | 1 | -0/+2 |
* | Revert r241756 | imp | 2012-10-22 | 1 | -62/+0 |
* | Revert r241755 | imp | 2012-10-22 | 1 | -51/+0 |
* | Update the kill(2) and killpg(2) man pages to the modern permission | eadler | 2012-10-22 | 2 | -16/+20 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 3 | -3/+3 |
* | Implement HTTP 305 redirect handling. | eadler | 2012-10-22 | 1 | -1/+5 |
* | Don't deny non-temporary redirects if the -A option is set (per | eadler | 2012-10-22 | 2 | -2/+13 |
* | Be a bit more lenient in the maximum number of redirects allowed. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Add ATF to the build. This is may be a bit rought around the egdes, | marcel | 2012-10-22 | 5 | -0/+245 |
* | Grammar fixes to r241781. | andre | 2012-10-20 | 1 | -1/+1 |
* | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -a | andre | 2012-10-20 | 1 | -4/+18 |
* | Apply local patches to mandoc and connect it to the build. | uqs | 2012-10-20 | 1 | -0/+1 |
* | Document the method used to compute expf. Taken from exp, with | imp | 2012-10-19 | 1 | -0/+62 |
* | Document the methods used to compute logf. Taken and edited from the | imp | 2012-10-19 | 1 | -0/+51 |
* | Merge mandoc from vendor into contrib and provide the necessary Makefile glue. | uqs | 2012-10-19 | 1 | -0/+20 |
* | Remove trailing whitespace. | joel | 2012-10-19 | 1 | -159/+159 |
* | Update man page crossreferences to sandybridge xeon class | sbruno | 2012-10-19 | 3 | -3/+6 |
* | Update hwpmc to support the Xeon class of Sandybridge processors. | sbruno | 2012-10-19 | 3 | -3/+1048 |
* | Replace our version of the pwcache(3) API with NetBSD's implementation. | brooks | 2012-10-19 | 4 | -207/+8 |
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 5 | -6/+6 |
* | Remove WARNS=6 lines. | ed | 2012-10-18 | 1 | -2/+0 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 4 | -14/+0 |
* | Disconnect non-MPSAFE NTFS from the build in preparation for dropping | attilio | 2012-10-17 | 3 | -3/+0 |
* | Disconnect non-MPSAFE NWFS from the build in preparation for dropping | attilio | 2012-10-17 | 4 | -13/+0 |
* | mdoc: avoid nested displays. | joel | 2012-10-14 | 1 | -32/+35 |