Age | Commit message (Expand) | Author |
2007-11-14 | Remove eeprom.h. | Mark Kettenis |
2007-11-14 | Turn the spl* macros into functions. | Thordur I. Bjornsson |
2007-11-14 | do not process requests linked to unused sessions. (crypto_freesession | Markus Friedl |
2007-11-14 | Let ``machine cpu #'' hop to the given cpu. | Miod Vallat |
2007-11-14 | Be consistent in db_cmd_loop_done declaration. | Miod Vallat |
2007-11-13 | Fix printf format string. | Mark Kettenis |
2007-11-13 | Remove bsd_openprom.h. | Mark Kettenis |
2007-11-13 | Expose mace_bus_dma_tag and extend the crimebus extent. This allows the | Joel Sing |
2007-11-13 | Give wscons_machdep.c half a spanking. This allows wsdisplay to compile on | Joel Sing |
2007-11-12 | Restart clock before invoking hardclock() and statclock(), otherwise they | Miod Vallat |
2007-11-12 | Use isa_intr_establish() to establish the SCI interrupt handler; this makes | Mark Kettenis |
2007-11-12 | Split handling of unmaskable vs maskable ipi to make the core simpler, | Miod Vallat |
2007-11-12 | /dev/openprom | Mark Kettenis |
2007-11-12 | fix some problems with lazy fpu context handling: | Todd C. Miller |
2007-11-12 | Select the right GDT entry for interrupt handlers on i386 systems when | Christopher Pascoe |
2007-11-11 | Rework ipi handling to delay acking the maskable ipi interrupt, so that it | Miod Vallat |
2007-11-11 | Give more information in ``machine cpu'' under ddb. | Miod Vallat |
2007-11-11 | Replace next_tick() with simpler C code that I can actually understand. | Mark Kettenis |
2007-11-11 | Add spurious interrupt detection to macebus. This allows for the detection | Joel Sing |
2007-11-11 | Use two software interrupt sources per processor for IPIs, instead of only | Miod Vallat |
2007-11-11 | In dma_cachectl(), flush unconditionnaly on all processors, regardless of the | Miod Vallat |
2007-11-10 | weel -> well | Joel Sing |
2007-11-10 | Activate umbg(4) on macppc. | Marc Balmer |
2007-11-10 | Activate umbg(4) in i386. | Marc Balmer |
2007-11-10 | Remove a fair amount of duplicated code by making cpu_mp_startup call | Mark Kettenis |
2007-11-10 | For single-processor kernels, only match the CPU we're running on. | Mark Kettenis |
2007-11-09 | Be more careful when handling ipis: | Miod Vallat |
2007-11-09 | In dma_cachectl*(), try and perform fewer remote processor operations whenever | Miod Vallat |
2007-11-09 | Do not bother checking for curproc != NULL if we know a trap comes from | Miod Vallat |
2007-11-09 | IPL_xxx values on hp300 are logical values (although some of them happen to | Miod Vallat |
2007-11-09 | Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years. | Miod Vallat |
2007-11-09 | Move splassert_check() from common m68k code to each m68k-based architecture, | Miod Vallat |
2007-11-09 | Fix PSLTOIPL and IPLTOPSL to only use three bits of interrupt mask. | Miod Vallat |
2007-11-09 | On MULTIPROCESSOR kernels, don't forget to grab the kernel lock when | Miod Vallat |
2007-11-09 | Call prom_set_trap_table for secondary CPUs too. | Mark Kettenis |
2007-11-09 | Use the interrupt stack as the initial stack for spinning up secondary CPUs. | Mark Kettenis |
2007-11-06 | Close a race where we might save/drop the fpu state of the wrong process in | Mark Kettenis |
2007-11-06 | ramdisks should have the same behaviour as GENERIC | Theo de Raadt |
2007-11-06 | Keep a pending software interrupts mask per processor, instead of having it | Miod Vallat |
2007-11-06 | Comment out the pmap fine grained locking stuff, it is not necessary for now | Miod Vallat |
2007-11-06 | Be sure to pmap_deactivate() a process during context switches, so that | Miod Vallat |
2007-11-06 | Remove the now unused idle_u, and call the secondary processors startup | Miod Vallat |
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat |
2007-11-05 | I screwed the pooch. Fix the stack offsets. | Tobias Weingartner |
2007-11-05 | Sprinkle a few holy membars around memory writes. | Miod Vallat |
2007-11-05 | fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simpler | Martin Reindl |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-11-04 | replace even more ctob/btoc with ptoa/atop | Martin Reindl |
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov |