summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk/stand (follow)
Commit message (Expand)AuthorAgeFilesLines
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* The boot loader allows to inspect memory with the hexdump command.bluhm2019-12-231-2/+7
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+4
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-4/+4
* Improve previouskn2019-10-201-5/+2
* Document "set db_console 0|1"kn2019-10-201-3/+10
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-032-4/+4
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* crank version; looks good deraadtflorian2019-04-081-2/+2
* markup boot prompt commands using Ic, not Nm; ok jmc@anton2019-01-021-15/+15
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* change -Os to -Oz all around the treerobert2017-07-251-2/+2
* Delete cross references to boot_landisk(8).schwarze2017-07-063-11/+6
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-061-4/+4
* need ashrdi3deraadt2016-11-282-4/+4
* Do not create machine@ symlinks in obj as root during includes:, buttb2016-11-061-2/+3
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+2
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-303-6/+6
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* No need to create {sd,wd}boot links to xxboot anymore.miod2015-10-051-3/+1
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-103-12/+9
* document that boot.conf can contain comments;jmc2015-06-221-3/+8
* Build required bits from libkern rather than importing them from libgcc.miod2015-06-142-8/+5
* correct the syntax description of the boot command; ok jmc@naddy2015-01-241-9/+9
* Kill the remaining <netinet/in_systm.h> inclusion!mpi2014-08-211-1/+0
* Turn the console code into regular cons_decl() ones, to better fit libsamiod2014-07-175-65/+58
* fix even more trailing tabsjasper2014-07-131-3/+3
* move putchar() into libsajasper2014-07-134-39/+7
* move getchar() into libsa where applicablejasper2014-07-124-22/+7
* crank the versionderaadt2013-12-281-2/+2
* remove the zlib rfc text: these pages already point to gzip(1), whichjmc2012-09-271-8/+2
* Cope with pie-by-default, if it ever happens; ok pascalderaadt2012-09-023-11/+10
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-213-3/+6
* use Lk for links;jmc2012-08-151-3/+4
* Uninitialized local variable.miod2011-04-101-2/+2
* Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2011-03-133-7/+7
* - properly remove NENTS now after fixing the fallout.jasper2010-12-062-6/+7
* - partially revert previous NENTS removal for arches which got busted.jasper2010-12-062-6/+6
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-062-6/+6
* More removal of clauses 3 and 4 from NetBSD licenses.ray2008-06-271-8/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Don't document ``device foo'' yet either.miod2008-05-281-5/+6
* Add a boot.8 manual page (adapted from other platforms which use the MImiod2008-05-283-7/+291
* Change ELF loader to use the LMA as the load address for theweingart2008-04-191-2/+2
* few more dribbles of LIBKERN cleanupderaadt2007-11-261-2/+2
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-252-11/+7
* convert to new .Dd format;jmc2007-05-312-4/+4
* spellingdavid2007-02-281-2/+2