#
5b98bd30 |
| 14-Jul-2024 |
Mark Johnston <markj@FreeBSD.org> |
sched tests: Avoid underflow when maxcpuid == 0
MFC after: 1 week
|
Revision tags: release/14.1.0, release/13.3.0 |
|
#
6dced2c6 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
tests: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Rem
tests: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
Revision tags: release/13.2.0 |
|
#
02f7670e |
| 29-Jan-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
sched.h: Fix _S macros for better compatibility with glibc.
In e2650af157 was added "_S" macros for compatibility with glibc, but it's still incompatible as under glibc the macros whose names end wi
sched.h: Fix _S macros for better compatibility with glibc.
In e2650af157 was added "_S" macros for compatibility with glibc, but it's still incompatible as under glibc the macros whose names end with "_S" operate on the dynamically allocated CPU set(s) whose size is in bytes, not in bits.
While here remove limiting ifdef to non-kernel case.
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D38110 MFC after: 1 week
show more ...
|
Revision tags: release/12.4.0 |
|
#
e4a25705 |
| 12-May-2022 |
Dmitry Chagin <dchagin@FreeBSD.org> |
tests: Get rid of invalid since 3e11d3f6 testcase
MFC after: 2 weeks
|
Revision tags: release/13.1.0 |
|
#
c8b5c478 |
| 11-May-2022 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Add tests for affinity syscalls.
MFC after: 2 weeks
|