Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-21 | Added 'S' for Stack tracebacks. There are usually 3 items on the | imp | |
stack before the routine that caused you to get into the debugger (due to the calls to stacktrace, actually). However, other than that garbage on the top of the stack, this has proven to be useful for me in tracking down strange things. While it might be better to get mdbstacktrace working (since it looks like it wants to be more complete), this gets functionality right away. Hope people find it useful. | |||
1996-10-20 | Spaces -> tabs that were my fault | imp | |
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
1996-10-19 | __assert added, impl from netbsd, however put elsewhere. use it instead | Niklas Hallqvist | |
of private versions (one even using the userland header) in if_sn.c | |||
1996-10-17 | Remove unnecessary macros, what was I thinking? | Niklas Hallqvist | |
1996-10-12 | correct diag messages | Theo de Raadt | |
1996-10-07 | Remove debug printout. Not very nice.. | Per Fogelstrom | |
1996-10-06 | Fix dlfcn.h and link.h for arc port | Per Fogelstrom | |
1996-10-02 | Some changes to macros | Per Fogelstrom | |
1996-10-01 | Make more like sys/conf/GENERIC | Per Fogelstrom | |
1996-10-01 | Ooops better size of bounce area is correct | Per Fogelstrom | |
1996-10-01 | Cleaned up, bug fix | Per Fogelstrom | |
1996-09-30 | Swapgeneric | Per Fogelstrom | |
1996-09-30 | Need this... | Per Fogelstrom | |
1996-09-30 | Fixed bug in xmit error handler. | Per Fogelstrom | |
1996-09-28 | call global system minphys as well | Per Fogelstrom | |
1996-09-27 | Synch with pc3 emul | Per Fogelstrom | |
1996-09-27 | OpenBSD changes | Per Fogelstrom | |
1996-09-24 | Make pretty | Niklas Hallqvist | |
1996-09-24 | Use wd on config line. Uncomment btl driver. Add second IDE interface. | Niklas Hallqvist | |
Remove Pica stuff as well as VNODE_PAGER. | |||
1996-09-24 | add majors for wd & acd | Niklas Hallqvist | |
1996-09-24 | Kernel links now with in tree ld. Needs a ld script though. This script may | Per Fogelstrom | |
be cleaned up (optimized) but works. And if it's not broken, don't fix it :-) | |||
1996-09-24 | Excess load. | Per Fogelstrom | |
1996-09-24 | Some problems with Pica systems and noncontigous memory config fixed. | Per Fogelstrom | |
1996-09-24 | add DOSPTYP_OPENBSD, like i386 port | Theo de Raadt | |
1996-09-22 | unaligned support for outs() | Per Fogelstrom | |
1996-09-22 | We run OpenBSD | Per Fogelstrom | |
1996-09-21 | standardize the dmesg output | Theo de Raadt | |
1996-09-21 | Disklabel on ARC has moved to sector 1 offset 0! BEWARE! | Per Fogelstrom | |
1996-09-21 | pefo you're a clown!! | Per Fogelstrom | |
1996-09-21 | pefo needs ktrace | Theo de Raadt | |
1996-09-20 | Add wdc/wd/atapibus/acd & ed lines | Niklas Hallqvist | |
1996-09-20 | Ignore the cold place | Niklas Hallqvist | |
1996-09-20 | My Tyne | Niklas Hallqvist | |
1996-09-20 | Add wd & acd entries | Niklas Hallqvist | |
1996-09-20 | temp kludge until generic scsi is fixed | Per Fogelstrom | |
1996-09-20 | Warner Warner, don't forget to break :-) | Per Fogelstrom | |
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵ | Theo de Raadt | |
erik@aarhus1.uni-c.dk | |||
1996-09-19 | reboot stuff + cleanup | Per Fogelstrom | |
1996-09-19 | KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne. | imp | |
1996-09-19 | Take care of a bug in earlier versions of the R4600 chip. | Per Fogelstrom | |
1996-09-19 | no special handling in this dir | Theo de Raadt | |
1996-09-19 | Deskstation rPC44 tweaks | imp | |
1996-09-18 | Correct last arg handling of the *_raw_multi_* macros | Niklas Hallqvist | |
1996-09-18 | remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_* | Niklas Hallqvist | |
ones instead | |||
1996-09-17 | BusLogic BT445C driver for DeskStation's | Per Fogelstrom | |
1996-09-17 | New .h files requiered for elf stuff | Per Fogelstrom | |
1996-09-15 | Ok, ok! We now autosense system type. Same compiled kernel works on both | Per Fogelstrom | |
Deskstation TYNE and Acer PICA. | |||
1996-09-14 | First shot at a multivendor kernel. This version handles pica's and desk- | Per Fogelstrom | |
station tyne's. Auto detection still needs to be compleeted. Checked in version is hardwired for pica's. Use the PICA config file. | |||
1996-09-06 | Implement bios_ident() which will identify each type of CPU that we | imp | |
support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader. |