Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-29 | OpenBSD/machine banner, not machine_arch | Michael Shalayeff | |
1998-07-08 | use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address | Michael Shalayeff | |
1998-05-30 | save space | Theo de Raadt | |
1998-05-30 | add bsd.old, bsd.old.gz kernels. | Michael Shalayeff | |
print boot label earlier. | |||
1998-05-25 | make a new file for variable manipulation code; add environment support | Michael Shalayeff | |
1998-05-14 | nicer boot message | Michael Shalayeff | |
1998-02-24 | Various fixes (timeout, uninited vars), as well as some semantics | Tobias Weingartner | |
improvements. Needs another overhaul still though... | |||
1997-09-02 | dead vars | Michael Shalayeff | |
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-13 | print boot message on the right console | Michael Shalayeff | |
1997-08-06 | cmd is global anyways, don't pass it to handlers | Michael Shalayeff | |
add echo command | |||
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() | |||
1997-07-18 | most of the stuff is no in libsa, very tiny srt0 | Michael Shalayeff | |
boot calls machdep() move to .bss again (; | |||
1997-05-31 | usleep won't work on some weird laptops | Michael Shalayeff | |
1997-04-26 | boot.conf support | Michael Shalayeff | |
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||
1997-04-21 | rewrite command processing. | Michael Shalayeff | |
two levels of commands from now (set has it's own {device,image,addr,howto}) all the combinations of {device,path,image,options} is now possible on boot. move cmd_state init into .data again, no more memory limits | |||
1997-04-14 | kill extra linefeeding | Theo de Raadt | |
1997-04-05 | devboot is no longer in boot.c | Michael Shalayeff | |
missed from last commit | |||
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff | |
more debugging is on the way | |||
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 | |