| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | - use usb_lookup() instead of handrolled macro. |  jasper | 2010-12-17 | 1 | -15/+5 |
| * | a couple unchecked if_detach() in detach routines that were missed |  jakemsr | 2010-12-06 | 1 | -2/+3 |
| * | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -7/+5 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | Return ENOTTY for unknown ioctl's. |  brad | 2008-10-03 | 1 | -3/+2 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | remove unneeded malloc.h include. |  fgsch | 2007-09-17 | 1 | -2/+1 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Remove the definition and usage of the IF_INPUT macro which was defined |  mbalmer | 2007-06-13 | 1 | -2/+2 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -44/+44 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Remove definitions and usage of usb_callout and related macros. These macros |  mbalmer | 2007-06-10 | 1 | -2/+2 |
| * | Remove the definition and use of if_deactivate(). It was defined empty and |  mbalmer | 2007-06-09 | 1 | -3/+1 |
| * | Mechanical removal of USBBASEDEVICE. No binary change. |  mk | 2007-06-06 | 1 | -2/+2 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -33/+33 |
| * | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor |  mbalmer | 2007-06-01 | 1 | -20/+1 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -15/+16 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
| * | Remove _KERNEL_OPT leftovers. |  miod | 2007-02-11 | 1 | -7/+1 |
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+1 |
| * | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -5/+3 |
| * | Remove last NRND NetBSDisms from tree. |  krw | 2006-03-07 | 1 | -17/+1 |
| * | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in |  brad | 2006-01-29 | 1 | -4/+4 |
| * | Remove redundant calls to bpfdetach. |  canacar | 2006-01-04 | 1 | -4/+1 |
| * | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |
| * | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. |  brad | 2005-07-02 | 1 | -3/+2 |
| * | remove netns crud. |  henning | 2005-06-08 | 1 | -21/+1 |
| * | strncpy->strlcpy |  grange | 2004-11-10 | 1 | -2/+2 |
| * | put "do { } while (0)" wrappers on all the debug maroc functions |  deraadt | 2004-07-08 | 1 | -3/+3 |
| * | Set devclass to DV_IFNET for all USB network drivers. |  cedric | 2003-12-15 | 1 | -2/+2 |
| * | string cleanup; nate ok |  deraadt | 2003-05-07 | 1 | -2/+2 |
| * | remove the altq classifier code which is replaced by pf and no longer used. |  kjc | 2003-01-07 | 1 | -9/+2 |
| * | Make code more portable |  nate | 2002-07-29 | 1 | -17/+8 |
| * | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -4/+4 |
| * | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know |  itojun | 2002-06-30 | 1 | -1/+2 |
| * | Kill __FUNCTION__. |  espie | 2002-06-26 | 1 | -19/+19 |
| * | use IF_INPUT macro for us as well. |  fgsch | 2002-06-07 | 1 | -2/+2 |
| * | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -11/+17 |
| * | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -17/+11 |
| * | sync with KAME |  kjc | 2002-03-12 | 1 | -11/+21 |
| * | Synchronize usb code with NetBSD. |  nate | 2001-10-31 | 1 | -10/+10 |
| * | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. |  itojun | 2001-06-15 | 1 | -2/+1 |
| * | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok |  mickey | 2001-02-20 | 1 | -3/+1 |
| * | Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD. |  aaron | 2001-01-28 | 1 | -0/+1116 |