summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hook trunk(4) up to the build.thompsa2007-04-102-0/+3
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-108-0/+3873
* Remove unused #define.pjd2007-04-092-4/+0
* Fix a compiler warning so hash.h can be included in the kernel. This changesthompsa2007-04-091-4/+5
* Fix build breakage.pjd2007-04-091-1/+1
* Add zfs_load here.pjd2007-04-091-0/+1
* Restore the locking for the sleep/wakeup to avoid waiting an extra 1 secnjl2007-04-091-5/+11
* Clean up the root mount and mount wait code. No mutexes are needed herenjl2007-04-091-15/+10
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.pjd2007-04-093-1/+7
* The old PacketAlias* API is not exported whenpiso2007-04-092-2/+1
* throw sun4v into the check while we're at itkmacy2007-04-091-1/+1
* busdma tags are opaque on all architectures except sparc64kmacy2007-04-091-1/+2
* LINT on ia64 requires memset symbol too. Make fire it is present by addingkan2007-04-091-0/+1
* Sort sctp_*.c files.andre2007-04-091-8/+8
* Make use of M_ZERO in various malloc calls.scottl2007-04-091-5/+4
* Fix a logic bug that slipped in at the last minute and apparently escapedscottl2007-04-091-4/+3
* Instead of detecting if lock is already initialized based on standard 1 bitpjd2007-04-096-4/+110
* Always try to load zpool.cache instead of trying to find good place topjd2007-04-091-0/+7
* We don't have to wait for the root file system to be mounted anymore, now thatpjd2007-04-092-4/+0
* Drop the Giant lock before calling zfs_domount(), which is held whenpjd2007-04-092-2/+8
* Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it onpjd2007-04-082-2/+2
* Extend kobj compatibility KPI to support operating on files before andpjd2007-04-084-32/+204
* Use root_mounted().pjd2007-04-081-1/+1
* Add root_mounted() function that returns true if the root file system ispjd2007-04-082-0/+15
* Add missing parenkmacy2007-04-081-4/+4
* Bump __FreeBSDversion for CAM sg addition.delphij2007-04-081-1/+1
* OK, this is not my day, fix the former fix :/sos2007-04-081-2/+1
* Hopefully unbreak the 64bit DMA support this time.sos2007-04-083-11/+9
* remove stale variable referencekmacy2007-04-081-2/+2
* MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-0821-24/+403
* add busdma function for mapping mbuf iovecskmacy2007-04-082-14/+121
* - Use 'name=value' so it can be properly recognized by devd(8).pjd2007-04-082-64/+60
* Dont zero out 64BIT flag on DMA ops.sos2007-04-081-2/+3
* hook uipc_mvec.c into buildkmacy2007-04-082-1/+3
* Convert driver RX path over to using mbuf ioveckmacy2007-04-084-123/+107
* Add driver private mbuf iovec support routineskmacy2007-04-082-0/+363
* prison_free() can be called with a mutex held. This wasn't a problem untilpjd2007-04-081-11/+16
* Take vnode pointer and hold it under znode lock, so we won't race withpjd2007-04-082-4/+6
* Only use prison mutex to protect the fields that need to be protected by it.pjd2007-04-081-2/+2
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
OpenPOWER on IntegriCloud