summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ZFS_LOG adds a newline by itself.thompsa2007-10-142-2/+2
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
* - It has been become MPSAFE.daichi2007-10-142-22/+51
* Fixed vnode unlock/vrele untreated issues whenever errors havedaichi2007-10-141-4/+4
* - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-143-171/+43
* Added treatments to prevent readdir infinity loop using with Linux binarydaichi2007-10-141-29/+23
* Changed it frees unneeded memory ASAP.daichi2007-10-141-1/+5
* Log:daichi2007-10-141-0/+6
* Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-141-34/+45
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-1413-0/+1803
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-144-1/+594
* Split ng_pppoe_rcvdata() function into three hook-specific onesmav2007-10-141-464/+465
* Remove ng_pppoe_sendpacket() function to simplify code as it is calledmav2007-10-141-79/+39
* Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnosethompsa2007-10-142-0/+2
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* Rewrite puc_pci_match() to handle non-trivial cases correctly.des2007-10-131-14/+19
* Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.cognet2007-10-131-1/+1
* Do not use __XSCALE__ to detect if pld/strd/ldrd is available, usecognet2007-10-135-25/+25
* Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available.cognet2007-10-131-1/+6
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-132-6/+22
* Add NOP-message polling to ciss_periodic().iwasaki2007-10-131-1/+80
* Fix a NULL pointer dereference in Tx checksum calculation.yongari2007-10-131-0/+5
* Add definitions for the 3rd ATA support word.scottl2007-10-121-0/+9
* Add a bunch of definitions and structures to support newer drivers.scottl2007-10-121-1/+110
* The ukbd driver has some questionable "magic" to for a default keyboardjhb2007-10-121-2/+8
* NFS MP scaling changes.mohans2007-10-124-75/+131
* Do not attempt to make an NFS rpc call if using tftpps2007-10-122-0/+9
* Fix a mistake made in the MPSAFE commit that caused CAM to serialize requestsscottl2007-10-121-1/+2
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Deferred interrupts don't work yet, disable them.scottl2007-10-121-0/+2
* - Change the wakeup logic associated with having multiple sleeperscsjp2007-10-121-2/+2
* Make sure that we refresh the PID on read(2) and write(2) operations.csjp2007-10-121-0/+2
* Remove unneeded debug printf that is broken on 64bit arches.thompsa2007-10-121-1/+1
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)takawata2007-10-122-0/+2
* Bring in some new Sierra Wireless drivers running under pccard.remko2007-10-122-0/+40
* Spelling fix for interupt -> interruptkevlo2007-10-1229-41/+41
* Update ipw to work with the new net80211 stack, plus other driver improvements.thompsa2007-10-123-219/+868
* Protect struct seq with mutex.mav2007-10-121-17/+72
* Remove one unneded assertion. It is also checked inmav2007-10-121-5/+0
* Replace single rcvdata with 3 distinct to simplify code andmav2007-10-121-74/+77
* Remove duplicate variables.mav2007-10-121-11/+3
* Set the NFS server sockbuf high watermarks to the system defaultsmohans2007-10-122-6/+5
* Not all VIA Rhine chips support 256 register space. So touchingyongari2007-10-122-2/+8
* Fix two panics in lagg.thompsa2007-10-122-36/+34
* Allow recursion on the 'zones' internal UMA zone.jhb2007-10-111-1/+1
OpenPOWER on IntegriCloud