summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/stand
AgeCommit message (Expand)Author
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2014-07-20Merge cmd.c from zboot into boot, dropping "clear" command while at it.Tobias Stoeckmann
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-28crank the versionTheo de Raadt
2013-10-17zap ecoff and a.out support like in MI loadfileTheo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-09-10fix typos for additional functionsTheo de Raadt
2013-08-19divdi3 moddi3 qdivrem are needed by 64 bit time_tMatthieu Herrb
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Cope with PIE, if it is enabled. Note that this has not been completelyTheo de Raadt
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