Age | Commit message (Expand) | Author |
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis |
2007-10-16 | Another cpu_switchto() leftover. | Mark Kettenis |
2007-10-15 | Skip non-SPD EEPROMs. | Mark Kettenis |
2007-10-15 | catch privileged actions as well; hint from miod@ | Federico G. Schwindt |
2007-10-14 | Don't bail out after finding the first cpu. | Mark Kettenis |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | prepare for the future | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | enable spdmem where it matters | Theo de Raadt |
2007-10-08 | Don't skip EEPROMs in ofw i2c scan, | Jonathan Gray |
2007-10-02 | Fiddle Sun traditional disklabel recognition to eliminate union and | Kenneth R Westerback |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-30 | Move intrpending array into 'struct cpu_info'. | Mark Kettenis |
2007-09-22 | Add kernel locking. | Mark Kettenis |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-19 | On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitions | Marc Aurele La France |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-10 | Missing $OpenBSD$ tag. | Mark Kettenis |
2007-09-10 | IPI implementation. Bits and pieces from NetBSD, but the interface has been | Mark Kettenis |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-09-09 | Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.c | Mark Kettenis |
2007-09-09 | Remove some more goo left over from sparc. | Mark Kettenis |
2007-09-09 | Make handled_intr_level per-cpu. | Mark Kettenis |
2007-09-09 | uchcom(4) has been verified to work by djm@, so add it to all | Jonathan Gray |
2007-09-08 | Add prom functions to start secondary CPUs. | Mark Kettenis |
2007-09-08 | Make the ast on sparc64 per-process instead of global. Necessary to make | Mark Kettenis |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-09-04 | UltraSPARC CPUs always have an on-chip FPU. There really is no need to have | Mark Kettenis |
2007-09-03 | Fix a few interrupt dispatch/receive register definitions. | Mark Kettenis |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |
2007-08-25 | Real mutexes for sparc64. Some comments from henric@ and claudio@. | Mark Kettenis |
2007-08-25 | Print a bit more information in the safari interrupt handler. Get rid of | Mark Kettenis |
2007-08-25 | Fix printing of more than 2G of memory. | Mark Kettenis |
2007-08-25 | Real mutexes for sparc64. Some comments from henric@ and claudio@. | Mark Kettenis |
2007-08-21 | Remove two out-of-date comments. | Mark Kettenis |
2007-08-21 | Do not repeat device name in failure message printed during attachment. | Mark Kettenis |
2007-08-15 | Kernel stacks can live beyond EINTSTACK now. | Mark Kettenis |
2007-08-10 | Be more careful when asking for the next property. help and ok kettenis@. | Federico G. Schwindt |
2007-08-07 | Add "dma" and "ledma" as busses that potentially have the root device on them. | Mark Kettenis |
2007-08-04 | Enable CardBus bus support, and add ne(4). | Mark Kettenis |
2007-08-04 | rbus for sparc64 | Mark Kettenis |
2007-08-04 | Add sparc_bus_addr member to struct sparc_bus_space_tag. This function maps | Mark Kettenis |
2007-08-04 | Add missing pci_intr_line() implementation. | Mark Kettenis |