Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-01 | alloca(size_t) | Michael Shalayeff | |
not int | |||
1997-04-30 | Add missing prototype: alloca() | Tobias Weingartner | |
1997-04-30 | solve the bounce buffer problem! | Michael Shalayeff | |
1997-04-29 | ok. | Michael Shalayeff | |
1997-04-29 | .mk changes faster then i type.... | 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. | |||
1997-04-26 | samplle boot.conf file | Michael Shalayeff | |
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse | |||
1997-04-26 | boot.conf support | Michael Shalayeff | |
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||
1997-04-23 | Clean up disk reset code | Tobias Weingartner | |
1997-04-23 | implement 'hd' device (i guess nobody will boot from 'rd') | Michael Shalayeff | |
1997-04-21 | don't use cc for ld, bad things happens w/ DESTDIR defined; by dm@ | Michael Shalayeff | |
1997-04-21 | usleep testing code | Michael Shalayeff | |
1997-04-21 | rewrite command processing. | Michael Shalayeff | |
two levels of commands from now (set has it's own {device,image,addr,howto}) all the combinations of {device,path,image,options} is now possible on boot. move cmd_state init into .data again, no more memory limits | |||
1997-04-21 | use dev/ic/i8042reg.h, not domestic defines | Michael Shalayeff | |
1997-04-21 | rewrite | Michael Shalayeff | |
1997-04-21 | probe for keyboard/screen by looking into CMOS. | Michael Shalayeff | |
what people say? | |||
1997-04-21 | copyright (; | Michael Shalayeff | |
1997-04-21 | some comments on recent stuff | Michael Shalayeff | |
1997-04-21 | don't forget $(SACFLAGS) | Michael Shalayeff | |
1997-04-20 | indentation | Michael Shalayeff | |
1997-04-18 | angelos, please forgive me ); | Michael Shalayeff | |
i missed this yesterday.... now it must work for you! (; | |||
1997-04-18 | some cleanup, comments and copyright | Michael Shalayeff | |
1997-04-18 | Clean up error handling a little. There is a small | Tobias Weingartner | |
problem with marginal disks. This code does not like them at all. I'm too frazzled right now to figure this out. This should give better error messages... | |||
1997-04-18 | fix a bug | Michael Shalayeff | |
1997-04-18 | use libs from correct paths | Michael Shalayeff | |
1997-04-18 | no assembly listing | Michael Shalayeff | |
1997-04-18 | oops... | Michael Shalayeff | |
1997-04-18 | no more 60k limit! | Michael Shalayeff | |
no more explicit real<-->prot switching! fix 2.88 floppy drives..... kbd fixes coming soon! test it! | |||
1997-04-17 | Add -nostdlib to make sure... | Tobias Weingartner | |
1997-04-17 | Hope this works... | Tobias Weingartner | |
1997-04-17 | make "boot> -a" work like "boot> bsd -a"; ie. flags shortcut | Theo de Raadt | |
1997-04-17 | fix tab expansion | Theo de Raadt | |
1997-04-17 | Fix error handling from bios & typo. | Tobias Weingartner | |
1997-04-17 | New memprobe for weird machines... please test. | Tobias Weingartner | |
1997-04-16 | add RB_KDB support | Theo de Raadt | |
1997-04-15 | extern int debug; | Michael Shalayeff | |
1997-04-15 | pass bootdev to kernel... | Michael Shalayeff | |
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers? | |||
1997-04-15 | no more assembly setup. all the gung is ok already in srt0.S | Michael Shalayeff | |
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes! | |||
1997-04-15 | mostly repair option arg handling for booting | Theo de Raadt | |
1997-04-15 | partition table in biosboot too. Max 28 BLKCNT, too | Theo de Raadt | |
1997-04-15 | copyright to toby (; | Michael Shalayeff | |
1997-04-15 | do bounce-buffering to avoid DMA overrun | Michael Shalayeff | |
somebody, test it! | |||
1997-04-15 | kill bogus comments | Michael Shalayeff | |
1997-04-15 | print debugging stuff only when debug!=0 | Michael Shalayeff | |
1997-04-14 | no need for partition table.... | Michael Shalayeff | |
mbr is for that stuff..... | |||
1997-04-14 | let stand & boot co-exist | Theo de Raadt | |
1997-04-14 | add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵ | Theo de Raadt | |
16 BLKCNT | |||
1997-04-14 | kill extra linefeeding | Theo de Raadt | |
1997-04-11 | Various comments | Tobias Weingartner | |