aboutsummaryrefslogtreecommitdiff
path: root/stand/usb/test
Commit message (Collapse)AuthorAgeFilesLines
* stand/usb: Quiet warnings so this builds againJohn Baldwin2025-01-111-0/+1
| | | | | Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D48411
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Move the stand/usb test loader into its own directory.Hans Petter Selasky2018-02-072-0/+161
Fix its Makefile to build correctly. MFC after: 1 week Sponsored by: Mellanox Technologies Notes: svn path=/head/; revision=328990