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
/
lib
/
libc
/
gen
/
nlist_aout.c
Age
Commit message (
Expand
)
Author
2012-03-21
c89 definitions
christos
2009-08-20
forward declare struct nlist before including nlist_private.h to avoid a
martin
2009-08-20
Actually, when we really need the a.out defines from <nlist.h>, we
he
2009-08-20
Instead of including <a.out.h> to get at "struct nlist" (with a comment
he
2009-08-16
Only include <sys/exec_aout.h> if NLIST_AOUT is defined.
matt
2009-02-16
A variation on the sign-compare fix for these.
lukem
2009-02-16
Fix -Wsign-compare issue (on NetBSD/sparc64).
tron
2006-11-08
if we are using ssp, use malloc instead of alloca.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-20
PR/6156: Stefan Grefen: nlist returns bogus value if symbol is multiply
christos
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2000-06-14
fix up NetBSD RCS Ids to match the standard, and the leading comment as
cgd
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-06-17
MAP_COPY -> MAP_PRIVATE
thorpej
1998-11-13
delint
christos
1998-10-14
Need "namespace.h".
kleink
1998-06-30
Use pread(2) in one place.
thorpej
1998-02-03
remove obsolete register declarations
perry
1997-12-15
use MAP_COPY|MAP_FILE.
mrg
1997-07-13
Fix RCSID's
christos
1996-09-30
kill recently added 'check' functions, since they only add code to be more
cgd
1996-09-27
Seriously revamp libc's nlist()/__fdnlist() support:
cgd