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