index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_vnode.c
Age
Commit message (
Expand
)
Author
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-05-19
Tell uvm_pagermapin() the direction of the I/O so that it can map
thorpej
2000-04-03
remove the "shareprot" pagerop. it's not needed anymore since
chs
2000-03-27
Kill duplicate uvn_attach() prototype (public, already in uvm_vnode.h).
kleink
2000-03-26
Merge parts of chs-ubc2 into the trunk:
kleink
2000-03-13
Fix doubled 'the's in comments.
soren
2000-01-28
remove a debug printf that has outlived its usefulness.
chs
1999-10-19
put various debugging printfs under #ifdef DEBUG.
chs
1999-09-12
eliminate the PMAP_NEW option by making it required for all ports.
chs
1999-07-22
Garbage collect thread_sleep()/thread_wakeup() left over from the old
thorpej
1999-07-22
0 -> FALSE in a few places.
thorpej
1999-04-11
add a `flags' argument to uvm_pagealloc_strat().
chs
1999-03-25
remove now >1 year old pre-release message.
mrg
1999-03-25
Prevent deadlock cited in PR4629 from crashing the system. (copyout
sommerfe
1999-03-24
after discussion with chuck, nuke pgo_attach from uvm_pagerops
cgd
1999-03-04
fix printf arg types.
chs
1999-01-29
A small typo fix, + enclose "used_vnode_size = %qu" debug printf inside
bouyer
1998-11-04
we must unlock a vp's object's lock before calling vrele().
chs
1998-10-18
shift by PAGE_SHIFT instead of multiplying or dividing by PAGE_SIZE.
chs
1998-08-13
Merge paddr_t changes into the main branch.
eeh
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-07-07
Add support for mmap'ing disk block devices.
thorpej
1998-06-24
Always include fifos; "not an option any more".
sommerfe
1998-06-22
defopt for options FIFO
sommerfe
1998-05-05
Remove inclusions of syscall (and syscall argument) related header files;
kleink
1998-03-11
bug fix: when doing uvm_vnp_sync() actually skip over blocked uvn's so
chuck
1998-03-09
KNF.
mrg
1998-03-01
Merge with Lite2 + local changes
fvdl
1998-02-19
Include the NFS option header.
thorpej
1998-02-18
bug fix from chuck: uvm_vnp_terminate panic when /sbin/init was unlinked
mrg
1998-02-10
- add defopt's for UVM, UVMHIST and PMAP_NEW.
mrg
1998-02-07
restore rcsids
mrg
1998-02-06
RCS ID police.
thorpej
1998-02-05
initial import of the new virtual memory system, UVM, into -current.
mrg