Age | Commit message (Expand) | Author |
2020-06-06 | Adjust sgi bootblocks' iostrategy routines | Visa Hankala |
2020-06-06 | Let sgi bootblocks build again. | Visa Hankala |
2020-05-26 | sgi had the same bug as sparc64 -- failed to put readdir and fchmod | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-04-06 | Build bootecoff with divdi3.c. bootecoff needs __divdi3, | Visa Hankala |
2020-04-06 | Enable FFS2 in sgi bootblocks and ramdisks. | Visa Hankala |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-28 | merge version directly into code | 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 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2018-03-02 | Fix the locating of the OpenBSD disklabel on media with 2048 byte | Visa Hankala |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-10-05 | Make the sgi boot blocks read the real OpenBSD disklabel instead of | 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-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat |
2015-09-23 | typos | Miod Vallat |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | revert bogus free changes in not kernel files. got a little trigger happy. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-02-22 | /etc/random.seed support in the boot blocks (only when loading from disk). | Miod Vallat |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-08 | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the | Miod Vallat |
2013-11-13 | fix typo in last commit | Theo de Raadt |
2013-11-12 | Oops. Use %llu for DL_GETDSIZE() value. | Kenneth R Westerback |
2013-11-12 | Use DL_GETDSIZE() to get disk size. | Kenneth R Westerback |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2012-10-19 | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files | Miod Vallat |
2012-10-19 | Link boot64 twice, first as a self-contained binary, to enforce there are no | Miod Vallat |
2012-10-18 | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the | Miod Vallat |
2012-09-29 | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, | Miod Vallat |
2012-08-31 | Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-05-29 | When writing the new volume header to disk, write back the whole | Matthew Dempsky |
2012-05-25 | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with | Miod Vallat |
2012-03-29 | Put more smarts into the limited bootblocks brain; they will now happily | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-19 | Prevent the Ethernet driver to be opened twice when using a bootp() path; | Miod Vallat |
2012-03-19 | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition | Miod Vallat |