#
be68eabd |
| 30-May-2021 |
jcs <jcs@openbsd.org> |
add hid_get_report_desc_data() to access the raw report descriptor data without needing to export the report_desc struct definition.
suggested by and ok anton@
|
#
b3eedbb4 |
| 12-May-2014 |
mpi <mpi@openbsd.org> |
Keep libusbhid's HID parser in sync with the kernel one. This is mostly a backport from FreeBSD's r205728, r224511 and 225839 without the new functions to set/get a report ID nor the usbhidctl(1) &
Keep libusbhid's HID parser in sync with the kernel one. This is mostly a backport from FreeBSD's r205728, r224511 and 225839 without the new functions to set/get a report ID nor the usbhidctl(1) & usbhidaction(1) bits.
Committing now to open the "Monday's Bump Parade".
show more ...
|
#
91a535ff |
| 13-Aug-2013 |
guenther <guenther@openbsd.org> |
Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything
Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
show more ...
|
#
674f1e1f |
| 16-Jul-2012 |
jasper <jasper@openbsd.org> |
revert previous, it was hardly tested and is causing too many issues too close to release.
as discussed with and ok mpi@ deraadt@
|
#
9b8cf20d |
| 11-Jul-2012 |
yuo <yuo@openbsd.org> |
- port multiple report ID support for HID parser from FreeBSD code (rev. 205728, 224511 and 225839)
- add hid_get_report_id(3) to get id of a descriptor.
- crank the major in shlib_version 3.0 ->
- port multiple report ID support for HID parser from FreeBSD code (rev. 205728, 224511 and 225839)
- add hid_get_report_id(3) to get id of a descriptor.
- crank the major in shlib_version 3.0 -> 4.0
ok deraadt@, mpi@
show more ...
|
#
0ede50fc |
| 13-Jul-2004 |
marc <marc@openbsd.org> |
errno changes, lib major version bumps, and general flag day 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 &&
errno changes, lib major version bumps, and general flag day 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
show more ...
|
#
78e5c336 |
| 04-Jun-2004 |
deraadt <deraadt@openbsd.org> |
knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert
|
#
3b5f5f03 |
| 03-Dec-2002 |
millert <millert@openbsd.org> |
Crank all library major numbers. Needed due to the fact that we now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system librar
Crank all library major numbers. Needed due to the fact that we 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@
show more ...
|
#
d4f17311 |
| 06-Sep-2002 |
brad <brad@openbsd.org> |
add shared lib. -- Ok'd by: deraadt@
|