summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing \n.pjd2009-09-131-1/+1
* Work-around READDIRPLUS problem with .zfs/ and .zfs/snapshot/ directoriespjd2009-09-131-0/+14
* Revert r196779 in order to implement a different scheme for newbus lockingattilio2009-09-132-22/+3
* Factor out the duplicated macro for the device type used in themarius2009-09-134-7/+11
* Bump our namespace version for 9.0.deischen2009-09-131-1/+11
* MFi386:nyan2009-09-131-1/+1
* Add a couple of small fixes from the AMD folks.rnoland2009-09-131-4/+8
* Add missing pci id for Radeon 4850 X2rnoland2009-09-131-0/+1
* When zfs.ko is compiled with debug, make sure that znode and vnode point atpjd2009-09-133-3/+22
* Extend scope of the z_teardown_lock lock for consistency and "just in case".pjd2009-09-131-2/+3
* Be sure not to overflow struct fid.pjd2009-09-131-0/+2
OpenPOWER on IntegriCloud