| #
f20d1259
|
| 05-Sep-2025 |
Warner Losh <imp@FreeBSD.org> |
devd: Remove gross hack
Remove hack from FreeBSD 14 that mapped kern->kernel for name.
Fixes: 8b4e4c273730 MFC: Never Sponsored by: Netflix
|
| #
c599948c
|
| 17-Jul-2025 |
Sludge <sludge.phd+git@gmail.com> |
devd: accept new clients before notifying them
Signed-off-by: Sludge! <sludge.phd+git@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1771
|
| #
044febb2
|
| 22-Jul-2025 |
Eugene Grosbein <eugen@FreeBSD.org> |
devd(8): correct error logging
Fix a mistake in a log message that leaked from my preliminary patch.
PR: 287873 MFC after: 3 days X-MFC-with: bd4a4e46ceacd8dfc5a5469ec6edd8c92c53605a
|
| #
bd4a4e46
|
| 19-Jul-2025 |
Warner Losh <imp@FreeBSD.org> |
devd: Add vm_guest variable
Fetch vm_guest on startup in case we're running under a hypervisor.
Co-authored-by: eugen@ PR: 287873 Sponsored by: Netflix
|
| #
5682eee1
|
| 20-Mar-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
devd: raise the maximum allowed client to 50
since the creation of libudev-devd, but also with powerd, recent libusb changes etc. 10 client is not enough anymore to cover the desktop needs
and end
devd: raise the maximum allowed client to 50
since the creation of libudev-devd, but also with powerd, recent libusb changes etc. 10 client is not enough anymore to cover the desktop needs
and end users often ends up with: sonewconn: pcb 0xfffff8004dd43780 (local:/var/run/devd.seqpacket.pipe)...
raise the maximum allowed client to 50, which should be enough to cover user requirements.
MFC After: 1 week
show more ...
|
| #
32e86a82
|
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: 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.
Remo
sbin: 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 ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d846d26
|
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
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
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
show more ...
|
| #
76527435
|
| 02-Dec-2022 |
Warner Losh <imp@FreeBSD.org> |
devd: Warn for deprecated 'kern' system type
One year ago, I deprecated 'kern' in favor of 'kernel' for the system name for some power events. I'm about to remove it from the kernel, but realized th
devd: Warn for deprecated 'kern' system type
One year ago, I deprecated 'kern' in favor of 'kernel' for the system name for some power events. I'm about to remove it from the kernel, but realized there's been no warning generated for users. Preserve POLA by converting on the fly here and issuing a warning for 14.x, and an fatal error after we branch 15. Make compiling it an error on 16 to remove the gross hack after we branch.
Sponsored by: Netflix Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D37584
show more ...
|
| #
de579766
|
| 13-Dec-2019 |
Alexander Motin <mav@FreeBSD.org> |
Fix $() handling, broken since the beginning at r108014.
Due to off-by-one error in brackets counting it consumed the rest of the string, preventing later variables expansions.
MFC after: 2 weeks S
Fix $() handling, broken since the beginning at r108014.
Due to off-by-one error in brackets counting it consumed the rest of the string, preventing later variables expansions.
MFC after: 2 weeks Sponsored by: iXsystems, Inc.
show more ...
|
| #
f86e6000
|
| 04-Dec-2019 |
Warner Losh <imp@FreeBSD.org> |
Regularize my copyright notice
o Remove All Rights Reserved from my notices o imp@FreeBSD.org everywhere o regularize punctiation, eliminate date ranges o Make sure that it's clear that I don't clai
Regularize my copyright notice
o Remove All Rights Reserved from my notices o imp@FreeBSD.org everywhere o regularize punctiation, eliminate date ranges o Make sure that it's clear that I don't claim All Rights reserved by listing All Rights Reserved on same line as other copyright holders (but not me). Other such holders are also listed last where it's clear.
show more ...
|
| #
01d4e214
|
| 05-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r338661 through r339200.
Sponsored by: The FreeBSD Foundation
|
| #
ce44d808
|
| 27-Sep-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338731 through r338987.
|
| #
6577e8c4
|
| 22-Sep-2018 |
Warner Losh <imp@FreeBSD.org> |
We don't need shell protection for when we're expanding matches. Don't add it. This should fix when we do regepx matches against variables we've set and fix wifi bring up.
PR: 231441 Approved by: re
We don't need shell protection for when we're expanding matches. Don't add it. This should fix when we do regepx matches against variables we've set and fix wifi bring up.
PR: 231441 Approved by: re@ (kib) Differential Revision: https://reviews.freebsd.org/D17267
show more ...
|
| #
bbd7a929
|
| 04-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r336870 through r337285, and resolve conflicts.
|
| #
f20d1259
|
| 05-Sep-2025 |
Warner Losh <imp@FreeBSD.org> |
devd: Remove gross hack
Remove hack from FreeBSD 14 that mapped kern->kernel for name.
Fixes: 8b4e4c273730 MFC: Never Sponsored by: Netflix
|
| #
c599948c
|
| 17-Jul-2025 |
Sludge <sludge.phd+git@gmail.com> |
devd: accept new clients before notifying them
Signed-off-by: Sludge! <sludge.phd+git@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1771
|
| #
044febb2
|
| 22-Jul-2025 |
Eugene Grosbein <eugen@FreeBSD.org> |
devd(8): correct error logging
Fix a mistake in a log message that leaked from my preliminary patch.
PR: 287873 MFC after: 3 days X-MFC-with: bd4a4e46ceacd8dfc5a5469ec6edd8c92c53605a
|
| #
bd4a4e46
|
| 19-Jul-2025 |
Warner Losh <imp@FreeBSD.org> |
devd: Add vm_guest variable
Fetch vm_guest on startup in case we're running under a hypervisor.
Co-authored-by: eugen@ PR: 287873 Sponsored by: Netflix
|
| #
5682eee1
|
| 20-Mar-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
devd: raise the maximum allowed client to 50
since the creation of libudev-devd, but also with powerd, recent libusb changes etc. 10 client is not enough anymore to cover the desktop needs
and end
devd: raise the maximum allowed client to 50
since the creation of libudev-devd, but also with powerd, recent libusb changes etc. 10 client is not enough anymore to cover the desktop needs
and end users often ends up with: sonewconn: pcb 0xfffff8004dd43780 (local:/var/run/devd.seqpacket.pipe)...
raise the maximum allowed client to 50, which should be enough to cover user requirements.
MFC After: 1 week
show more ...
|
| #
32e86a82
|
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: 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.
Remo
sbin: 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 ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
4d846d26
|
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
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
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
show more ...
|
| #
76527435
|
| 02-Dec-2022 |
Warner Losh <imp@FreeBSD.org> |
devd: Warn for deprecated 'kern' system type
One year ago, I deprecated 'kern' in favor of 'kernel' for the system name for some power events. I'm about to remove it from the kernel, but realized th
devd: Warn for deprecated 'kern' system type
One year ago, I deprecated 'kern' in favor of 'kernel' for the system name for some power events. I'm about to remove it from the kernel, but realized there's been no warning generated for users. Preserve POLA by converting on the fly here and issuing a warning for 14.x, and an fatal error after we branch 15. Make compiling it an error on 16 to remove the gross hack after we branch.
Sponsored by: Netflix Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D37584
show more ...
|
| #
de579766
|
| 13-Dec-2019 |
Alexander Motin <mav@FreeBSD.org> |
Fix $() handling, broken since the beginning at r108014.
Due to off-by-one error in brackets counting it consumed the rest of the string, preventing later variables expansions.
MFC after: 2 weeks S
Fix $() handling, broken since the beginning at r108014.
Due to off-by-one error in brackets counting it consumed the rest of the string, preventing later variables expansions.
MFC after: 2 weeks Sponsored by: iXsystems, Inc.
show more ...
|