| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-09 | To print bus_addr_t value, cast it to u_long rather than size_t. | tsutsui |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-06 | Delete dead code. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-12 | Remove some dead code. | dyoung |
| 2009-11-12 | Move the code in com_activate() to com_detach(), where it always | dyoung |
| 2009-05-06 | add KASSERT to identify when PR kern/40734 happens again. | cegger |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-10-25 | Simplify NOERS case. Revert most changes back to 1.283. | matt |
| 2008-10-25 | Fix a botch in an FIFO check for 16650. | tsutsui |
| 2008-10-25 | Replace a "type" with "sc->sc_type" to make this build again for cobalt | he |
| 2008-10-24 | Add support for 16550 chips without an Enhanced Register Set. | matt |
| 2008-07-14 | Remove OMAP gunk in com_activate, it's not needed. | matt |
| 2008-04-28 | More forgotten changes from matt-armv6. | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-04-11 | If it's a high speed, trim the trigger level down to prevent overflows, | tsutsui |
| 2008-03-14 | Fix compilation under options RND_COM and COM_DEBUG. | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-07 | In com_detach(), don't destroy the lock twice. | dyoung |
| 2008-03-07 | Use device_t and its accessors. | dyoung |
| 2008-02-29 | Use pmf_device_register1() instead of shutdownhook_establish() to | dyoung |
| 2008-01-28 | Do not allow the system console to detach, because that will lead | dyoung |
| 2008-01-24 | Destroy mutex when detaching. PR kern/37819. | ad |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-05 | Work around com hangs with pcmcia. PR kern/37462. | ad |
| 2007-12-14 | Add a resume handler for com@isa, using Jared McNeill's suggested | dyoung |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-17 | Reapply rev 1.262 and add a comment about it. | ad |
| 2007-10-08 | Merge from vmlocking: use mutexes and the softint API. | ad |
| 2007-08-16 | Remove all locking from com_enable_debugport() - it is either called at | martin |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-10 | Make COM_HAYESP compile again. It assumes no register mapping is needed. | cube |
| 2006-12-10 | aprint_naive("\n") to terminate "Found" line for quiet boot. | uwe |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-08 | fix a GCC uninitialised variable warning only seen at -O3. | mrg |
| 2006-07-22 | oops, no 'p' here. from xtraeme@. | elad |
| 2006-07-22 | don't call kauth_authorize_generic() when holding a lock, from yamt@. | elad |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-06-25 | Make sure that a powerhook was successfully established before trying to | jmcneill |