summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/stand
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-2/+2
2021-02-066.9-betaderaadt1-2/+2
2021-01-30satisfy -fno-commonderaadt2-4/+4
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-4/+4
2020-10-03Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler2-5/+5
2020-08-31crank to 6.8-betaderaadt1-2/+2
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howtoderaadt1-1/+3
2020-05-18Move boot.mac into the Attic.patrick3-310/+0
2020-04-05crank to 6.7-betaderaadt1-2/+2
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@otto3-9/+15
2020-01-26try disconnecting old world boot.mac bootloader for a bittedu1-2/+2
2019-12-23The boot loader allows to inspect memory with the hexdump command.bluhm1-2/+7
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm2-3/+4
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-4/+4
2019-09-02Various fixes to make clang happy.kettenis9-23/+46
2019-08-10move to 6.6-betaderaadt1-2/+2
2019-08-04crank version, following fchmod changederaadt1-3/+3
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2-4/+4
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2-4/+4
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
2019-02-26crank to 6.5-betaderaadt1-2/+2
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton1-16/+16
2018-08-10crank to 6.4-betaderaadt1-2/+2
2018-02-28move to 6.3-betaderaadt1-2/+2
2017-08-20crank to 6.2-betaderaadt1-2/+2
2017-03-04crank to 6.1-betaderaadt1-2/+2
2016-11-06Do not create machine@ symlinks in obj as root during includes:, buttb1-2/+3
2016-09-13crank bootloader version after .SUNW_ctf changejasper1-2/+2
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther2-4/+4
2016-05-11crank to 6.0-betaderaadt1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2016-03-14Change a bunch of (<blah> *)0 to NULL.krw1-2/+2
2015-12-19move to 5.9-betaderaadt1-2/+2
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLsemarie1-2/+7
2015-09-11Build actual boot code with -D_STANDALONE so that we do not include userlandmiod2-2/+4
2015-06-22document that boot.conf can contain comments;jmc1-3/+8
2015-06-17crank to 5.8-betaderaadt1-2/+2
2015-03-23Fix buglet in previous ofdev change causing NFS boot to fail; found the hardmiod2-4/+4
2015-03-14Allow for multiple concurrent devopen() calls, and fill the .readdir membermiod5-38/+43
2015-01-01move to 5.7-betaderaadt1-2/+2
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingmiod2-4/+6
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!mpi2-4/+2
2014-07-15crank to 5.6-betaderaadt1-2/+2
2014-07-13more hanging tabsjasper2-4/+4
2014-07-13ugly hanging tabs; ok jasperderaadt2-5/+6
2014-07-13No libsa putchar wanted here actuallymiod1-2/+2
2014-07-13Needs getchar.c nowmiod1-1/+2
2014-07-13move putchar() into libsajasper1-2/+3
2014-07-12move getchar() into libsa where applicablejasper2-19/+3