Age | Commit message (Expand) | Author |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-28 | Remove dead code. | Miod Vallat |
2008-07-28 | In process_write_regs() and sigreturn(), be more strict about the bits | Miod Vallat |
2008-07-28 | According to the manual, delay slot kill the benefits of being superscalar, | Miod Vallat |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-10 | Rename pmap_remove_all() to pmap_remove_page(). | Miod Vallat |
2008-05-02 | Check for a disabled FPU before attempting to emulate the instruction. | Miod Vallat |
2008-05-02 | Grab the biglock unconditionnaly when system calls go through systrace; | Miod Vallat |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-01 | typo | Miod Vallat |
2008-02-20 | Preserve pcb_onfault within kcopy(), as expected and as all other platforms do. | Miod Vallat |
2008-02-16 | On these platforms, REDUCEing unconditionnaly a second time is faster and | Miod Vallat |
2008-01-13 | Add a machdep.cputype sysctl, which returns the processor type (0 for 88100, | Miod Vallat |
2007-12-31 | replace ctob/btoc by ptoa/atop as done for other architectures | Martin Reindl |
2007-12-29 | Override SoftFloat's countLeadingZeros32() with a faster, ff1-based, version | Miod Vallat |
2007-12-29 | Had I known we had a kernel version of John Hauser's SoftFloat code, I would | 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 | 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-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 | 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-22 | Make sure we have a real stack when invoking getipl() during exceptions. | Miod Vallat |
2007-12-22 | Move initial PSR initialization to a separate routine, instead of duplicating | Miod Vallat |
2007-12-21 | Change the EF_xxx constants to be real offsets within the trapframe, instead | Miod Vallat |
2007-12-20 | Get rid of disable_interrupt() and have caller use get_psr() and set_psr(); | Miod Vallat |
2007-12-20 | Do not protect this file with _KERNEL; other header files which include it do it | Miod Vallat |
2007-12-20 | Flush the source page before copying in pmap_copy_page(). This should not | Miod Vallat |
2007-12-15 | Since the 88110 can not invalidate a particular tlb entry, do not stack | Miod Vallat |
2007-12-15 | Move the cmmu lock back from 8820x-specific code to global, and use it on | Miod Vallat |
2007-12-12 | Make non-88110 kernels (aviion, luna88k) kernels compile again. | Miod Vallat |
2007-12-09 | I honestly do not remember what 88110 errata convinced me to disable | Miod Vallat |
2007-12-08 | Better siginfo fault codes for floating point exceptions on 88110, with | Miod Vallat |
2007-12-08 | Do not pass a siginfo_t * pointer to the signal handler if no siginfo | Miod Vallat |
2007-12-05 | Make the CPU_88100 and CPU_88110 constants match the architectural number | Miod Vallat |
2007-12-05 | In dma_cachectl(), when flushing line by line, only invoke pmap_extract() | Miod Vallat |
2007-12-05 | xmem can not be used as a reliable atomic operation, they way we do them, | Miod Vallat |
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat |
2007-12-04 | In double_reg_fixup(), do not rely on tf_r[0] being zero. | Miod Vallat |