| Age | Commit message (Expand) | Author |
| 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 |
| 2006-06-25 | Add a power hook for the com device. | perry |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-01-08 | Save console baud rate as both the input and output rates. | dsl |
| 2005-12-27 | remove the COM_MPLOCK option. always include the spinlock in the softc | chs |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-06 | Explicitly default the input baud rate (c_ispeed) to the output baud rate (c_... | dsl |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-09-04 | Make COM_DEBUG compile again in the wake of -Wwrite-strings; | kleink |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-06-12 | Revert the part of revision 1.228 that made HW_NO_TXPRELOAD the default: | tls |