OpenGrok
Cross Reference: x68k.c
xref
: /
src
/
usr.sbin
/
installboot
/
arch
/
x68k.c
Home
|
History
|
Annotate
|
Download
|
only in
arch
History log of
/src/usr.sbin/installboot/arch/x68k.c
Revision
Date
Author
Comments
1.5
07-May-2019
thorpej
Use designated initializers for struct ib_mach.
1.4
28-Apr-2008
martin
branches: 1.4.62;
Remove clause 3 and 4 from TNF licenses
1.3
18-Feb-2006
dsl
branches: 1.3.18;
Move the MD definitions into the MD files, leaving machines.c with just
a list of the supported machines.
1.2
27-Oct-2003
lukem
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
1.1
02-Jun-2002
isaki
Add x68k stuff.
1.3.18.1
18-May-2008
yamt
sync with head.
1.4.62.1
10-Jun-2019
christos
Sync with HEAD
Indexes created Wed Oct 01 19:09:53 GMT 2025