Warner Losh
4d846d260e
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
2023-05-12 10:44:03 -06:00
Dmitry Chagin
496a9a4f60
linux(4): Cleanup includes under x86/linux
...
Cleanup unneeded includes, sort the rest according to style(9).
No functional changes.
MFC after: 2 weeks
2023-02-14 17:46:33 +03:00
Dmitry Chagin
10d16789a3
linux(4): Get rid of the opt_compat.h include.
...
Since e013e369 COMPAT_LINUX, COMPAT_LINUX32 build options are removed,
so include of opt_compat.h is no more needed.
MFC after: 2 weeks
2023-02-12 20:24:32 +03:00
Dmitry Chagin
1ca6b15bbd
Drop "All rights reserved" from my copyright statements.
...
Add email and fixup years while here.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D30912
MFC after: 2 weeks
2021-07-20 10:05:50 +03:00
Edward Tomasz Napierala
83043a741d
linux: deduplicate DUMMY() entries
...
No functional changes.
Reviewed By: emaste
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D30524
2021-05-29 17:51:36 +00:00
Conrad Meyer
e9b13c6612
linux(4): Deduplicate unimpl/dummy syscall handlers
...
No functional change.
Reviewed by: emaste, trasz
Differential Revision: https://reviews.freebsd.org/D27099
2020-11-05 19:30:31 +00:00