Age | Commit message (Expand) | Author |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-01-28 | Force -fno-stack-protector on "boot block" that absolutely can't have | Theo de Raadt |
2023-03-14 | sync the boot options list, and some macro fixes; | Jason McIntyre |
2023-03-13 | Switch alpha to new boot blocks. | Miod Vallat |
2023-03-13 | Add manual page. | Miod Vallat |
2023-03-11 | New alpha secondary boot blocks using the MI code base. Not linked to the | Miod Vallat |
2023-03-11 | Remove long dead "tool". | Miod Vallat |
2023-03-11 | Allow strip and objcopy to be overrridden, for easier cross-buildability. NFC | Miod Vallat |
2023-02-07 | Since we override CFLAGS here, don't forget to put -Oz in there so as to compile | Miod Vallat |
2023-01-16 | roughly cleanup terrible pre-ansi practices | Theo de Raadt |
2023-01-04 | Gordon W. Ross agreed to rescind clause 3 and 4 in | Jonathan Gray |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-02 | __remq.S will be needed soon. | Theo de Raadt |
2021-01-29 | repair declerations to satisfy -fno-common | Theo de Raadt |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-07-18 | __main() is not need anymore | 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 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-03-11 | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its | Otto Moerbeek |
2019-12-01 | Remove unused test program. | Visa Hankala |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-02-24 | Remove -S from install commands | kn |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-06-12 | destroy lint remnants. | Marc Espie |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2015-10-22 | Build boot blocks with -msmall-data -msmall-text. | Miod Vallat |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-07-17 | Proper prototypes and return values. | Miod Vallat |
2014-12-13 | Create a MOP version of the network boot loader; verified to boot on DEC 3000. | Miod Vallat |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
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-04-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | Brad Smith |
2014-02-19 | Don't try to close(-1) if EPERM. | Miod Vallat |
2014-02-19 | /etc/random.seed support. | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback |
2013-10-15 | this does not need sys/exec_ecoff.h | Theo de Raadt |
2013-06-13 | use right source files from libkern | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |