Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-04 | Check for the correct ioctl failure case and reflect that | Jonathan Gray | |
in the return code of getdevicedesc in which it is called. ok yuo@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-03-17 | "usage:" is lowercase; while here, KNF | Igor Sobrado | |
ok jmc@ | |||
2008-02-25 | uninitialized variable needs zero'ing, ok kettenis | Theo de Raadt | |
2008-01-19 | some usb devices stale (getstring: ioctl: Input/output error) if a | Marc Winiger | |
string is requested with language id 0, so we get the language table first and use the language id from there ok mglocker@ | |||
2007-12-04 | allow the usb serial number to be printed in verbose mode. this is | Chris Kuethe | |
useful for people writing custom hotplugd(8) scripts, as well as ipod users. ok deraadt | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2004-04-03 | - correct SYNOPSIS | Jason McIntyre | |
- sync usage() - some small tweaks | |||
2004-01-19 | knf | Theo de Raadt | |
2003-07-08 | Update to work with new kernel changes | Nathan Binkert | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert | |
This adds the new program usbhidaction which can be used to assign actions to events that occur on a uhid device. For example, you can now make the volume buttons on some newer keyboards actually do something. | |||
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-17 | Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005 | Michael Shalayeff | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2000-10-14 | Capitalization. | Aaron Campbell | |
2000-02-04 | Ox version error. deraadt@ | Jakob Schlyter | |
2000-02-03 | usbdevs (from NetBSD). OK deraadt@ fgsch@ | Jakob Schlyter | |