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
/
loongson
/
stand
Age
Commit message (
Expand
)
Author
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-06-02
compile with -fno-builtin-exit
Jasper Lievisse Adriaanse
2013-03-24
Use sys/param.h to be able to get at DEV_BSIZE
Theo de Raadt
2013-03-23
avoid machine/param.h use
Theo de Raadt
2013-01-02
miod let one exec.c slide
Theo de Raadt
2012-11-04
Simplify Makefiles a bit, removing redundant stuff. ok espie@
Matthieu Herrb
2012-08-31
Kill NOPIE and NOPIE_FLAGS in loongson/stand.
Pascal Stumpf
2012-08-23
missed NOPIE_FLAGS, noticed by Brian Callahan
Pascal Stumpf
2012-08-02
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
Okan Demirmen
2011-03-18
Fix obj directory probing to support cross compiling.
Matthew Dempsky
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2010-12-06
- drop NENTS(), which was yet another copy of nitems().
Jasper Lievisse Adriaanse
2010-04-03
Minor reliability fixes:
Miod Vallat
2010-02-19
do NOT install the loongson mbr on other architectures!
Theo de Raadt
2010-02-17
If PMON has loaded an initrd binary, and this binary looks like a valid
Miod Vallat
2010-02-17
descend into mbr; ok miod@
Otto Moerbeek
2010-02-17
proto mbr for loongson
Otto Moerbeek
2010-02-17
Split boot/Makefile in case we need to build several boot.${VENDOR} compiled
Miod Vallat
2010-02-16
Actually, both the Gdium and the Lemote PMON reset the USB controllers
Miod Vallat
2010-02-14
Work in progress standalone boot blocks for OpenBSD/loongson systems. Will
Miod Vallat