summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | strchr() and strrchr() are already present in the kernel, but with lesswkoszek2007-04-107-66/+24
* | Remove trailing '.' for consistency!pjd2007-04-107-7/+7
* | Whitespace fixesscottl2007-04-101-28/+28
* | Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsetsmarius2007-04-102-0/+2
* | On i386 compile the back-end with EISA support as well as the EISAmarius2007-04-101-3/+23
* | A fix for the SG_GET_TIMEOUT function slipped into a previous commit byscottl2007-04-102-8/+22
* | Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-107-0/+7
* | Update comment regarding how we check privilege on FreeBSD: we now userwatson2007-04-101-1/+2
* | Allow PRIV_NETINET_REUSEPORT in jail.rwatson2007-04-101-1/+3
* | Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserrwatson2007-04-102-1/+3
* | Remove unnecessary suser() check in the sysctl to set up ath_halrwatson2007-04-101-10/+7
* | Do allow POSIX mqueue unlink privilege inside a jail, as we all allrwatson2007-04-101-1/+2
* | Minor style cleanups (mostly removal of trailing whitespaces).pjd2007-04-101-22/+22
* | Correct typos.pjd2007-04-101-1/+1
* | MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf.pjd2007-04-102-0/+8
* | MFp4: Hide under '#ifdef _KERNEL' only what's really needed.pjd2007-04-102-12/+4
* | Minor typo fix, noticed while I was going through *_pager.c files.keramida2007-04-101-1/+1
* | Fix the NAMEI zone leak when snapshot was successfully created.kib2007-04-101-0/+1
* | Recalculate the NEWBLOCK flag for pagedep structure after the softdepkib2007-04-101-5/+26
* | When LK_NOWAIT is passed as argument to process_worklist_item(), thiskib2007-04-101-1/+4
* | Fix an uninitialized variable warning.thompsa2007-04-101-1/+1
* | Fix build, trunk is a device not an option.thompsa2007-04-101-1/+1
* | Try to stabilize ZFS with regard to memory consumption:pjd2007-04-108-48/+122
* | Reduce diff against vendor - we have now stronger check for "mutex alreadypjd2007-04-102-4/+4
* | Add trunk(4) module.thompsa2007-04-102-0/+20
OpenPOWER on IntegriCloud