OpenGrok
Cross Reference: mboot.c
xref
: /
src
/
sys
/
arch
/
x68k
/
stand
/
mboot
/
mboot.c
Home
|
History
|
Annotate
|
Download
|
only in
mboot
History log of
/src/sys/arch/x68k/stand/mboot/mboot.c
Revision
Date
Author
Comments
1.12
06-Apr-2012
isaki
Oops, One more message.
1.11
06-Apr-2012
isaki
Print my progname in error messages.
It makes easy to find who displayed it.
1.10
05-Apr-2012
isaki
Use common library libiocs.a. suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
its expansion corrupted (from somewhere after branching netbsd-5).
This solves PR#46293 by using the common library.
This problem was reported by Y.Sugahara at NetBSD booth at
Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.
1.9
01-Oct-2011
chs
branches: 1.9.2; 1.9.6; 1.9.8;
fix build errors with gcc 4.5.
1.8
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.7
12-Jan-2009
tsutsui
branches: 1.7.2;
- WARNSfy
- make sure machine and ${MACHIN_ARCH} symlinks are always created
- several tweaks to allow build without installed DESTDIR
1.6
28-Apr-2008
martin
branches: 1.6.8;
Remove clause 3 and 4 from TNF licenses
1.5
24-Dec-2005
perry
branches: 1.5.74; 1.5.76; 1.5.78;
bare asm -> __asm
1.4
24-Dec-2005
perry
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
1.3
12-Jun-2001
minoura
branches: 1.3.8; 1.3.40;
Another steps for ELF.
- register prefix
- machine/asm.h
- deprecated -T option for ld(1)
1.2
26-Jan-2001
minoura
branches: 1.2.2;
Use IOCS_S_READEXT only when reading the partition boot from
higher part of the disk than 0x200000.
1.1
04-Jul-1999
minoura
branches: 1.1.2;
SCSI primary boot program and its installer.
1.1.2.1
11-Feb-2001
bouyer
Sync with HEAD.
1.2.2.1
21-Jun-2001
nathanw
Catch up to -current.
1.3.40.1
21-Jun-2006
yamt
sync with head.
1.3.8.2
12-Jun-2001
minoura
Another steps for ELF.
- register prefix
- machine/asm.h
- deprecated -T option for ld(1)
1.3.8.1
12-Jun-2001
minoura
file mboot.c was added on branch nathanw_sa on 2001-06-12 16:57:29 +0000
1.5.78.2
04-May-2009
yamt
sync with head.
1.5.78.1
16-May-2008
yamt
sync with head.
1.5.76.1
18-May-2008
yamt
sync with head.
1.5.74.2
17-Jan-2009
mjf
Sync with HEAD.
1.5.74.1
02-Jun-2008
mjf
Sync with HEAD.
1.6.8.2
28-Apr-2009
skrll
Sync with HEAD.
1.6.8.1
19-Jan-2009
skrll
Sync with HEAD.
1.7.2.1
13-May-2009
jym
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
1.9.8.2
09-Apr-2012
riz
Pull up following revision(s) (requested by isaki in ticket #172):
sys/arch/x68k/stand/mboot/mboot.c: revision 1.11
sys/arch/x68k/stand/mboot/mboot.c: revision 1.12
Print my progname in error messages.
It makes easy to find who displayed it.
Oops, One more message.
1.9.8.1
09-Apr-2012
riz
Pull up following revision(s) (requested by isaki in ticket #171):
sys/arch/x68k/stand/mboot/mboot.c: revision 1.10
sys/arch/x68k/stand/mboot/Makefile: revision 1.16
sys/arch/x68k/stand/Makefile: revision 1.9
Use common library libiocs.a. suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
its expansion corrupted (from somewhere after branching netbsd-5).
This solves PR#46293 by using the common library.
This problem was reported by Y.Sugahara at NetBSD booth at
Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.
mboot now depends on libiocs. noticed by tsutsui@.
1.9.6.2
29-Apr-2012
mrg
sync to latest -current.
1.9.6.1
05-Apr-2012
mrg
sync to latest -current.
1.9.2.1
17-Apr-2012
yamt
sync with head
Indexes created Fri Oct 17 23:09:53 GMT 2025