Age | Commit message (Expand) | Author |
2007-04-27 | Disable interrupts around bit operations; ok deraadt@ | Miod Vallat |
2007-04-27 | Enable interrupts during syscall processing. Need to verify if the | Dale Rahn |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-27 | remove duplicate defines. | David Gwynne |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | Handle AltiVec Assist exceptions. Fixes a panic when running crashme. | Mark Kettenis |
2007-04-26 | Proper atomic_{set,clear}bits_{int,long} implementation, and use it for | Miod Vallat |
2007-04-26 | ack the power switch interrupt even if machdep.kbdreset is not set | Martin Reindl |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |
2007-04-26 | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in | Artur Grabowski |
2007-04-26 | Add a setperf mechanism for ich speedstep controlled by SMI on certain | Gordon Willem Klok |
2007-04-26 | enable tht so it is more available for testing. | David Gwynne |
2007-04-25 | grow ramdisk mr.fs size, it is needed | Theo de Raadt |
2007-04-25 | Yet another case that forgot to set the time. | Artur Grabowski |
2007-04-25 | Set the time even when the clock chip is bad. | Artur Grabowski |
2007-04-25 | Same change as i386, use the number of states to calculate performance | Gordon Willem Klok |
2007-04-24 | Tell init(8) to power down machine instead of just halting it. | Mark Kettenis |
2007-04-24 | do not printf+panic, when a longer panic message is easier; kettenis ok | Theo de Raadt |
2007-04-24 | Make power(4) map registers in io space if mem space fails. | Mark Kettenis |
2007-04-24 | Choose the state for a request performance level based on calculations | Gordon Willem Klok |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-04-24 | exeption -> exception | Miod Vallat |
2007-04-24 | Firmware lies! Switching from LEVEL to EDGE triggered interrupt prevents | Gordon Willem Klok |
2007-04-24 | apic_address should be 32 bits, rather than paddr_t; prepares us for | Tom Cosgrove |
2007-04-24 | Use the physical address we have stored for the page directory rather | Tom Cosgrove |
2007-04-23 | rename drivers with numbers in them; ok gwk drahn | Theo de Raadt |
2007-04-23 | iqg -> irq | Gordon Willem Klok |
2007-04-23 | Switch alpha to timecounters. | Artur Grabowski |
2007-04-22 | better interrupt names for vmstat -iz; ok miod gwk | Theo de Raadt |
2007-04-22 | Add sysbutton a driver for the 'System identifier' button found on the | Gordon Willem Klok |
2007-04-22 | - Use pmap_get_page and pmap_free_page to manage memory allocations | Artur Grabowski |
2007-04-22 | rename a very long driver name to something shorter, and more clear | Theo de Raadt |
2007-04-22 | Switch the vax pmap to __HAVE_VM_PAGE_MD. | Miod Vallat |
2007-04-22 | ahci works on sparc64. wish the teeny teeny tiny jmicron sample i have | Theo de Raadt |
2007-04-21 | fix generic soft interrupts; improve establishing and disestablishing of | Martin Reindl |
2007-04-21 | oops | Theo de Raadt |
2007-04-21 | Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or | Gordon Willem Klok |
2007-04-21 | do not ignore linker failures; ok miod | Theo de Raadt |
2007-04-21 | No more vtophys() on arm. | Miod Vallat |
2007-04-21 | developers keep killing ramdisk drivers | Theo de Raadt |
2007-04-21 | Fix the rcs tags. | Gordon Willem Klok |
2007-04-21 | Add blinkenlights(4) a driver to control the 16 leds found on the front | Gordon Willem Klok |
2007-04-21 | Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now, | Artur Grabowski |
2007-04-20 | Remove leftover trapwrite() prototype from... 80386 support. | Miod Vallat |
2007-04-20 | Segment tables are integral multiples of the page size in LP64 mode, so | Miod Vallat |