summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/stand
AgeCommit message (Expand)Author
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-02Cope with pie-by-default, if it ever happens; ok pascalTheo de Raadt
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-15use Lk for links;Jason McIntyre
2011-04-10Uninitialized local variable.Miod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-28Don't document ``device foo'' yet either.Miod Vallat
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-28spellingDavid Krause
2006-11-16crank versionTheo de Raadt
2006-11-16use teeny little delays as we clock the rtc, makes the boot code noticeTheo de Raadt
2006-11-16initialize tick timerTheo de Raadt
2006-11-12$OBJCOPY is not defined by sys.mk yetTheo de Raadt
2006-11-09tweaks;Jason McIntyre
2006-11-08OBJCOPY should default to objcopy.Dale Rahn
2006-11-08fix LINKSTheo de Raadt
2006-11-08this is actually a primary bootblock (xxboot) not a secondary bootblockTheo de Raadt
2006-10-29These printfs appear unnecessary now that the cache is disabled.Dale Rahn
2006-10-29Disable cache before jumping into the kernel, makes bootloader more reliable.Dale Rahn
2006-10-16yes this looks like debug, however it allows the kernel to load. ???Dale Rahn
2006-10-11flush the cache before jumping into the just loaded kernel.Dale Rahn
2006-10-11Build after compiler changed to hardfloat, and link against libgcc. ok miod@Dale Rahn
2006-10-11define some functions to go here, quiet warningsDale Rahn
2006-10-10Minor tweaks.Miod Vallat
2006-10-09tweaks; ok mickeyJason McIntyre
2006-10-06control how deep the tree can be entered (for man pages)Theo de Raadt
2006-10-06w/ help of netbsd srcs and some mother unzel made it lift offMichael Shalayeff