Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-19 | fix 'ma boot' cmd; toby@ | Michael Shalayeff | |
1997-10-18 | correct | Michael Shalayeff | |
1997-10-18 | Copy in bios_diskinfo array from /boot space. | Tobias Weingartner | |
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives. | |||
1997-10-17 | Cleanup, make it all compile. | Tobias Weingartner | |
Move APM stuff to apmprobe.c | |||
1997-10-17 | Use BIOS to probe for memory map. | Tobias Weingartner | |
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel. | |||
1997-10-15 | Honour users request for geo all the time. | Tobias Weingartner | |
1997-10-15 | fix it again | Michael Shalayeff | |
1997-10-14 | Fix for my fix | Tobias Weingartner | |
1997-10-14 | Depend problem | Tobias Weingartner | |
1997-10-12 | BOOT_APM bye, bye | Michael Shalayeff | |
1997-10-12 | KNF | Michael Shalayeff | |
1997-10-12 | safe memprobe; preserve memory contents | Michael Shalayeff | |
1997-10-12 | KNF; types | Michael Shalayeff | |
1997-10-12 | One more sanity check. If no blocks to load, | Tobias Weingartner | |
complain bitterly. | |||
1997-10-09 | Heads... not Tracks | Theo de Raadt | |
1997-10-07 | cleanup | Michael Shalayeff | |
1997-10-07 | cleanup | Michael Shalayeff | |
1997-10-07 | better fix for floppy boot | Michael Shalayeff | |
1997-10-07 | use sleep(), remove unused function proto | Michael Shalayeff | |
1997-10-07 | explain machine diskinfo better | Theo de Raadt | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff | |
1997-10-07 | describe how to update from 2.1 | Theo de Raadt | |
1997-10-06 | better amp message | Michael Shalayeff | |
1997-10-03 | if we booted from the floppy, the geometry is for the hard disk | Theo de Raadt | |
bail completely if the geometry information is not available | |||
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
1997-10-02 | better 'machine di' table; toddf@ | Michael Shalayeff | |
1997-09-30 | EXAMPLES | 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 | |
the user. | |||
1997-09-29 | we won't need this | Michael Shalayeff | |
1997-09-29 | bump the version number | Michael Shalayeff | |
1997-09-29 | according to the recent apm changes | Michael Shalayeff | |
1997-09-26 | nice diskinfo; terms consistancy by millert@ | Michael Shalayeff | |
1997-09-24 | avoid bogus warnings | Michael Shalayeff | |
1997-09-24 | overflow can bite anyways, increment word | Michael Shalayeff | |
1997-09-24 | Document how things (more or less) work. | Jason Downs | |
1997-09-24 | correct device arg description | Michael Shalayeff | |
1997-09-24 | we have no bus here | Michael Shalayeff | |
1997-09-21 | machdep.bios | Michael Shalayeff | |
1997-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... | |||
1997-09-21 | support new boots | Michael Shalayeff | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-09-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages | |||
1997-09-19 | Make newer gcc happy | Niklas Hallqvist | |
1997-09-18 | halt in debug mode only | Michael Shalayeff | |
1997-09-17 | depend: dependancies | Tobias Weingartner | |
1997-09-17 | regs command is MD | Michael Shalayeff | |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-17 | unsigneds | Michael Shalayeff | |
1997-09-14 | print used geometry when verbose | Michael Shalayeff | |
1997-09-07 | right zlib Xr, 10x todd | Michael Shalayeff | |