| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-20 | Casting to void is the canonical way of marking a variable as | joerg | |
| potentially unused. | |||
| 2009-08-16 | Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want | matt | |
| the a.out stuff. | |||
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2007-12-29 | ANSIfy. | tsutsui | |
| 2007-12-03 | Use standard error code (EIO) instead of standalone error code | isaki | |
| (ESHORT). Because loadfile_*() is used with or without _STANDALONE, therefore, don't use error code in "saerrno.h". Pointed out by and discussed with he@. | |||
| 2007-11-23 | loadfile_*() must set errno when it returns -1. | isaki | |
| 2007-06-05 | Add a MARK_DATA marker containing the effective VA of the first loaded | martin | |
| data segment. | |||
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-02-26 | nuke trailing whitespace | perry | |
| 2003-08-31 | Fix signed/unsigned warnings. | fvdl | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22364, verified by myself. | |||
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej | |
| 2002-02-11 | Not all ports use the `offset' in their calulations and on those platforms | reinoud | |
| compile errors are generated due to it. By explicitly using `offset=offset' the variable is used in the compilers view and is optimised away anyway. | |||
| 2001-10-31 | Build the loadfile() a.out, ECOFF, and ELF back-ends as separate | thorpej | |
| objects. | |||
| 2001-10-30 | Split the exec formats included by loadfile() into separate files. | thorpej | |
| Primary goal: explcitly select which ELF format (elf32 or elf64) to support for a cross tool which uses loadfile(). | |||
