summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/stand
AgeCommit message (Expand)Author
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-02-23Try and load /etc/random.seed before attempting to load the kernel.Miod Vallat
2014-01-29Add rnddata[] placeholders to make boot block build again, same asKenji Aoyama
2013-11-12We always make symlinks to 'machine' and 'm88k' to compile.Kenji Aoyama
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-11-01Better report of the system type, to match the OMRON spelling; aoyama@Miod Vallat
2013-10-30Fix native builds of the luna88k boot block. Install it into /usr/mdec.Miod Vallat
2013-10-30Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.outMiod Vallat
2013-10-30Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsaMiod Vallat
2013-10-29Get boot device and partition from NVRAM. Boot filename still defaults toMiod Vallat
2013-10-29More cleanups:Miod Vallat
2013-10-29More cleanup and unused code or data removal.Miod Vallat
2013-10-28This is the cleaned up version I had intended to commit.Miod Vallat
2013-10-28The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELFMiod Vallat