Age | Commit message (Expand) | Author |
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 |
2003-09-02 | Cleanup and simplify data and instruction fault trap handling for 88100. | Miod Vallat |
2003-09-01 | The most harmful bugs are always so blatant it takes hours to spot them... | Miod Vallat |
2003-09-01 | Be sure to always provide a nonzero number in PREP() and PREP2() for software | Miod Vallat |
2003-09-01 | Prevent userland from invoking BUG system calls, by saving the initial BUG | Miod Vallat |
2003-09-01 | Do not let userland programs enter DDB at will - it's a BAD thing. | Miod Vallat |
2003-09-01 | Correctly map the message buffer. | Miod Vallat |
2003-08-31 | Upon returning from m18*_ext_int(), do not invoke data_access_emulation() | Miod Vallat |
2003-08-30 | Compile kernels with -mno-check-zero-division. Saves two pages, and things | Miod Vallat |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-22 | To workaround an early 88100 models problem, gcc explicitely adds checks for | Miod Vallat |
2003-08-21 | Bounds checking, prevents ioctls to non-existing dart devices from panic'ing | Miod Vallat |
2003-08-21 | Be less verbose in the MVME187 probe, as its CMMU configuration is known | Miod Vallat |
2003-08-21 | Use constants rather than hardcoded values for IPL levels. | Miod Vallat |
2003-08-21 | De-obfuscate get_target(). | Miod Vallat |
2003-08-21 | Put a valid VID signature in the disklabel, as does mvme68k. | Miod Vallat |
2003-08-20 | A bunch of 88110 band-aid: | Miod Vallat |
2003-08-20 | No need to build installboot and the bootblocks at -O0 anymore. | Miod Vallat |
2003-08-20 | Fix the write status test for the 88110 kluge in m88k_protection() [oops] | Miod Vallat |
2003-08-20 | Revert the flust_atc_entry() shortcut if NCPUS == 1 - it will not work on | Miod Vallat |
2003-08-17 | There is no need to assume that the compiler will swap ! and & operator | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-13 | Always force a pipeline flush after a PSR change, not before. How could | Miod Vallat |
2003-08-12 | Get rid of unused code, and KNF/ELF-sanitize the remaining code. | Miod Vallat |
2003-08-12 | Use spltty() instead of rolling our own expanded version. | Miod Vallat |
2003-08-12 | The idle loop is supposed to run with interrupts enabled, and will only | Miod Vallat |
2003-08-11 | Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except for | Miod Vallat |
2003-08-11 | Saving or restoring the process' registers to/from the pcb was using | Miod Vallat |
2003-08-10 | Do not make NBPG visible in assym.h | Miod Vallat |