Age | Commit message (Expand) | Author |
2007-12-18 | add power(4), a driver for the power button found on SGI O2's. | Jasper Lievisse Adriaanse |
2007-12-18 | Expose the clock address space so that it can be used outside of clock(4). | Joel Sing |
2007-12-14 | Store the ARCBIOS ConsoleOut environment variable so that we can refer to | Joel Sing |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-24 | Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. | Miod Vallat |
2007-10-25 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat |
2007-10-24 | pipleine -> pipeline | Miod Vallat |
2007-10-24 | In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expecting | Miod Vallat |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | Miod Vallat |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-14 | registred -> registered | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-03 | call savectx() in cpu_fork(), so that the new process can take signals | Miod Vallat |
2007-09-03 | Typos from miod. 'requiered' -> 'required' in some comments. | Kenneth R Westerback |
2007-07-18 | Prefer ``hit'' cache operations when flushing kernel memory. | Miod Vallat |
2007-07-18 | bus_dmamem_map() maps with a single segment in directly-translated XKPHYS | Miod Vallat |
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-05 | Compute the correct address and try and print a matching symbol for j and | Miod Vallat |
2007-07-01 | In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so that | Miod Vallat |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-06-20 | Do not hardcode imask[] size when intializing it. | Miod Vallat |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-20 | Protect pool operations with splvm. | Miod Vallat |
2007-06-20 | Make sure IPL_CLOCK blocks device interrupts. | Miod Vallat |
2007-06-18 | this is the sgi disklabel, mips64 is not the same | Theo de Raadt |
2007-06-18 | this is the sgi disksubr, not some mythical "all mips64 architectures can use... | Theo de Raadt |
2007-06-18 | Use a shorter form to load XKPHYS constants in .S code, shaves a few text | Miod Vallat |
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-17 | Eliminate a few straggling 'labelsector' field declarations from | Kenneth R Westerback |
2007-06-17 | Coerce this into compiling. | Miod Vallat |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | Fix label name in writedisklabel(). | Miod Vallat |
2007-06-14 | some spaces in the way | Theo de Raadt |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |