History log of /src/sys/arch/pmax/stand/boot |
Revision | Date | Author | Comments |
1.8 | 18-Jun-2002 |
jdolecek | update comment
|
1.7 | 31-Jan-2002 |
lukem | branches: 1.7.10; use ${INSTALL_FILE} instead of "cp -p"
|
1.6 | 27-Nov-1999 |
simonb | branches: 1.6.8; 1.6.12; Updated for new Makefile.booters and stand/ layout.
|
1.5 | 11-Apr-1999 |
simonb | branches: 1.5.2; 1.5.8; Move MKMAN to ../Makefile.inc.
|
1.4 | 31-Mar-1999 |
simonb | branches: 1.4.4; Reorder ${LIBS} so that we don't need to explicitly pull in bcmp.c and bzero.c from libkern.
|
1.3 | 27-Mar-1999 |
simonb | Go back to a Makefile.booters scheme, like most other ports do. No more problems for "make depend" - tested with and without obj dirs.
|
1.2 | 26-Mar-1999 |
simonb | Explictly set BINMODE to 555 so that ../Makefile.inc doesn't override it.
|
1.1 | 25-Mar-1999 |
simonb | Makefile for /boot.
|
1.4.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.5.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.5.2.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.12.2 | 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.6.12.1 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.6.8.2 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.6.8.1 | 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.7.10.1 | 16-Jul-2002 |
gehenna | catch up with -current.
|
1.10 | 27-Nov-1999 |
simonb | Moved to common/boot.c,v
|
1.9 | 13-Nov-1999 |
thorpej | Backout my libsa changes.
|
1.8 | 12-Nov-1999 |
simonb | Remove references to libkern after Jason's recent work to libsa.
|
1.7 | 28-Apr-1999 |
christos | branches: 1.7.2; 1.7.4; 1.7.8; use new loadfile
|
1.6 | 12-Apr-1999 |
simonb | If only a device name is specified with no kernel name, try to load a kernel from a default list of names. This list is netbsd, netbsd.bak, netbsd.old, onetbsd and gennetbsd - all without and with a .gz extension.
|
1.5 | 11-Apr-1999 |
simonb | Clean up prototypes. Print a message on failure to load or execute kernel.
|
1.4 | 31-Mar-1999 |
simonb | branches: 1.4.4; Don't define errno expliticly, use libsa/errno.c in first stage and ${LIBSA} in the second stage.
|
1.3 | 26-Mar-1999 |
simonb | Update copyrights.
|
1.2 | 25-Mar-1999 |
simonb | Remove old (not-enabled) local support for loading kernels.
|
1.1 | 25-Mar-1999 |
simonb | Second stage bootblocks based on original single stage blocks.
|
1.4.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.7.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.7.4.1 | 15-Nov-1999 |
fvdl | Sync with -current
|
1.7.2.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
1.7 | 09-Nov-2001 |
scw | branches: 1.7.2; Bump the version numbers of all bootloaders which use loadfile_elfXX() now that it tries hard to avoid backwards seeks.
|
1.6 | 02-Aug-2001 |
bjh21 | branches: 1.6.4; Bump version numbers of all bootloaders that use loadfile/ELF, to account for my changes to symbol loading. I should probably have done this at the time, but it's better late than never.
|
1.5 | 13-Sep-2000 |
simonb | branches: 1.5.4; Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy().
|
1.4 | 13-Jul-2000 |
jdolecek | switch to sys/conf/newvers_stand.sh for generating vers.c sync comments in */version with i386
|
1.3 | 28-Nov-1999 |
simonb | branches: 1.3.4; Bump bootblock version number to 1.2.
|
1.2 | 12-Apr-1999 |
simonb | branches: 1.2.2; 1.2.8; Bump version number to 1.1 for default kernel names.
|
1.1 | 25-Mar-1999 |
simonb | branches: 1.1.4; Version info for bootblocks.
|
1.1.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.2.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2.2.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.3.4.1 | 13-Sep-2000 |
simonb | Pull up rev 1.5 from trunk (with patch), approved by thorpej: Add support for booting off RAIDframe RAID1 mirrors. If the first partition is of type FS_RAID, then add 64 to the block number for each I/O in rzstrategy().
|
1.5.4.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.4.1 | 03-Aug-2001 |
lukem | update to -current
|
1.6.4.1 | 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.7.2.2 | 09-Nov-2001 |
scw | Bump the version numbers of all bootloaders which use loadfile_elfXX() now that it tries hard to avoid backwards seeks.
|
1.7.2.1 | 09-Nov-2001 |
scw | file version was added on branch nathanw_sa on 2001-11-09 19:53:15 +0000
|