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
/
kern
/
exec_elf.c
Age
Commit message (
Expand
)
Author
2010-05-02
Don't printf a userspace pointer; print the copied-in kernel version
dholland
2010-04-02
fix debugging printf.
christos
2010-03-22
When choosing the start address of a dynamic (ie relocatable) executable,
drochner
2010-03-20
more debugging compilation fixes.
christos
2010-03-20
fix debugging code.
christos
2010-03-20
minimize ifdefs and avoid duplicated code.
christos
2010-03-19
- Make maximum memory limits for various things #define constants and use the
christos
2010-03-15
rename DEBUG_ASLR -> PAX_ASLR_DEBUG
christos
2010-02-22
Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE rather
drochner
2009-12-14
Merge from matt-nb5-mips64
matt
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
1996-09-20
rename exec_elf.c to exec_elf32.c, since it execs 32-bit ELF. exec_elf32.c
cgd
1996-06-14
Merge pagedvn changes from OpenBSD and added mips defines. Also added
christos
1996-06-13
- Pass the Elf exec header in the emulation dependent probe functions.
christos
1996-02-09
More proto fixes
christos
1996-02-09
Use a default, 'safe' address to map the loader to in case the an emulation-
fvdl
1996-01-16
* Don't rely on the protection bits of segments anymore to decide whether
fvdl
1995-09-16
s/memcmp/bcmp/
thorpej
1995-06-30
Remove unused define
christos
1995-06-22
Generic mi ELF loader; delete Linux and Svr4 compat conf entries and
fvdl