Age | Commit message (Expand) | Author |
2022-08-10 | Pass the "good random" flag from the bootblocks to the kernel when applicable. | Miod Vallat |
2022-05-23 | Neither macppc nor the retired loongson have any remaining useful | Kenneth R Westerback |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-13 | Do not include ../Makefile.inc twice. | Visa Hankala |
2020-11-13 | Fold -fno-builtin-* into -fno-builtin. | Visa Hankala |
2020-11-13 | Use BTB bug workaround also with assembly files. | Visa Hankala |
2020-05-27 | Fix pmon_iostrategy() | Visa Hankala |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-03-03 | Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@ | Otto Moerbeek |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2018-04-20 | Add a workaround that lets loongson bootblocks work with PMON that | Visa Hankala |
2018-04-20 | Make loongson bootblocks use disklabel duid instead of PMON device name | Visa Hankala |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-10-09 | Pass `prid' properly to pmon_init(). | Visa Hankala |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-28 | crank the version | Theo de Raadt |
2013-09-30 | typo in snarky message | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-02 | compile with -fno-builtin-exit | Jasper Lievisse Adriaanse |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-23 | avoid machine/param.h use | Theo de Raadt |
2013-01-02 | miod let one exec.c slide | Theo de Raadt |
2012-11-04 | Simplify Makefiles a bit, removing redundant stuff. ok espie@ | Matthieu Herrb |
2012-08-31 | Kill NOPIE and NOPIE_FLAGS in loongson/stand. | Pascal Stumpf |
2012-08-23 | missed NOPIE_FLAGS, noticed by Brian Callahan | Pascal Stumpf |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-04-03 | Minor reliability fixes: | Miod Vallat |
2010-02-19 | do NOT install the loongson mbr on other architectures! | Theo de Raadt |
2010-02-17 | If PMON has loaded an initrd binary, and this binary looks like a valid | Miod Vallat |