Module Name:src
Committed By: christos
Date: Mon Jun 1 14:41:25 UTC 2020
Modified Files:
src/tests/dev/usb/libhid: Makefile
Log Message:
Set LIBISPRIVATE=yes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/dev/usb/libhid/Makefile
Please note that
Module Name:src
Committed By: christos
Date: Sun Mar 1 20:19:55 UTC 2020
Modified Files:
src/tests/dev/usb/t_hid: Makefile
Added Files:
src/tests/dev/usb: Makefile.inc
Log Message:
fix build by adding a Makefile.inc that chains up.
To generate a diff of this com
Module Name:src
Committed By: jakllsch
Date: Thu May 5 17:40:26 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
Use rump_schedule() before calling things in the rump context.
Hopefully fixes these tests on all ports.
To generate a diff of this commit:
c
Module Name:src
Committed By: jakllsch
Date: Thu May 5 16:55:56 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
t_hid doesn't use rump correctly, and thus consistently fails; mark as such
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/t
Module Name:src
Committed By: jakllsch
Date: Mon May 2 17:24:06 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
Call rump_init() before using rump functionality.
This change should make these test cases consistently fail on all ports.
Related to PR kern
Module Name:src
Committed By: jakllsch
Date: Sat Jan 9 14:31:19 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
locate_item() doesn't need to have a flags argument, as the flags
are also in the hid item data structure.
To generate a diff of this commit:
Module Name:src
Committed By: jakllsch
Date: Fri Jan 8 17:34:57 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
fix test program for hid item checks
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/dev/usb/t_hid.c
Please note that
Module Name:src
Committed By: jakllsch
Date: Fri Jan 8 17:27:48 UTC 2016
Modified Files:
src/tests/dev/usb: Makefile
Added Files:
src/tests/dev/usb/t_hid: Makefile
Log Message:
rework build of t_hid to be more reliable, while working around ATF cruddyness
To gen
Module Name:src
Committed By: christos
Date: Wed Jan 6 15:34:54 UTC 2016
Modified Files:
src/tests/dev/usb: Makefile
Log Message:
Unbreak the sun2 build: Don't use program-specific LDADD options because
those come after the general LDADD options and break static linking.