Age | Commit message (Expand) | Author |
2004-01-14 | Some MC8820x operation cleaning: | Miod Vallat |
2004-01-14 | Remove as many unnecessary includes from the include mess in this file, in | Miod Vallat |
2004-01-14 | Do not expose kernel prototypes to userland. | Miod Vallat |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-13 | Get rid of more unused useless broken invalid constant laughable values. | Miod Vallat |
2004-01-13 | No need to set [di]sar for complete tlb invalidation. | Miod Vallat |
2004-01-13 | Take advantage of the way config(8) works to probe for bugtty last during | Miod Vallat |
2004-01-13 | Get rid of old MID binary compatibility. This has been a lifesaver back when | Miod Vallat |
2004-01-13 | Less pedantic types; helps when userland includes <signal.h> without | Miod Vallat |
2004-01-13 | Let frame_is_sane() be quiet on demand, then fix and enable again frame search. | Miod Vallat |
2004-01-13 | During signal delivery, force the sigframe to be on an 8 byte boundary. | Miod Vallat |
2004-01-13 | UFS -> FFS, /bootsd -> /boot, ufsboot -> boot | Miod Vallat |
2004-01-13 | Always keep the kernel stack on a 8 byte boundary... | Miod Vallat |
2004-01-13 | Dusty, useless files are better found in the Attic. | Miod Vallat |
2004-01-13 | In cpu_switch(), use (almost) savectx() rather than rolling our own version. | Miod Vallat |
2004-01-12 | Use a struct reg in struct sigcontext, rather than an unsorted pot-pourri | Miod Vallat |
2004-01-12 | Shrink the reg structure, for it to only contain registers (eh), and make | Miod Vallat |
2004-01-12 | Nuke a few unused structures and variables. | Miod Vallat |
2004-01-12 | Oops, put back nvram0 for now. | Miod Vallat |
2004-01-12 | Get rid of that ugly m88100_saved_state structure, use trapframe everywhere | Miod Vallat |
2004-01-11 | Mark more code as dependent upon option PTRACE, and slight cleaning while there. | Miod Vallat |
2004-01-09 | Constify trap names, and a few cleanings to the trap() functions. | Miod Vallat |
2004-01-09 | Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again. | Miod Vallat |
2004-01-09 | Do not keep a round-robin list of the previous traps for debug purposes on | Miod Vallat |
2004-01-09 | Do not define new m8820x specific constants for what are common cache and | Miod Vallat |
2004-01-08 | The va for the few pages used for copying/zeroing pages are magic, but only | Miod Vallat |
2004-01-08 | switch_exit() must be invoked at splhigh(), or you race the clock. | Miod Vallat |
2004-01-08 | Some splfoo() have raise-if-lower semantics; so introduce raiseipl() which | Miod Vallat |
2004-01-07 | Revert the pmap machinery to 20031228. The changes made since all produce | Miod Vallat |
2004-01-07 | Constify, remove db_task_name() Mach leftover, and fix an hilarious typo | Miod Vallat |
2004-01-07 | Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_print | Miod Vallat |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat |
2004-01-05 | Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keep | Miod Vallat |
2004-01-04 | In pmap_activate(), be sure to always flush the user tlb, even if we are | Miod Vallat |
2004-01-04 | Thou shall not flush TLBs incorrectly. | Miod Vallat |
2004-01-04 | Working kluge to ``enable'' the on-board SCSI controller on 187 and 197, if | Miod Vallat |
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 |