summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/stand
AgeCommit message (Expand)Author
2016-11-14Fix build now that ftd.h move to a MI directory.Martin Pieuchot
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
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-12-14s/begining/beginning/gmmcc
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-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-12-28crank the versionTheo de Raadt
2013-11-08fix spelling.Federico G. Schwindt
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-03-24use sys/param.h instead of machine/param.hTheo de Raadt
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Add -nopie to the linker flags.Mark Kettenis
2012-09-02convert to plain -fno-pie/-nopie. Looks good to deraadt@.Pascal Stumpf
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-07-10bring in more libgcc type thingies for new libzTheo de Raadt
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-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
2010-02-15Since strip doesn't know how to strip a U-boot image, don't attempt toMark Kettenis
2010-02-15Descend into mbr subdirectory.Mark Kettenis
2010-02-15MBR for rb600 installation miniroot image.Mark Kettenis
2010-02-14Bump version number (to 1.0).Mark Kettenis
2010-02-14Enable loading kernels compressed by gzip(1).Mark Kettenis
2010-02-13Install boot.elf in /usr/mdec, since we need it as a bootloader on the rb600.Mark Kettenis
2009-11-08Relocate FDT blob such that it doesn't clash with the kernel we're going toMark Kettenis
2009-10-05remove nasty code, since now we have a nice function to lookup node'ss parent.Dariusz Swiderski
2009-10-01add fdt_parent_node() and OF_parent() functions,Dariusz Swiderski
2009-09-11bump versionDariusz Swiderski
2009-09-11add 'machine fdt' command that dumps device tree if presentDariusz Swiderski
2009-09-07Bring support for booting RB600.Dariusz Swiderski
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-01-31Rename loadpoint to loadaddr and add to usage().Alexander Yurchenko
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 (copied straight from armish). This will in turnMiod Vallat
2008-05-16There's no point in having an ELF bootloader; turn it into a U-Boot image.Mark Kettenis
2008-05-16some macro fixage;Jason McIntyre