| Age | Commit message (Expand) | Author |
| 2012-12-15 | drop trailing whitespace. | jakllsch |
| 2012-12-15 | Sometimes the device disappears out from under us and device_lookup_private() | jakllsch |
| 2012-10-17 | Don't rely on TS_BUSY to determine wether there is a buffer | mlelstv |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-14 | Stopgap XXX kludge for PR kern/42848 and PR kern/45013. | jakllsch |
| 2012-01-14 | Don't notify about zero length reads without UCOM_DEBUG && ucomdebug > 0. | jakllsch |
| 2012-01-14 | In ucompoll() also bail out if we don't have a valid softc. | jakllsch |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-12-19 | It's tp->t_dev, not tp->tp_dev. Corrects commit prior to previous. | jakllsch |
| 2011-12-19 | const-ify struct ucom_methods pointer within ucom(4). | jakllsch |
| 2011-12-19 | Make commented-out code in ucomstop() compilable. | jakllsch |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-11-30 | don't clear TS_BUSY in ucomclose(). | bsh |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-10-01 | remove debugging statements that have no chance of working (they crash) | christos |
| 2010-02-20 | printf -> aprint_normal to avoid empty linefeeds and partial messages | pooka |
| 2010-01-06 | Optimize for higher speeds, e.g. when used as part of a 3G modem. | martin |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-07-30 | typo in comment. | skrll |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2009-01-11 | make this compile | cegger |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-12-30 | Add pmf register/deregister to ucom and ugensa. (Addtionally, let a | smb |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-12 | Call ttwakeup() with tty_lock held. | ad |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 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-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-07-12 | Assert RTS on open. Fixes PR kern/33929. | gson |
| 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-23 | Remove duplicated "portno %d" from the attach message. | itohy |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-18 | Handle DCD differently so it's not always asserted. From kern/30268 from | augustss |
| 2004-09-13 | a round of autoconf cleanup: | drochner |