summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/usage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* malloc(n * m) -> calloc(n, m); ok espiederaadt2007-09-031-2/+2
* remove some bogus *p from charles longeautedu2007-03-201-2/+2
* actually the format strings do come from the usb_hid_usages file;deraadt2006-10-271-2/+2
* Fix a bzero() misuse; ok otto@ deraadt@pat2006-03-301-2/+3
* - plug memleak when handling reallocation failure in hid_start()jaredy2006-03-211-9/+13
* Plug a memleakdhill2006-03-181-2/+2
* Fix a realloc() failure bug introduced in previous version.matthieu2005-02-101-2/+2
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-041-44/+91
* Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@.matthieu2003-12-201-4/+4
* use more snprintfderaadt2002-06-191-3/+3
* strike newline from err(3) functions; ok nate@jsyn2002-06-111-5/+5
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-101-6/+7
* Rename libusb to libusbhid, a better name, per NetBSDpvalchev2001-12-301-0/+233