summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix RAID-Z resilvering.pjd2007-04-142-4/+32
* Add support for mbuf iovec in the TX pathkmacy2007-04-142-40/+87
* add reference count pointer to mbuf ioveckmacy2007-04-142-161/+381
* hide static declarationkmacy2007-04-141-2/+4
* remove now invalid check from m_sanitykmacy2007-04-141-10/+5
* Add option for disabling allocation from the packet zonekmacy2007-04-142-0/+5
* pad out m_hdr to make pkthdr word-alignedkmacy2007-04-141-1/+8
* Fix a typeo - unbreak the build.mlaier2007-04-141-1/+1
* o Add bsm and security to a list of cscope dirs.maxim2007-04-141-3/+3
* MFp4: Hmm, it seems to work now.pjd2007-04-142-16/+2
* Further pseudofs improvements:des2007-04-146-62/+59
* MFp4: Use max_ncpus, which is used in other places in the code.pjd2007-04-142-2/+2
* MFp4: Add more debug, so we can see if zpool.cache was loaded or why itpjd2007-04-142-6/+22
* MFp4: Allow to tune vfs.zfs.debug from loader.conf.pjd2007-04-142-0/+2
* MFp4: - Allow to tune number of spa_zio_* threads.pjd2007-04-142-14/+34
* Some Linux applications (ping) pass a non-NULL msg_control argument torwatson2007-04-141-0/+10
* - fix source address selection when picking an acceptable addressrrs2007-04-1413-432/+511
* In member interface detach event handler, do not attempt to free statebms2007-04-141-1/+9
* Fix jails and jail-friendly file systems handling:pjd2007-04-133-5/+25
* Fix overflow, which was causing endless loops when 32bit machine had morepjd2007-04-134-6/+6
* o Extend the list of supported CDMA-2000 terminals.maxim2007-04-131-2/+2
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-132-4/+4
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-138-34/+105
* Fix vnodes starvation caused by DNLC (ZFS name cache):pjd2007-04-132-2/+40
* When we are running low on vnodes, there is currently no way to ask otherpjd2007-04-132-0/+5
* MFp4: Synchronize with vendor (mostly 'zfs rename -r').pjd2007-04-1212-40/+284
* MFp4: Bring back comments.pjd2007-04-124-358/+358
* -) Correct sdcount for a plex when removing or adding subdisks.le2007-04-123-3/+93
* Avoid infinite loop if the device string given for a drivele2007-04-121-6/+3
* MFamd64alc2007-04-121-0/+1
* Fix PAE on SMP by enabling EFER_NXE on all APs.ru2007-04-121-0/+10
* restore sense to get_imm_packetkmacy2007-04-121-6/+4
* switch over to per-txq dma tag to facilitate parallelism on TXkmacy2007-04-121-12/+12
* explicitly check TSO flagkmacy2007-04-121-12/+8
* Add ETHER_HDR_LEN to hardware accepted mtukmacy2007-04-121-3/+3
* Fix a case where the multicast addresses were not removed from some ports. Thethompsa2007-04-121-32/+49
* Add m_last() inline function.andre2007-04-111-0/+10
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-des2007-04-115-51/+74
* Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer setrwatson2007-04-111-2/+0
* Remove now-obsolete comment regarding mqueue privileges in jail.rwatson2007-04-111-4/+0
* Make "struct tcp_timer" visible only to the kernel, and unbreak world.ru2007-04-111-12/+13
* Fix m_freem_vec() to actually traverse the mbuf chain. This avoidsjhb2007-04-111-0/+1
* Group the loop to acquire/release Giant with the WITNESS_SAVE/RESTORE underjhb2007-04-111-8/+10
* This commit was generated by cvs2svn to compensate for changes in r168616,ru2007-04-111-0/+2
|\
| * Unbreak world build.ru2007-04-111-0/+2
* | Change the TCP timer system from using the callout system five timesandre2007-04-1111-315/+427
* | This commit was generated by cvs2svn to compensate for changes in r168609,njl2007-04-111-0/+3
|\ \ | |/
| * Put some overly verbose prints under bootverbose. This is on the vendornjl2007-04-111-0/+3
* | Add work around for hardware Tx checksum offload bug in Yukon II.yongari2007-04-111-5/+25
* | Move rpc/types.h under sys/, as this is used by ZFS kernel module.pjd2007-04-101-0/+2
OpenPOWER on IntegriCloud