| Age | Commit message (Expand) | Author |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-03-27 | Add a disk ioctl DIOCRMWEDGES to remove all wedges of a given disk | martin |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-08 | workaround a problem with the pegasos firmware interface: | mrg |
| 2018-09-26 | Set "i2c-indirect-config" to false in the right place so that iic(4) | jakllsch |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-23 | Add of_getprop_uint64 | jmcneill |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-26 | In of_enter_i2c_devs(), we no longer need to set a "size" property | thorpej |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2017-07-03 | Add of_match_compat_data. | jmcneill |
| 2017-06-30 | Add of_search_compatible, which searches an array of compat_data structures | jmcneill |
| 2017-04-30 | Rename of_getprop_bool to of_hasprop and make of_getprop_bool an alias. | jmcneill |
| 2017-03-25 | Virtio block devices may have a "scsi" device_type instead of "block", | martin |
| 2017-03-10 | attach display devices first so we see more kernel output on shark | macallan |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-10-02 | MFREE -> m_free | christos |
| 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 |