summaryrefslogtreecommitdiff
path: root/sys/stand
AgeCommit message (Collapse)Author
2000-01-20buffer overflow in readline(;) from espie@Michael Shalayeff
2000-01-12repair printf format strings in echo; espie@Michael 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-08-25give 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-12fix displaying of variable value behaviorTodd T. Fries
1999-05-21typo; kwesterback@home.comTodd C. Miller
1999-05-20fix some typos; kwesterback@home.comAaron Campbell
1999-04-20make calls for current time to BIOS less often; toby -- okMichael Shalayeff
1998-12-19one more flag for xmasMichael Shalayeff
1998-10-29print \n when we've got timed out waiting for an operatorMichael Shalayeff
input, so the 'booting' progress will be shown on the next line making that consistant w/ the 'boot' command look.
1998-08-07environment is there tooMichael Shalayeff
1998-07-13add extern debug decl for DEBUG enabled codeMichael Shalayeff
1998-07-08use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load addressMichael Shalayeff
1998-06-23insert debug printfMichael Shalayeff
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-30save spaceTheo de Raadt
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-30use ctime(), kill that ugly time_print() hackMichael Shalayeff
1998-05-30add bsd.old, bsd.old.gz kernels.Michael Shalayeff
print boot label earlier.
1998-05-25make a new file for variable manipulation code; add environment supportMichael Shalayeff
1998-05-18define bitmapped bootarg api versionMichael Shalayeff
1998-05-14nicer boot messageMichael Shalayeff
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-02-24Various fixes (timeout, uninited vars), as well as some semanticsTobias Weingartner
improvements. Needs another overhaul still though...
1997-11-04Get GID bit correct in ls.Tobias Weingartner
1997-10-25new bootargs, store argv at specified locationMichael Shalayeff
1997-10-24export bootarg* varsMichael Shalayeff
1997-10-22fix makebootargsMichael Shalayeff
1997-10-21argument vector supportMichael Shalayeff
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- 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-17regs command is MDMichael Shalayeff
1997-09-02dead varsMichael Shalayeff
1997-09-02Xregs is DUMP_REGS -- dependableMichael Shalayeff
1997-09-02machine(MD) command set supportMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
sutisfied?
1997-08-13s/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-13print boot message on the right consoleMichael Shalayeff
1997-08-13remove unused includeMichael Shalayeff
more const
1997-08-12slite rewriteMichael Shalayeff
set/print vars in a consistent (by niklas@)
1997-08-12new consMichael Shalayeff
1997-08-06print nice messageMichael Shalayeff
1997-08-06cmd is global anyways, don't pass it to handlersMichael Shalayeff
add echo command
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()