Home | History | Annotate | Download | only in netboot
History log of /src/sys/arch/mvme68k/stand/netboot/boot.c
RevisionDateAuthorComments
 1.17  11-Jun-2016  dholland PR 51200 gets in libsa considered harmful: use kgets
 1.16  12-Jan-2008  tsutsui branches: 1.16.54; 1.16.74;
Misc cleanup:
- KNF, ANSIfy, remove __P()
- use __func__ to print function names
- use __arraycount()
- include "ioconf.h" for struct cfdriver
- u_intNN_t -> uintNN_t
- wrap long lines
etc.
 1.15  11-Dec-2005  christos branches: 1.15.50; 1.15.56; 1.15.64;
merge ktrace-lwp.
 1.14  28-Jun-2005  junyoung branches: 1.14.2;
#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
 1.13  28-Jun-2005  junyoung ANSIfy and remove trailing spaces.
 1.12  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.11  01-Oct-2002  provos branches: 1.11.6;
more trailing \r cleanup; pointed out by wiz
 1.10  27-Sep-2002  provos remove trailing \n in panic(). approved perry.
 1.9  03-May-2002  scw main()'s return type should be `int', not `void'.
 1.8  07-Jul-2001  scw branches: 1.8.2; 1.8.8;
bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.7  10-Jun-2001  scw Use the versions of dev_net.[ch] in libsa in order to get DHCP support.

In other words, mvme68k's "netboot" finally supports DHCP.
 1.6  24-Jul-2000  jdolecek branches: 1.6.2;
cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary
stuff
make this all compile with -Wall -Wno-main -Wmissing-prototypes
-Wstrict-prototypes -Werror , also compilable on 1.4.1
label itself as NetBSD/mvme68k instead of "BSD" in bootblock message
move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built
and used separately to rest of libbug)
convert sboot to use ordinary mvme68 libsa, instead of copying needed
stuff in libc_sa.c
convert to use version info generated by sys/conf/newvers_stand.sh
instead of previous version.c files, add necessary 'version' files
put chiptotime() to separate libsa file (used also by sboot/clock.c)

Thanks to Steve Woodford for help with this. Note that -current build
might be hosed by this change, will be addressed by Steve shortly.
 1.5  24-Jul-2000  scw Pass the boot partition number into the loaded kernel, in preparation
for doing away with __BROKEN_DK_ESTABLISH.
 1.4  19-May-1996  chuck branches: 1.4.32;
preserve sboot status
 1.3  17-May-1996  chuck Makefile: update from OpenBSD
boot.c: update from sun3 port, with changes for my new boot code put in.
conf.c: config from openbsd, by Theo de Raadt
dev_net.c: update from openbsd (standard dev_net with changes from theo)
dev_net.h: proto from openbsd
 1.2  12-Oct-1995  chuck sync with sun3 version and libsa changes
 1.1  25-Jul-1995  chuck branches: 1.1.1;
Initial revision
 1.1.1.1  25-Jul-1995  chuck branches: 1.1.1.1.2;
mvme68k port -- for the motorola vme147 m68030 card
 1.1.1.1.2.1  12-Oct-1995  chuck sync with sun3 version and libsa changes
 1.4.32.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.6.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.8.8.3  18-Oct-2002  nathanw Catch up to -current.
 1.8.8.2  20-Jun-2002  nathanw Catch up to -current.
 1.8.8.1  07-Jul-2001  nathanw file boot.c was added on branch nathanw_sa on 2002-06-20 03:40:03 +0000
 1.8.2.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.8.2.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.11.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.11.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.11.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.11.6.1  03-Aug-2004  skrll Sync with HEAD
 1.14.2.1  21-Jan-2008  yamt sync with head
 1.15.64.1  19-Jan-2008  bouyer Sync with HEAD
 1.15.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.15.50.1  23-Mar-2008  matt sync with HEAD
 1.16.74.1  09-Jul-2016  skrll Sync with HEAD
 1.16.54.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed