summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/stand
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-07-25change -Os to -Oz all around the treeRobert Nagy
2017-07-06Delete cross references to boot_landisk(8).Ingo Schwarze
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2016-11-28need ashrdi3Theo de Raadt
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-10-05No need to create {sd,wd}boot links to xxboot anymore.Miod Vallat
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-14Build required bits from libkern rather than importing them from libgcc.Miod Vallat
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-17Turn the console code into regular cons_decl() ones, to better fit libsaMiod Vallat
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2013-12-28crank the versionTheo de Raadt
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