committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
9863e501 | dim | July 19, 2022, 6:37 p.m. | Adjust fbd_list() definition to avoid clang 15 warning
With clang 15, the following -Werror warnings is produced: sys/dev/fb/fbd.c:205:9: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] fbd_list() ^ void This is because fbd_list() is declared with a (void) argument list, but defined with an empty argument list. Make the definition match the declaration. MFC after: 3 dayscgit |
|
939cb349 | dim | July 19, 2022, 6:37 p.m. | Adjust db_flush_line() definition to avoid clang 15 warning
With clang 15, the following -Werror warnings is produced: sys/ddb/db_lex.c:94:14: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] db_flush_line() ^ void This is because db_flush_line() is declared with a (void) argument list, but defined with an empty argument list. Make the definition match the declaration. MFC after: 3 dayscgit |
|
a0c55bac | dim | July 19, 2022, 6:37 p.m. | Adjust dtmalloc_unload() definition to avoid clang 15 warning
With clang 15, the following -Werror warnings is produced: sys/cddl/dev/dtmalloc/dtmalloc.c:177:16: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] dtmalloc_unload() ^ void This is because dtmalloc_unload() is declared with a (void) argument list, but defined with an empty argument list. Make the definition match the declaration. MFC after: 3 dayscgit |
|
54e5efb2 | dim | July 19, 2022, 6:37 p.m. | Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings
With clang 15, the following -Werror warnings are produced: sys/dev/cxgbe/t4_tracer.c:234:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] t4_tracer_modload() ^ void sys/dev/cxgbe/t4_tracer.c:243:20: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] t4_tracer_modunload() ^ void This is because t4_tracer_modload() and t4_tracer_modunload() are declared with a (void) argument list, but defined with an empty argument list. Make the definitions match the declarations. MFC after: 3 dayscgit |
|
ab4f0a15 | sjg | July 19, 2022, 3:59 p.m. | Add -S option to veriexec
During software installation, use veriexec -S to strictly enforce certificate validity checks (notBefore, notAfter). Otherwise ignore certificate validity period. It is generally unacceptible for the Internet to stop working just because someone did not upgrade their infrastructure for a decade. Sponsored by: Juniper Networks, Inc. Reviewed by: sebastien.bini_stormshield.eu Differential Revision: https://reviews.freebsd.org/D35758cgit |
|
f7d5459e | emaste | July 19, 2022, 3:52 p.m. | console: add U+276E and U+276F glyphs
U+276E Heavy Left-Pointing Angle Quotation Mark Ornament U+276F Heavy Right-Pointing Angle Quotation Mark Ornament U+276F is used by zprezto (zsh config package). For the normal font I used the bold font glyphs for U+003C < and U+003E >. The bold font glyphs are new. PR: 232494 MFC after: 1 week Sponsored by: The FreeBSD Foundationcgit |
|
119db52f | emaste | July 19, 2022, 3:48 p.m. | vtfontcvt: improve hex font format validation
Previously an EOF would result in sscanf returning -1 leading to a crash. MFC after: 1 week Sponsored by: The FreeBSD Foundationcgit |
|
f4b00609 | 0mp | July 19, 2022, 2:56 p.m. | backlight(8): Update usage() to match the manual page
MFC after: 1 weekcgit |
|
64a231b9 | 0mp | July 19, 2022, 2:55 p.m. | backlight.8: Show all possible modes in synopsis
MFC after: 1 weekcgit |
|
5c3e4249 | 0mp | July 19, 2022, 2:49 p.m. | backlight.8: Standardize synopsis and improve examples
MFC after: 1 weekcgit |
|
ef2d0816 | 0mp | July 19, 2022, 2:35 p.m. | vtfontcvt(8): Update usage() to match vtfontcvt.8
MFC after: 2 weekscgit |
|
cad64622 | 0mp | July 19, 2022, 2:35 p.m. | vtfontcvt.8: Use D1 instead of Ql for readability
MFC after: 2 weekscgit |
|
e0bd2ab2 | 0mp | July 19, 2022, 2:35 p.m. | vtfontcvt.8: Sort synopsis
MFC after: 2 weekscgit |
|
b38e3722 | 0mp | July 19, 2022, 2:35 p.m. | vtfontcvt.8: Improve synopsis and -f documentation
MFC after: 2 weekscgit |
|
cd8401db | emaste | July 19, 2022, 2:28 p.m. | Update Terminus console font to 4.49
As in the past Dimitar Zhekov provided a copy of Terminus under a BSD license for use by our console. Sponsored by: The FreeBSD Foundation MFC after: 1 weekcgit |