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
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2003-04-17
i386 ELF bootloader. developed with weingart@
Dale Rahn
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
Miod Vallat
2000-10-09
do not build debug libs (if enabled in mk.conf)
Michael Shalayeff
2000-06-08
bad mickey
Theo de Raadt
2000-02-08
evil typo; from Rusty Hunt <alaric@exoinc.com>
Michael Shalayeff
1999-08-25
give better support to the bios memory maps.
Michael Shalayeff
1999-08-12
Use -Os, not -O2
Todd C. Miller
1998-06-11
nice DEBUGFLAGS handling
Michael Shalayeff
1998-05-28
cleanup the Makefiles a bit.
Michael Shalayeff
1998-05-25
put support for test /boot environment back; some CLEANFILES and spaces
Michael Shalayeff
1998-04-20
no need for debug options by default, now that the bug is dead
Theo de Raadt
1998-04-18
i386 bootblocks that work for 2.3. A tale too long to tell
Theo de Raadt
1998-03-18
${DEBUG} var propagation
Michael Shalayeff
1998-03-11
change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIAL
Thomas Graichen
1997-10-25
alloca needs frame pointer i guess
Michael Shalayeff
1997-10-12
BOOT_APM bye, bye
Michael Shalayeff
1997-09-21
support new boots
Michael Shalayeff
1997-08-13
split off START into LINKADDR and LOADADDR (we will need reloctable boot)
Michael Shalayeff
1997-07-28
generate assym.h
Michael Shalayeff
1997-07-25
no need for -Imachine now
Michael Shalayeff
1997-07-17
don't count on luser includes
Michael Shalayeff
1997-06-30
remove obj@ dependency again
kstailey
1997-06-03
Handle obj dirs the correct way. PR#172 -moj
Mats O Jansson
1997-04-18
use libs from correct paths
Michael Shalayeff
1997-04-18
no more 60k limit!
Michael Shalayeff
1997-04-11
Works with .gz kernels now
Tobias Weingartner
1997-04-05
put gdt & idt in the separate file.
Michael Shalayeff
1997-04-04
dump regs w/ NMI (int 2)
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