Home | History | Annotate | Download | only in aout2hux
History log of /src/sys/arch/x68k/stand/aout2hux/aout2hux.c
RevisionDateAuthorComments
 1.14  07-Jan-2024  isaki TAB/space/indent cleanup.
 1.13  21-Feb-2011  itohy Cleanup my copyright notice.
 1.12  15-Nov-2009  dholland branches: 1.12.4; 1.12.6; 1.12.8;
Remove PROTO(), which is like _P() only spelled differently.

The change causes gcc to harmlessly permute two instructions in the output
for some reason, but otherwise has no effect on the generated code.
 1.11  15-Nov-2009  dholland Since this is a host program, fix some 64-bit cleanliness issues.
 1.10  18-Mar-2009  cegger bzero -> memset
 1.9  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.8  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.7  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.6  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.5  19-Nov-1999  itohy branches: 1.5.134; 1.5.142; 1.5.148;
Oops, I misspelt a macro name.
 1.4  16-Nov-1999  itohy Support conversion from ELF, as well as from a.out.
 1.3  16-Mar-1999  minoura branches: 1.3.8; 1.3.14;
Merged minoura_x68k_bus_h branch.
 1.2  02-Feb-1999  itohy Fix typo.
 1.1  01-Sep-1998  itohy branches: 1.1.6;
New utility program.
Convert a.out to Human68k ".x" format executable.
 1.1.6.1  14-Mar-1999  minoura Sync.
 1.3.14.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.5.148.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.5.142.1  28-Apr-2009  skrll Sync with HEAD.
 1.5.134.2  11-Mar-2010  yamt sync with head
 1.5.134.1  04-May-2009  yamt sync with head.
 1.12.8.1  05-Mar-2011  bouyer Sync with HEAD
 1.12.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.12.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed