summaryrefslogtreecommitdiff
path: root/sys/stand
AgeCommit message (Collapse)Author
1997-09-02dead varsMichael Shalayeff
1997-09-02Xregs is DUMP_REGS -- dependableMichael Shalayeff
1997-09-02machine(MD) command set supportMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
sutisfied?
1997-08-13s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.Niklas Hallqvist
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets.
1997-08-13print boot message on the right consoleMichael Shalayeff
1997-08-13remove unused includeMichael Shalayeff
more const
1997-08-12slite rewriteMichael Shalayeff
set/print vars in a consistent (by niklas@)
1997-08-12new consMichael Shalayeff
1997-08-06print nice messageMichael Shalayeff
1997-08-06cmd is global anyways, don't pass it to handlersMichael Shalayeff
add echo command
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-18most of the stuff is no in libsa, very tiny srt0Michael Shalayeff
boot calls machdep() move to .bss again (;
1997-07-01smooth char waiting loopMichael Shalayeff
1997-06-06use destructive eraseMichael Shalayeff
1997-06-06fix twiddle() without breaking backspacekstailey
1997-05-31usleep won't work on some weird laptopsMichael Shalayeff
1997-05-31usleep is void nowMichael Shalayeff
1997-04-28Add getsecs(). Use biostime & biosdate routines.Tobias Weingartner
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console.
1997-04-26samplle boot.conf fileMichael Shalayeff
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-21usleep testing codeMichael Shalayeff
1997-04-21rewrite 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-17make "boot> -a" work like "boot> bsd -a"; ie. flags shortcutTheo de Raadt
1997-04-16add RB_KDB supportTheo de Raadt
1997-04-15mostly repair option arg handling for bootingTheo de Raadt
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-08use new device names: fd(0,a) -> fd0aMichael Shalayeff
1997-04-07Reboot stuff.Tobias Weingartner
1997-04-05devboot is no longer in boot.cMichael Shalayeff
missed from last commit
1997-04-04dump regs w/ NMI (int 2)Michael Shalayeff
more debugging is on the way
1997-04-01^U hotkey in readlineMichael Shalayeff
sample regs command to show the registers
1997-03-31commit 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-31Initial /boot stuff (from Mickey)Tobias Weingartner
1997-02-24OpenBSD tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt