Age | Commit message (Expand) | Author |
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis |
2008-04-18 | Halt CPUs upon reboot/halt. | Mark Kettenis |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis |
2008-04-16 | Make sure tickcmpr_set() always writes a time in the future. | Mark Kettenis |
2008-04-15 | Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would | Mark Kettenis |
2008-04-15 | Add support for the Texas Instruments bq4802 real-time clock found on the | Mark Kettenis |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-15 | Fix braino in mgx_loadcmap() invocation. | Miod Vallat |
2008-04-15 | Oops, it's a bit too early for -Wvariable-decl on sparc. | Miod Vallat |
2008-04-14 | Introduce macros to switch to normal and alternate globals and switch to | Mark Kettenis |
2008-04-14 | typo in attachment | Theo de Raadt |
2008-04-13 | Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. | Mark Kettenis |
2008-04-13 | lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-12 | typos | Miod Vallat |
2008-04-12 | Introduce macros to get and set the MMU context ID in asm code and switch to | Mark Kettenis |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-04-12 | Initialize comconsiot in comcninit(). | Mark Kettenis |
2008-04-12 | There are so many reasons why a printf in an ipi is a very bad idea. | Mark Kettenis |
2008-04-10 | Make sun4v_broadcast_ipi() do its job by making a single hypervisor call | Mark Kettenis |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-09 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-08 | For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't | Mark Kettenis |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-04-07 | SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only | Miod Vallat |
2008-04-07 | Simple com@ioc (with interrupt handling disabled until ioc interrupt code is | Miod Vallat |
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat |
2008-04-07 | Regen | Miod Vallat |
2008-04-07 | A first cut at XBow bus support, very minimal, limited to a local bus only; | Miod Vallat |
2008-04-07 | Platform-specific bits for IP30 (Octane). Based on knowledge extracted from | Miod Vallat |
2008-04-07 | Allow for up to 32 memory segments. | Miod Vallat |
2008-04-07 | Add a freelist member to the ARCBios memory information. For now, all ARCBios | Miod Vallat |
2008-04-07 | Add ``guarded'' word read and write routines, to be used by machine-dependent | Miod Vallat |
2008-04-07 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat |
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat |
2008-04-07 | Unclutter machdep.c by moving the IP32-specific initialization code to its | Miod Vallat |
2008-04-07 | Use CCA_CACHED as the default CCA for all cached mappings and addresses. | Miod Vallat |
2008-04-07 | Define the pte cacheability bits from the cpu.h cache coherency constants. | Miod Vallat |
2008-04-07 | Define more cache coherency attributes, as well as R10k space identifiers. | Miod Vallat |
2008-04-07 | In _dmamem_map(), be sure to convert the address from the device view to | Miod Vallat |
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt |
2008-04-06 | SH is not ARM. | Dale Rahn |
2008-04-03 | Use atomic operations to invalidate TSB entries. | Mark Kettenis |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin |