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.
6feb6b4f | imp | July 28, 2022, 5:35 p.m. | ncal: LT is the country code for Lithuania
PR: 265479 MFC After: 3 dayscgit |
|
60b92ba9 | bapt | July 28, 2022, 3:55 p.m. | /usr/sbin/pkg: don't sleep on fetch failure
PR: 263458cgit |
|
4148dffa | kevans | July 28, 2022, 3:14 p.m. | date: remove some ambiguity in tzdata references
The use of 'package' in this could be understood to mean a FreeBSD package provided by pkg, rather than the fact that we use data provided by IANA. Re-word it to clearly identify `tzdata` as the IANA Time Zone Database on first use, then drop subsequent uses of the word 'package'. Reviewed by: 0mp, pauamma, philip Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35966cgit |
|
713ceb99 | gallatin | July 28, 2022, 2:39 p.m. | lagg: fix lagg ifioctl after SIOCSIFCAPNV
Lagg was broken by SIOCSIFCAPNV when all underlying devices support SIOCSIFCAPNV. This change updates lagg to work with SIOCSIFCAPNV and if_capabilities2. Reviewed by: kib, hselasky Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D35865cgit |
|
a8a43edc | emaste | July 28, 2022, 2:32 p.m. | libc: ANSIfy div / ldiv function definitions
MFC after: 1 week Sponsored by: The FreeBSD Foundationcgit |
|
d623883d | markj | July 28, 2022, 2:11 p.m. | qat: Add a required MODULE_DEPEND for firmware(9)
Reported by: kib Sponsored by: The FreeBSD Foundationcgit |
|
675e065b | markj | July 28, 2022, 2:11 p.m. | qat_c2xxx: Add a required MODULE_DEPEND for firmware(9)
Reported by: kib Sponsored by: The FreeBSD Foundationcgit |
|
e2fa10e6 | imp | July 28, 2022, 2:01 p.m. | style: Tighten up one use of 'may'
Declarations of variables must be placed before the statements of a block, by convention. Use 'must' instead of 'may' here and clarify langauge. Sponsored by: Netflix Reviewed by: pstef, rpokala, hselasky Differential Revision: https://reviews.freebsd.org/D35959cgit |
|
0cf5abd7 | imp | July 28, 2022, 2:01 p.m. | style: Use oxford comma in one place.
Suggested by: pauamma Sponsored by: Netflixcgit |
|
ea86fed5 | imp | July 28, 2022, 2:01 p.m. | Style(9): Strengthen statements about not using K&R function definitions
K&R function definitions will soon be obsolete. Work has been underway to remove all K&R function definitions from the tree for a while now. A future C version will remove this construct from the language. So strengthen existing statements about K&R function definitions and declarations. While here, remove __P macro reference. It's not been in active use for almost two decades apart from legacy contrib code. Sponsored by: Netflix Reviewed by: pauamma, rpokala, hselasky, kp, brooks, markm, emaste Differential Revision: https://reviews.freebsd.org/D35945cgit |
|
a12eb9e4 | alfredo | July 28, 2022, 2:23 p.m. | Revert "csu: test: explicitly add libm as build parameter"
This reverts commit 4f5890a0fb086324a657f3cd7ba1abc57274e0db. 9ef1127008ce94cf626daed346a3c1ee03063617 is a proper fix for the problem we tried to address. Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br)cgit |
|
309a263f | imp | July 28, 2022, 5:11 a.m. | kboot: Remove RELOC defines, it's unused
This was copied from powerpc/ofw and has never been used. We also don't care about -DAIM. It's only relevant for in-kernel structures, which we don't use in this userland program. Sponsored by: Netflixcgit |
|
3a1b966a | imp | July 28, 2022, 4:29 a.m. | kboot: Convert from getdents to getdents64
Linux 2.4 introduced getdents64. Switch to using it because aarch64 doesn't have getdents as that syscall was obsoleted before that port was created. Sponsored by: Netflixcgit |
|
065cbc77 | imp | July 28, 2022, 4:29 a.m. | kboot: Do a style(9) pass on kbootfdt.c
Mostly just properly indent. Sponsored by: Netflixcgit |
|
dfddfe29 | dim | July 27, 2022, 7:13 p.m. | Remove unnecessary terminating slash in iscsi module Makefile
The additional slash causes double slashes in the filenames that eventually get passed to the compiler. MFC after: 3 dayscgit |