| Commit message (Expand) | Author | Age | Files | Lines |
| * | repair declerations to satisfy -fno-common |  deraadt | 2021-01-29 | 3 | -19/+4 |
| * | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 2 | -5/+5 |
| * | __main() is not need anymore |  deraadt | 2020-07-18 | 1 | -8/+1 |
| * | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 2020-05-26 | 1 | -1/+7 |
| * | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2020-05-25 | 1 | -11/+18 |
| * | Pass boothowto from bootblock to kernel |  deraadt | 2020-05-25 | 1 | -1/+2 |
| * | Add support for write operations to diskstrategy(). |  deraadt | 2020-05-25 | 1 | -3/+7 |
| * | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 2020-04-23 | 1 | -3/+3 |
| * | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its |  otto | 2020-03-11 | 4 | -42/+147 |
| * | Remove unused test program. |  visa | 2019-12-01 | 1 | -62/+0 |
| * | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 3 | -6/+10 |
| * | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 1 | -3/+5 |
| * | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 2 | -4/+4 |
| * | Remove -S from install commands |  kn | 2019-02-24 | 1 | -3/+3 |
| * | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
| * | change -Os to -Oz all around the tree |  robert | 2017-07-25 | 1 | -2/+2 |
| * | destroy lint remnants. |  espie | 2017-06-12 | 3 | -12/+3 |
| * | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 3 | -8/+9 |
| * | Build boot blocks with -msmall-data -msmall-text. |  miod | 2015-10-22 | 2 | -4/+6 |
| * | Remove more blinding trailing whitespace. |  krw | 2015-10-01 | 1 | -3/+3 |
| * | Proper prototypes and return values. |  miod | 2015-07-17 | 2 | -42/+21 |
| * | Create a MOP version of the network boot loader; verified to boot on DEC 3000. |  miod | 2014-12-13 | 1 | -2/+11 |
| * | Kill the remaining <netinet/in_systm.h> inclusion! |  mpi | 2014-08-21 | 1 | -2/+1 |
| * | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 1 | -2/+1 |
| * | Stop using old n_long and n_short types. |  mpi | 2014-07-13 | 1 | -3/+2 |
| * | revert a few stragglers hiding out |  tedu | 2014-07-12 | 1 | -3/+3 |
| * | revert bogus free changes in not kernel files. got a little trigger happy. |  tedu | 2014-07-12 | 2 | -5/+5 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 3 | -8/+8 |
| * | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. |  brad | 2014-04-13 | 1 | -3/+1 |
| * | Don't try to close(-1) if EPERM. |  miod | 2014-02-19 | 1 | -4/+3 |
| * | /etc/random.seed support. |  miod | 2014-02-19 | 2 | -3/+32 |
| * | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 1 | -1/+3 |
| * | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching |  miod | 2013-12-22 | 3 | -14/+31 |
| * | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set |  krw | 2013-11-12 | 1 | -6/+7 |
| * | this does not need sys/exec_ecoff.h |  deraadt | 2013-10-15 | 1 | -2/+1 |
| * | use right source files from libkern |  deraadt | 2013-06-13 | 1 | -2/+2 |
| * | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
| * | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK |  deraadt | 2013-03-21 | 1 | -2/+2 |
| * | Unbreak bootblocks on Alpha by fixing the primary load address. A |  martynas | 2012-12-17 | 1 | -2/+2 |
| * | now that our make is more strict, fix ws issue; ok espie@ |  otto | 2012-11-08 | 1 | -4/+7 |
| * | Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. |  pascal | 2012-09-01 | 3 | -15/+12 |
| * | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be |  pascal | 2012-08-21 | 3 | -3/+6 |
| * | ALPHA_PGSHIFT -> PGSHIFT. |  deraadt | 2012-06-26 | 1 | -2/+2 |
| * | Forgot to `cvs add' this file during alpha boot block changes, sorry. |  miod | 2011-06-06 | 1 | -0/+67 |
| * | Update alpha bootblocks to use MI loadfile code instead of rolling our own; |  miod | 2011-06-05 | 13 | -295/+98 |
| * | Change daddr_t to daddr32_t. The bootblocks on our architectures only |  deraadt | 2011-03-13 | 3 | -10/+10 |
| * | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 2010-12-06 | 1 | -3/+3 |
| * | don't warn about libsa's exit(); pull in declaration for memcpy() |  naddy | 2010-05-14 | 2 | -3/+5 |
| * | remove the (now inaccurate) note about not being able to run |  jmc | 2010-03-06 | 1 | -18/+2 |
| * | Needs memcpy in bootxx now, forgotten in previous getenv change. |  miod | 2009-10-01 | 1 | -2/+2 |