Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-15 | build really really small | Michael Shalayeff | |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-06 | - recognize serial speeds over 9600 bauds, and allow users to set such a | Miod 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-02 | bump the version after recent addition | Michael Shalayeff | |
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff | |
2002-03-02 | Add machine specific commands to the bootblocks, to let the user display | Miod 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-02 | update for newer binutils | Michael Shalayeff | |
2002-02-02 | missing NULL | Michael Shalayeff | |
2001-07-04 | missed this $OpenBSD$ in former commit | Niklas Hallqvist | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-09 | print return value for debugging purposes | Michael Shalayeff | |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff | |
2000-10-11 | bzero is handled in the lib/arch/hppa/Makefile.inc | Michael Shalayeff | |
2000-10-11 | memset.c is in libkern | Michael Shalayeff | |
2000-10-03 | do not build debug libs, ovewriting a possible setting in the mk.conf | Michael Shalayeff | |
2000-09-03 | add bzero.oto OBJS, since it's generated by other means but .mk rules | Michael Shalayeff | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd 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-31 | man descendentalism | Michael Shalayeff | |
2000-05-31 | build mans all the time, cleanfiles always the same | Michael Shalayeff | |
2000-05-31 | cleanup | Michael Shalayeff | |
2000-05-30 | elf_ldsym, increase boot minor version | Michael Shalayeff | |
1999-12-23 | disable all debugs | Michael Shalayeff | |
1999-12-23 | some support for hp som executables | Michael Shalayeff | |
1999-12-23 | add hp som file support protos | Michael Shalayeff | |
1999-12-23 | clean some more files | Michael Shalayeff | |
1999-08-14 | debugging off by default. ok mickey@ | Todd T. Fries | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-06-22 | once it proved itself to work on everything we can get to, bump a version to ↵ | Michael Shalayeff | |
1/2 (; | |||
1999-05-31 | typo; now we can 'set debug off' at 'boot>' | Todd T. Fries | |
1999-05-28 | fix the makefile; i'm evil | Michael Shalayeff | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-06 | cleanup | Michael Shalayeff | |
1999-05-06 | no lifvar.h anymore | Michael Shalayeff | |
1999-05-06 | needs machine/trap.h | Michael Shalayeff | |
1999-05-06 | comment | Michael Shalayeff | |
1999-05-06 | add lif_* prototypes | Michael Shalayeff | |
1999-05-06 | make it compile w/o EXEC_DEBUG | Michael Shalayeff | |
1999-05-03 | lifvar.h -- bye, bye | Michael Shalayeff | |
1999-04-20 | move load address to 0x700000, so we fit w/ ramdisk | Michael Shalayeff | |
heap limit on 0xc0000 remove networking stuff | |||
1999-04-20 | fix 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-20 | fix 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-20 | Makefile | Michael Shalayeff | |
1999-04-20 | cleanup | Michael Shalayeff | |
1999-04-20 | nop-filled .text; discard unwind info; tabs vs spaces | Michael Shalayeff | |
1999-04-20 | fix different alignment problems | Michael 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-20 | no need for any networking code | Michael Shalayeff | |