aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_elf.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Add missing forward declaration of struct image_params.Ed Schouten2015-10-211-0/+1
* Export the eflags field from the elf header. This allows betterWarner Losh2015-05-221-0/+1
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-0/+1
* Expand the elf brandelf infrastructure to give access to the whole ELFWarner Losh2014-08-181-0/+1
* Revert r266925 as it can lead to instant panic at fexecve():Dmitry Chagin2014-06-171-1/+0
* To allow to run the interpreter itself add a new ELF branding type.Dmitry Chagin2014-05-311-0/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Reword the comment, fixing typo.Konstantin Belousov2010-07-241-2/+2
* Merge projects/enhanced_coredumps (r204346) into HEAD:Alfred Perlstein2010-03-021-1/+1
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-301-2/+3
* Fix handling of .note.ABI-tag section for GNU systems [1].Bjoern A. Zeeb2009-08-241-1/+5
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-1/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-1/+9
* Back out a non-style(9) change from r186668 to unbreak the kernels.Bjoern A. Zeeb2009-01-011-1/+1
* style(9)David E. O'Brien2009-01-011-6/+6
* Remove sysctl debug.elf_trace and the trace field in auxargs. They goPeter Wemm2008-12-171-1/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structureMaxim Sobolev2005-12-261-0/+2
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-9/+9
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+3
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-2/+3
* - Provide backwards compatibility for kern.fallback_elf_brand.Jake Burkholder2003-01-051-53/+19
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-10/+14
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Remove __PAlfred Perlstein2002-03-191-7/+7
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* 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