Age | Commit message (Expand) | Author |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-06 | Delete cross references to boot_landisk(8). | Ingo Schwarze |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2016-11-28 | need ashrdi3 | Theo de Raadt |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-10-05 | No need to create {sd,wd}boot links to xxboot anymore. | Miod Vallat |
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-14 | Build required bits from libkern rather than importing them from libgcc. | Miod Vallat |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-17 | Turn the console code into regular cons_decl() ones, to better fit libsa | Miod Vallat |
2014-07-13 | fix even more trailing tabs | 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 |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-02 | Cope with pie-by-default, if it ever happens; ok pascal | 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-04-10 | Uninitialized local variable. | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
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 |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-28 | Don't document ``device foo'' yet either. | Miod Vallat |
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 |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-28 | spelling | David Krause |
2006-11-16 | crank version | Theo de Raadt |
2006-11-16 | use teeny little delays as we clock the rtc, makes the boot code notice | Theo de Raadt |
2006-11-16 | initialize tick timer | Theo de Raadt |
2006-11-12 | $OBJCOPY is not defined by sys.mk yet | Theo de Raadt |
2006-11-09 | tweaks; | Jason McIntyre |
2006-11-08 | OBJCOPY should default to objcopy. | Dale Rahn |
2006-11-08 | fix LINKS | Theo de Raadt |
2006-11-08 | this is actually a primary bootblock (xxboot) not a secondary bootblock | Theo de Raadt |
2006-10-29 | These printfs appear unnecessary now that the cache is disabled. | Dale Rahn |
2006-10-29 | Disable cache before jumping into the kernel, makes bootloader more reliable. | Dale Rahn |
2006-10-16 | yes this looks like debug, however it allows the kernel to load. ??? | Dale Rahn |
2006-10-11 | flush the cache before jumping into the just loaded kernel. | Dale Rahn |