Age | Commit message (Expand) | Author |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-10-02 | Upon invoking the freshly loaded binary, populate registers via embedded asm | Miod Vallat |
2003-10-02 | Fix some DAE processing logic - the kernel would incorrectly end up retrying | Miod Vallat |
2003-10-02 | Ack external interrupts before reenabling them on 187. | Miod Vallat |
2003-10-02 | Round VM_MAX_KERNEL_ADDRESS to a page boundary. | Miod Vallat |
2003-10-01 | Unused bits. | Miod Vallat |
2003-10-01 | There is no point in chown/chmod outside the install target. | Miod Vallat |
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat |
2003-09-29 | Disable cache on page tables unconditionnaly, not only for MVME188: magically | Miod Vallat |
2003-09-29 | Better use of phys_map_vaddr* (does not matter until we start using more than | Miod Vallat |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-09-28 | Clean various MVME188 related routines, fixing typos and removing unnecessary | Miod Vallat |
2003-09-28 | Clean the MVME188 external interrupts routine, and do not let it loop forever | Miod Vallat |
2003-09-28 | Be less verbose, unless option DEBUG, when the nvram battery is toast. | Miod Vallat |
2003-09-28 | Properly acknowledge MVME188 clock interrupts. | Miod Vallat |
2003-09-28 | Be volatile enough to start the clock on 188. | Miod Vallat |
2003-09-28 | Remove duplicate CMMU address definitions. | Miod Vallat |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat |
2003-09-27 | Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very end | Miod Vallat |
2003-09-26 | Not useful anymore... | Miod Vallat |
2003-09-26 | Death to the bitfields, this time "struct dmt_reg" - and I think that's all. | Miod Vallat |
2003-09-26 | Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In the | Miod Vallat |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-09-26 | Death to bitfields, this time "struct psr". | Miod Vallat |
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-09-20 | Cleanup uses of intstack and interrupt_stack[] - also makes time % in top | Miod Vallat |
2003-09-19 | In pmap_changebit(), do not flush tlb entries unless really necessary. | Miod Vallat |
2003-09-17 | More cleaning of the exception handling code, and collateral damage: | Miod Vallat |
2003-09-16 | Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefully | Miod Vallat |
2003-09-16 | Remove unused material from include files, as well as the annoying U() macro | Miod Vallat |
2003-09-16 | Clean <machine/db_machdep.h> of unused material. Also, let this file be | Miod Vallat |
2003-09-16 | Provide more information about the CPU/CMMU configuration in the dmesg | Miod Vallat |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat |
2003-09-08 | Revert the changes reordering the data access exception processing in the | Miod Vallat |
2003-09-07 | Oops, use the local MVMEPROM_CALL(), rather than the one which used to be | Miod Vallat |
2003-09-07 | The PTE bit used to flag wiring is zeroed behind our back on 88110, so | Miod Vallat |
2003-09-07 | Narrow a conditional in non-88110 area... | Miod Vallat |
2003-09-07 | Get rid of PREP2's SSBR parameter, since it does not have sense for 88110. | Miod Vallat |
2003-09-06 | Large cleaning of exception handling: | Miod Vallat |
2003-09-05 | Never enable interrupts just before processing data exceptions, but rather | Miod Vallat |
2003-09-05 | Do not drop the user into DDB without a really, really good reason. | Miod Vallat |
2003-09-04 | What I blamed on a specific CMMU fault pecularity turned out to be, in fact, | Miod Vallat |
2003-09-03 | I'm walking on very, very thin ice here. Still trying to get the ``special'' | Miod Vallat |
2003-09-03 | Use symbolic constants for pbus fault codes. | Miod Vallat |
2003-09-03 | Be more cautious in the previous fix - we don't want to skip valid data access | Miod Vallat |
2003-09-02 | User mode page faults for page zero require special treatment to prevent | Miod Vallat |
2003-09-02 | There is a weird problems related to interrupts - we need to enable them too | Miod Vallat |
2003-09-02 | just like mvme68k; miod ok | Theo de Raadt |