Age | Commit message (Expand) | Author |
2007-03-21 | Real atomic_{set,clear}bits_int implementation, ok deraadt | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-11 | Rework the cache handling routines again. We now try to operate on the exact | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2007-01-12 | Change the secondary CMMU's data cache turn on so that do not hog the | Kenji Aoyama |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-18 | On 88100 systems which do not need the xxx.usr instruction workaround, | Miod Vallat |
2006-11-18 | Stop saving and restoring the current ipl in the pcb when switching processes, | Miod Vallat |
2006-11-18 | No need to use xmem when unlocking a simple_lock. | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-05-21 | kvtopte() is not used anymore. | Miod Vallat |
2006-05-20 | Crank VM_MAX_ADDRESS to 4GB minus one page now that pmap will accept it. | Miod Vallat |
2006-05-20 | Make sure pmap copes with address wraparounds when operating on ranges. | Miod Vallat |
2006-05-19 | INTSTACK_SIZE is not used anymore. | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat |
2006-05-07 | Move the userland stack at the top of the userland address space. | Miod Vallat |
2006-05-06 | On 88100-based systems, take the two hardwired BATC into account in | Miod Vallat |
2006-05-04 | Document the 88110 extended (80-bit) floating point format. | Miod Vallat |
2006-05-03 | Overhaul of the disassembler code, with random fixes, better conditionnal | Miod Vallat |
2006-05-02 | Replace db_{disable,enable}_interrupts with expanded version of themselves, | Miod Vallat |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat |
2006-04-15 | nmihand() is mvme88k only, move it out of m88k common area. | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-13 | remove splimp. | Brad Smith |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Fix last change; we need machine/reg.h for struct sigcontext to | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat |
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat |
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat |