summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/elf_hash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused 32bit version of elf_hash().mpi2017-09-051-59/+0
| | | | | | Riding previous libc bump. ok kettenis@
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-2/+2
|
* ansify function definitions and zap some `register'jfb2004-05-181-3/+2
| | | | ok millert@
* -Wall cleanlinessmillert1997-07-011-2/+2
|
* surely not a longderaadt1997-06-291-3/+3
|
* Fix RCS idstholo1996-08-191-1/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* enable ELF/a.out/ECOFF in machine/exec.hderaadt1996-05-291-12/+24
|
* All platforms get elf_nlist(). Hidden __elf_is_okay__() function isetheisen1996-05-281-0/+49
now present for ELF platforms. This function is not ABI compliant and it's use should be restricted. exec_sup.h now determines the target OMF for various platforms.