| Age | Commit message (Expand) | Author |
| 2019-01-24 | Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. | knakahara |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-16 | apply __diagused where appropriate. | mrg |
| 2013-05-27 | Split IrDA SIR part for other SIR device. | kiyohara |
| 2011-07-26 | convert to device_t, cfdata_t and CFATTACH_DECL_NEW. | mrg |
| 2010-12-29 | module needs to devsw_attach/devsw_detach | jmcneill |
| 2010-12-28 | add "ir" and "cir" modules | jmcneill |
| 2009-12-06 | Delete unnecessary device-activation hooks. | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-01-11 | Avoid crash under LOCKDEBUG by destroying a mutex correctly. | mlelstv |
| 2009-01-11 | Register with pmf. | mlelstv |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-10-10 | Make cirpoll work. | jmcneill |
| 2008-10-10 | cirkqfilter is not implemented, so remove any references to it so this | jmcneill |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-06-10 | device_private(device_lookup()) -> device_lookup_private() | cegger |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-14 | Split device_t and softc for irframe(4). | cube |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-08 | In the pseudo-dev attach function, also try to register the struct cfdriver | drochner |
| 2007-03-06 | clean up and fix irframe attachment as a line discipline: | drochner |
| 2007-03-06 | irframe is no interface attribute, so remove the "{}" | drochner |
| 2007-03-05 | replace the code which digs in the guts of autoconf. It is not obvious | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-10 | Complete initialiser, avoid returning stack content as an error code and... | cube |
| 2007-01-09 | Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allows | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-07 | Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes). | peter |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-08-30 | fix incomplete initializer. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-09 | stack police: Fix the biggest offender with ~4K stack, by allocating the | christos |
| 2006-05-14 | integrate kauth. | elad |