summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the example, -w is the right switch for write failure probability.brueffer2009-09-171-3/+3
* Allocate space for the group array in a static credential used inbrooks2009-09-171-0/+2
* Sync driver with Yahoo:scottl2009-09-163-74/+75
* Fix locking around copyout() operations.scottl2009-09-161-3/+9
* Make MSI and PERFORMANT interrupts work correctly. Only require the minimumscottl2009-09-162-4/+13
* Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller mightscottl2009-09-161-1/+1
* The buffer returned by fgenln is not a "C" string and might not be NULsepotvin2009-09-162-1/+3
* Fix a bug reported by Daniel Mentz:tuexen2009-09-161-2/+7
* When checking traffic endpoint's adresses families in key_spdadd(),vanhu2009-09-161-12/+2
* Remove trailing spaces.edwin2009-09-161-41/+41
* Extend the keyboard character size to 24 bits.ed2009-09-161-11/+17
* Fix an off-by-one error in the marking of the O_CH operatordds2009-09-161-1/+1
* Add a couple of debugging statements.dds2009-09-161-0/+3
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-166-8/+58
* Add EV_RECEIPT to kevents.sson2009-09-163-2/+11
* Add the EV_DISPATCH flag to kevents.sson2009-09-163-2/+11
* Add EVFILT_USER to kevents.sson2009-09-163-2/+159
* Add optional touch event filter hooks to kevents.sson2009-09-162-37/+68
* -Put the optimized soreceive_stream() under a compile time option calledandre2009-09-154-6/+17
* Reverting the previous change for now. Some users reports the patchqingli2009-09-151-0/+4
* Add two test cases from PR 130504.dds2009-09-151-0/+3
* Self pointing routes are installed for configured interface addressesqingli2009-09-155-76/+67
* This patch enables the node to respond to ARP requests forqingli2009-09-151-46/+54
* Use explicit int values for the device states in order to allow,attilio2009-09-152-8/+8
* Fix sched_switch_migrate():attilio2009-09-151-11/+11
* Forced unmounts work just fine in my tests under heavy load. There mightpjd2009-09-151-5/+0
* We believe ZFS is ready for production use. Remove a warning about it beingpjd2009-09-151-2/+0
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-152-27/+43
* Simply remove the code instead of using "#if 0".qingli2009-09-151-6/+0
* The bootp code installs an interface address and the nfs clientqingli2009-09-152-0/+15
* Fix some instances where CAM rescans get hung up or take a long time token2009-09-151-4/+9
* Restore (undocumented) support for early revisions and add more comments.jkim2009-09-141-43/+77
* Previously local end of point-to-point interface is not reachableqingli2009-09-141-0/+2
* Use %zu for size_t.rpaulo2009-09-141-2/+3
* - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regularpjd2009-09-144-53/+40
* Modify mount(8) to skip MNT_IGNORE file systems by default, just like df(1)pjd2009-09-142-0/+9
* Protect cross-script invocation by checking that the target script exists.emaste2009-09-141-2/+6
* Fix previous commit. I got it backwards.rpaulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().rpaulo2009-09-141-1/+1
* John Baldwin suggested that 'stolen memory' only happens in the case ofn_hibma2009-09-141-8/+6
* Make the sudden motion sensor work on older models and add a bit ofrpaulo2009-09-142-3/+122
* Improve the way failure of pthread_key_create() gets detected.edwin2009-09-141-2/+9
* Enable BIOS modes on amd64.delphij2009-09-141-1/+1
* Last character is a space for the international currency symbol.edwin2009-09-132-2/+2
* ANSIfy, whitespace and comment adjustments, to simplify comparing theseemaste2009-09-133-108/+65
* Support both case: when snapshot is already mounted and when it is not yetpjd2009-09-131-5/+3
* Lock the ifnet list while iterating over it.zec2009-09-131-0/+2
* Correct a copy and paste error using the variable name from thebz2009-09-131-1/+1
* Make sure we never place the cursor outside the screen.ed2009-09-131-3/+6
* Fixes two bugs:rrs2009-09-131-1/+9
OpenPOWER on IntegriCloud