index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
stand
/
boot
Age
Commit message (
Expand
)
Author
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
1997-08-13
s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.
Niklas Hallqvist
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
1997-08-13
remove unused include
Michael Shalayeff
1997-08-12
slite rewrite
Michael Shalayeff
1997-08-12
new cons
Michael Shalayeff
1997-08-12
new cons
Michael Shalayeff
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
1997-08-05
kentry proto is in the libsa.h
Michael Shalayeff
1997-08-02
move kentry() in boot
Michael Shalayeff
1997-07-21
indent (;
Michael Shalayeff
1997-07-18
most of the stuff is no in libsa, very tiny srt0
Michael Shalayeff
1997-07-17
prper variable handling
Michael Shalayeff
1997-07-17
proper includes
Michael Shalayeff
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
1997-04-27
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
Todd C. Miller
1997-04-26
samplle boot.conf file
Michael Shalayeff
1997-04-26
boot.conf support
Michael Shalayeff
1997-04-21
usleep testing code
Michael Shalayeff
1997-04-21
rewrite command processing.
Michael Shalayeff
1997-04-18
angelos, please forgive me );
Michael Shalayeff
1997-04-18
oops...
Michael Shalayeff
1997-04-17
Add -nostdlib to make sure...
Tobias Weingartner
1997-04-17
make "boot> -a" work like "boot> bsd -a"; ie. flags shortcut
Theo de Raadt
1997-04-16
add RB_KDB support
Theo de Raadt
1997-04-15
mostly repair option arg handling for booting
Theo de Raadt
1997-04-14
kill extra linefeeding
Theo de Raadt
1997-04-11
Works with .gz kernels now
Tobias Weingartner
1997-04-08
use new device names: fd(0,a) -> fd0a
Michael Shalayeff
1997-04-07
Reboot stuff.
Tobias Weingartner
1997-04-05
devboot is no longer in boot.c
Michael Shalayeff
1997-04-05
put gdt & idt in the separate file.
Michael Shalayeff
1997-04-04
dump regs w/ NMI (int 2)
Michael Shalayeff
1997-04-01
^U hotkey in readline
Michael Shalayeff
1997-03-31
commit all my mods to the last imported libsa stuff....
Michael Shalayeff
1997-03-31
Initial /boot stuff (from Mickey)
Tobias Weingartner