summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/elf_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-237/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+7
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-9/+11
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+18
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-5/+25
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-5/+19
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+39
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-11/+10
* recovery from new binutils part II: fix the alpha kernel so thatgallatin2002-02-211-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadgallatin1999-08-201-1/+2
* Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-161-1/+4
* Fixed several (not all) warnings.dt1999-04-231-4/+4
* R_ALPHA_RELATIVE relocations need to add the value to the existing memorydfr1998-10-181-3/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-33/+41
* Machine dependant relocations for KLD.dfr1998-09-111-0/+111
OpenPOWER on IntegriCloud