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
/
compat
/
common
/
compat_exec.c
Age
Commit message (
Expand
)
Author
2009-08-15
Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to
matt
2009-08-13
#include "opt_execfmt.h" and only compile innards if EXEC_AOUT is defined.
matt
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2005-01-30
Don't try to map a 0 size bss.
christos
2003-11-19
Don't include malloc.h if you are not going to use it.
christos
2003-08-08
- GC all the setup_stack functions
christos
2003-04-01
Use PAGE_SIZE rather than NBPG.
thorpej
2002-12-10
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
thorpej
2002-10-05
count executable image pages as executable for vm-usage purposes.
chs
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-10-30
- Add a new vnode flag VEXECMAP, which indicates that a vnode has
thorpej
2000-06-28
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-04-11
add a new function vn_marktext() for exec code to let others know
chs
1996-05-18
- Moving cpu_exec_aout_prep_oldzmagic -> exec_aout_prep_oldzmagic.
christos