Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatever mickey had to drink 13 years ago, he's not going to find it again. so | 2014-07-11 | 1 | -14/+1 | |
| | | | | | | | just remove the comment and unneeded functionality which has been "#ifdef notused" for the past 13 years. OK uebayasi@ | ||||
* | add another settable variable called db_console which the MD parts of a | 2009-04-30 | 1 | -1/+31 | |
| | | | | | | | | | bootloader will pass to the kernel to allow you to force ddb.console to be set (and set early) on a machine without having to do it on a per kernel basis using code or config tweaks. requested by art@ (who owes me good whiskey now) no problem! deraadt@ | ||||
* | printf(s) -> printf("%s", s) | 2005-05-24 | 1 | -2/+2 | |
| | |||||
* | Identify ourselves on the new console device when it's changed. | 2004-06-24 | 1 | -1/+3 | |
| | | | | ok weingart@ | ||||
* | Allow the machine-dependent part of BOOT to change the program name. | 2004-01-29 | 1 | -3/+3 | |
| | | | | ok weingart@, deraadt@ | ||||
* | ansification and knf and protos | 2003-08-11 | 1 | -15/+15 | |
| | |||||
* | three four kill ... | 2003-06-02 | 1 | -6/+1 | |
| | |||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -9/+14 | |
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -10/+10 | |
| | |||||
* | -b i dunno, and it's hard to get auth .su liquer here to figure it out | 2001-05-02 | 1 | -2/+10 | |
| | |||||
* | use strtol to parse timeout value; from Kenneth R Westerback <kwesterback@home.com>, effectively closes pr/1006, plus a few space issues | 2000-01-03 | 1 | -10/+9 | |
| | |||||
* | fix displaying of variable value behavior | 1999-06-12 | 1 | -7/+20 | |
| | |||||
* | typo; kwesterback@home.com | 1999-05-21 | 1 | -2/+2 | |
| | |||||
* | fix variable comparision algorythm so variable being changed/added | 1998-05-30 | 1 | -2/+2 | |
| | | | | which name is a substr of the name of another one would not corrupt the list. | ||||
* | make a new file for variable manipulation code; add environment support | 1998-05-25 | 1 | -0/+245 | |