Home | History | Annotate | Download | only in arch
History log of /src/usr.sbin/installboot/arch/next68k.c
RevisionDateAuthorComments
 1.10  14-Feb-2023  andvar s/programm/program/ and s/suuport/support/ in comments and message.
 1.9  07-May-2019  thorpej Use designated initializers for struct ib_mach.
 1.8  14-Jun-2013  msaitoh branches: 1.8.28;
Remove trailng whitespaces.
 1.7  07-Jan-2010  tsutsui branches: 1.7.6; 1.7.12;
Add a sectorsize parameter member in struct ib_params and use it
where sector size (disk block size) is required, instead of
DEV_BSIZE constant which means device I/O block size.

"Looks reasonable" from dholland@, and fixes tools installboot(8)
on Cygwin where DEV_BSIZE != 512 as mentioned in PR toolchain/42555.
 1.6  05-Apr-2009  lukem fix sign-compare issues
 1.5  28-Apr-2008  martin branches: 1.5.8;
Remove clause 3 and 4 from TNF licenses
 1.4  18-Feb-2006  dsl branches: 1.4.18;
Move the MD definitions into the MD files, leaving machines.c with just
a list of the supported machines.
 1.3  20-Jun-2004  jmc 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  27-Oct-2003  lukem branches: 1.2.2;
minor consistency tweaks
 1.1  27-Oct-2003  cl add next68k support to installboot
 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.4.18.1  18-May-2008  yamt sync with head.
 1.5.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 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.28.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed