| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This driver is heavily obfuscated, and causes a -Werror warning with
clang 18 now:
sys/dev/ce/tau32-ddk.c:358:10: error: 'const' attribute on function returning 'void'; attribute ignored [-Werror,-Wignored-attributes]
358 | ((const))nvqbt(void){__asm __volatile("repe; nop; repe; nop;"
| ^
Supress the warning since the driver can never be fixed. Direct commit
to stable/13, since the driver has been removed in 14.x and later.
PR: 276104
|
| |
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in current:
(cherry picked from commit 031beb4e239b)
|
| |
|
|
|
|
|
|
|
|
| |
and cp(4).
These are false positives, since some of the driver source has been
deliberately obfuscated.
Notes:
svn path=/projects/clang1000-import/; revision=357872
|
| |
|
|
|
|
|
|
|
|
|
| |
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314651
|
| |
|
|
|
|
|
|
|
|
|
| |
CWARNFALGS.$file centrally so we don't have to have it in all the
places. Remove a few warning flags that are no longer needed.
Also, always use -Wno-unknown-pragma to (hopefully temporarily) work
around #pragma ident in debug.h in the opensolaris code. Remove some
stale warning suppression that's no longer necessary.
Notes:
svn path=/head/; revision=276606
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with clang:
sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from 'int' to bitfield changes value from 65532 to 8188 [-Wconstant-conversion]
Since this file is obfuscated C, we can never determine (in a sane way,
at least :) if this points to a real problem or not. The driver has
been in the tree for more than five years, so it most likely isn't.
MFC after: 1 week
Notes:
svn path=/head/; revision=228971
|
| |
|
|
|
|
|
|
| |
prefer the more common > ${.TARGET} over > opt_foo.h in modules
makefiles.
Notes:
svn path=/head/; revision=182668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156775
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156248
|
|
|
Notes:
svn path=/head/; revision=155017
|