summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
AgeCommit message (Collapse)Author
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
cooked
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-01typos;Jason McIntyre
added .Fl to flags for boot_* ok deraadt@
2003-01-30no need to force cflags hereMichael Shalayeff
2003-01-27Do not clean too far.Miod Vallat
2003-01-16do not include the bsd into the lif, make links in the mdecMichael Shalayeff
2003-01-14do not fail if there is no disklabel found, could be netbootingMichael Shalayeff
2003-01-14up the boot version after recent changesMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to ↵Michael Shalayeff
that offset, allows reading kernel from scsi disk
2003-01-14preserve the partition when decoding the boot deviceMichael Shalayeff
2003-01-14proped type for bootdevMichael Shalayeff
2003-01-14make the lif be tried the last after ufs and cd9660 get a chanceMichael Shalayeff
2002-12-20do not compile what we already get from libkern (size does not matter)Michael Shalayeff
2002-12-19knf, remove register, space trimMichael Shalayeff
2002-12-19do not plan for DISKLESS; cross out CRTBEGIN and CRTENDMichael Shalayeff
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing
2002-12-18Dammit Theo, I told you to fix the typo before commiting!Miod Vallat
2002-12-18make boot.lif use GENERICTheo de Raadt
2002-12-08put the -fno-stack-protector into a proper placeMichael Shalayeff
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
2002-11-19a typo; from David KrauseMichael Shalayeff
2002-11-12build program on hppa onlyTheo de Raadt
2002-11-10some creamy fillingMichael Shalayeff
2002-10-24use loadfileMichael Shalayeff
2002-09-16It's more convinient to spell convinient as ``convenient'', actually.Miod Vallat
2002-07-09no offsetMichael Shalayeff
2002-06-11err(3) appends a newline already; ok miod@Jason Peel
2002-04-29Typos.Miod Vallat
2002-03-15build really really smallMichael Shalayeff
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-06- recognize serial speeds over 9600 bauds, and allow users to set such aMiod Vallat
speed (beware, old PDC will not support this!) - increase the arbitrary device limit for the lists; some machines (743 and 748 come to mind) can have lots of heads and serial ports... - be more clever when sorting the devices in our lists, so as to get the correct order on machines where the built-in serial ports are GIO but on different busses.
2002-03-02bump the version after recent additionMichael Shalayeff
2002-03-02more logical order of operations, caveatsMichael Shalayeff
2002-03-02Add machine specific commands to the bootblocks, to let the user displayMiod Vallat
and change the console and keyboard settings; and devise a manual page for it, with lots of loot borrowed from the i386 version. These commands have been extensively tested on 712, 715, and 720, although your mileage may vary and scary warnings may appear in the manual page in the future. ok mickey@
2002-02-02update for newer binutilsMichael Shalayeff
2002-02-02missing NULLMichael Shalayeff
2001-07-04missed this $OpenBSD$ in former commitNiklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-09print return value for debugging purposesMichael Shalayeff
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@