Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-26 | loadfile() returns an open file descriptor on successful exit, so | Tom Cosgrove | |
close it before going off to execute the newly-loaded kernel. ok deraadt@ | |||
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove | |
clashed with a global variable already used by the bootblocks. Therefore rename bootfile here to kernelfile. ok drahn@ | |||
2007-06-13 | Switch macppc to the interactive bootloader in stand/boot. | Dale Rahn | |
Much more useable on serial console systems. | |||
2007-05-29 | these standalone commands are never used anymore; ok tom | Theo de Raadt | |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt | |
not the other stupid names. that feature was retarded. tested on a few architectures by a few people | |||
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove | |
if it is. This gives a way to recover from "switching to com0" when there's no serial cable handy. Bump version numbers. A similar change will be made to amd64 boot soon. ok toby@ deraadt@ | |||
2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the | Theo de Raadt | |
console; ignore all others. based on idea by didickman@gmail.com, ok tom | |||
2005-05-24 | printf(s) -> printf("%s", s) | Uwe Stuehler | |
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 | Identify ourselves on the new console device when it's changed. | Tom Cosgrove | |
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 | Add comment explaining what "bootprompt" is for | Tom Cosgrove | |
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@ | |||
2004-01-29 | Allow the machine-dependent part of BOOT to change the program name. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-08-11 | ansification and knf and protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | three four kill ... dale agrees on this one as he holds a kprite on it too | Michael Shalayeff | |
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 | |||
2003-05-19 | allow md part to skip the interactive part (the first try around) | Michael Shalayeff | |
2003-04-17 | oops | Michael Shalayeff | |
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff | |
2003-04-17 | Common bootloader file for 'loadfile' performs same action as old exec main. | Dale Rahn | |
eg boot.conf | |||
2002-07-14 | Fix ^U^U^M buffer underrun bug | Marcus Watts | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-05-02 | -b i dunno, and it's hard to get auth .su liquer here to figure it out | Michael Shalayeff | |
2000-12-29 | OpenBSD/machine banner, not machine_arch | Michael Shalayeff | |
2000-01-20 | buffer overflow in readline(;) from espie@ | Michael Shalayeff | |
2000-01-12 | repair printf format strings in echo; espie@ | Michael Shalayeff | |
2000-01-03 | use strtol to parse timeout value; from Kenneth R Westerback ↵ | Michael Shalayeff | |
<kwesterback@home.com>, effectively closes pr/1006, plus a few space issues | |||
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-06-12 | fix displaying of variable value behavior | Todd T. Fries | |
1999-05-21 | typo; kwesterback@home.com | Todd C. Miller | |
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-04-20 | make calls for current time to BIOS less often; toby -- ok | Michael Shalayeff | |
1998-12-19 | one more flag for xmas | 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-08-07 | environment is there too | Michael Shalayeff | |
1998-07-13 | add extern debug decl for DEBUG enabled code | Michael Shalayeff | |
1998-07-08 | use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address | 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 | save space | Theo de Raadt | |
1998-05-30 | fix variable comparision algorythm so variable being changed/added | Michael Shalayeff | |
which name is a substr of the name of another one would not corrupt the list. | |||
1998-05-30 | use ctime(), kill that ugly time_print() hack | Michael Shalayeff | |
1998-05-30 | add bsd.old, bsd.old.gz kernels. | Michael Shalayeff | |
print boot label earlier. |