summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Don't cache_purge() in getnewvnode. It's done in vclean(). With thisjeff2003-10-051-11/+5
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us sojeff2003-10-052-2/+0
* - Don't cache_purge() in ufs_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Don't cache_purge() in ext2_reclaim. vclean() does it for us sojeff2003-10-052-2/+0
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-057-9/+0
* - Solve a LOR with the sync_mtx by using the VI_ONWORKLST flag to determinejeff2003-10-051-6/+12
* Don't bother setting a page table page's valid field. It is unused andalc2003-10-052-4/+0
* - Move the xlock 'locking' code into vx_lock() and vx_unlock().jeff2003-10-051-21/+54
* Synchronize access to a vm page's valid field using the containingalc2003-10-042-9/+6
* Eliminate some unnecessary uses of the vm page queues lock around thealc2003-10-042-11/+6
* Make it easier to run this code on RELENG_4.joe2003-10-042-3/+17
* Fix the apm problem for real. We leave the first 4K page for the bios topeter2003-10-042-5/+6
OpenPOWER on IntegriCloud