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