Age | Commit message (Expand) | Author |
2010-07-09 | un-terminated string found when comparing to i386 boot code. These | Theo de Raadt |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-30 | Fix comments to match reality. | Tobias Weingartner |
2009-05-30 | Without -v, be quiet | Theo de Raadt |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-04-30 | pass db_console from the bootloader to the kernel, and then use it to | David Gwynne |
2009-04-23 | -v was printing some information which is irrelevant or duplicate. This | Theo de Raadt |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2009-01-16 | add next-server option to example | Oleg Safiullin |
2008-12-10 | When booting from a CD on i386/amd64, assume the root filesystem | Kenneth R Westerback |
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | this diff changes the bootloader to skip the CHS sanity check if LBA | Reyk Floeter |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-05 | handle 64-bit blkno in format string | Otto Moerbeek |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
2007-07-27 | As on i386: | Tom Cosgrove |
2007-06-27 | wt(4) was removed a while ago, so don't support booting off it anoymore. | Michael Knudsen |
2007-06-25 | "of of" is wrong - it should be "off of" - but "from" is even nicer | Tom Cosgrove |
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-06-17 | (error in commit messages to other similar MI files; see position in | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | Add a comment so this is identical to the i386 version | Tom Cosgrove |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | forgot to move to using shared boot.c | Theo de Raadt |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-27 | Unbreak cdboot and pxeboot machine memory +/-; bad mpf@. | Tom Cosgrove |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-02-12 | OpenBSD -> .Ox | Jason McIntyre |
2007-02-12 | sync the wording w/ the i386 page; | Jason McIntyre |
2007-02-12 | zap double word; | Jason McIntyre |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove |
2006-10-31 | Mention that cdboot won't find boot.conf if you create the CD | Tom Cosgrove |