summaryrefslogtreecommitdiffstats
path: root/sys/stand/boot/vars.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whatever mickey had to drink 13 years ago, he's not going to find it again. sojasper2014-07-111-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 adlg2009-04-301-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)uwe2005-05-241-2/+2
|
* Identify ourselves on the new console device when it's changed.tom2004-06-241-1/+3
| | | | ok weingart@
* Allow the machine-dependent part of BOOT to change the program name.tom2004-01-291-3/+3
| | | | ok weingart@, deraadt@
* ansification and knf and protosderaadt2003-08-111-15/+15
|
* three four kill ...mickey2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-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 sysmillert2002-03-141-10/+10
|
* -b i dunno, and it's hard to get auth .su liquer here to figure it outmickey2001-05-021-2/+10
|
* use strtol to parse timeout value; from Kenneth R Westerback <kwesterback@home.com>, effectively closes pr/1006, plus a few space issuesmickey2000-01-031-10/+9
|
* fix displaying of variable value behaviortodd1999-06-121-7/+20
|
* typo; kwesterback@home.commillert1999-05-211-2/+2
|
* fix variable comparision algorythm so variable being changed/addedmickey1998-05-301-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 supportmickey1998-05-251-0/+245