Age | Commit message (Expand) | Author |
2012-10-27 | Move the code for softraid boot into separate files, leaving only minimal | Joel Sing |
2012-10-25 | Some LIBC_SCCS found lurking in the shadows | Theo de Raadt |
2012-10-09 | Ensure that softraid keys are cleared if rebooting from the boot loader. | Joel Sing |
2012-10-09 | Teach amd64 boot(8) how to access a softraid crypto volume. This allows for | Joel Sing |
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 | If we have booted from a disk that is a member of a bootable softraid | Joel Sing |
2012-10-08 | Avoid accessing .data or .bss from real mode, since they may not be within | Joel Sing |
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-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2012-01-11 | Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. This | 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 |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
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-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
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 |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |
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 |
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-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
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-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |