Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1998-05-25 | make a new file for variable manipulation code; add environment support | Michael Shalayeff | |
1998-05-18 | define bitmapped bootarg api version | Michael Shalayeff | |
1998-05-14 | nicer boot message | Michael Shalayeff | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-02-24 | Various fixes (timeout, uninited vars), as well as some semantics | Tobias Weingartner | |
improvements. Needs another overhaul still though... | |||
1997-11-04 | Get GID bit correct in ls. | Tobias Weingartner | |
1997-10-25 | new bootargs, store argv at specified location | Michael Shalayeff | |
1997-10-24 | export bootarg* vars | Michael Shalayeff | |
1997-10-22 | fix makebootargs | Michael Shalayeff | |
1997-10-21 | argument vector support | Michael Shalayeff | |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff | |
1997-09-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- 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-17 | regs command is MD | Michael Shalayeff | |
1997-09-02 | dead vars | Michael Shalayeff | |
1997-09-02 | Xregs is DUMP_REGS -- dependable | Michael Shalayeff | |
1997-09-02 | machine(MD) command set support | Michael Shalayeff | |
1997-08-22 | oops, missed from 'cd' deletion commit somehow ); | Michael Shalayeff | |
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-21 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-13 | s/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-13 | print boot message on the right console | Michael Shalayeff | |
1997-08-13 | remove unused include | Michael Shalayeff | |
more const | |||
1997-08-12 | slite rewrite | Michael Shalayeff | |
set/print vars in a consistent (by niklas@) | |||
1997-08-12 | new cons | Michael Shalayeff | |
1997-08-06 | print nice message | Michael Shalayeff | |
1997-08-06 | cmd is global anyways, don't pass it to handlers | Michael Shalayeff | |
add echo command | |||
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() |