summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile_aout.c
AgeCommit message (Expand)Author
2014-02-20Casting to void is the canonical way of marking a variable asjoerg
2009-08-16Change include of <sys/exec.h> to <sys/exec_aout.h> since these files wantmatt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-29ANSIfy.tsutsui
2007-12-03Use standard error code (EIO) instead of standalone error codeisaki
2007-11-23loadfile_*() must set errno when it returns -1.isaki
2007-06-05Add a MARK_DATA marker containing the effective VA of the first loadedmartin
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-02-11Not all ports use the `offset' in their calulations and on those platformsreinoud
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
2001-10-30Split the exec formats included by loadfile() into separate files.thorpej