| Commit message (Expand) | Author | Age | Files | Lines |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | pjd | 2012-06-13 | 3 | -9/+9 |
* | find(1): Move description of -d option to -depth primary. | jilles | 2012-06-13 | 1 | -30/+30 |
* | Now that dupfdopen() doesn't depend on finstall() being called earlier, | pjd | 2012-06-13 | 1 | -2/+1 |
* | Allocate descriptor number in dupfdopen() itself instead of depending on | pjd | 2012-06-13 | 3 | -29/+27 |
* | - Remove nfp variable that is not really needed. | pjd | 2012-06-13 | 1 | -10/+12 |
* | Remove duplicated code. | pjd | 2012-06-13 | 1 | -9/+1 |
* | Add missing {. | pjd | 2012-06-13 | 1 | -1/+1 |
* | Style. | pjd | 2012-06-13 | 1 | -7/+8 |
* | There is no need to set td->td_retval[0] to -1 on error. | pjd | 2012-06-13 | 1 | -1/+0 |
* | - Fix resumectx() prototypes to reflect reality. | jkim | 2012-06-13 | 5 | -11/+8 |
* | Add a convenience macro for the fastcall attribute. | jkim | 2012-06-13 | 1 | -0/+6 |
* | Revert r236962 - Experimental amdfam10/barcelona support. | pfg | 2012-06-13 | 20 | -1724/+493 |
* | Sync example file with mdoc changes made in rev 235450. | joel | 2012-06-13 | 1 | -2/+0 |
* | There is only one caller of the dupfdopen() function, so we can simplify | pjd | 2012-06-13 | 1 | -32/+14 |
* | mdoc: avoid nested displays. Fixes mandoc warnings. | joel | 2012-06-13 | 2 | -7/+5 |
* | Remove 'low' argument from fd_last_used(). | mjg | 2012-06-13 | 1 | -10/+7 |
* | Re-apply reverted parts of r236935 by pjd with some changes. | mjg | 2012-06-13 | 1 | -15/+17 |
* | Also remove /usr/share/examples/etc/auth.conf, which I didn't even | des | 2012-06-13 | 1 | -0/+1 |
* | Remove leakage of other patches into last commit. | imp | 2012-06-13 | 5 | -5/+5 |
* | Fix a couple of bugs that prevented windows in PCI-PCI bridges from | jhb | 2012-06-13 | 1 | -3/+3 |
* | Remove leading / | des | 2012-06-13 | 1 | -4/+4 |
* | Remove auth.conf and related files. | des | 2012-06-13 | 1 | -0/+4 |
* | Fix ZFS boot with pre-features pools (version <= 28) broken in r236884 | mm | 2012-06-13 | 1 | -3/+4 |
* | Implement a separate, smaller pool of ath_buf entries for use by management | adrian | 2012-06-13 | 5 | -17/+106 |
* | Include a warning when using the example code as it may not | eadler | 2012-06-13 | 1 | -1/+5 |
* | Add ARM callchain support for hwpmc. | fabient | 2012-06-13 | 2 | -15/+103 |
* | Remove a duplicate definition. | adrian | 2012-06-13 | 1 | -2/+0 |
* | Oops, return the newly allocated buffer to the queue, not the completed | adrian | 2012-06-13 | 1 | -1/+1 |
* | Replace the direct sc_txbuf manipulation with a pair of functions. | adrian | 2012-06-13 | 3 | -6/+26 |
* | trim trailing whitespace | imp | 2012-06-13 | 21 | -36/+33 |
* | Final whitespace trim. | imp | 2012-06-13 | 37 | -275/+271 |
* | Trim trailing whitespace... | imp | 2012-06-13 | 16 | -40/+40 |
* | Strip trailing whitespace before other changes. | imp | 2012-06-13 | 17 | -63/+62 |
* | Strip trailing whitespace. | imp | 2012-06-13 | 19 | -45/+45 |
* | trim trailing spaces that have accumulated over the years (these files | imp | 2012-06-13 | 40 | -204/+203 |
* | Add a test for the :tl & :tu modifiers. | obrien | 2012-06-12 | 11 | -0/+35 |
* | For incompleted block allocations or frees, the inode block count usage | kib | 2012-06-12 | 1 | -0/+15 |
* | Add pfg@ as one of my mentees. | jhb | 2012-06-12 | 1 | -0/+1 |
* | Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib, | dim | 2012-06-12 | 1 | -1/+2 |
* | Replace a reference to the non-existent SI_ORDER_LAST in a comment with | jhb | 2012-06-12 | 1 | -1/+1 |
* | Stop using auth_getval() now that it always returns NULL. Instead, | des | 2012-06-12 | 3 | -20/+8 |
* | auth.conf is dead. | des | 2012-06-12 | 1 | -1/+2 |
* | Finally nuke auth.conf, nine years after it was deprecated. The only | des | 2012-06-12 | 9 | -139/+8 |
* | Space mismatch - typo in r236962. | pfg | 2012-06-12 | 1 | -1/+1 |
* | Remove dead code. | des | 2012-06-12 | 1 | -73/+16 |
* | Add experimental support for amdfam10/barcelona from the GCC 4.3 branch. | pfg | 2012-06-12 | 20 | -493/+1724 |
* | Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte. | tuexen | 2012-06-12 | 1 | -1/+11 |
* | Document the -v flag for zpool list. | mm | 2012-06-12 | 2 | -1/+3 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 6 | -2/+45 |
* | Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (if | tuexen | 2012-06-12 | 1 | -25/+65 |