Age | Commit message (Expand) | Author |
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 |
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-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
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-13 | Don't bother bitching if APM does not exist. Pleanty | Tobias Weingartner |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
2007-07-27 | We don't want to pass the PXE MAC address to the kernel when booting | 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 | amd64/stand | Theo de Raadt |
2007-05-31 | It's the time to squash antique bugs. This has been there | Tobias Weingartner |
2007-05-31 | Forgot to commit the changes to this file with the rest of the ELF32+64 | Tom Cosgrove |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |