Age | Commit message (Expand) | Author |
2017-03-01 | Don't try to access the com(4) hardware to set up the console speed | Patrick Wildt |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector | YASUOKA Masahiko |
2016-09-18 | Fix a bug in the bounce buffer handling of BIOS disk I/O. | Joel Sing |
2016-09-11 | Switch amd64 to libsa MI softraid. | Joel Sing |
2016-09-11 | Update header guards. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-06-10 | fix some typos in comments | Joshua Stein |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-03-06 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-12 | Remove the "GenuineIntel" check from x86 mdrandom(). Checking the | Christian Weisgerber |
2016-01-12 | naddy observed the TSC fallback code could encounter (high word) %edx | Theo de Raadt |
2016-01-10 | match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago | Christian Weisgerber |
2016-01-06 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2016-01-06 | Bring efidev.c goodness into softraid.c by returning and displaying | Kenneth R Westerback |
2016-01-04 | Remove parameter name from gpt_chk_mbr() prototype and add prototype | Kenneth R Westerback |
2016-01-03 | Don't need two 16K static buffers to checksum the GPT entries and find the | Kenneth R Westerback |
2015-12-24 | If the GPT header checksum check fails, do *not* say the OpenBSD partition | Kenneth R Westerback |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-24 | Argh. The other part the wrong diff was missing. | Kenneth R Westerback |
2015-12-23 | Ooops. Wrong version of the diff committed, with reversed check for | Kenneth R Westerback |
2015-12-22 | Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can | Kenneth R Westerback |
2015-11-26 | Fix a typo in comment. | YASUOKA Masahiko |
2015-11-08 | Make "machine disk" show some info for EFI instead of info for BIOS. | YASUOKA Masahiko |
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing |
2015-10-08 | 16 years after E801 memprobe was disabled, probably safe to delete it. | Ted Unangst |
2015-10-08 | Simpify some code by noting that DOSBBSECTOR is 0, so "if (n > | Kenneth R Westerback |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2015-09-02 | sync comment | Christian Weisgerber |
2015-09-02 | alloca() no longer needed | Theo de Raadt |
2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. | YASUOKA Masahiko |
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2014-09-23 | Fix constraint. | Brad Smith |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert more free fallout | 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 |