Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-22 | oops, missed from 'cd' deletion commit somehow ); | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-22 | use words for apm functions | Michael Shalayeff | |
define struct of bios/boot vars to be passed to kernel | |||
1997-08-22 | fetch bios geometry for the boot hd | 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-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |
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 | print gray on black, not black on black | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c | Michael Shalayeff | |
1997-08-21 | missing ) | Michael Shalayeff | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-20 | add busted cd9660 disklabel spoofing code | Theo de Raadt | |
1997-08-19 | sun3 is back up | kstailey | |
1997-08-19 | ifdef'ed out 3 functions that were not used and were causing | Angelos D. Keromytis | |
compilation problems. | |||
1997-08-19 | temporary work around | kstailey | |
1997-08-17 | Back out Mickey's 8/1 pmap.c change, which was misguided and caused | grr | |
stability problems with swapped/paged out processes getting segementation vioations when reactivated. Also add some additional paranoia about whether an allocation being changed to pageable is actually a page-table and move some sanity checking from #ifdef DEBUG over to #ifdef DIAGSNOTIC. | |||
1997-08-16 | Bug. | dm | |
1997-08-16 | tabs and consistensy | Michael Shalayeff | |
1997-08-13 | better rv types | Michael Shalayeff | |
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 | be honest about roots | 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-13 | print kernel arguments | Michael Shalayeff | |
1997-08-13 | getsecs() is in stand.h | Michael Shalayeff | |
move time_print() into libsa.h | |||
1997-08-13 | inline apm calls | Michael Shalayeff | |
1997-08-13 | inline calls | Michael Shalayeff | |
1997-08-13 | unused include | Michael Shalayeff | |
1997-08-13 | reuse ret code for both message and chr | Michael Shalayeff | |
some tab adjustment (4-pos tab is not good ;) | |||
1997-08-13 | typo | Niklas Hallqvist | |
1997-08-12 | poll BIOS as said in comment | Michael Shalayeff | |
1997-08-12 | _you_, hear?! never touch anything when doing commits! | Michael Shalayeff | |
1997-08-12 | revert to prev-cons behaviour | Michael Shalayeff | |
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-12 | new cons | Michael Shalayeff | |
1997-08-12 | protos | Michael Shalayeff | |
1997-08-12 | new cons | Michael Shalayeff | |
do inline BIOS calls | |||
1997-08-12 | who needs it? | Michael Shalayeff | |
1997-08-12 | inline biosd_rw | Michael Shalayeff | |
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
1997-08-12 | no more biosmem.S | Michael Shalayeff | |