The NetBSD Project

CVS log for src/external/mpl/dhcp/bin/server/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / mpl / dhcp / bin / server

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 3 21:33:02 2023 UTC (5 days, 23 hours ago) by lukem
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

adapt to ${CC_WNO_STRINGOP_OVERFLOW}

Use ${CC_WNO_STRINGOP_OVERFLOW} instead of
the older style more complex expressions.

Remove workarounds if they were only for gcc < 10.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 3 21:27:11 2023 UTC (5 days, 23 hours ago) by lukem
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

dhcp: remove gcc 8 workaround

(if it's needed, add it back using ${CC_WNO_FORMAT_OVERFLOW})

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 3 09:09:08 2023 UTC (6 days, 11 hours ago) by lukem
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 13 06:25:48 2021 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

more GCC 10 fixes.

mDNSResponder: another wrong return local address

dhcp: ignore a seemingly impossible stringop overflow

hpacel: avoid maybe uninitialised error that is wrong.

rsh: avoid impossible malloc(0)

udf: cast pointers through (uintptr_t) to fool invalid boundary checks

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 7 23:29:16 2020 UTC (3 years ago) by fox
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

external/mpl/dhcp: Suppress -Werror=stringop-truncation error

This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures
NUL-termination on the next line as other users of the field expect.

Add -Werror=stringop-truncation to prevent build failure, when run with MKSANITIZER=yes.

Error was reported when build.sh was run with MKSANITIZER=yes flag.

Reviewed by: kamil@

Revision 1.5 / (download) - annotate - [select for diffs], Sat May 23 00:32:42 2020 UTC (3 years ago) by rin
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

GCC8 needs -Wno-stringop-overflow also for m68000 (sun2).

Revision 1.1.4.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:03 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored) next main 1.2 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 12 00:41:50 2020 UTC (3 years, 3 months ago) by fox
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

external/mpl/dhcp: Fix build failure under LLVM.

-Wno-error= flag now only applies to gcc 8 and not to LLVM based builds.

Reviewed by: kamil@

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 9 07:59:44 2020 UTC (3 years, 3 months ago) by fox
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

external/mpl/dhcp: Suppress -Werror=format-overflow error.

Add -Wno-error=format-overflow mdb6.c to prevent build failure.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 30 00:25:00 2019 UTC (3 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Looks like builtin_object_size does not work properly on sh3...

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Apr 16 01:59:43 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.1.2.1: +20 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD, resolve some conflicts

Revision 1.1.2.1, Sat Apr 7 22:31:37 2018 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1: +0 -20 lines
FILE REMOVED

file Makefile was added on branch pgoyette-compat on 2018-04-16 01:59:43 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 7 22:31:37 2018 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Branch point for: phil-wifi, pgoyette-compat

Add build glue.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>