Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-02-13 | remove local cvs Id | Michael Shalayeff | |
1999-02-13 | pass esym to the kernel | Michael Shalayeff | |
1999-01-25 | call diskless kernel "bsd" so it would be loaded even we have | Michael Shalayeff | |
problems w/ kbd on PDC console device. remove neva-gonna-b-there stuff from conf.c some improvements to srt0.S code, use constants defined in machine/ files. | |||
1999-01-25 | mask one more debug printf out | Michael Shalayeff | |
1999-01-25 | shut up gcc | Michael Shalayeff | |
1998-12-13 | use PDC_ALIGNMENT; oops | Michael Shalayeff | |
1998-12-13 | PDC_ALIGNMENT; remove global chasdata | Michael Shalayeff | |
1998-10-30 | some more debugs for now | Michael Shalayeff | |
1998-10-30 | support booting from disk in raw LIF mode | Michael Shalayeff | |
1998-10-30 | thinko | Michael Shalayeff | |
1998-10-30 | don't call INIT code since that seems | Michael Shalayeff | |
to confuse older boxens IODC code. | |||
1998-09-29 | sync; fixes; cleanup | Michael Shalayeff | |
get rid of those obscuring commands use device finger/mapper, thus rewrite devopen | |||
1998-09-29 | get rid of those obscuring constants | Michael Shalayeff | |
1998-09-29 | add iodcstrategy() -- generic strategy through IODC routine | Michael Shalayeff | |
add device finger/mapper | |||
1998-09-29 | lot more debug | Michael Shalayeff | |
1998-09-29 | sync | Michael Shalayeff | |