summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
AgeCommit message (Expand)Author
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-10-16a.out is no longer the commonly encountered binary file format, the world hasMiod Vallat
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-01-06Remove unused local variables as well as the dependency on <machine/nvm.h>.Miod Vallat
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedTheo de Raadt
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@Otto Moerbeek
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-20Improve previouskn
2019-10-20Document "set db_console 0|1"kn
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
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
2016-11-27ashldi3 is now neededTheo 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-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
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-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-10-26Don't forget to free() the malloc()s.Miod Vallat
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.Doug Hogan
2014-07-17immidiatelly -> immediatelyMiod Vallat
2014-07-13#$%#@$# CONSPEEDMiod Vallat
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12unify cnspeed()Jasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
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-01-22Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansifyJoel Sing
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt