Age | Commit message (Expand) | Author |
2013-10-20 | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. | Stefan Sperling |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-04-23 | Remove softraid boot support from fdboot (again). | Joel Sing |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-18 | Fix the makefile so it works on other architectures. | Joel Sing |
2013-01-17 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-17 | Clean up/standardise makefiles for amd64/stand. | Joel Sing |
2012-10-27 | Move the code for softraid boot into separate files, leaving only minimal | Joel Sing |
2012-10-13 | Only build fdboot on the appropriate architectures. Also fix the path to | Joel Sing |
2012-10-12 | Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get | Joel Sing |
2012-10-12 | Add a script that checks the file offsets for boot(8)'s .text and .data | Joel Sing |
2012-10-12 | Build a 'fdboot' that will be used for floppy disk media. This can be made | Joel Sing |
2012-10-09 | Bump boot versions due to recent changes. | Joel Sing |
2012-10-09 | Teach amd64 boot(8) how to access a softraid crypto volume. This allows for | Joel Sing |
2012-10-09 | Remove -noinhibit-exec now that we no longer have to deal with | Joel Sing |
2012-10-09 | Dynamically build the Interrupt Descriptor Table (IDT), instead of using | Joel Sing |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-25 | Reduce the diff between amd64/stand and i386/stand, requested by deraadt@. | Pascal Stumpf |
2012-08-29 | Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopie | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-06-11 | serial -> serial port; ok phessler@ | Otto Moerbeek |
2012-06-10 | Document the "machine comaddr" command. Remove the text that (incorrectly) | Mark Kettenis |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-01-13 | Crank amd64 boot(8) version for the softraid changes. | Joel Sing |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-08-11 | crank version | Theo de Raadt |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller |