Age | Commit message (Expand) | Author |
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-26 | regen | Michael Shalayeff |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff |
2003-09-26 | dmamap_syncing the loaded mbufs is whacky trip per physaddrs | Michael Shalayeff |
2003-09-26 | typos in tlb stats vars' export | Michael Shalayeff |
2003-09-25 | j2x0 do not like our fiddling over th led port; testing by pb@ | Michael Shalayeff |
2003-09-25 | some pcxl2 do not report fpus -- assume it's there | Michael Shalayeff |
2003-09-25 | provide a function to enable accel io on pcxl2 and use it on the fb | Michael Shalayeff |
2003-09-25 | define pcxl2's mioc regs and devise l2 cache size on pcxl2 from there | Michael Shalayeff |
2003-09-25 | a copule more regs present on pcxl2 | Michael Shalayeff |
2003-09-24 | Compile after poll changes... | 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-20 | move the checks after we fixed the hd info. | Federico G. Schwindt |
2003-09-19 | In pmap_changebit(), do not flush tlb entries unless really necessary. | Miod Vallat |
2003-09-19 | Let boot -b return to debugger before invoking the kernels entry point, like | Miod Vallat |
2003-09-19 | - some bios return a valid geometry for inexistent hd's so before | Federico G. Schwindt |
2003-09-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt |
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-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-11 | permit ramdisks to build | Theo de Raadt |
2003-09-11 | support new via c3 AES instruction; written by jason | Theo de Raadt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat |
2003-09-08 | match size of fpreg w/ the save87 structs as figured in discussion w/ jason t... | Michael Shalayeff |
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 | Fix system hangs some i386 machines experienced when booting with the | Kenneth R Westerback |
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 | Fix boot -a, add protected cnpollc(). ok deraadt@ | Dale Rahn |
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-04 | a better cpu identification; testing by miod | Michael Shalayeff |