| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: Synchronize with vendor (mostly 'zfs rename -r'). | pjd | 2007-04-12 | 12 | -40/+284 |
* | MFp4: Bring back comments. | pjd | 2007-04-12 | 4 | -358/+358 |
* | -) Correct sdcount for a plex when removing or adding subdisks. | le | 2007-04-12 | 3 | -3/+93 |
* | Avoid infinite loop if the device string given for a drive | le | 2007-04-12 | 1 | -6/+3 |
* | MFamd64 | alc | 2007-04-12 | 1 | -0/+1 |
* | Fix PAE on SMP by enabling EFER_NXE on all APs. | ru | 2007-04-12 | 1 | -0/+10 |
* | restore sense to get_imm_packet | kmacy | 2007-04-12 | 1 | -6/+4 |
* | switch over to per-txq dma tag to facilitate parallelism on TX | kmacy | 2007-04-12 | 1 | -12/+12 |
* | explicitly check TSO flag | kmacy | 2007-04-12 | 1 | -12/+8 |
* | Add ETHER_HDR_LEN to hardware accepted mtu | kmacy | 2007-04-12 | 1 | -3/+3 |
* | Fix a case where the multicast addresses were not removed from some ports. The | thompsa | 2007-04-12 | 1 | -32/+49 |
* | Add m_last() inline function. | andre | 2007-04-11 | 1 | -0/+10 |
* | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | des | 2007-04-11 | 5 | -51/+74 |
* | Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set | rwatson | 2007-04-11 | 1 | -2/+0 |
* | Remove now-obsolete comment regarding mqueue privileges in jail. | rwatson | 2007-04-11 | 1 | -4/+0 |
* | Make "struct tcp_timer" visible only to the kernel, and unbreak world. | ru | 2007-04-11 | 1 | -12/+13 |
* | Fix m_freem_vec() to actually traverse the mbuf chain. This avoids | jhb | 2007-04-11 | 1 | -0/+1 |
* | Group the loop to acquire/release Giant with the WITNESS_SAVE/RESTORE under | jhb | 2007-04-11 | 1 | -8/+10 |
* | This commit was generated by cvs2svn to compensate for changes in r168616, | ru | 2007-04-11 | 1 | -0/+2 |
|\ |
|
| * | Unbreak world build. | ru | 2007-04-11 | 1 | -0/+2 |
* | | Change the TCP timer system from using the callout system five times | andre | 2007-04-11 | 11 | -315/+427 |
* | | This commit was generated by cvs2svn to compensate for changes in r168609, | njl | 2007-04-11 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Put some overly verbose prints under bootverbose. This is on the vendor | njl | 2007-04-11 | 1 | -0/+3 |
* | | Add work around for hardware Tx checksum offload bug in Yukon II. | yongari | 2007-04-11 | 1 | -5/+25 |
* | | Move rpc/types.h under sys/, as this is used by ZFS kernel module. | pjd | 2007-04-10 | 1 | -0/+2 |
* | | strchr() and strrchr() are already present in the kernel, but with less | wkoszek | 2007-04-10 | 7 | -66/+24 |
* | | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 7 | -7/+7 |
* | | Whitespace fixes | scottl | 2007-04-10 | 1 | -28/+28 |
* | | Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsets | marius | 2007-04-10 | 2 | -0/+2 |
* | | On i386 compile the back-end with EISA support as well as the EISA | marius | 2007-04-10 | 1 | -3/+23 |
* | | A fix for the SG_GET_TIMEOUT function slipped into a previous commit by | scottl | 2007-04-10 | 2 | -8/+22 |
* | | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 7 | -0/+7 |
* | | Update comment regarding how we check privilege on FreeBSD: we now use | rwatson | 2007-04-10 | 1 | -1/+2 |
* | | Allow PRIV_NETINET_REUSEPORT in jail. | rwatson | 2007-04-10 | 1 | -1/+3 |
* | | Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuser | rwatson | 2007-04-10 | 2 | -1/+3 |
* | | Remove unnecessary suser() check in the sysctl to set up ath_hal | rwatson | 2007-04-10 | 1 | -10/+7 |
* | | Do allow POSIX mqueue unlink privilege inside a jail, as we all all | rwatson | 2007-04-10 | 1 | -1/+2 |
* | | Minor style cleanups (mostly removal of trailing whitespaces). | pjd | 2007-04-10 | 1 | -22/+22 |
* | | Correct typos. | pjd | 2007-04-10 | 1 | -1/+1 |
* | | MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf. | pjd | 2007-04-10 | 2 | -0/+8 |
* | | MFp4: Hide under '#ifdef _KERNEL' only what's really needed. | pjd | 2007-04-10 | 2 | -12/+4 |
* | | Minor typo fix, noticed while I was going through *_pager.c files. | keramida | 2007-04-10 | 1 | -1/+1 |
* | | Fix the NAMEI zone leak when snapshot was successfully created. | kib | 2007-04-10 | 1 | -0/+1 |
* | | Recalculate the NEWBLOCK flag for pagedep structure after the softdep | kib | 2007-04-10 | 1 | -5/+26 |
* | | When LK_NOWAIT is passed as argument to process_worklist_item(), this | kib | 2007-04-10 | 1 | -1/+4 |
* | | Fix an uninitialized variable warning. | thompsa | 2007-04-10 | 1 | -1/+1 |
* | | Fix build, trunk is a device not an option. | thompsa | 2007-04-10 | 1 | -1/+1 |
* | | Try to stabilize ZFS with regard to memory consumption: | pjd | 2007-04-10 | 8 | -48/+122 |
* | | Reduce diff against vendor - we have now stronger check for "mutex already | pjd | 2007-04-10 | 2 | -4/+4 |
* | | Add trunk(4) module. | thompsa | 2007-04-10 | 2 | -0/+20 |