#
7c43148a |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: 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
stand: 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, release/12.4.0 |
|
#
90a7e556 |
| 24-Jul-2022 |
Warner Losh <imp@FreeBSD.org> |
stand: Use c99 structure initialization for nfs_fsops
Sponsored by: Netflix
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
98e805b4 |
| 24-Sep-2021 |
Toomas Soome <tsoome@FreeBSD.org> |
loader: net_open() should not replace f->f_devdata
net_open() does replace f_devdata with pointer to netdev_sock, this will cause memory leak when device is closed, but also does alter the devopen()
loader: net_open() should not replace f->f_devdata
net_open() does replace f_devdata with pointer to netdev_sock, this will cause memory leak when device is closed, but also does alter the devopen() logic.
We should store &netdev_sock to dev->d_opendata instead, this would preserve and follow the devopen() logic.
Fixes network boot on aarch64 (tested by bz).
Reviewed-by: imp MFC After: 2 weeks Differential Revision: https://reviews.freebsd.org/D32227
show more ...
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
7951fbc2 |
| 13-Nov-2019 |
Ravi Pokala <rpokala@FreeBSD.org> |
Logging improvements to loader::nfs
Include the server IP address when logging nfs_open(), add a few missing "\n"s, and correct a typo.
Reviewed by: kevans MFC after: 2 weeks Sponsored by: Panasas
Logging improvements to loader::nfs
Include the server IP address when logging nfs_open(), add a few missing "\n"s, and correct a typo.
Reviewed by: kevans MFC after: 2 weeks Sponsored by: Panasas Differential Revision: https://reviews.freebsd.org/D22346
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
bbd7a929 |
| 04-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r336870 through r337285, and resolve conflicts.
|
#
8696ce6e |
| 01-Aug-2018 |
Toomas Soome <tsoome@FreeBSD.org> |
libsa: assignment to char * from u_char *
Cast to char * instead of u_char *
|
Revision tags: release/11.2.0 |
|
#
46c0e42b |
| 13-Jun-2018 |
Warner Losh <imp@FreeBSD.org> |
Initialize variables we later free so they aren't used uninitialized in the error path. Remove unused variables.
Sponsored by: Netflix
|
#
2e7e6fbc |
| 23-Feb-2018 |
Conrad Meyer <cem@FreeBSD.org> |
libsa: Const-ify buffer argument of write(2) analog
Reported by: kevans Reviewed by: delphij, eadler, imp, kevans Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14
libsa: Const-ify buffer argument of write(2) analog
Reported by: kevans Reviewed by: delphij, eadler, imp, kevans Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14482
show more ...
|
#
55b1c6e7 |
| 15-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325663 through r325841.
|
#
ca987d46 |
| 15-Nov-2017 |
Warner Losh <imp@FreeBSD.org> |
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
|