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