index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
stand
/
installboot
/
installboot.c
Age
Commit message (
Expand
)
Author
1997-10-28
use RAW_PART, not 0
Theo de Raadt
1997-10-26
don't freak out on old kernels
Michael Shalayeff
1997-10-25
fix install on unit!=0
Michael Shalayeff
1997-10-25
use geometry
Michael Shalayeff
1997-10-24
use real boot device
Michael Shalayeff
1997-10-22
newer, better stuff; some parts by toby@
Michael Shalayeff
1997-10-15
Honour users request for geo all the time.
Tobias Weingartner
1997-10-12
One more sanity check. If no blocks to load,
Tobias Weingartner
1997-10-07
better fix for floppy boot
Michael Shalayeff
1997-10-03
if we booted from the floppy, the geometry is for the hard disk
Theo de Raadt
1997-10-03
avoid sign extension on bios geometry!
Theo de Raadt
1997-09-30
fix sysctl() call. This code was never tested was it
Theo de Raadt
1997-09-30
Don't blithely use geometry from the disk. Get it from sysctl or
Todd C. Miller
1997-09-24
avoid bogus warnings
Michael Shalayeff
1997-09-21
machdep.bios
Michael Shalayeff
1997-09-14
print used geometry when verbose
Michael Shalayeff
1997-09-04
warn about unknown disklabel types, doc it in BUGS
Michael Shalayeff
1997-09-02
sync usage() to man
Michael Shalayeff
1997-08-30
don't muck w/ MBR on !hd
Michael Shalayeff
1997-08-29
install on raw partition
Michael Shalayeff
1997-08-23
don't use bios geometry for floppy and psudo-disks
Michael Shalayeff
1997-08-22
fetch bios geometry for the boot hd
Michael Shalayeff
1997-07-17
take partition in an account
Michael Shalayeff
1997-03-31
commit all my mods to the last imported libsa stuff....
Michael Shalayeff
1997-03-31
Initial /boot stuff (from Mickey)
Tobias Weingartner