Age | Commit message (Expand) | Author |
2010-01-01 | Make sure we grab the kernel lock before invoking trapsignal(). | Miod Vallat |
2009-12-31 | Implement wrappers for enabling and disabling interrupts. | Joel Sing |
2009-12-31 | Make cpl and cpu_inintr per CPU variables. For locore.S, cpl becomes an | Joel Sing |
2009-12-31 | Add vds(4) and vdsp(4), implementing the vDisk server side protocol. This | Mark Kettenis |
2009-12-31 | Add a few more hypervisor calls. | Mark Kettenis |
2009-12-30 | curcpu()->ci_curpmap added. ok miod@ | Takuya ASADA |
2009-12-29 | Call proc_trampoline_mp() from the process trampoline when compiled for MP. | Joel Sing |
2009-12-29 | Implement MP safe mutexes for hppa. | Joel Sing |
2009-12-29 | Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUs | Joel Sing |
2009-12-29 | Make want_resched a per CPU variable. | Joel Sing |
2009-12-29 | Move hppa to per process AST. | Joel Sing |
2009-12-28 | oops, comment vmt out, it isnt good enough yet. | David Gwynne |
2009-12-28 | We do not need to store a copy of the HP-UX exec structure in the pcb since | Miod Vallat |
2009-12-28 | tweak vmt to work on amd64 as well as i386. like i386, it is still | David Gwynne |
2009-12-28 | Fix compile error caused from previous commit | Takuya ASADA |
2009-12-28 | MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock. | Takuya ASADA |
2009-12-26 | Add support for fragmented messages. | Mark Kettenis |
2009-12-26 | Register an interrupt handler for PCI error conditions (as well as xtalk | Miod Vallat |
2009-12-26 | Remove unused variable. | Mark Kettenis |
2009-12-26 | Get rid of the (unused) ``no accounting'' bus_space_{map,unmap} routines. | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-25 | Pass both the virtual address and the physical address of the memory range | Miod Vallat |
2009-12-25 | Don't bother returning a value in *_InvalidateICache(), as it's supposed to be | Miod Vallat |
2009-12-25 | Do not #include unused <machine/mcontext.h> | Miod Vallat |
2009-12-25 | Implement bus_space_vaddr(). | Miod Vallat |
2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. | Miod Vallat |
2009-12-25 | Fix (currently unused) bus_space_vaddr() return value. | Miod Vallat |
2009-12-25 | No stand subdir to recurse in. | Miod Vallat |
2009-12-23 | - add and enable uthum | Jasper Lievisse Adriaanse |
2009-12-21 | Add uthum(4) to arches I could test it. ok deraadt@. | Matthieu Herrb |
2009-12-21 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-12-20 | compile in utrh | Theo de Raadt |
2009-12-18 | Add lofn(4) and ubsec(4) crypto devices. From Brad. | Joel Sing |
2009-12-18 | More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use by | Joel Sing |
2009-12-16 | zap two more handrolled equivalents of nitems(). | Jasper Lievisse Adriaanse |
2009-12-16 | - use nitems() inside a descriptive macro name | Jasper Lievisse Adriaanse |
2009-12-16 | spelling; from Jacob Meuser | Theo de Raadt |
2009-12-15 | Add vsw(4). | Mark Kettenis |
2009-12-15 | fix some buffer sizes. | Edd Barrett |