Age | Commit message (Expand) | Author |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-10 | spaces and tabs, no binary change | Marco Peereboom |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-07-23 | Change the strategy for using the FPU in the kernel. The kernel FPU state | Mark Kettenis |
2010-07-23 | Don't leak the contents of the FPU and SSE registers between processes. | Mark Kettenis |
2010-07-21 | Make sure that the FPU IPIs shoot down the right FPU context and not the FPU | Mark Kettenis |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis |
2010-03-25 | Make the i386 and amd64 bus_dma functions for isa less stupid: | Owain Ainsworth |
2009-10-28 | delete balony comment; ok kettenis | Theo de Raadt |
2009-10-26 | Load %mxcsr when initializing the FPU on machines that support SSE. | Mark Kettenis |
2009-10-03 | Properly handle XMM exceptions instead of panicing the kernel. Fixes the | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2009-01-29 | Only start using the rtc for statclock after we've received the first | Mark Kettenis |
2008-12-11 | Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and | Owain Ainsworth |
2008-12-10 | both x86 platforms isa bus_dma implementations handle bus_dmamap_sync | Owain Ainsworth |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |
2008-11-24 | die die die | Theo de Raadt |
2008-11-23 | pccom can finally die; ok kettenis dlg drahn, tested by okan | Theo de Raadt |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis |
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis |
2008-04-26 | Remove softast; it's no longer used. | Mark Kettenis |
2008-04-25 | Make ipending per-cpu. Should fix PR 5788. | Mark Kettenis |
2008-04-12 | Initialize comconsiot in comcninit(). | Mark Kettenis |
2008-03-29 | Fix amd64 and i386 serial console handling for non-default speeds. Bring | Kenneth R Westerback |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-29 | outdated comment | Theo de Raadt |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-08-01 | switch i386 to use the MI i8253 header file and remove the now obsolete MD | Martin Reindl |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-09 | unused variable | Theo de Raadt |
2007-05-08 | backout while the amd64 puc situation is rethought | Theo de Raadt |
2007-05-08 | move com_activate() to where it belongs | Theo de Raadt |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-12 | Faster signal delivery on i386/MP. | Artur Grabowski |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |