index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libusbhid
/
usage.c
Age
Commit message (
Expand
)
Author
2011-04-06
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2007-09-03
malloc(n * m) -> calloc(n, m); ok espie
Theo de Raadt
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-02-10
Fix a realloc() failure bug introduced in previous version.
Matthieu Herrb
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
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
2001-12-30
Rename libusb to libusbhid, a better name, per NetBSD
Peter Valchev