Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |
1996-12-11 | Correct include paths | Niklas Hallqvist | |
1996-12-11 | add stub for willowglen vme serial card driver | Theo de Raadt | |
1996-12-11 | correct master decoded logic; i have mapped a vmes device successfully now | Theo de Raadt | |
1996-12-11 | add wl cdev entry | Theo de Raadt | |
1996-12-11 | SUNXPART always; also one case of MAXPARTITIONS not being there | Theo de Raadt | |
1996-12-11 | TS_WOPEN on cua close, like com.c | 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-11 | fix eisa ultrastor config | Theo de Raadt | |
1996-12-10 | do not need isapnp0 | Theo de Raadt | |
1996-12-10 | Forgotten line in extent handling code | Niklas Hallqvist | |
1996-12-09 | arc port can use the same disksubr code, whee! | Theo de Raadt | |
1996-12-09 | Use new extent manager when mapping bus resources | Niklas Hallqvist | |
1996-12-09 | minor whoops | Theo de Raadt | |
1996-12-09 | brelse properly | 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-12-08 | Disable quotas | Thorsten Lockert | |
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist | |
1996-12-07 | fake the isofs label only if other probes fail | Theo de Raadt | |
1996-12-06 | sizeof(x)/sizeof(x[0]) is your friend | Theo de Raadt | |
1996-12-06 | a temporary hack until i fix some confusing swapbsd.c handling | Theo de Raadt | |
1996-12-06 | repair max sectors | Theo de Raadt | |
1996-12-06 | duh | Theo de Raadt | |
1996-12-05 | NetBSD PR#2910: Recognize Pentium Pro machines | dm | |
1996-12-05 | mirror isa fd driver in disklabel handling | Theo de Raadt | |
1996-12-05 | do setroot() based on wd.h/NWD and fd.h/NFD | Theo de Raadt | |
1996-12-05 | call iso_disklabelspoof() if neccessary | Theo de Raadt | |
1996-12-05 | call iso_disklabelspoof() as needed... | Theo de Raadt | |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert | |
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored | |||
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-12-02 | increase default data limit to size needed for make build | kstailey | |
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 | bus changes | Jason Downs | |
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 | 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 | 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 | Various configuration changes | Niklas Hallqvist | |
1996-11-28 | Fix a vararg proto | Niklas Hallqvist | |
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-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist | |
reordering includes (due to -Wstrict-prototypes) and other -Wall goo | |||
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Fix comment typo | Niklas Hallqvist | |
1996-11-25 | Oops | 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 | extern decl of cfdata from device.h conflicted with static one in-here | Niklas Hallqvist | |
1996-11-24 | Fix typo | Niklas Hallqvist | |