Age | Commit message (Expand) | Author |
2011-07-05 | Don't write /boot to sector 0 on non-floppy devices. Non-floppy | Kenneth R Westerback |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-07-03 | Change name of pointer to partition from pl to pp, as is used everywhere else... | 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-04-24 | Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni. | Kenneth R Westerback |
2011-03-19 | Make amd64/i386 installboot error out if /boot would cross the | Kenneth R Westerback |
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 |
2011-01-23 | Add support to installboot(8) for installing biosboot(8) and boot(8) on | Joel Sing |
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 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-07-10 | and cdboot must be linked with -N still, too. even more curious | Theo de Raadt |
2010-07-10 | actually, pxeboot must remain linked with -N | Theo de Raadt |
2010-07-10 | link bootblocks with -Z instead of -N, to ensure that the file offset and | 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-07 | fix packed use as pointed out by gcc4. | Jonathan Gray |
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 |
2010-03-04 | has been no -r flag for a few years; J.C. Roberts | Theo de Raadt |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |
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 | add support for passing db_console from the bootloader to the kernel. | 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-10-04 | The wrong byte of the return code was being looked at for the | Theo de Raadt |
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-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 |