| Commit message (Expand) | Author | Age | Files | Lines |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 3 | -8/+8 |
* | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 1 | -2/+2 |
* | iodcstrategy() maintains a cache for READ performance (tapes are supported |  deraadt | 2020-05-26 | 1 | -8/+17 |
* | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ |  otto | 2020-03-12 | 2 | -4/+7 |
* | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 2019-12-23 | 1 | -2/+7 |
* | Implement a hexdump command in the boot loader. This helps to |  bluhm | 2019-11-28 | 1 | -1/+4 |
* | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 4 | -7/+14 |
* | Improve previous |  kn | 2019-10-20 | 1 | -5/+2 |
* | Document "set db_console 0|1" |  kn | 2019-10-20 | 1 | -3/+10 |
* | crank version, following fchmod change |  deraadt | 2019-08-04 | 1 | -2/+2 |
* | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 2 | -5/+5 |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 1 | -2/+2 |
* | crank versions |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 4 | -12/+12 |
* | crank version; looks good deraadt |  florian | 2019-04-08 | 1 | -2/+2 |
* | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 2019-01-02 | 1 | -18/+18 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | 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 |
* | ashldi3 is now needed |  deraadt | 2016-11-27 | 1 | -3/+4 |
* | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 2016-11-06 | 1 | -2/+4 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+2 |
* | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 2 | -4/+4 |
* | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 2016-07-04 | 1 | -2/+1 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
* | Replace unbounded gets() in libsa with getln() which takes a buffer size, |  miod | 2015-11-16 | 1 | -2/+2 |
* | Remove more blinding trailing whitespace. |  krw | 2015-10-01 | 1 | -20/+20 |
* | reduce .Nd to one line and kill .Tn while here |  schwarze | 2015-09-10 | 1 | -4/+3 |
* | document that boot.conf can contain comments; |  jmc | 2015-06-22 | 1 | -3/+8 |
* | correct the syntax description of the boot command; ok jmc@ |  naddy | 2015-01-24 | 1 | -9/+9 |
* | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 2015-01-15 | 1 | -7/+4 |
* | Don't forget to free() the malloc()s. |  miod | 2014-10-26 | 1 | -5/+6 |
* | Replace a few malloc() calls with reallocarray() so it checks for overflow. |  doug | 2014-09-24 | 1 | -3/+4 |
* | immidiatelly -> immediately |  miod | 2014-07-17 | 1 | -2/+2 |
* | #$%#@$# CONSPEED |  miod | 2014-07-13 | 1 | -1/+2 |
* | move putchar() into libsa |  jasper | 2014-07-13 | 2 | -35/+4 |
* | unify cnspeed() |  jasper | 2014-07-12 | 2 | -6/+5 |
* | move getchar() into libsa where applicable |  jasper | 2014-07-12 | 2 | -19/+3 |
* | revert a few stragglers hiding out |  tedu | 2014-07-12 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify |  jsing | 2014-01-22 | 1 | -63/+15 |
* | crank the version |  deraadt | 2013-12-28 | 1 | -2/+2 |
* | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 1 | -1/+3 |
* | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 1 | -2/+2 |
* | We do not produce "core" files, so they do not need to be deleted. they |  deraadt | 2013-10-15 | 1 | -2/+2 |
* | divdi3 is needed with big time_t |  otto | 2013-08-16 | 1 | -2/+2 |
* | Use sys/param.h to be able to get at DEV_BSIZE |  deraadt | 2013-03-24 | 1 | -2/+2 |
* | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. |  deraadt | 2013-03-23 | 1 | -3/+3 |
* | remove the zlib rfc text: these pages already point to gzip(1), which |  jmc | 2012-09-27 | 1 | -8/+2 |
* | Kill NOPIE and NOPIE_FLAGS in hppa/stand. |  pascal | 2012-08-31 | 5 | -17/+13 |