aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_elf.h
Commit message (Expand)AuthorAgeFilesLines
* MFS: bring the consistent `compat_3_brand' support into -CURRENTDavid E. O'Brien2001-02-241-2/+4
* Change Elf64_Brandinfo::brand from char* to int.Doug Rabson2000-04-281-1/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* General cleanup of core-dumping code.Julian Elischer1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Hmm- I must be blind. There *was* already an appropriate typedef stillMatt Jacob1999-02-061-2/+1
* I don't know what happened here- I submitted a *working* patch forMatt Jacob1999-02-061-2/+3
* Style nit: sort elf_brand_inuse() prototype in with the others.Mark Newton1999-02-051-2/+3
* Provide elf_brand_inuse() as a method an emulator can use to find outMark Newton1999-02-041-1/+2
* Don't use __BEGIN_DECLS/__END_DECLS in the kernel.Bruce Evans1999-01-011-10/+8
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-1/+6
* Use Elf_Addr to store addresses instead of Elf_Word.Doug Rabson1998-09-071-4/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+36
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-3/+1
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-153/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Prepare kernel to take advantage of "branded" ELF binaries.Søren Schmidt1996-10-161-7/+10
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-101-0/+213