summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When checking if file descriptor number is valid, explicitely check for 'fd'pjd2012-06-133-9/+9
* find(1): Move description of -d option to -depth primary.jilles2012-06-131-30/+30
* Now that dupfdopen() doesn't depend on finstall() being called earlier,pjd2012-06-131-2/+1
* Allocate descriptor number in dupfdopen() itself instead of depending onpjd2012-06-133-29/+27
* - Remove nfp variable that is not really needed.pjd2012-06-131-10/+12
* Remove duplicated code.pjd2012-06-131-9/+1
* Add missing {.pjd2012-06-131-1/+1
* Style.pjd2012-06-131-7/+8
* There is no need to set td->td_retval[0] to -1 on error.pjd2012-06-131-1/+0
* - Fix resumectx() prototypes to reflect reality.jkim2012-06-135-11/+8
* Add a convenience macro for the fastcall attribute.jkim2012-06-131-0/+6
* Revert r236962 - Experimental amdfam10/barcelona support.pfg2012-06-1320-1724/+493
* Sync example file with mdoc changes made in rev 235450.joel2012-06-131-2/+0
* There is only one caller of the dupfdopen() function, so we can simplifypjd2012-06-131-32/+14
* mdoc: avoid nested displays. Fixes mandoc warnings.joel2012-06-132-7/+5
* Remove 'low' argument from fd_last_used().mjg2012-06-131-10/+7
* Re-apply reverted parts of r236935 by pjd with some changes.mjg2012-06-131-15/+17
* Also remove /usr/share/examples/etc/auth.conf, which I didn't evendes2012-06-131-0/+1
* Remove leakage of other patches into last commit.imp2012-06-135-5/+5
* Fix a couple of bugs that prevented windows in PCI-PCI bridges fromjhb2012-06-131-3/+3
* Remove leading /des2012-06-131-4/+4
* Remove auth.conf and related files.des2012-06-131-0/+4
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884mm2012-06-131-3/+4
* Implement a separate, smaller pool of ath_buf entries for use by managementadrian2012-06-135-17/+106
* Include a warning when using the example code as it may noteadler2012-06-131-1/+5
* Add ARM callchain support for hwpmc.fabient2012-06-132-15/+103
* Remove a duplicate definition.adrian2012-06-131-2/+0
* Oops, return the newly allocated buffer to the queue, not the completedadrian2012-06-131-1/+1
* Replace the direct sc_txbuf manipulation with a pair of functions.adrian2012-06-133-6/+26
* trim trailing whitespaceimp2012-06-1321-36/+33
* Final whitespace trim.imp2012-06-1337-275/+271
* Trim trailing whitespace...imp2012-06-1316-40/+40
* Strip trailing whitespace before other changes.imp2012-06-1317-63/+62
* Strip trailing whitespace.imp2012-06-1319-45/+45
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1340-204/+203
* Add a test for the :tl & :tu modifiers.obrien2012-06-1211-0/+35
* For incompleted block allocations or frees, the inode block count usagekib2012-06-121-0/+15
* Add pfg@ as one of my mentees.jhb2012-06-121-0/+1
* Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib,dim2012-06-121-1/+2
* Replace a reference to the non-existent SI_ORDER_LAST in a comment withjhb2012-06-121-1/+1
* Stop using auth_getval() now that it always returns NULL. Instead,des2012-06-123-20/+8
* auth.conf is dead.des2012-06-121-1/+2
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-129-139/+8
* Space mismatch - typo in r236962.pfg2012-06-121-1/+1
* Remove dead code.des2012-06-121-73/+16
* Add experimental support for amdfam10/barcelona from the GCC 4.3 branch.pfg2012-06-1220-493/+1724
* Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.tuexen2012-06-121-1/+11
* Document the -v flag for zpool list.mm2012-06-122-1/+3
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-126-2/+45
* Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (iftuexen2012-06-121-25/+65
OpenPOWER on IntegriCloud