Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
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-24 | avoid bogus warnings | 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-21 | machdep.bios | Michael Shalayeff | |
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-14 | print used geometry when verbose | Michael Shalayeff | |
1997-09-04 | more details | Theo de Raadt | |
1997-09-04 | fix spelling | Theo de Raadt | |
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 | missed from last ci, add -lutil | Michael Shalayeff | |
1997-08-29 | mostly real as i am | Michael Shalayeff | |
1997-08-29 | install on raw partition | Michael Shalayeff | |
accept short device names (ie sd0) print -v output on stderr | |||
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 | |
add -h -s, to fake BIOS geometry | |||
1997-06-23 | remove @obj dependency | kstailey | |
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff | |
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!) | |||
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |