aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/nlist.c
Commit message (Expand)AuthorAgeFilesLines
* nlist(3): Fix a common typo in a source code commentGordon Bergling2022-06-051-1/+1
* libc: unconditionalize _NLIST_DO_ELFEd Maste2020-03-301-8/+0
* nlist: retire long-obsolete aout supportEd Maste2020-03-301-102/+0
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-1/+1
* Support a.out format in nlist only on i386Ed Maste2015-12-221-2/+2
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-141-18/+7
* We won't support a.out on arm64/aarch64. As such there will be no need toAndrew Turner2015-03-181-0/+3
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.Bryan Drewery2014-09-171-2/+2
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-2/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-3/+3
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+1
* Whack 28 unused variables.Jacques Vidrine2003-02-181-1/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-25/+25
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-2/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-4/+4
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-4/+4
* Handle ELF symbols better. This fixes "vmstat -i" for the caseJohn Polstra1998-10-281-59/+77
* Update to use the new elf headers.Doug Rabson1998-08-171-15/+28
* Make nlist() understand elf unconditionallyPeter Wemm1998-06-121-0/+1
* Initial elf nlist support, mostly stolen from OpenBSD (they use standardPeter Wemm1997-08-311-2/+223
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-2/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-2/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion).Geoff Rehmet1994-07-221-36/+47
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+149