| Age | Commit message (Expand) | Author |
| 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 |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-08-09 | Do an extra read of the IIR during initialization, just to ack any pending | mycroft |
| 2004-07-04 | Back off the trigger level a little. Testing shows that it's not terribly | mycroft |
| 2004-07-04 | Minor simplification. | mycroft |
| 2004-07-04 | Incorporate 4 changes that have been suggested: | mycroft |
| 2004-05-01 | Rename the COM16650 option to COM_16650, for consistency with other | thorpej |
| 2004-05-01 | Wait just a little longer for console output to finish when we're | thorpej |
| 2004-04-05 | Fix race condition introduced in rev 1.189; after the change, if there is | enami |
| 2004-01-23 | Fix NTP PPSAPI support (enabled with "options PPS_SYNC"): | simonb |
| 2003-11-12 | Use just "type" and not "sc->sc_type" in cominit(). | simonb |
| 2003-11-08 | Make comsoft_callout static; it's not referenced outside this file. | simonb |
| 2003-11-06 | Be consistent with other COM_TYPE_PXA2x0 checks. | simonb |
| 2003-11-06 | White space nit. | simonb |
| 2003-09-03 | Add missing semicolon. | simonb |
| 2003-09-01 | fix debugging printfs | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |