Age | Commit message (Expand) | Author |
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 |
2005-05-11 | prettier; ok uwe | Theo de Raadt |
2005-05-09 | Bump version to 2.07. Since the initial version 2.06, symbol table | Uwe Stuehler |
2005-05-02 | Load the symbol table to the end of data/bss, and account for it when | Uwe Stuehler |
2005-04-28 | += | Theo de Raadt |
2005-04-26 | enter zboot | Theo de Raadt |
2005-04-26 | install in zaurus MANSUBDIR | Theo de Raadt |
2005-04-20 | er, maybe not | Theo de Raadt |
2005-04-20 | enter zboot for all architectures | Theo de Raadt |
2005-04-19 | describe the zaurus boot(8) program; review/suggestions by jmc@ | Uwe Stuehler |
2005-04-16 | Look for OpenBSD disklabel on the first eight hd devices, and after a | Uwe Stuehler |
2005-04-16 | support a "clear" command to clear the broken Linux console. grmpf. | Uwe Stuehler |
2005-04-16 | let ld find it's _start() symbol. | Uwe Stuehler |
2005-04-16 | don't print the additional "exit" message on exit. | Uwe Stuehler |
2005-04-13 | boot when then timeout expires; prodded by drahn@ dlg@ and others | Uwe Stuehler |
2005-03-29 | Shrink kernel image buffer from 8M to 5M (no kernel should be that big), | Uwe Stuehler |
2005-01-24 | Pass boot arguments from zboot/zbsdmod to the loaded kernel, and cope | Uwe Stuehler |