Home | History | Annotate | Download | only in arch
History log of /src/usr.sbin/installboot/arch/amiga.c
RevisionDateAuthorComments
 1.10  07-May-2019  thorpej Use designated initializers for struct ib_mach.
 1.9  05-Jun-2015  mlelstv branches: 1.9.16;
Compute bootloader checksum correctly also on little endian systems.
 1.8  14-Jun-2013  msaitoh branches: 1.8.6;
Remove trailng whitespaces.
 1.7  14-Jan-2010  tsutsui branches: 1.7.6; 1.7.12;
Remove if defined(__RCSID) around __RCSID() macro.
#include "nbtool_config.h" is enough for tools.
 1.6  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.5  18-Feb-2006  dsl branches: 1.5.18;
Move the MD definitions into the MD files, leaving machines.c with just
a list of the supported machines.
 1.4  02-Jun-2005  lukem Don't try to use an uninitialized variable.
Detected with gcc -Wuninitialized.
 1.3  20-Jun-2004  jmc branches: 1.3.2;
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944
 1.2  15-Apr-2003  dsl branches: 1.2.2;
Change the way -o options are parsed, now done in MI code with a check after
all the options have been processed that they are supported my the
specific system.
Add i386 MD options (console, password, speed and timeout)
(Approved by christos and lukem)
 1.1  15-Jan-2003  mhitch Add support for amiga.
 1.2.2.1  22-Jun-2004  tron Pull up revision 1.3 (requested by jmc in ticket #527):
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
 1.3.2.1  15-Jun-2005  snj Pull up revision 1.4 (requested by lukem in ticket #411):
Don't try to use an uninitialized variable.
Detected with gcc -Wuninitialized.
 1.5.18.1  18-May-2008  yamt sync with head.
 1.7.12.1  23-Jun-2013  tls resync from head
 1.7.6.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")
 1.8.6.1  16-Jul-2015  snj Pull up following revision(s) (requested by mlelstv in ticket #844):
usr.sbin/installboot/Makefile: revisions 1.49, 1.50
usr.sbin/installboot/installboot.c: revisions 1.37, 1.38
usr.sbin/installboot/arch/amiga.c: revision 1.9
Support wedge names.
--
Can't use getfsspecname (and thus wedge names) while building tools.
--
Linking against libutil is not appropiate for tools.
--
Compute bootloader checksum correctly also on little endian systems.
 1.9.16.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed