aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new file for definitions of CIS. We can share this with cardbus.Warner Losh2003-10-071-0/+203
* o move the cis tuple definitions into a common file.Warner Losh2003-10-077-306/+27
* These aren't needed anymoreWarner Losh2003-10-071-3/+0
* Remove prototype for decode_tuple_copy() which was axed in the lastJohn Baldwin2003-10-061-3/+0
* remove the cardbus cis reading code. nobody ever used it and it hasWarner Losh2003-10-062-111/+0
* return(code) -> return (code)Hajimu UMEMOTO2003-10-0622-408/+403
* Add disk_destroy() call to detach processing.Poul-Henning Kamp2003-10-061-0/+15
* Free the SCSI cd major numberPoul-Henning Kamp2003-10-061-1/+0
* Allow our bio tools to be used for local bio-chopping by not mandatingPoul-Henning Kamp2003-10-061-2/+7
* Introduce a per provider wither flagPoul-Henning Kamp2003-10-062-0/+3
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.Hidetoshi Shimokawa2003-10-061-18/+24
* refactor how we do the quirk matching. this puts an ugly if into aWarner Losh2003-10-062-56/+58
* Remove the cis reading bus methods. They were never implemented andWarner Losh2003-10-061-49/+0
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.Hidetoshi Shimokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.Hidetoshi Shimokawa2003-10-061-12/+32
* - My last commit to this file is still not safe, I believe that it may beJeff Roberson2003-10-061-0/+6
* - Reinstate 1.142 this was fixed by 1.144.Jeff Roberson2003-10-061-3/+5
* Only the super-user should be able to wire pages via the mlock() familyBruce M Simpson2003-10-061-6/+2
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-069-6/+11
* Remove support for the unused 4th component of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-10-061-6/+0
* include the DS element in beaconsSam Leffler2003-10-061-1/+4
* - The VCHR case in ffs_sync() is an unneccsary optimization especiallyJeff Roberson2003-10-051-5/+2
* The addition of a locking assertion to vm_page_zero_invalid() has revealedAlan Cox2003-10-051-0/+1
* - Add a missing vn_start_write() to flushbufqueues(). This could haveJeff Roberson2003-10-051-4/+9
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersMartin Blapp2003-10-054-24/+74
* fix typo that caused a panic when processing an ICMP redirectSam Leffler2003-10-051-1/+1
* sync to 1.140Warner Losh2003-10-052-2/+16
* 2662W-AR Wireless AdapterWarner Losh2003-10-051-0/+2
* Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque()Bruce M Simpson2003-10-051-13/+13
* Since the addition of the VI_DOINGINACT flag some time ago,Ian Dowse2003-10-051-15/+1
* Revert previous commit. Come back vslock(), all is forgiven.Bruce M Simpson2003-10-052-0/+31
* Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414.Yoshihiro Takahashi2003-10-052-308/+274
* Mark td_generation as volatile.Bruce M Simpson2003-10-051-1/+1
* Retire vslock() and vsunlock() with extreme prejudice.Bruce M Simpson2003-10-052-31/+0
* - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE()Jeff Roberson2003-10-051-16/+12
* - In ffs_update() assert that either the vnode lock or the XLOCK is held.Jeff Roberson2003-10-051-0/+4
* Fix a security problem in sysctl() the long way round.Bruce M Simpson2003-10-051-18/+14
* Add a pre-emption counter, td_generation, so that threads can noticeBruce M Simpson2003-10-052-0/+3
* MFi386: revisions 1.572, 1.573 and 1.574.Yoshihiro Takahashi2003-10-052-4/+16
* MFi386: revision 1.205Yoshihiro Takahashi2003-10-053-3/+438
* Fold the vslock() and vsunlock() calls in this file with #if 0's; they willBruce M Simpson2003-10-051-1/+8
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.Bruce Evans2003-10-052-4/+2
* - Check the XLOCK before inspecting v_data.Jeff Roberson2003-10-051-9/+25
* - Apply a big giant lock around the namecache. This has been sitting inJeff Roberson2003-10-051-27/+94
* - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specifyJeff Roberson2003-10-051-13/+2
* Assert that the containing vm object's lock is held inAlan Cox2003-10-051-0/+1
* - Skip over xvp if XLOCK is set.Jeff Roberson2003-10-051-1/+2
* - Remove an incorrect XXX comment. This code does respect the XLOCK sinceJeff Roberson2003-10-051-1/+0
* - Check the XLOCK before we inspect the vnode.Jeff Roberson2003-10-051-0/+4
* - We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.Jeff Roberson2003-10-051-2/+0