Age | Commit message (Expand) | Author |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-02 | Fix typos in comments: soruce -> source | Hans-Joerg Hoexer |
2007-06-21 | Attach interrupt counters to intc interrupt sources too, so that clock | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-26 | tyops | Miod Vallat |
2007-05-20 | Fix KERNBASE, so that profiling kernels initialize (but profiling is broken | Miod Vallat |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-14 | Switch sh to __HAVE_CPUINFO. The least possible effort for now. | Artur Grabowski |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-05 | Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly. | Miod Vallat |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-05 | Disable interrupts around bit operations for propert atomicity against them. | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-05 | Add pmap_prefer() for SH4, from NetBSD; ok drahn@ | Miod Vallat |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-02-26 | FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-11 | typo in comment | Martin Reindl |
2007-02-06 | Define trap #0x81 for cache range flush, will be necessary soon for gcc | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-28 | Implement PT_STEP. | Mark Kettenis |
2006-11-27 | Add PT_STEP. | Mark Kettenis |
2006-11-14 | match other architectures: _spinlock_lock_t is not volatile itself, but | Theo de Raadt |
2006-11-10 | relocations belong in reloc.h | Dale Rahn |
2006-11-10 | Correct order of the bitfields of float and double. Fixes ldexp() (and | Otto Moerbeek |
2006-11-10 | Will be needed at some point. | Dale Rahn |
2006-11-05 | Use TF_SPC instead of hardcoding its value. | Miod Vallat |
2006-11-05 | Some basic fpu trap handling. | Miod Vallat |
2006-11-05 | define the bit that sh4 uses for FPU disable. | Dale Rahn |
2006-11-03 | For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. | Dale Rahn |
2006-11-02 | proper brkpt detection so continue does restart proper | Michael Shalayeff |
2006-10-23 | Add interrupt name, however need to determine if the passed parameter is safe | Dale Rahn |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-14 | ps uses KERNBASE so define it to the correct value (pointed out by miod) | Dale Rahn |
2006-10-11 | tsk, tsk | Dale Rahn |
2006-10-10 | Match the SH4 FPSCR bits. | Miod Vallat |
2006-10-06 | few more files | Michael Shalayeff |
2006-10-06 | Sync with recent disklabel.h changes. Zap dkbad. | Kenneth R Westerback |