Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-14 | RAW_PART | Theo de Raadt | |
1997-01-10 | Use "locore.S" versions of block io operations. | Per Fogelstrom | |
They handle unaligned memory references. | |||
1997-01-04 | Go to Buslogic and SCSI | Niklas Hallqvist | |
1997-01-04 | Print warning when not recognizing the boot device. | Niklas Hallqvist | |
Also get the partition number from the BIOS when building bootdev. | |||
1996-12-23 | i think this fixes COMPAT_ULTRIX | Theo de Raadt | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |
1996-12-11 | Sync headers to ld.so for gdb/arc support | imp | |
1996-12-09 | arc port can use the same disksubr code, whee! | Theo de Raadt | |
1996-12-09 | For the moment, use the same code that we use in the pmax port to generate | imp | |
core files. This may change again as the gdb port progresses, but is my best current guess. Core files generated by OpenBSD/arc with this change are now known by the file command as being core files. | |||
1996-11-30 | Com driver moved, still somewhat ISA-dependent though, but it will | Niklas Hallqvist | |
improve. Pica and PCMCIA-dependent stuff factored out. | |||
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Add special case code for the rPC44. The DMA buffers on this machine | imp | |
are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here. | |||
1996-11-25 | Fix comment typo | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-24 | Fix typo | Niklas Hallqvist | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-12 | Sync to reality | Niklas Hallqvist | |
1996-11-12 | Add PCCONS_FORCE_WORD mode to limit the moves to 16bit in the VGA mem | Niklas Hallqvist | |
area. This is needed for stupid VLB VGA cards that accept larger accesses but ignores everything but the 16 low bits. | |||
1996-11-12 | Use table to map the BIOS bootdev to our name instead of picking out | Niklas Hallqvist | |
certain characters out of the BIOS string | |||
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr | Theo de Raadt | |
1996-11-06 | repair mountroot type | Theo de Raadt | |
1996-11-06 | give floppies real partitions | Theo de Raadt | |
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 :-) |