index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libusbhid
/
usage.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
miod
2011-04-06
1
-2
/
+2
*
malloc(n * m) -> calloc(n, m); ok espie
deraadt
2007-09-03
1
-2
/
+2
*
remove some bogus *p from charles longeau
tedu
2007-03-20
1
-2
/
+2
*
actually the format strings do come from the usb_hid_usages file;
deraadt
2006-10-27
1
-2
/
+2
*
Fix a bzero() misuse; ok otto@ deraadt@
pat
2006-03-30
1
-2
/
+3
*
- plug memleak when handling reallocation failure in hid_start()
jaredy
2006-03-21
1
-9
/
+13
*
Plug a memleak
dhill
2006-03-18
1
-2
/
+2
*
Fix a realloc() failure bug introduced in previous version.
matthieu
2005-02-10
1
-2
/
+2
*
knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert
deraadt
2004-06-04
1
-44
/
+91
*
Fix unbounded scanf()'s. From Jared Yanovich. Ok tedu@.
matthieu
2003-12-20
1
-4
/
+4
*
use more snprintf
deraadt
2002-06-19
1
-3
/
+3
*
strike newline from err(3) functions; ok nate@
jsyn
2002-06-11
1
-5
/
+5
*
Update usb userland stuff to reflect hid changes in the kernel.
nate
2002-05-10
1
-6
/
+7
*
Rename libusb to libusbhid, a better name, per NetBSD
pvalchev
2001-12-30
1
-0
/
+233