| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | If we cannot open /dev/zfs try to load zfs.ko automatically and reopen. | pjd | 2007-04-08 | 2 | -4/+42 |
* | pr_list is protected by the allprison_lock. | pjd | 2007-04-08 | 1 | -1/+1 |
* | Move atomic.S files to directories that better fit OpenSolaris directory | pjd | 2007-04-07 | 6 | -22/+6 |
* | Fix libzpool compilation. | pjd | 2007-04-07 | 2 | -0/+8 |
* | Remove reference to FBSDprivate version. We do not use it in this | kan | 2007-04-07 | 1 | -7/+0 |
* | Catch up on rtld's special status. Since it does not appear on | kan | 2007-04-07 | 1 | -0/+2 |
* | Limit the number of system taskq threads to the number of CPUs. | pjd | 2007-04-07 | 2 | -2/+2 |
* | Add the CAM 'SG' peripheral device. This device implements a subset of the | scottl | 2007-04-07 | 7 | -0/+1194 |
* | Fix build on Solaris. | kientzle | 2007-04-07 | 1 | -1/+1 |
* | Build ZFS on amd64 and pc98. | des | 2007-04-07 | 4 | -12/+9 |
* | Fix some type mismatches. | des | 2007-04-07 | 2 | -6/+6 |
* | Allow to tune maximum and minimum memory used by ARC. | pjd | 2007-04-07 | 2 | -10/+26 |
* | Add my mentee, alexbl. | novel | 2007-04-07 | 1 | -0/+2 |
* | Hide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE. | pjd | 2007-04-07 | 1 | -1/+1 |
* | Hide bus reset announcements within bootverbose. | mjacob | 2007-04-07 | 1 | -2/+7 |
* | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. | pjd | 2007-04-07 | 2 | -6/+2 |
* | The net.link.tap.up_on_open sysctl was MFCed. While here, fix a minor | brueffer | 2007-04-07 | 1 | -2/+3 |
* | Remove empty section. | brueffer | 2007-04-07 | 1 | -2/+0 |
* | Fix build. | nyan | 2007-04-07 | 1 | -1/+1 |
* | Unbreak. | hrs | 2007-04-07 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r168463, | des | 2007-04-07 | 1 | -5/+5 |
|\ |
|
| * | Merge from upstream: | des | 2007-04-07 | 1 | -5/+5 |
* | | New release notes: | brueffer | 2007-04-07 | 1 | -4/+30 |
* | | Add missing mutex_init() which was causing assertion panic when on clone | pjd | 2007-04-07 | 2 | -0/+2 |
* | | Prevent the usage of an uninitialized variable: do not accept | piso | 2007-04-07 | 1 | -0/+11 |
* | | Silence Coverity about an unused variable. | piso | 2007-04-07 | 1 | -1/+1 |
* | | Added the IPLware 3.33 support. | kato | 2007-04-07 | 6 | -7/+173 |
* | | Fix the output of percentage figures, which mistakenly were | dds | 2007-04-07 | 1 | -9/+12 |
* | | Simplify the logic for handling header read | kientzle | 2007-04-07 | 1 | -7/+5 |
* | | Enable 'ar' support; hook it up to the build and | kientzle | 2007-04-07 | 3 | -2/+7 |
* | | Clarification: Point people to archive_read_data(), which | kientzle | 2007-04-07 | 1 | -1/+4 |
* | | back out last change | kmacy | 2007-04-07 | 1 | -1/+1 |
* | | Update the man page a bit- also to reflect that testing | mjacob | 2007-04-07 | 1 | -9/+23 |
* | | When copying data from one archive to another, only set the error | cperciva | 2007-04-07 | 1 | -5/+4 |
* | | Describe PT_GETLWPLIST's arguments. | emaste | 2007-04-07 | 1 | -0/+9 |
* | | Fix a bug for over 4GB media. | simokawa | 2007-04-07 | 1 | -1/+1 |
* | | Add a small test program for the additional socket options which | bms | 2007-04-06 | 2 | -0/+231 |
* | | Remove XXX comment that changes to file fields should be protected with | rwatson | 2007-04-06 | 1 | -5/+0 |
* | | pc98 boot2 is compiled with _KERNEL defined, and that makes non-static | kan | 2007-04-06 | 1 | -1/+1 |
* | | __p_rcode_syms is declared as external in resolv.conf, so it cannot be | kan | 2007-04-06 | 2 | -1/+2 |
* | | Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem. | jkim | 2007-04-06 | 1 | -0/+2 |
* | | Add the PG_NX support for i386/PAE. | ru | 2007-04-06 | 8 | -34/+135 |
* | | This commit was generated by cvs2svn to compensate for changes in r168433, | kan | 2007-04-06 | 2 | -20/+17 |
|\ \ |
|