summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/stand
AgeCommit message (Expand)Author
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-15use Lk for links;Jason McIntyre
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-04-07Move a function declaration out of the function since it is used in the nextDale Rahn
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-12-24Advertise printk() as a printf-like function.Alexander Yurchenko
2010-12-24Add 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-23sys/types.h before other thingsTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-16When EOVERFLOW was added, it broke the zaurus bootblocksTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-03-21remove extra *p test, from charles longeauTed Unangst
2006-10-30install 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-15cope with the int vs long changes to size_tTheo de Raadt
2006-01-10need sys/types.h for vaddr_tJolan Luff
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
2005-12-15tweaks;Jason McIntyre
2005-12-15document horrific bootblock upgrade "procedure"Theo de Raadt
2005-11-04RCS Id tagUwe Stuehler
2005-09-17boot uses abstract 'hd' device names, and 'set tty' worksUwe Stuehler
2005-07-15- add /bsd.rd to FILESJason McIntyre
2005-05-26add the "wait for disk to become ready" hack which got removed inUwe Stuehler
2005-05-24byeUwe Stuehler
2005-05-24bump to version 2.08, addingUwe Stuehler
2005-05-12Minimal terminal line discipline support to stop the boot timeoutUwe Stuehler
2005-05-11prettier; ok uweTheo de Raadt
2005-05-09Bump version to 2.07. Since the initial version 2.06, symbol tableUwe Stuehler
2005-05-02Load the symbol table to the end of data/bss, and account for it whenUwe Stuehler
2005-04-28+=Theo de Raadt
2005-04-26enter zbootTheo de Raadt
2005-04-26install in zaurus MANSUBDIRTheo de Raadt
2005-04-20er, maybe notTheo de Raadt
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
2005-04-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-03-29Shrink kernel image buffer from 8M to 5M (no kernel should be that big),Uwe Stuehler
2005-01-24Pass boot arguments from zboot/zbsdmod to the loaded kernel, and copeUwe Stuehler