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
/
lib
/
libsa
/
loadfile_aout.c
Age
Commit message (
Expand
)
Author
2014-02-20
Casting to void is the canonical way of marking a variable as
joerg
2009-08-16
Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want
matt
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-29
ANSIfy.
tsutsui
2007-12-03
Use standard error code (EIO) instead of standalone error code
isaki
2007-11-23
loadfile_*() must set errno when it returns -1.
isaki
2007-06-05
Add a MARK_DATA marker containing the effective VA of the first loaded
martin
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2003-08-31
Fix signed/unsigned warnings.
fvdl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-12-10
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
thorpej
2002-02-11
Not all ports use the `offset' in their calulations and on those platforms
reinoud
2001-10-31
Build the loadfile() a.out, ECOFF, and ELF back-ends as separate
thorpej
2001-10-30
Split the exec formats included by loadfile() into separate files.
thorpej