kernel/vm: Remove some unused variables.
[dragonfly.git] / sys / vm / vm_swap.c
2012-07-06 Sascha Wildnerkernel/vm: Remove some unused variables.
2011-11-29 Matthew Dillonkernel - Add required vm_token back in to swaponvp()
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-11 Matthew Dillonkernel - Fix numerous performance problems with the...
2011-10-28 Matthew Dillonkernel - Another huge HUGE VM performance improvement...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-08-18 Matthew Dillonkernel - Implement vm.swap_info_array sysctl
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-02-05 Matthew Dillonkernel - SWAP CACHE part 10/many - Fix swap space usage...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-18 Matthew DillonFix bugs in dealing with low-memory situations when...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: