Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Found by Andey Matveev. | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-06-04 | - escape minus sign | Jason McIntyre | |
- occured -> occurred | |||
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵ | Theo de Raadt | |
hid_init(); ok matthieu millert | |||
2003-12-20 | Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@. | Matthieu Herrb | |
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-05-06 | updated URL for USB specification from Leandro Costa | Jason McIntyre | |
new sentence, new line .Pa for URL is clearer | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-09-06 | add shared lib. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
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 | |
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-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2001-12-30 | Rename libusb to libusbhid, a better name, per NetBSD | Peter Valchev | |