Age | Commit message (Expand) | Author |
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 |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis |
2006-10-18 | Short-circuit the detection of the FPU by checking the CPUID features, | Tom Cosgrove |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff |
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-15 | make the clock error calculation match dev/ic/com.c so that things with, | Jason Wright |
2006-05-28 | remove sc_ic member from struct com_softc as it is not used anywhere | Felix Kronlage |
2006-05-09 | Avoid estimating pentium_mhz too low, which has the effect of resulting | Otto Moerbeek |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop... | Michael Shalayeff |
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat |
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops by... | Michael Shalayeff |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell |
2005-11-24 | repair indent that cvs has scrwed make it extra confusing | Michael Shalayeff |
2005-11-23 | prioritise <16m memory for isa bus_dma'ble memorble memory allocations | Michael Shalayeff |
2005-11-23 | resolve a couple of problems in mpbios-mapped interrupts: | Michael Shalayeff |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat |
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff |
2005-01-07 | Fix profiled kernel builds on i386 by moving splraise/splx code into macros | Christopher Pascoe |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-11-29 | plug memory leaks on error | Patrick Latifi |
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis |
2004-08-01 | Fold in relevant bits of the most recent two updates from | Kenneth R Westerback |
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis |