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