#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
03e2fc4c |
| 02-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
cam: Minor tidying up the cam module Makefile
One src per line + sorting.
Sponsored by: Netflix
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
ddeb85e1 |
| 15-Mar-2020 |
Warner Losh <imp@FreeBSD.org> |
We don't need $M/$M in the path anymore.
Now that machdep files are gone, we don't need $S/$M/$M in the path to find them.
|
#
30b5d9be |
| 14-Mar-2020 |
Warner Losh <imp@FreeBSD.org> |
Sparc64 and pc98 needed cam_machdep and/or ata_machdep for various reasons. Those have now left the tree, and with them the need to have machdep files. Places that called the routines in quesiton hav
Sparc64 and pc98 needed cam_machdep and/or ata_machdep for various reasons. Those have now left the tree, and with them the need to have machdep files. Places that called the routines in quesiton have been removed previously. Remove these files from the Makefile to tidy up.
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
14ce4632 |
| 07-Apr-2018 |
Warner Losh <imp@FreeBSD.org> |
Add nvme_util.c to cam.ko.
cam.ko can't load onto the kernel w/o nvme in the kernel. Add nvme_util.c to cam.ko.
Noticed by: kib@
|
#
6469bdcd |
| 06-Apr-2018 |
Brooks Davis <brooks@FreeBSD.org> |
Move most of the contents of opt_compat.h to opt_global.h.
opt_compat.h is mentioned in nearly 180 files. In-progress network driver compabibility improvements may add over 100 more so this is close
Move most of the contents of opt_compat.h to opt_global.h.
opt_compat.h is mentioned in nearly 180 files. In-progress network driver compabibility improvements may add over 100 more so this is closer to "just about everywhere" than "only some files" per the guidance in sys/conf/options.
Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of sys/compat/linux/*.c. A fake _COMPAT_LINUX option ensure opt_compat.h is created on all architectures.
Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the set of compiled files.
Reviewed by: kib, cem, jhb, jtl Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14941
show more ...
|
#
4887cfe7 |
| 04-Apr-2018 |
Warner Losh <imp@FreeBSD.org> |
Add nvme_da back.
Now that it can co-exist in the kernel with nvd, add it back to the cam module.
Sponsored by: Netflix
|
#
2a559cb8 |
| 14-Mar-2018 |
Warner Losh <imp@FreeBSD.org> |
This should have been += so clean builds work.
Noticed by: hps@
|
#
f8f471cf |
| 14-Mar-2018 |
Warner Losh <imp@FreeBSD.org> |
We need opt_compat.h after r330819 and 330820.
Add opt_compat.h to fix the stand-alone build case.
Sponsored by: Netflix.
|
#
d85487b7 |
| 25-Jan-2018 |
Warner Losh <imp@FreeBSD.org> |
Add new opt_da.h for stand-alone build.
Sponsored by: Netflix
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
#
be649680 |
| 28-Feb-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314270 through r314419.
|
#
2379d1d6 |
| 25-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Move inclusion of opt_printf.h around so that we can compile all the SCSI modules outside of a sub-build from the kernel.
Differential Revision: https://reviews.freebsd.org/D9653 Sponsored by: Netfl
Move inclusion of opt_printf.h around so that we can compile all the SCSI modules outside of a sub-build from the kernel.
Differential Revision: https://reviews.freebsd.org/D9653 Sponsored by: Netflix
show more ...
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
7c627f34 |
| 22-Jul-2016 |
Konstantin Belousov <kib@FreeBSD.org> |
Make cam.ko loadable.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
#
03a9f9e0 |
| 22-Jul-2016 |
Warner Losh <imp@FreeBSD.org> |
Add opt_ddb.h.
MFC after: 1 week
|
#
565e7fd3 |
| 15-May-2016 |
Mark Johnston <markj@FreeBSD.org> |
opt_kdtrace.h is not needed for SDT probes as of r258541.
|
#
0edd2576 |
| 16-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
dfaa65fc |
| 15-Apr-2016 |
Konstantin Belousov <kib@FreeBSD.org> |
Sync cam.ko module source list with the static kernel file list.
Sponsored by: The FreeBSD Foundation
|
Revision tags: release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
9a7cd2e6 |
| 22-Dec-2015 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
MFH @r292599
This includes the pluggable TCP framework and other chnages to the netstack to track for VNET stability.
Security: The FreeBSD Foundation
|
#
b2a78a9d |
| 08-Dec-2015 |
Ulrich Spörlein <uqs@FreeBSD.org> |
Fix make depend
|
Revision tags: release/10.2.0 |
|
#
9268022b |
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
Revision tags: release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|