Age | Commit message (Expand) | Author |
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-01-18 | Switch some uses of msr that only deal with interrupts/mode to use | Jonathan Gray |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-28 | crank the version | Theo de Raadt |
2013-10-17 | zap ecoff and a.out support like in MI loadfile | Theo de Raadt |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-09-10 | fix typos for additional functions | Theo de Raadt |
2013-08-19 | divdi3 moddi3 qdivrem are needed by 64 bit time_t | Matthieu Herrb |
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. Note that this has not been completely | 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-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-04-07 | Move a function declaration out of the function since it is used in the next | Dale Rahn |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-24 | Advertise printk() as a printf-like function. | Alexander Yurchenko |
2010-12-24 | Add missing argument to printk(). Spotted while porting on linux 2.6. | Alexander Yurchenko |
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 |
2009-03-23 | sys/types.h before other things | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
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-06-27 | wt(4) was removed a while ago, so don't support booting off it anoymore. | Michael Knudsen |
2007-06-16 | When EOVERFLOW was added, it broke the zaurus bootblocks | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-03-21 | remove extra *p test, from charles longeau | Ted Unangst |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2006-10-13 | 'no BSD partition' -> 'no OpenBSD partition' for error message. | Kenneth R Westerback |
2006-01-15 | cope with the int vs long changes to size_t | Theo de Raadt |
2006-01-10 | need sys/types.h for vaddr_t | Jolan Luff |
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre |
2005-12-15 | tweaks; | Jason McIntyre |
2005-12-15 | document horrific bootblock upgrade "procedure" | Theo de Raadt |
2005-11-04 | RCS Id tag | Uwe Stuehler |
2005-09-17 | boot uses abstract 'hd' device names, and 'set tty' works | Uwe Stuehler |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-05-26 | add the "wait for disk to become ready" hack which got removed in | Uwe Stuehler |
2005-05-24 | bye | Uwe Stuehler |
2005-05-24 | bump to version 2.08, adding | Uwe Stuehler |
2005-05-12 | Minimal terminal line discipline support to stop the boot timeout | Uwe Stuehler |