| Age | Commit message (Expand) | Author |
| 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 |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-17 | Correct the order of the arguments to disk_init(). | he |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-08 | Fix more caddr_t -> void * lossage | matt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-28 | enable ioctl(OFIOCSET) so eeprom can actually change PROM settings on | macallan |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-20 | Unify the declaration of OF_interpret() between sparc{,64} and macppc | he |