| 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 |
| * | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -3/+1 |
| * | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and |  miod | 2010-08-02 | 1 | -75/+19 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -8/+8 |
| * | add USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctl to the uhid(4). |  yuo | 2009-11-23 | 1 | -1/+17 |
| * | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
| * | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | clalloc() can't fail, so there's no need to handle failure cases. |  blambert | 2009-07-19 | 1 | -5/+3 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
| * | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' |  mbalmer | 2007-06-11 | 1 | -8/+8 |
| * | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in |  mbalmer | 2007-06-11 | 1 | -2/+6 |
| * | Remove the definition and use of the USB_GET_SC macro, no binary change. |  mbalmer | 2007-06-11 | 1 | -7/+7 |
| * | More USB cleanup: In usb_port.h, get rid of the sel_klist #define |  mk | 2007-06-11 | 1 | -4/+4 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -6/+6 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -11/+11 |
| * | Last part of FreeBSD/NetBSD sepcific code removal. |  mbalmer | 2007-06-04 | 1 | -20/+1 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -9/+11 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
| * | poll errors should be POLLERR, not some random E value |  tedu | 2006-11-01 | 1 | -2/+2 |
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
| * | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
| * | put "do { } while (0)" wrappers on all the debug maroc functions |  deraadt | 2004-07-08 | 1 | -3/+3 |
| * | kqueue support for various usb devices including: usb, uhid, ugen, |  nate | 2003-06-27 | 1 | -2/+68 |
| * | fix documentation links from netbsd |  nate | 2003-05-19 | 1 | -2/+2 |
| * | sync with NetBSD |  nate | 2002-11-11 | 1 | -4/+18 |
| * | update $NetBSD$ tags |  nate | 2002-07-25 | 1 | -2/+2 |
| * | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -6/+6 |
| * | Please be more portable in usb land |  nate | 2002-07-11 | 1 | -1/+5 |
| * | no provate cdev_decl()s, they are in sys/conf.h now |  mickey | 2002-07-10 | 1 | -3/+1 |
| * | Sync hid stuff including ukbd, ums, and uhid with NetBSD |  nate | 2002-05-09 | 1 | -265/+84 |
| * | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -84/+265 |
| * | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -265/+84 |
| * | prefix structure members to avoid name clashes. |  nate | 2002-05-02 | 1 | -9/+10 |
| * | Synchronize usb code with NetBSD. |  nate | 2001-10-31 | 1 | -5/+7 |
| * | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different |  aaron | 2001-05-03 | 1 | -2/+2 |
| * | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) |  aaron | 2001-01-28 | 1 | -4/+22 |
| * | Sync with NetBSD. Too many changes to mention. For now I have skipped |  aaron | 2000-11-08 | 1 | -59/+21 |
| * | sync with NetBSD... well almost. someone w/ the hw should check umass. |  fgsch | 2000-07-04 | 1 | -2/+2 |
| * | Sync with NetBSD. |  aaron | 2000-04-14 | 1 | -2/+30 |
| * | Sync with NetBSD. USB Ethernet drivers should work now. |  aaron | 2000-03-30 | 1 | -7/+7 |
| * | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the |  aaron | 2000-03-28 | 1 | -15/+19 |
| * | Sync with NetBSD. |  aaron | 2000-03-26 | 1 | -50/+94 |
| * | sync with NetBSD. |  fgsch | 1999-11-07 | 1 | -25/+31 |
| * | Sync with NetBSD. |  fgsch | 1999-09-27 | 1 | -11/+11 |
| * | sync with NetBSD; |  fgsch | 1999-08-31 | 1 | -3/+3 |