| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Hook trunk(4) up to the build. | thompsa | 2007-04-10 | 2 | -0/+3 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 8 | -0/+3873 |
* | Remove unused #define. | pjd | 2007-04-09 | 2 | -4/+0 |
* | Fix a compiler warning so hash.h can be included in the kernel. This changes | thompsa | 2007-04-09 | 1 | -4/+5 |
* | Fix build breakage. | pjd | 2007-04-09 | 1 | -1/+1 |
* | Add zfs_load here. | pjd | 2007-04-09 | 1 | -0/+1 |
* | Restore the locking for the sleep/wakeup to avoid waiting an extra 1 sec | njl | 2007-04-09 | 1 | -5/+11 |
* | Clean up the root mount and mount wait code. No mutexes are needed here | njl | 2007-04-09 | 1 | -15/+10 |
* | Add kern.hostuuid sysctl, which will be used to keep host's UUID. | pjd | 2007-04-09 | 3 | -1/+7 |
* | The old PacketAlias* API is not exported when | piso | 2007-04-09 | 2 | -2/+1 |
* | throw sun4v into the check while we're at it | kmacy | 2007-04-09 | 1 | -1/+1 |
* | busdma tags are opaque on all architectures except sparc64 | kmacy | 2007-04-09 | 1 | -1/+2 |
* | LINT on ia64 requires memset symbol too. Make fire it is present by adding | kan | 2007-04-09 | 1 | -0/+1 |
* | Sort sctp_*.c files. | andre | 2007-04-09 | 1 | -8/+8 |
* | Make use of M_ZERO in various malloc calls. | scottl | 2007-04-09 | 1 | -5/+4 |
* | Fix a logic bug that slipped in at the last minute and apparently escaped | scottl | 2007-04-09 | 1 | -4/+3 |
* | Instead of detecting if lock is already initialized based on standard 1 bit | pjd | 2007-04-09 | 6 | -4/+110 |
* | Always try to load zpool.cache instead of trying to find good place to | pjd | 2007-04-09 | 1 | -0/+7 |
* | We don't have to wait for the root file system to be mounted anymore, now that | pjd | 2007-04-09 | 2 | -4/+0 |
* | Drop the Giant lock before calling zfs_domount(), which is held when | pjd | 2007-04-09 | 2 | -2/+8 |
* | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on | pjd | 2007-04-08 | 2 | -2/+2 |
* | Extend kobj compatibility KPI to support operating on files before and | pjd | 2007-04-08 | 4 | -32/+204 |
* | Use root_mounted(). | pjd | 2007-04-08 | 1 | -1/+1 |
* | Add root_mounted() function that returns true if the root file system is | pjd | 2007-04-08 | 2 | -0/+15 |
* | Add missing paren | kmacy | 2007-04-08 | 1 | -4/+4 |
* | Bump __FreeBSDversion for CAM sg addition. | delphij | 2007-04-08 | 1 | -1/+1 |
* | OK, this is not my day, fix the former fix :/ | sos | 2007-04-08 | 1 | -2/+1 |
* | Hopefully unbreak the 64bit DMA support this time. | sos | 2007-04-08 | 3 | -11/+9 |
* | remove stale variable reference | kmacy | 2007-04-08 | 1 | -2/+2 |
* | MFp4: Synchronize with recent OpenSolaris changes. | pjd | 2007-04-08 | 21 | -24/+403 |
* | add busdma function for mapping mbuf iovecs | kmacy | 2007-04-08 | 2 | -14/+121 |
* | - Use 'name=value' so it can be properly recognized by devd(8). | pjd | 2007-04-08 | 2 | -64/+60 |
* | Dont zero out 64BIT flag on DMA ops. | sos | 2007-04-08 | 1 | -2/+3 |
* | hook uipc_mvec.c into build | kmacy | 2007-04-08 | 2 | -1/+3 |
* | Convert driver RX path over to using mbuf iovec | kmacy | 2007-04-08 | 4 | -123/+107 |
* | Add driver private mbuf iovec support routines | kmacy | 2007-04-08 | 2 | -0/+363 |
* | prison_free() can be called with a mutex held. This wasn't a problem until | pjd | 2007-04-08 | 1 | -11/+16 |
* | Take vnode pointer and hold it under znode lock, so we won't race with | pjd | 2007-04-08 | 2 | -4/+6 |
* | Only use prison mutex to protect the fields that need to be protected by it. | pjd | 2007-04-08 | 1 | -2/+2 |
* | Disable cmi_midiattach(). The implementation is incomplete, and causing | ariff | 2007-04-08 | 1 | -1/+2 |