Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-22 | use bootarg | Michael Shalayeff | |
1997-10-17 | Use BIOS to probe for memory map. | Tobias Weingartner | |
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel. | |||
1997-10-07 | cleanup | Michael Shalayeff | |
1997-09-29 | we won't need this | Michael Shalayeff | |
1997-09-29 | bump the version number | Michael Shalayeff | |
1997-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... | |||
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-07 | right zlib Xr, 10x todd | Michael Shalayeff | |
1997-09-06 | more cleaning | Theo de Raadt | |
1997-09-05 | Finishing? touches. | Tobias Weingartner | |
1997-09-05 | man this; read, if you can read | Michael Shalayeff | |
1997-09-02 | strip on install | Michael Shalayeff | |
1997-09-02 | dead vars | Michael Shalayeff | |
1997-09-02 | completely disable network support | 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 | no kentry for a while | 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 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
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-12 | new cons | Michael Shalayeff | |
do no apm w/o one compiled int | |||
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-08-05 | kentry proto is in the libsa.h | Michael Shalayeff | |
change var name | |||
1997-08-02 | move kentry() in boot | Michael Shalayeff | |
1997-07-21 | indent (; | Michael Shalayeff | |
supply fake arg for boot() in testing main() | |||
1997-07-18 | most of the stuff is no in libsa, very tiny srt0 | Michael Shalayeff | |
boot calls machdep() move to .bss again (; | |||
1997-07-17 | prper variable handling | Michael Shalayeff | |
-nostdinc do not feed data into text | |||
1997-07-17 | proper includes | Michael Shalayeff | |
add const for consw declarations | |||
1997-07-01 | smooth char waiting loop | Michael Shalayeff | |
1997-06-30 | remove obj@ dependency again | kstailey | |
1997-06-06 | use destructive erase | Michael Shalayeff | |
1997-06-06 | fix twiddle() without breaking backspace | kstailey | |
1997-05-31 | usleep won't work on some weird laptops | Michael Shalayeff | |
1997-05-31 | usleep is void now | Michael Shalayeff | |
1997-05-29 | better style, move pmm init code completely into gidt.S | Michael Shalayeff | |
1997-04-28 | Add getsecs(). Use biostime & biosdate routines. | Tobias Weingartner | |
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. |