Age | Commit message (Expand) | Author |
2013-12-28 | sync | Theo de Raadt |
2013-12-28 | Do not need __guard[] anymore since we are now relying on __guard_local | Theo de Raadt |
2013-12-28 | Do not need __guard anymore | Theo de Raadt |
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis |
2013-12-28 | Back out the previous commit; rodata gets merged with text by the linker. | Mark Kettenis |
2013-12-28 | create rodata PHDR; ok kettenis | Theo de Raadt |
2013-12-28 | Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linker | Miod Vallat |
2013-12-28 | i386 changes to PIE. See faq/current.html or use the snapshots to cross | Theo de Raadt |
2013-12-28 | Further clean up and unification of the amd64 and i386 boot(8) makefiles. | Joel Sing |
2013-12-28 | Actually load the second-stage boot loader so that softraid can store it in | Joel Sing |
2013-12-28 | sparc64 uses /ofwboot as the second stage, not /boot. | Joel Sing |
2013-12-28 | Add installboot support for sparc64. | Joel Sing |
2013-12-28 | Add installboot support for the remaining `disklabel -B' architectures | Joel Sing |
2013-12-28 | Add installboot support for vax. | Joel Sing |
2013-12-28 | Round the size of the bootstrap up to a multiple of the disk sector size. | Joel Sing |
2013-12-28 | Various code clean ups - add a missing header, add a missing prototype, | Joel Sing |
2013-12-28 | Tweak makefiles so that we pull in source files based on defines. | Joel Sing |
2013-12-28 | Attempt to approximate what should happen on a suspend/resume cycle. | Theo de Raadt |
2013-12-28 | Sync activate code sequnces to if_msk.c as much as possible, in case | Theo de Raadt |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-28 | mii drivers no longer need activate functions. Repair of the PHY | Theo de Raadt |
2013-12-28 | Move the fairly heavy eephy_init sequence [which was only done at | Theo de Raadt |
2013-12-28 | change the stack protector guard into a long word (removing the old legacy | Theo de Raadt |
2013-12-28 | - adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added | Martynas Venckus |
2013-12-28 | We can initialize the srandom/random system earlier from arc4random, | Theo de Raadt |
2013-12-28 | We can random_start() earlier (not that it does too much) and call | Theo de Raadt |
2013-12-28 | Put the entropy_pool[] into the ELF .openbsd.randomdata segment. | Theo de Raadt |
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-28 | If we fail to decrypt the softraid keys, return EPERM rather than falling | Joel Sing |
2013-12-28 | Use preprocessor symbols where possible. | Theo de Raadt |
2013-12-28 | Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf, | Martynas Venckus |
2013-12-28 | Add initial implementations of early MD random, for use in the boot code. | Joel Sing |
2013-12-28 | Add regression tests to check whether GCC folds unsafe builtins and | Martynas Venckus |
2013-12-28 | Annotate a few more bounded functions: realpath(3) needs a buffer | Martynas Venckus |
2013-12-28 | document a hack we want fixed later | Theo de Raadt |
2013-12-27 | - add chmod of seedfile in /etc | Robert Peichaer |
2013-12-27 | re-use random_seed in shutdown section | Robert Peichaer |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2013-12-27 | correct comment | Damien Miller |
2013-12-27 | create a seed file for the bootloader in /etc/random.seed | Theo de Raadt |
2013-12-27 | nest random_seed() contents into a single redirection | Theo de Raadt |
2013-12-27 | make the original RSA and DSA signing/verification code look more like | Damien Miller |
2013-12-27 | re-do shutdown operations. Run the scripts if we may; take down carp | Theo de Raadt |
2013-12-27 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt |
2013-12-27 | sync | Theo de Raadt |
2013-12-27 | oops, correct wording | Theo de Raadt |
2013-12-27 | correct comment about why first 16 pages are skipped: SMI corruption | Theo de Raadt |
2013-12-27 | from netbsd, free(bbp) in error paths. Coverity CID 274748. | Theo de Raadt |