Age | Commit message (Expand) | Author |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-05 | Missing no-pie logic for bootblocks. | Miod Vallat |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | add copyright and rcs id | Jasper Lievisse Adriaanse |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2013-12-28 | crank the version | Theo de Raadt |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-09-28 | Use of uninitialized variable. Found by Maxime Villard | Mike Larkin |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-11 | Cope with PIE, if it is enabled | Theo de Raadt |
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 |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt |
2008-05-28 | Add a boot.8 manual page (adapted from other platforms which use the MI | Miod Vallat |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-06-17 | amd64/stand | Theo de Raadt |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-07-30 | With new kernel and bootloader, argument passing now works, version 1.0. | Dale Rahn |
2006-07-30 | Perform a limited PCI probe to locate the wdc on iodata/thecus, boot loader | Dale Rahn |
2006-07-29 | Make _rtt reset the machine. | Mark Kettenis |
2006-07-29 | ework armish bootloader into an interactive one, much like i386 has. | Mark Kettenis |
2006-07-29 | only enter for armish | Theo de Raadt |
2006-07-28 | Pass the end of the symbol table to the kernel. | Mark Kettenis |
2006-07-28 | no man page for now | Theo de Raadt |
2006-07-28 | should install into /usr/mdec/ | Theo de Raadt |
2006-07-28 | enter boot | Theo de Raadt |
2006-07-28 | First stab at an armish bootloader. It will load /bsd from the drive in the | Mark Kettenis |
2006-05-29 | Link armish in to the builds. | Dale Rahn |