Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-26 | Simplify expression in loop. | Tom Cosgrove | |
ok deraadt@ | |||
2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, | Tom Cosgrove | |
which fixed a buffer overflow here). ok weingart@ | |||
2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an | Tom Cosgrove | |
automatic boot in 5 seconds after you type "set tty com0", for example. "I like this" deraadt@, "oh! yes" henning@, ok weingart@ | |||
2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress | Tom Cosgrove | |
test for boot command handling. Suggested by avsm@; discussed with avsm@ and weingart@ - thanks | |||
2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we | Tom Cosgrove | |
overrun the buffer, print an error message, then stop processing boot.conf. Also change name of variable "eof" to "rc", since it's not just for eof. ok weingart@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-08-11 | ansification and knf and protos | Theo de Raadt | |
2003-06-02 | three four kill ... | Michael Shalayeff | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2002-07-14 | Fix ^U^U^M buffer underrun bug | Marcus Watts | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2000-01-20 | buffer overflow in readline(;) from espie@ | Michael Shalayeff | |
2000-01-12 | repair printf format strings in echo; espie@ | Michael Shalayeff | |
1999-04-20 | make calls for current time to BIOS less often; toby -- ok | Michael Shalayeff | |
1998-10-29 | print \n when we've got timed out waiting for an operator | Michael Shalayeff | |
input, so the 'booting' progress will be shown on the next line making that consistant w/ the 'boot' command look. | |||
1998-07-13 | add extern debug decl for DEBUG enabled code | Michael Shalayeff | |
1998-06-23 | insert debug printf | Michael Shalayeff | |
1998-05-31 | cleanup for !ANSI compilers, mostly __P usage | Michael Shalayeff | |
1998-05-30 | use ctime(), kill that ugly time_print() hack | Michael Shalayeff | |
1998-05-25 | make a new file for variable manipulation code; add environment support | Michael Shalayeff | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-02-24 | Various fixes (timeout, uninited vars), as well as some semantics | Tobias Weingartner | |
improvements. Needs another overhaul still though... | |||
1997-11-04 | Get GID bit correct in ls. | Tobias Weingartner | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | 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-17 | regs command is MD | Michael Shalayeff | |
1997-09-02 | Xregs is DUMP_REGS -- dependable | Michael Shalayeff | |
1997-09-02 | machine(MD) command set support | 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 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-13 | s/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-13 | remove unused include | Michael Shalayeff | |
more const | |||
1997-08-12 | slite rewrite | Michael Shalayeff | |
set/print vars in a consistent (by niklas@) | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-06 | cmd is global anyways, don't pass it to handlers | Michael Shalayeff | |
add echo command | |||
1997-07-01 | smooth char waiting loop | Michael Shalayeff | |
1997-06-06 | use destructive erase | Michael Shalayeff | |
1997-06-06 | fix twiddle() without breaking backspace | kstailey | |
1997-05-31 | usleep won't work on some weird laptops | Michael Shalayeff | |
1997-05-31 | usleep is void now | Michael Shalayeff | |
1997-04-28 | Add 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-26 | boot.conf support | Michael Shalayeff | |
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||
1997-04-21 | usleep testing code | Michael Shalayeff | |
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-17 | make "boot> -a" work like "boot> bsd -a"; ie. flags shortcut | Theo de Raadt | |
1997-04-16 | add RB_KDB support | Theo de Raadt | |