summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
AgeCommit message (Collapse)Author
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@
2001-05-16entry,leaf_entry properMichael Shalayeff
2000-10-11bzero is handled in the lib/arch/hppa/Makefile.incMichael Shalayeff
2000-10-11memset.c is in libkernMichael Shalayeff
2000-10-03do not build debug libs, ovewriting a possible setting in the mk.confMichael Shalayeff
2000-09-03add bzero.oto OBJS, since it's generated by other means but .mk rulesMichael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-05-31man descendentalismMichael Shalayeff
2000-05-31build mans all the time, cleanfiles always the sameMichael Shalayeff
2000-05-31cleanupMichael Shalayeff
2000-05-30elf_ldsym, increase boot minor versionMichael Shalayeff
1999-12-23disable all debugsMichael Shalayeff
1999-12-23some support for hp som executablesMichael Shalayeff
1999-12-23add hp som file support protosMichael Shalayeff
1999-12-23clean some more filesMichael Shalayeff
1999-08-14debugging off by default. ok mickey@Todd T. Fries
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-06-22once it proved itself to work on everything we can get to, bump a version to ↵Michael Shalayeff
1/2 (;
1999-05-31typo; now we can 'set debug off' at 'boot>'Todd T. Fries
1999-05-28fix the makefile; i'm evilMichael Shalayeff
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-06cleanupMichael Shalayeff
1999-05-06no lifvar.h anymoreMichael Shalayeff
1999-05-06needs machine/trap.hMichael Shalayeff
1999-05-06commentMichael Shalayeff
1999-05-06add lif_* prototypesMichael Shalayeff
1999-05-06make it compile w/o EXEC_DEBUGMichael Shalayeff
1999-05-03lifvar.h -- bye, byeMichael Shalayeff
1999-04-20move load address to 0x700000, so we fit w/ ramdiskMichael Shalayeff
heap limit on 0xc0000 remove networking stuff
1999-04-20fix prev commit blowup:Michael Shalayeff
no ldsym for now s/sd/dk/ since it's not always a disk, not even scsi (: bump a version, things changed
1999-04-20fix previous commit blowup:Michael Shalayeff
generate link map for a meanwhile use special kernel config while in developmet pass HEAP_LIMIT into CPPFLAGS
1999-04-20MakefileMichael Shalayeff
1999-04-20cleanupMichael Shalayeff
1999-04-20nop-filled .text; discard unwind info; tabs vs spacesMichael Shalayeff
1999-04-20fix different alignment problemsMichael Shalayeff
correct PDC/IODC call formats factor some more code out to the dev_hppa.c routines basically boot on many more machine by now
1999-04-20no need for any networking codeMichael Shalayeff