Age | Commit message (Expand) | Author |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-16 | revert previous, it was hardly tested and is causing too many issues too clos... | Jasper Lievisse Adriaanse |
2012-07-12 | add support to get signed/unsigned HID data | Yojiro Uo |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo |
2012-02-19 | Fix return value documentation errors in usbhid(3). | Stefan Sperling |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2009-07-24 | From NetBSD rev 1.5 | Jonathan Gray |
2009-07-24 | Global Item #3 should be Physical Minimum not Maximum according | Jonathan Gray |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | remove some bogus *p from charles longeau | Ted Unangst |
2006-10-27 | actually the format strings do come from the usb_hid_usages file; | Theo de Raadt |
2006-03-30 | Fix a bzero() misuse; ok otto@ deraadt@ | Patrick Latifi |
2006-03-21 | - plug memleak when handling reallocation failure in hid_start() | Jared Yanovich |
2006-03-18 | Plug a memleak | David Hill |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-10-12 | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; | Jason McIntyre |
2005-02-10 | Fix a realloc() failure bug introduced in previous version. | Matthieu Herrb |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-04 | - escape minus sign | Jason McIntyre |
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of hi... | Theo de Raadt |
2003-12-20 | Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@. | Matthieu Herrb |
2003-05-24 | - typos; | Jason McIntyre |
2003-05-06 | updated URL for USB specification from Leandro Costa | Jason McIntyre |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-09-06 | add shared lib. | Brad Smith |
2002-06-19 | use more snprintf | Theo de Raadt |
2002-06-11 | strike newline from err(3) functions; ok nate@ | Jason Peel |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2001-12-30 | Rename libusb to libusbhid, a better name, per NetBSD | Peter Valchev |