History log of /freebsd/sys/amd64/conf/LINT-NOIP (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 4d779448 05-Jun-2023 Xin LI <delphij@FreeBSD.org>

gve: Fix build on i386 and enable LINT builds.

Reviewed-by: imp
Differential Revision: https://reviews.freebsd.org/D40419


Revision tags: release/13.2.0, release/12.4.0
# 9fd0d9b1 11-Jun-2022 Hans Petter Selasky <hselasky@FreeBSD.org>

ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations.

Kernel TLS depends on INET or INET6 being enabled.

Reported by: bz@
MFC after: 1 week
Sponsored by: NVIDIA

ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations.

Kernel TLS depends on INET or INET6 being enabled.

Reported by: bz@
MFC after: 1 week
Sponsored by: NVIDIA Networking

show more ...


Revision tags: release/13.1.0
# 9a498f9a 05-Jan-2022 Warner Losh <imp@FreeBSD.org>

lio: remove from NOIP

It doesn't build here. This was masked earlier by other build breakage.

Sponsored by: Netflix


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0
# 7e46dafa 09-Oct-2020 Warner Losh <imp@FreeBSD.org>

Create in-tree LINT files

Now that config(8) has supported include for 19 years, transition to
including the NOTES files. include support didn't exist at the time,
nor did the envvar stuff recently

Create in-tree LINT files

Now that config(8) has supported include for 19 years, transition to
including the NOTES files. include support didn't exist at the time,
nor did the envvar stuff recently added. Now that it does, eliminate
the building of LINT files by just including everything you need.

Note: This may cause conflicts with updating in some cases.
find sys -name LINT\* -rm
is suggested across this commit to remove the generated LINT
files.

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D26540

show more ...