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
/
vax
/
stand
/
xxboot
Age
Commit message (
Expand
)
Author
2013-11-15
Make vax stand build cross-build friendly.
Masao Uebayashi
2013-10-15
We do not produce "core" files, so they do not need to be deleted. they
Theo de Raadt
2013-07-05
VAX ELF boot block bits, and version crank.
Miod Vallat
2013-06-29
Pass -D_LOCORE when building .S files.
Miod Vallat
2012-08-21
Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be
Pascal Stumpf
2011-09-29
Get size of struct disklabel for the sake of the assembly code with a
Miod Vallat
2011-07-06
Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the
Miod Vallat
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2007-11-25
libkern, begone. Move to a new mechanism where config(8)'s "file"
Theo de Raadt
2006-07-04
use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to
Martin Reindl
2003-11-07
adress -> address, and a few more; all from Jonathon Gray;
Jason McIntyre
2003-08-15
ansi and proto cleanup. one unused function goes away
Theo de Raadt
2003-08-10
clean leftovers
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-08-11
Restore support for loading elf boot:
Hugh Graham
2002-07-31
Temporarily comment ELF support in the bootblocks, until this port is
Miod Vallat
2002-06-11
Prune some more dead code.
Hugh Graham
2002-06-11
New boot code, mostly from ragge's work in NetBSD.
Hugh Graham
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-10
rdboot -> hdboot
Hugh Graham
2000-11-25
make room for a 16 slice disklabel
Hugh Graham
2000-10-04
push the right # of registers with pushr.
Brandon Creighton
2000-10-04
better (relative) definition of ${S}
Brandon Creighton
2000-10-04
- add a romopen() here (just initializes rom_softc and devdata)
Brandon Creighton
2000-04-27
sync with netbsd -- this involved rearranging things for sanity reasons
Brandon Creighton