Age | Commit message (Expand) | Author |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-18 | its a bit silly to include mbuf.h to get to malloc.h. just include | David Gwynne |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-01-22 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-18 | instead of having every bit of glue set up and attach an identical | David Gwynne |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-13 | Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert. | Mike Belopuhov |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-10 | Remove unsigned comparison < 0. | Brad Smith |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-09 | - use NETGEAR vendor ID for NETGEAR products, not LINKSYS. | Miod Vallat |
2013-04-22 | handle large time_t correctly in debug code | Theo de Raadt |
2013-02-18 | set the wireless interface priority and interfaces to the wlan group | Jonathan Gray |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-09-17 | Fix a truncated DPRINTF. | Miod Vallat |
2011-07-07 | get rid of a debug printf that keeps giving me flase psotives because | Henning Brauer |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-02 | Fix a tyop which could potentially lead to null dereference. | Charles Longeau |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-04 | Off-by-two in the length check for CISTPL_CONFIG tuples. | Miod Vallat |
2010-09-04 | Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of | Miod Vallat |
2010-09-04 | Add support for indirect CIS data (CISTPL_INDIRECT tuple). | Miod Vallat |
2010-09-01 | Failure to attach a pcmcia driver could leave the function to be disabled | Miod Vallat |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-29 | wdcactivate() can go since it is just a wrapper around | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | More killing of PWR_STANDBY. cvs skipped these files | Theo de Raadt |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |