Age | Commit message (Expand) | Author |
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 |
2011-01-02 | Move away from using fixed-sized descriptors and fill in some missing bits | Mark Kettenis |
2011-01-02 | Use the session ID passed to use by the virtual disk client, and pass back | Mark Kettenis |
2011-01-02 | Declare ourselves to be a virtual disk server during the version negotiation | Mark Kettenis |
2011-01-01 | Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cache | Miod Vallat |
2011-01-01 | Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels. | Miod Vallat |
2011-01-01 | Corretctly return 0xffffffff for the returned LBA if the disk is too large | Mark Kettenis |
2011-01-01 | Implement READ CAPACITY (16). | Mark Kettenis |
2011-01-01 | Move setting cpu_hzticks to the clock initialization function, like | Jasper Lievisse Adriaanse |
2011-01-01 | - ansify | Jasper Lievisse Adriaanse |
2011-01-01 | Fix horribly broken softintr_establish(). The old code was not managing the | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-31 | Handle writethrough mappings (as opposed to writeback) better: | Miod Vallat |
2010-12-31 | Yet another rework of the cache flushing routines. Fixes some bugs, probably | Miod Vallat |
2010-12-31 | Introduce a new cmmu routine, for page writebacks without invalidate. Will be | Miod Vallat |
2010-12-31 | Standardize cache handling functions and defines to use wb/wbinv/inv instead | Miod Vallat |