summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
AgeCommit message (Expand)Author
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-03-04crank version #Theo de Raadt
2008-03-04Move bootblocks to just under 16MB instead of just under 8MB, becauseTheo de Raadt
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-26Teach the hppa bootloader how to boot 64-bit kernels.Mark Kettenis
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-26adjust to libkern changes (and pretty .PATH logic); parts from majaTheo de Raadt
2007-11-25Unbreak make obj. -mojMats O Jansson
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo 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-05-06bcd.c diedTheo de Raadt
2007-02-06fix some dodgy displays;Jason McIntyre
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-07-15- add /bsd.rd to FILESJason McIntyre
2005-04-25Correctly handle boot drives with SCSI id >= 10; ok mickey@Miod Vallat
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewhereMichael Shalayeff
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2005-01-20missing arch in .Dt;Jason McIntyre
2004-11-22better types; from hppa64 (;Michael Shalayeff
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-06-14de-__PTheo de Raadt
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
2003-08-11a few strict protosMichael Shalayeff
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-11fix some displays;Jason McIntyre
2003-06-08snprintf needed here.Miod Vallat
2003-06-06- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-19say to skip the interactive part should the pdc say soMichael Shalayeff
2003-05-11string cleaning; krw okTheo de Raadt
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30now that we use less memory we can push the boot a little higher (to help som...Michael Shalayeff
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-30oops. fixed endif in a wrong placeMichael Shalayeff
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memoryMichael Shalayeff
2003-04-17new bootsMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-03-28a small boot for a cdMichael Shalayeff
2003-03-28s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ...Michael Shalayeff
2003-02-18copyrights added;Jason McIntyre