| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify/refactor the way vendor/product/serial informations are |  landry | 2018-05-01 | 1 | -2/+2 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Add dummy FIOASYNC handler. |  mpi | 2017-09-23 | 1 | -1/+2 |
* | Remove SIGIO support. Base tools do not implement it and ports relying |  mpi | 2017-07-20 | 1 | -26/+1 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -2/+2 |
* | Kill unused ioctl(2)s. |  mpi | 2016-05-24 | 1 | -14/+2 |
* | Convert uiomovei to uiomove. Fixes a few integer truncations along the |  stefan | 2016-03-03 | 1 | -5/+5 |
* | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. |  stefan | 2016-02-28 | 1 | -24/+1 |
* | revert manual additions of hid.h now that usbhid.h brings it in |  jcs | 2016-01-09 | 1 | -3/+1 |
* | Move HID support files out of dev/usb into new dev/hid directory |  jcs | 2016-01-08 | 1 | -2/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -4/+4 |
* | Change uhidev(4) set/get report functions in various way. |  mpi | 2014-12-11 | 1 | -20/+12 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Modify the uhidev_*_report() methods to always take a report ID argument |  mpi | 2014-04-15 | 1 | -4/+6 |
* | Add a temporary hack to let a subdriver claim all the reportIDs of |  mpi | 2014-03-19 | 1 | -5/+4 |
* | Kill matchlvl usage throughout the usb stack. |  pirofti | 2013-11-19 | 1 | -3/+3 |
* | Clean-up the HID environment. |  pirofti | 2013-11-15 | 1 | -29/+12 |
* | 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 |