index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
exec_subr.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-07
Add an alignment argument to uvm_map that specifies an alignment hint
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
remove old vm
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-02-22
ELF uses more than 5 vmcmds by default, so grow the default vmcmd set size
Artur Grabowski
2000-11-06
Don't bomb when the length of pagedvn vm_cmd is not page aligned.
Artur Grabowski
2000-09-26
Don't use MALLOC/FREE on variable sized allocations.
Artur Grabowski
1999-11-05
more stack direction fixes; art@ ok
Michael Shalayeff
1999-02-26
a new way of mapping in exec for uvm
Artur Grabowski
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1997-02-24
OpenBSD tags
Niklas Hallqvist
1997-02-14
round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom
Theo de Raadt
1996-12-23
use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt