summaryrefslogtreecommitdiff
path: root/sys/arch/armish/stand
AgeCommit message (Expand)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback
2015-10-01Remove more blinding trailing whitespace.Kenneth R Westerback
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-05Missing no-pie logic for bootblocks.Miod Vallat
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13add copyright and rcs idJasper 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
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
2013-03-24Use sys/param.h to be able to get at DEV_BSIZETheo de Raadt
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Cope with PIE, if it is enabledTheo 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-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-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-09Place manuals in the MD directories; from pierre.riteau@gmailTheo de Raadt
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
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-06-17amd64/standTheo de Raadt
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-07-30With new kernel and bootloader, argument passing now works, version 1.0.Dale Rahn
2006-07-30Perform a limited PCI probe to locate the wdc on iodata/thecus, boot loaderDale Rahn
2006-07-29Make _rtt reset the machine.Mark Kettenis
2006-07-29ework armish bootloader into an interactive one, much like i386 has.Mark Kettenis
2006-07-29only enter for armishTheo de Raadt
2006-07-28Pass the end of the symbol table to the kernel.Mark Kettenis
2006-07-28no man page for nowTheo de Raadt
2006-07-28should install into /usr/mdec/Theo de Raadt
2006-07-28enter bootTheo de Raadt
2006-07-28First stab at an armish bootloader. It will load /bsd from the drive in theMark Kettenis
2006-05-29Link armish in to the builds.Dale Rahn