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_unix.c
Age
Commit message (
Expand
)
Author
2022-01-10
Use p->p_stackbase instead of USRSTACK because the stackbase can move because
christos
2018-01-06
Revert vadvise(2) removal
kamil
2017-12-19
Drop SYS_vadvise
kamil
2017-05-06
Extend the mmap(2) interface to allow requesting protections for later
joerg
2016-04-07
remove more ifdefs
christos
2016-04-07
Add PAX_MPROTECT_DEBUG
christos
2014-09-05
Don't use C++ new keyword as a variable name.
matt
2011-02-02
udpate license clauses on my code to match the new-style BSD licenses.
chuck
2009-12-15
Use PRIxVADDR... (change a printf/panic -> panic)
matt
2009-11-27
Make break(2) reject high adresses that wrap to 0 after page rounding.
njoly
2009-03-04
don't uprintf in non-debug kernels.
christos
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-02-09
Merge newlock2 to head.
ad
2006-12-18
Update uvm_grow to support stacks that grow upwards.
skrll
2006-11-01
remove some __unused from function parameters.
yamt
2006-10-12
remove unnecessary #include of vnode.h.
yamt
2006-10-12
- sprinkle __unused on function decls.
christos
2006-05-20
Better implementation of PaX MPROTECT, after looking some more into the
elad
2005-12-11
merge ktrace-lwp.
christos
2005-06-27
Use ANSI function decls.
thorpej
2004-08-28
uvm_grow(): avoid needless arithmetic and make LP64 safe
jdolecek
2003-08-24
add support for non-executable mappings (where the hardware allows this)
chs
2003-05-25
Consistancy nit- use parentheses around return argument.
simonb
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-12-08
Make the coredump routine exec-format/emulation specific. Split
thorpej
2001-11-10
add RCSIDs, and in some cases, slightly cleanup #include order
lukem
2001-06-06
uvm_coredump32() moved into compat/netbsd32.
mrg
2001-06-02
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
chs
2001-05-25
remove trailing whitespace.
chs
2001-05-06
Fix overflow errors in brk(2).
ross
2001-03-19
In sys_obreak(), the return value of atop() was being used to change
simonb
2001-03-15
eliminate the KERN_* error codes in favor of the traditional E* codes.
chs
2000-09-13
Add an align argument to uvm_map() and some callers of that
thorpej
2000-09-07
fix uvm_coredump32() just like uvm_coredump().
chs
2000-08-24
in uvm_coredump(), avoid dumping parts of the stack multiple times
chs
2000-07-10
fix a cast for sparc64.
mrg
2000-07-02
- Avoid an integer overflow when checking if we have exceeded our
thorpej
2000-06-27
remove include of <vm/vm.h>
mrg
2000-03-30
Remove more register declarations.
augustss
2000-03-26
Merge parts of chs-ubc2 into the trunk:
kleink
1999-12-30
I should have made uvm_page_physload() take paddr_t's instead of vaddr_t's.
eeh
1999-12-04
CL* clearout
fvdl
1999-03-25
remove now >1 year old pre-release message.
mrg
1998-10-11
remove unused share map code from UVM:
chuck
1998-08-13
Merge paddr_t changes into the main branch.
eeh
1998-07-28
Don't cast the null residual pointer passed to vn_rdwr().
thorpej
1998-03-09
KNF.
mrg
1998-02-07
restore rcsids
mrg
1998-02-06
RCS ID police.
thorpej
[next]