Age | Commit message (Expand) | Author |
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-07-08 | This is bootblock code. Don't pull in uvm header files to deal with | Theo de Raadt |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-02 | Simplify things slightly by using four byte indexing. | Joel Sing |
2014-01-02 | Ensure that we preserve callee-save registers. | Joel Sing |
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 | Add initial implementations of early MD random, for use in the boot code. | Joel Sing |
2013-11-05 | Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to | Kenneth R Westerback |
2013-11-05 | DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter | Kenneth R Westerback |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-10-23 | Allow uppercase "K/M/G" specification in "machine memory" boot command. | Mike Larkin |
2013-10-20 | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. | Stefan Sperling |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-04 | zap redundant assignments | Alexander Hall |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-01-02 | Zero out sbv_maskkey to make it boot when there's a softraid crypto | Martynas Venckus |
2012-11-01 | Fix merge errors. | Joel Sing |
2012-10-31 | Bring softraid support to i386/stand/libsa. | Joel Sing |
2012-10-30 | Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making | Joel Sing |
2012-10-30 | Actually remove the Makefiles. | Joel Sing |
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing |
2012-10-25 | Some LIBC_SCCS found lurking in the shadows | Theo de Raadt |
2012-10-09 | Put the real mode IDT and the GDT back in .text - having them in .data only | Joel Sing |
2012-10-09 | Dynamically build the Interrupt Descriptor Table (IDT), instead of using | Joel Sing |
2012-10-08 | Avoid accessing .data or .bss from real mode, since they may not be within | Joel Sing |
2012-08-29 | Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-pie | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-06-10 | Always allow serial console, even if the BIOS doesn't report the presence of | Mark Kettenis |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | remove remnants of scd device, discovered by Frederic Perrin | Ted Unangst |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-03-17 | Make the various findopenbsd() functions non-recursive, eliminating | Kenneth R Westerback |
2011-03-15 | Bunch of white space and style adjustments to make amd64 version | Kenneth R Westerback |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-11 | Zap stack garbage before passing buffer to biosd_io(), which may | Kenneth R Westerback |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |