Age | Commit message (Expand) | Author |
2007-07-21 | Add sk(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-21 | another rare device temporarily gets the axe (until some other shrinkage happ... | Theo de Raadt |
2007-07-20 | Make lcd(4) "blink" when machdep.led_blink is set. | Mark Kettenis |
2007-07-20 | Give hppa the blink_led API from sparc64, and the associated machdep.led_blink | Mark Kettenis |
2007-07-20 | Enable lcd(4). | Mark Kettenis |
2007-07-20 | PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4) | Mark Kettenis |
2007-07-20 | Use HPPA_PC_PRIV_USER instead of hardcoded 3. | Mark Kettenis |
2007-07-20 | More code that tests for CPUCLASS_386 that can go away. Pointed out by | Michael Knudsen |
2007-07-20 | Oh, look, code that begins like this: | Michael Knudsen |
2007-07-18 | Prefer ``hit'' cache operations when flushing kernel memory. | Miod Vallat |
2007-07-18 | Do not bother trying to make the tlb handler fit - they are too large | Miod Vallat |
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat |
2007-07-17 | emu(4) works on sgi. | Jacob Meuser |
2007-07-16 | sizeof long double == sizeof double, deal with it; ok kettenis | Jason Wright |
2007-07-16 | Replace bunches of nops with the ITLBNOPFIX macro, which generates fewer | Miod Vallat |
2007-07-16 | On exit from switch_exit(), do not bother saving context and immediately | Miod Vallat |
2007-07-16 | Do not reenabled interrupts when processing a ddb trap, for bad things may | Miod Vallat |
2007-07-16 | Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bits | Miod Vallat |
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis |
2007-07-15 | Add PDC_CHASSIS_INFO and associated structures. | Mark Kettenis |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis |
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat |
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-13 | Do not compile disk_reallymapin() unless it is really needed. | Miod Vallat |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat |
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat |
2007-07-11 | Try reading a native label in the first sector, before trying to find | Miod Vallat |
2007-07-10 | Don't trust the privilige level in the sigcontext passed to sigreturn(2). | Mark Kettenis |
2007-07-10 | Don't brelse() a buf we don't own in readsgilabel() by mistake. | Miod Vallat |
2007-07-09 | change the behaviour of the LED on the O2 so that it's red in user mode | Jasper Lievisse Adriaanse |
2007-07-07 | Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>. | Alexander Yurchenko |
2007-07-06 | Fix a misleading comment. | Artur Grabowski |
2007-07-06 | net80211 growth eats another ethernet driver (which is super rare on laptops) | Theo de Raadt |
2007-07-05 | Report actual faulting address (if we can) instead of the mmu tag word for | Mark Kettenis |
2007-07-05 | Print offset and irq for devices that attach to ssio(4). | Mark Kettenis |
2007-07-05 | Compute the correct address and try and print a matching symbol for j and | Miod Vallat |
2007-07-04 | fix dmesg formatting error when hardware random number generator is present | Chris Kuethe |
2007-07-04 | take skc/sk off main floppy, becuase of net80211 growth | Theo de Raadt |
2007-07-04 | Remove more IPX leftovers. | Marco Pfatschbacher |
2007-07-03 | Mark ukbd(4) as console keyboard when appropriate. | Mark Kettenis |
2007-07-02 | replace two lockmgr lock with rwlocks. | Thordur I. Bjornsson |
2007-07-02 | allow pciide to attach to jmb as well as ahci | David Gwynne |
2007-07-02 | Add arc/jmb/ahci here as well. | Jonathan Gray |
2007-07-02 | enable jmb on all archs that support ahci, so jmicron boards will continue | David Gwynne |
2007-07-01 | In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so that | Miod Vallat |
2007-07-01 | Move more fpe-related stuff in #ifdef ARMFPU blocks. | Miod Vallat |
2007-07-01 | Use mapiodev() instead of mapdev() when applicable. This is just syntactic | Miod Vallat |
2007-07-01 | Perform minimal disklabel setup without needing to do the disklabel_to_sun() | Miod Vallat |
2007-07-01 | Do not define DEBUG unconditionnaly. | Miod Vallat |