| Commit message (Expand) | Author | Age | Files | Lines |
* | Add disk_destroy() call to detach processing. | phk | 2003-10-06 | 1 | -0/+15 |
* | Free the SCSI cd major number | phk | 2003-10-06 | 1 | -1/+0 |
* | Allow our bio tools to be used for local bio-chopping by not mandating | phk | 2003-10-06 | 1 | -2/+7 |
* | Introduce a per provider wither flag | phk | 2003-10-06 | 2 | -0/+3 |
* | - Introduce hw.firewire.hold_count sysctl MIB by popular demand. | simokawa | 2003-10-06 | 1 | -18/+24 |
* | refactor how we do the quirk matching. this puts an ugly if into a | imp | 2003-10-06 | 2 | -56/+58 |
* | Remove the cis reading bus methods. They were never implemented and | imp | 2003-10-06 | 1 | -49/+0 |
* | - Implement sbp_poll() to enable kernel dump on SBP-2 device. | simokawa | 2003-10-06 | 1 | -1/+9 |
* | - Fix timeout for unodered excution. | simokawa | 2003-10-06 | 1 | -12/+32 |
* | - My last commit to this file is still not safe, I believe that it may be | jeff | 2003-10-06 | 1 | -0/+6 |
* | - Reinstate 1.142 this was fixed by 1.144. | jeff | 2003-10-06 | 1 | -3/+5 |
* | Only the super-user should be able to wire pages via the mlock() family | bms | 2003-10-06 | 1 | -6/+2 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 9 | -6/+11 |
* | Remove support for the unused 4th component of the KERN_PROC_PROC sysctl. | tjr | 2003-10-06 | 1 | -6/+0 |
* | include the DS element in beacons | sam | 2003-10-06 | 1 | -1/+4 |
* | - The VCHR case in ffs_sync() is an unneccsary optimization especially | jeff | 2003-10-05 | 1 | -5/+2 |
* | The addition of a locking assertion to vm_page_zero_invalid() has revealed | alc | 2003-10-05 | 1 | -0/+1 |
* | - Add a missing vn_start_write() to flushbufqueues(). This could have | jeff | 2003-10-05 | 1 | -4/+9 |
* | Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers | mbr | 2003-10-05 | 4 | -24/+74 |
* | fix typo that caused a panic when processing an ICMP redirect | sam | 2003-10-05 | 1 | -1/+1 |
* | sync to 1.140 | imp | 2003-10-05 | 2 | -2/+16 |
* | 2662W-AR Wireless Adapter | imp | 2003-10-05 | 1 | -0/+2 |
* | Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque() | bms | 2003-10-05 | 1 | -13/+13 |
* | Since the addition of the VI_DOINGINACT flag some time ago, | iedowse | 2003-10-05 | 1 | -15/+1 |
* | Revert previous commit. Come back vslock(), all is forgiven. | bms | 2003-10-05 | 2 | -0/+31 |
* | Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414. | nyan | 2003-10-05 | 2 | -308/+274 |
* | Mark td_generation as volatile. | bms | 2003-10-05 | 1 | -1/+1 |
* | Retire vslock() and vsunlock() with extreme prejudice. | bms | 2003-10-05 | 2 | -31/+0 |
* | - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE() | jeff | 2003-10-05 | 1 | -16/+12 |
* | - In ffs_update() assert that either the vnode lock or the XLOCK is held. | jeff | 2003-10-05 | 1 | -0/+4 |
* | Fix a security problem in sysctl() the long way round. | bms | 2003-10-05 | 1 | -18/+14 |
* | Add a pre-emption counter, td_generation, so that threads can notice | bms | 2003-10-05 | 2 | -0/+3 |
* | MFi386: revisions 1.572, 1.573 and 1.574. | nyan | 2003-10-05 | 2 | -4/+16 |
* | MFi386: revision 1.205 | nyan | 2003-10-05 | 3 | -3/+438 |
* | Fold the vslock() and vsunlock() calls in this file with #if 0's; they will | bms | 2003-10-05 | 1 | -1/+8 |
* | Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>. | bde | 2003-10-05 | 2 | -4/+2 |
* | - Check the XLOCK before inspecting v_data. | jeff | 2003-10-05 | 1 | -9/+25 |
* | - Apply a big giant lock around the namecache. This has been sitting in | jeff | 2003-10-05 | 1 | -27/+94 |
* | - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify | jeff | 2003-10-05 | 1 | -13/+2 |
* | Assert that the containing vm object's lock is held in | alc | 2003-10-05 | 1 | -0/+1 |
* | - Skip over xvp if XLOCK is set. | jeff | 2003-10-05 | 1 | -1/+2 |
* | - Remove an incorrect XXX comment. This code does respect the XLOCK since | jeff | 2003-10-05 | 1 | -1/+0 |
* | - Check the XLOCK before we inspect the vnode. | jeff | 2003-10-05 | 1 | -0/+4 |
* | - We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us. | jeff | 2003-10-05 | 1 | -2/+0 |
* | - Check the XLOCK prior to inspecting v_data. | jeff | 2003-10-05 | 1 | -0/+4 |
* | - Check XLOCK prior to accessing v_data. | jeff | 2003-10-05 | 2 | -0/+12 |
* | - File systems that wish to inspect the vnode contents or their private | jeff | 2003-10-05 | 2 | -0/+16 |
* | Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:- | bms | 2003-10-05 | 1 | -1/+1 |
* | Remove magic numbers surrounding locking state in the sysctl module, and | bms | 2003-10-05 | 2 | -9/+15 |
* | - Rename vcanrecycle() to vtryrecycle() to reflect its new role. | jeff | 2003-10-05 | 1 | -26/+32 |