Revision tags: release/14.0.0 |
|
#
685dc743 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0 |
|
#
0b453151 |
| 06-Jan-2023 |
Val Packett <val@packett.cool> |
copyright: chase my name and email change
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D37945
|
Revision tags: release/12.4.0, release/13.1.0 |
|
#
7eeede15 |
| 07-May-2022 |
John Baldwin <jhb@FreeBSD.org> |
hid: Remove unused devclass arguments to DRIVER_MODULE.
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
d97d5c0c |
| 15-Oct-2020 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
hid: Import hidmap-based drivers written by Greg V
This change includes:
hpen - Generic / MS Windows compatible HID pen tablet driver. hgame - Generic game controller and joystick driver. xb36
hid: Import hidmap-based drivers written by Greg V
This change includes:
hpen - Generic / MS Windows compatible HID pen tablet driver. hgame - Generic game controller and joystick driver. xb360gp - Xbox360-compatible game controller driver.
Submitted by: Greg V <greg_unrelenting.technology> Reviewed by: hselasky (as part of D27993)
show more ...
|