Age | Commit message (Expand) | Author |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-12-27 | KNF, no functional change | Marco Peereboom |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson |
2007-12-26 | Since no cache flush/inval operation will occur before we enable D$, and | Miod Vallat |
2007-12-26 | Remove the last debug bit from the PSR on 88110: do not force memory accesses | Miod Vallat |
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis |
2007-12-26 | Honour the rounding mode in fpu_ftoi(). | Miod Vallat |
2007-12-26 | First try at getting the interval bits filled in fcmp{,u} results. | Miod Vallat |
2007-12-26 | Fix FPU_SET_CARRY() | Miod Vallat |
2007-12-26 | Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT) | Miod Vallat |
2007-12-25 | Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB of | Miod Vallat |
2007-12-25 | Tell 197SP and 197DP apart in MULTIPROCESSOR kernels. | Miod Vallat |
2007-12-25 | Increase timeout on the processor bus when running without snooping enabled. | Miod Vallat |
2007-12-25 | Some cosmetic code reorg to make things a bit more textually | Kenneth R Westerback |
2007-12-25 | A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat. | Miod Vallat |
2007-12-25 | Zero / Num should return a zero with the same sign as the divider. | Miod Vallat |
2007-12-25 | Accept valid forms of double-precision fmul/fadd/fsub/fdiv and reject invalid | Miod Vallat |
2007-12-25 | Pull from master repo: | Stefan Kempf |
2007-12-25 | Missing pointer initialization for int/nint/trnc exceptions. | Miod Vallat |
2007-12-25 | Never write boolean expressions which do not fit in one line, after midnight. | Miod Vallat |
2007-12-25 | Do not make struct pmap visible unless _KERNEL. | Miod Vallat |
2007-12-25 | Restart the m88110 floating-point trap code from scratch, basing it on the | Miod Vallat |
2007-12-24 | Teach as(1) about %gl on sparc64. | Mark Kettenis |
2007-12-24 | Use zero_partitions() to implement the '-E' command 'd *', as it | Kenneth R Westerback |
2007-12-24 | alwais unmap i/o space in it_match | Oleg Safiullin |
2007-12-24 | bool -> int | Otto Moerbeek |
2007-12-24 | some fixes from Girish Venkatachalam; as far as i can see, otto has already | Jason McIntyre |
2007-12-23 | log a warning one time when we can't open or write the drift file; | Kevin Steves |
2007-12-23 | {dip,DIP-} -> DIP; now they're all the same... | Jason McIntyre |
2007-12-23 | +.Xr isa 4 , | Jason McIntyre |
2007-12-23 | for "fixed-address", note that no lease is generated; after some | Jason McIntyre |
2007-12-23 | remove double word in comment; | Jason McIntyre |
2007-12-23 | In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text and | Mark Kettenis |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer |
2007-12-23 | remove some unused #defines; ok henning@ | Kevin Steves |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin |
2007-12-23 | use sizeof where needed | Theo de Raadt |
2007-12-23 | use timer_running (with left = NULL, which the last commit made possible) | Henning Brauer |
2007-12-23 | make all timer_get() callers (except timer_set which will need | Henning Brauer |
2007-12-23 | Setting p_fstype to the number of free sectors can't be right. Instead, set | Kenneth R Westerback |
2007-12-23 | Remove DMMU_MISS_2; it's identical to DMMU_MISS. | Mark Kettenis |
2007-12-23 | pmap_steal_memory() returns vaddr_t. | Joel Sing |
2007-12-23 | protect the disk statistics with a mutex. | David Gwynne |
2007-12-23 | increase the marker buffers, they are not big enough for hg merge | Ted Unangst |
2007-12-22 | remove an obsolete comment art spotted | Ted Unangst |
2007-12-22 | Sync with main repo. | Stefan Kempf |
2007-12-22 | Make sure we have a real stack when invoking getipl() during exceptions. | Miod Vallat |