Age | Commit message (Expand) | Author |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat |
2004-01-02 | MC88110 errata states that, for instruction faults, in case of bus error | Miod Vallat |
2004-01-02 | Sync m197_ext_int() logic with m187_ext_int() logic. | Miod Vallat |
2004-01-02 | Better openings value computation. | Miod Vallat |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat |
2004-01-02 | Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!) | Miod Vallat |
2004-01-02 | The scratch pages used in pmap_zero_page() and pmap_copy_page() being special | Miod Vallat |
2004-01-02 | When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one, | Miod Vallat |
2004-01-01 | Oops, commited from the wrong tree. | Miod Vallat |
2004-01-01 | Let this attach correctly. | Miod Vallat |
2004-01-01 | Add sram on mvme187. | Miod Vallat |
2004-01-01 | Some typos just never die (here controler vs controller). | Miod Vallat |
2003-12-30 | Add support for all six Motorola-supported configurations of MVME376 | Miod Vallat |
2003-12-30 | In pmap_copy_page() and pmap_zero_page(), it is not enough to flush the | Miod Vallat |
2003-12-29 | Since pmap_activate() does a complete user tlb flush, it is not necessary | Miod Vallat |
2003-12-29 | correct probe console printf; miod ok | Theo de Raadt |
2003-12-28 | Crank default data and stack limits, align with m68k values. | Miod Vallat |
2003-12-28 | Having vmel and vmes keep another pointer to their parent in their softc is | Miod Vallat |
2003-12-28 | dma_cachectl() takes a va and computes the pa from it, no need to invoke it | Miod Vallat |
2003-12-28 | More optimizations borrowed from the m68k pmap: | Miod Vallat |
2003-12-27 | Replace the MVME376 driver from a homemade and dusty if_ve driver to | Miod Vallat |
2003-12-27 | Handle odd sizes in d16_bcopy() and d16_bzero(). | Miod Vallat |
2003-12-27 | Do not print vaddr in vme attachments. | Miod Vallat |
2003-12-27 | Basic cleaning and KNF; no functional change. | Miod Vallat |
2003-12-26 | Merge the attachment part and the real work part of the SCSI drivers in | Miod Vallat |
2003-12-25 | Enable vx(4) again - while it still awaits more tests, it can attach without | Miod Vallat |
2003-12-25 | Provide common D16 vmespace block access functions, instead of vs and vx each | Miod Vallat |
2003-12-25 | Remove duplicate ident strings. | Miod Vallat |
2003-12-25 | Disable vx* for now. | Miod Vallat |
2003-12-25 | Floating-point status register exception bits are supposed to be maintained | Miod Vallat |
2003-12-24 | Murphy's law applied to BSD: | Miod Vallat |
2003-12-24 | Since we have real bus error faults, and handle them as such, always treat | Miod Vallat |
2003-12-23 | Data access faults occuring inside copyin() or copyinstr() would get | Miod Vallat |
2003-12-23 | style | Miod Vallat |
2003-12-23 | Simplify the syscall() routines. Also put a really meaningful limit to the | Miod Vallat |
2003-12-22 | Do not play games with the instruction fetch pointers when preserving a | Miod Vallat |
2003-12-22 | Get rid of kvtop() usage in dma_cachectl(). | Miod Vallat |
2003-12-22 | Correctly handle vme attachments which specify a larger ca_len size than | Miod Vallat |
2003-12-21 | -fno-builtin-* finally tested | Marc Espie |
2003-12-21 | Switch db_expr_t from int to long, per consistency with other platforms. | Miod Vallat |
2003-12-19 | Pass -Wformat, and silence a few vme* debug printf. | Miod Vallat |
2003-12-19 | The physical address of a pmap's segment table is only used to compute an | Miod Vallat |
2003-12-19 | When temporarily unlocking a pmap, do not release the spl as well. | Miod Vallat |
2003-12-14 | Replace pmap_testbit/pmap_changebit sequences with a tailor-made pmap_unsetbit | Miod Vallat |
2003-12-14 | Remove unnecessary trunc_page() calls, and change pmap_enter() logic to | Miod Vallat |
2003-12-12 | Provide a better delay() resolution on 188. | Miod Vallat |
2003-12-11 | Oops, forgot to commit this chunk of pcb_t removal. Spotted by deraadt. | Miod Vallat |