summaryrefslogtreecommitdiff
path: root/sys/stand/boot/vars.c
AgeCommit message (Collapse)Author
2005-05-24printf(s) -> printf("%s", s)Uwe Stuehler
2004-06-24Identify ourselves on the new console device when it's changed.Tom Cosgrove
ok weingart@
2004-01-29Allow the machine-dependent part of BOOT to change the program name.Tom Cosgrove
ok weingart@, deraadt@
2003-08-11ansification and knf and protosTheo de Raadt
2003-06-02three four kill ...Michael Shalayeff
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo 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-03-14First round of __P removal in sysTodd C. Miller
2001-05-02-b i dunno, and it's hard to get auth .su liquer here to figure it outMichael Shalayeff
2000-01-03use strtol to parse timeout value; from Kenneth R Westerback ↵Michael Shalayeff
<kwesterback@home.com>, effectively closes pr/1006, plus a few space issues
1999-06-12fix displaying of variable value behaviorTodd T. Fries
1999-05-21typo; kwesterback@home.comTodd C. Miller
1998-05-30fix variable comparision algorythm so variable being changed/addedMichael Shalayeff
which name is a substr of the name of another one would not corrupt the list.
1998-05-25make a new file for variable manipulation code; add environment supportMichael Shalayeff