| Age | Commit message (Expand) | Author |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-12-16 | add of_getprop_bool and of_getprop_uint32 helpers | jmcneill |
| 2015-12-16 | fix FDT build without openfirm pseudo-device | jmcneill |
| 2015-12-13 | add an addr_shift parameter to of_enter_i2c_devs | jmcneill |
| 2015-12-13 | OF properties are stored in big endian, but the host might not be. Swap | jmcneill |
| 2015-12-12 | Change the meaning of of_compatible return values >= 0. Previously, the | jmcneill |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-09 | support DIOCMWEDGES ioctl | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-25 | Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02 | jdc |
| 2013-09-24 | Add a property "i2c-indirect-config" to allow/disallow i2c indirect config. | jdc |
| 2013-05-16 | sort by name, add OF_quiesce | christos |
| 2013-02-08 | Set the size for EEPROM's that we know about ("i2c-at24c64" is set to 8192). | jdc |
| 2013-02-03 | The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node, | jdc |
| 2012-11-02 | Only create the "i2c-child-devices" property if we actually found any | jdc |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-26 | convert to device_t, cfdata_t and CFATTACH_DECL_NEW. | mrg |
| 2011-06-03 | -CFATTACH_DECL(foo, sizeof(struct device), | matt |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-08-08 | remove an unused variable. | chs |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-28 | Interpret the "reg" property of i2c nodes more liberal, and depending | martin |
| 2010-02-28 | Supporting cast for i2c direct configuration on OF machines | martin |
| 2010-01-21 | fix a ref counting leak | martin |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-11 | add another convenience function - of_get_mode_string() to extract a Sun-like | macallan |
| 2009-05-29 | Pass correct argument to q_to_b(). | rjs |
| 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-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-20 | Correct bungled bcopy() -> memcpy() conversion | cegger |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-07 | Add three new MI functions taken from macppc/autoconf.c: | garbled |
| 2007-10-25 | Add a new convenience function, of_find_firstchild_byname(), and apply | garbled |