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
Age
Commit message (
Expand
)
Author
2006-09-01
bumps kernel aobj to 64 bit. \
cherry
2006-08-29
Make PTRACE and COREDUMP optional. Make the default (status quo) by putting
matt
2006-08-22
Add a new swapctl(2) command to unset the dump device.
martin
2006-08-18
ubc_fault: fix a deadlock in the case of uvm_loanbreak() failure.
yamt
2006-08-04
Rearrange included headers and/or add include of <sys/types.h> and
he
2006-07-22
- in genfs_getpages, take g_glock earlier so that it can't be
yamt
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-07-05
Introduce a UVM_KMF_EXEC flag for uvm_km_alloc() which enforces an
drochner
2006-06-25
make amap use kmem_alloc, rather than malloc.
yamt
2006-06-13
uvm_swapin: process -> lwp in a comment.
yamt
2006-06-13
prevent uninitialized variable.
christos
2006-06-12
Don't allocate > 1K on the stack.
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-25
move wait points for kva from upper layers to vm_map. PR/33185 #1.
yamt
2006-05-22
introduce macros, UAREA_TO_USER and USER_TO_UAREA,
yamt
2006-05-20
Better implementation of PaX MPROTECT, after looking some more into the
elad
2006-05-19
UVM_MAPFLAG: add missing parens.
yamt
2006-05-16
Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
elad
2006-05-14
integrate kauth.
elad
2006-05-14
- rename uvm_tree_sanity to uvm_map_check and add some
yamt
2006-05-14
- uvm_mapent_trymerge: don't forget to update hints.
yamt
2006-05-14
update first_free correctly.
yamt
2006-05-14
XXX: GCC uninitialized.
christos
2006-05-03
ubc_fault: use PMAP_CANFAIL. pointed by Jed Davis on tech-kern@.
yamt
2006-05-03
uvm_km_suballoc: consider kva overhead of "kmapent".
yamt
2006-04-21
amap_splitref: assert that origref->ar_amap is initialized
yamt
2006-04-21
- share some code between uvm_map_clip_end and uvm_map_clip_start.
yamt
2006-04-18
from Christian Ehrhardt:
yamt
2006-04-13
uvm_page_own: more assertions.
yamt
2006-04-13
Change previous to KASSERT per yamt's request.
christos
2006-04-13
ubc_fault: don't forget to clear PG_WANTED.
yamt
2006-04-13
Coverity CID 762: Protect against NULL dereferencing entry->object.uvm_obj
christos
2006-04-13
Coverity CID 835: Check before dereferencing pg->uanon.
christos
2006-04-11
uvm_pagermapin: nowait allocation for pagedaemon.
yamt
2006-04-11
add assertions.
yamt
2006-04-06
Update comment to match reality (vm_physmemseg -> vm_physseg).
uebayasi
2006-04-05
uvm_km_pgremove/uvm_km_pgremove_intrsafe: fix assertions.
yamt
2006-04-05
Coverity CID 2721: Avoid bitching for impossible cases, by adding KASSERT.
christos
2006-03-17
uvm_km_check_empty: fix an assertion.
yamt
2006-03-15
-clean up the interface to uvm_fault: the "fault type" didn't serve
drochner
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-02-22
kill the "fault_type" argument to pager's pgo_fault() methods
drochner
2006-02-22
Include page ownership information in the output of the DDB "show all pages"
bjh21
2006-02-19
Add a "show all pages" command to DDB which prints one line per physical
bjh21
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2006-02-15
- amap_copy: take a "flags" argument instead of booleans.
yamt
2006-02-14
share some code between uvmpd_scan_inactive and uvmpd_scan.
yamt
2006-02-14
fix a compilation problem where PAGE_SHIFT is not a constant.
yamt
2006-02-13
remove an outdated comment.
yamt
2006-02-12
factor out swap clustering code.
yamt
[next]