Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/loadfile_aout.c
RevisionDateAuthorComments
 1.15  20-Feb-2014  joerg Casting to void is the canonical way of marking a variable as
potentially unused.
 1.14  16-Aug-2009  matt branches: 1.14.12; 1.14.22; 1.14.26;
Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want
the a.out stuff.
 1.13  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.12  29-Dec-2007  tsutsui branches: 1.12.6; 1.12.8; 1.12.10;
ANSIfy.
 1.11  03-Dec-2007  isaki branches: 1.11.6;
Use standard error code (EIO) instead of standalone error code
(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@.
 1.10  23-Nov-2007  isaki loadfile_*() must set errno when it returns -1.
 1.9  05-Jun-2007  martin branches: 1.9.6; 1.9.8; 1.9.14;
Add a MARK_DATA marker containing the effective VA of the first loaded
data segment.
 1.8  11-Dec-2005  christos branches: 1.8.30; 1.8.32;
merge ktrace-lwp.
 1.7  26-Feb-2005  perry branches: 1.7.4;
nuke trailing whitespace
 1.6  31-Aug-2003  fvdl branches: 1.6.8; 1.6.10;
Fix signed/unsigned warnings.
 1.5  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.4  10-Dec-2002  thorpej branches: 1.4.6;
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
 1.3  11-Feb-2002  reinoud Not all ports use the `offset' in their calulations and on those platforms
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.
 1.2  31-Oct-2001  thorpej branches: 1.2.2; 1.2.4; 1.2.6;
Build the loadfile() a.out, ECOFF, and ELF back-ends as separate
objects.
 1.1  30-Oct-2001  thorpej Split the exec formats included by loadfile() into separate files.
Primary goal: explcitly select which ELF format (elf32 or elf64) to
support for a cross tool which uses loadfile().
 1.2.6.3  16-Mar-2002  jdolecek Catch up with -current.
 1.2.6.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.6.1  31-Oct-2001  thorpej file loadfile_aout.c was added on branch kqueue on 2002-01-10 20:00:38 +0000
 1.2.4.4  11-Dec-2002  thorpej Sync with HEAD.
 1.2.4.3  28-Feb-2002  nathanw Catch up to -current.
 1.2.4.2  14-Nov-2001  nathanw Catch up to -current.
 1.2.4.1  31-Oct-2001  nathanw file loadfile_aout.c was added on branch nathanw_sa on 2001-11-14 19:16:52 +0000
 1.2.2.2  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.2.2.1  31-Oct-2001  thorpej file loadfile_aout.c was added on branch thorpej-mips-cache on 2001-11-12 21:19:05 +0000
 1.4.6.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.4.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.6.8.1  29-Apr-2005  kent sync with -current
 1.7.4.3  21-Jan-2008  yamt sync with head
 1.7.4.2  07-Dec-2007  yamt sync with head
 1.7.4.1  03-Sep-2007  yamt sync with head.
 1.8.32.1  11-Jul-2007  mjf Sync with head.
 1.8.30.1  09-Jun-2007  ad Sync with head.
 1.9.14.2  18-Feb-2008  mjf Sync with HEAD.
 1.9.14.1  08-Dec-2007  mjf Sync with HEAD.
 1.9.8.1  09-Jan-2008  matt sync with HEAD
 1.9.6.2  03-Dec-2007  joerg Sync with HEAD.
 1.9.6.1  27-Nov-2007  joerg Sync with HEAD. amd64 Xen support needs testing.
 1.11.6.1  02-Jan-2008  bouyer Sync with HEAD
 1.12.10.2  19-Aug-2009  yamt sync with head.
 1.12.10.1  16-May-2008  yamt sync with head.
 1.12.8.1  18-May-2008  yamt sync with head.
 1.12.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.14.26.1  18-May-2014  rmind sync with head
 1.14.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.14.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed