Age | Commit message (Expand) | Author |
2011-01-14 | Halt secondary CPUs when shutting down or rebooting. This should prevent | Joel Sing |
2011-01-14 | Implement a function to broadcast IPIs to all running CPUs. | Joel Sing |
2011-01-14 | Provide an IPI to halt a CPU. | Joel Sing |
2011-01-13 | if the BIOS tells us to suspend at the same time that we notice a lid | Theo de Raadt |
2011-01-13 | move to 4.9-current | Theo de Raadt |
2011-01-13 | Fix link edition without 'option SUN4V'. ok kettenis@ | Matthieu Herrb |
2011-01-13 | Spin forever when waiting for completion of an FPU shootdown instead of | Mark Kettenis |
2011-01-13 | set lkm_end to the end of the jumpable virtual space; tested by me and marco | Mike Belopuhov |
2011-01-12 | Add crypto(4) and hifn(4). | Mark Kettenis |
2011-01-12 | Provide a specific rw_cas() function for MP kernels; stolen from m88k. | Mark Kettenis |
2011-01-12 | Make __cpu_simple_lock implementation actually work. | Mark Kettenis |
2011-01-12 | use explicit_bzero() for the session, in drivers where struct session | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-10 | Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic... | Mark Kettenis |
2011-01-09 | Check in resettodr() if inittodr() has been called, otherwise we end up | Jasper Lievisse Adriaanse |
2011-01-09 | Only use memory mapped extended PCIe config space access for the busses | Mark Kettenis |
2011-01-08 | forward decl struct proc | Theo de Raadt |
2011-01-08 | rename imask[] to cpu_imask[] to because imask is too loud as far as | Theo de Raadt |
2011-01-08 | The Ubiquiti WiFiStation EXT works on the Sun Blade 1500. | Damien Bergamini |
2011-01-07 | do not special case ep0 at pci/eisa. ep* will be fine. We should not | Theo de Raadt |
2011-01-07 | increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis. | Ted Unangst |
2011-01-07 | Detect wether a disk image is an ISO image and set the media type to | Mark Kettenis |
2011-01-07 | Fix malloc(9) call with swapped type and flags arguments. | Mark Kettenis |
2011-01-06 | Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabel | Mark Kettenis |
2011-01-06 | Solaris insists on getting the right sequence numbers in DRING_DATA messages | Mark Kettenis |
2011-01-06 | enable athn at uhub | Damien Bergamini |
2011-01-05 | Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever, | Miod Vallat |
2011-01-05 | Minor optimizations: | Miod Vallat |
2011-01-05 | Make copypage() and zeropage() per-cpu function pointers, and use a | Miod Vallat |
2011-01-05 | Now that pmap_copy_page() no longer needs to flush a couple contiguous tlb | Miod Vallat |
2011-01-05 | - remove unused headers wrapped in #if defined(DDB) | Jasper Lievisse Adriaanse |
2011-01-04 | Support machdep.lidsuspend support in apm(4) land, at least on thinkpads | Theo de Raadt |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2011-01-04 | Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map() | Miod Vallat |
2011-01-04 | Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache() | Miod Vallat |
2011-01-04 | It is actually possible to run CoolThreads servers with a graphics console, | Mark Kettenis |
2011-01-04 | XVR-300 is boring. For starters it has a very dull looking OpenPROM logo. | Mark Kettenis |
2011-01-04 | - de-register. no binary change. | Jasper Lievisse Adriaanse |
2011-01-03 | remove unused file | Alexandr Shadchin |
2011-01-03 | Rework backtrace code, and try to cope with variadic functions better | Miod Vallat |
2011-01-02 | More changes to pacify the Solaris virtual disk client. Implement | Mark Kettenis |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2011-01-02 | Figure out how much L2 cache is available on 88410-blessed designs, and | Miod Vallat |
2011-01-02 | Enable udl(4) on hppa, together with rasops and rawkbd for Xorg. | Matthieu Herrb |
2011-01-02 | Kill pmap_table_t typedef. | Miod Vallat |
2011-01-02 | Fix dump to work with PMAP_DIRECT, as done on mvme88k. | Miod Vallat |
2011-01-02 | Only store bus/dev/func numbers when the corresponding pointer argument | Jasper Lievisse Adriaanse |
2011-01-02 | - move resettodr and inittodr to clock.c, like the other clock related functions | Jasper Lievisse Adriaanse |
2011-01-02 | We need db_machdep.h even when TRAPDEBUG is enabled. | Joel Sing |
2011-01-02 | Include files.bluetooth so that hppa64 compiles. | Joel Sing |