<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/sbin/ping/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Conditionalize IPSec support on MKIPSEC, defaults to "yes" except on,<br/>you guessed it, m68000.</title>
    <description>/src/sbin/ping/Makefile - 1.19</description>
    <pubDate>Wed Dec 24 20:06:00 UTC 2025</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Drop -O[01] hacks for vax; no longer necessary for patched GCC 10<br/><br/>PR port-vax/57646: Import major vax toolchain fix by Kalvis Duckmanton<br/><br/>XXXRO: GCC 12 may require hacks for a while, but it turned out that<br/>GCC 12 should be treated differently from older versions; a lot of new<br/>files need -O[01] flags, while some may no longer require it.<br/><br/>I will take a look later.<br/><br/>Note that these hacks are not required if Kalvis's patches for GCC 12<br/>are applied.<br/><br/>Keep doc/HACKS entries for a while (will be sync with update for GCC 12).<br/><br/>diff --git a/crypto/external/bsd/openssh/lib/Makefile b/crypto/external/bsd/openssh/lib/Makefile<br/>index 96a93f5e396..4e38be1b642 100644<br/>--- a/crypto/external/bsd/openssh/lib/Makefile<br/>+++ b/crypto/external/bsd/openssh/lib/Makefile<br/>@@ -117,12 +117,6 @@ COPTS.${f}.c+=	-Wno-pointer-sign<br/> # XXX<br/> COPTS.channels.c+=	-fno-strict-aliasing<br/><br/>-# XXX<br/>-.if ${MACHINE} == "vax"<br/>-COPTS.poly1305.c+=	-O0<br/>-COPTS.umac.c+=		-O0<br/>-.endif<br/>-<br/> COPTS.hostfile.c+=	${CC_WNO_FORMAT_TRUNCATION}<br/> COPTS.sshkey.c+=	${CC_WNO_FORMAT_TRUNCATION}<br/> COPTS.cipher.c+=	-Wno-error=deprecated-declarations<br/>diff --git a/distrib/utils/x_ping/Makefile b/distrib/utils/x_ping/Makefile<br/>index f1c452a0d60..8ee77580a3f 100644<br/>--- a/distrib/utils/x_ping/Makefile<br/>+++ b/distrib/utils/x_ping/Makefile<br/>@@ -12,10 +12,6 @@ CPPFLAGS+=	-I${SRCDIR} -DCRUNCHOPS<br/> DPADD=		${LIBM}<br/> LDADD=		-lm<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.ping.c=-O0<br/>-.endif<br/>-<br/> .include &lt;bsd.prog.mk&gt;<br/><br/> .PATH:		${SRCDIR}<br/>diff --git a/external/apache2/argon2/lib/libargon2/Makefile.inc b/external/apache2/argon2/lib/libargon2/Makefile.inc<br/>index d3f4470c6c7..6a1dd146d7d 100644<br/>--- a/external/apache2/argon2/lib/libargon2/Makefile.inc<br/>+++ b/external/apache2/argon2/lib/libargon2/Makefile.inc<br/>@@ -16,7 +16,3 @@ CFLAGS+=	-pthread<br/> LDADD+=-lpthread<br/> DPADD+=${LIBPTHREAD}<br/> .endif<br/>-<br/>-.if ${MACHINE} == "vax"<br/>-COPTS.blake2b.c+=	-O0<br/>-.endif<br/>diff --git a/external/bsd/jemalloc/lib/Makefile.inc b/external/bsd/jemalloc/lib/Makefile.inc<br/>index 2f524358f46..d5da774f293 100644<br/>--- a/external/bsd/jemalloc/lib/Makefile.inc<br/>+++ b/external/bsd/jemalloc/lib/Makefile.inc<br/>@@ -53,12 +53,6 @@ COPTS.ctl.c+=-Wno-error=stack-protector<br/> COPTS.stats.c+=-Wno-error=stack-protector<br/> COPTS.tcache.c+=-Wno-error=stack-protector<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-# in merge_overlapping_regs, at regrename.c<br/>-COPTS.arena.c+=-O0<br/>-COPTS.extent.c+=-O0<br/>-.endif<br/>-<br/> SRCS+=${JEMALLOC_SRCS}<br/><br/> jemalloc.d jemalloc.pico jemalloc.o jemalloc.ln jemalloc.po jemalloc.go: \<br/>diff --git a/external/bsd/mdocml/lib/libmandoc/Makefile b/external/bsd/mdocml/lib/libmandoc/Makefile<br/>index 40d7e29ae88..dfd3077a2c7 100644<br/>--- a/external/bsd/mdocml/lib/libmandoc/Makefile<br/>+++ b/external/bsd/mdocml/lib/libmandoc/Makefile<br/>@@ -39,11 +39,6 @@ tbl_opts.c<br/><br/> MAN=	mandoc.3<br/><br/>-# XXX<br/>-.if ${MACHINE} == "vax"<br/>-COPTS.mdoc_macro.c+=-O0<br/>-.endif<br/>-<br/> COPTS.man_validate.c+=-Wno-error=array-bounds<br/><br/> .include &lt;bsd.lib.mk&gt;<br/>diff --git a/external/gpl3/binutils.old/lib/libbfd/Makefile b/external/gpl3/binutils.old/lib/libbfd/Makefile<br/>index 03477232b55..74a354532fa 100644<br/>--- a/external/gpl3/binutils.old/lib/libbfd/Makefile<br/>+++ b/external/gpl3/binutils.old/lib/libbfd/Makefile<br/>@@ -41,10 +41,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${BFD_MACHINE_ARCH} -I${DIST}/include -I. \<br/> 		-DDEBUGDIR=\"${DEBUGDIR}\" -DLIBDIR=\"${LIBDIR}\" \<br/> 		-DBINDIR=\"${BINDIR}\"<br/><br/>-.if (${BFD_MACHINE_ARCH} == "vax")<br/>-CPPFLAGS.elf.c +=	-O0<br/>-.endif<br/>-<br/> COPTS.pei-x86_64.c+=	-Wno-stack-protector<br/> COPTS.elfxx-mips.c+=	-Wno-stack-protector<br/> COPTS.elf.c+=		${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-overflow :}<br/>diff --git a/external/gpl3/binutils/lib/libbfd/Makefile b/external/gpl3/binutils/lib/libbfd/Makefile<br/>index 00cb2b20081..a3f0c25fd35 100644<br/>--- a/external/gpl3/binutils/lib/libbfd/Makefile<br/>+++ b/external/gpl3/binutils/lib/libbfd/Makefile<br/>@@ -41,10 +41,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${BFD_MACHINE_ARCH} -I${DIST}/include -I. \<br/> 		-DDEBUGDIR=\"${DEBUGDIR}\" -DLIBDIR=\"${LIBDIR}\" \<br/> 		-DBINDIR=\"${BINDIR}\"<br/><br/>-.if (${BFD_MACHINE_ARCH} == "vax")<br/>-CPPFLAGS.elf.c +=	-O0<br/>-.endif<br/>-<br/> COPTS.pei-x86_64.c+=	-Wno-stack-protector<br/> COPTS.elfxx-mips.c+=	-Wno-stack-protector<br/> COPTS.elf.c+=		${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-overflow :}<br/>diff --git a/external/gpl3/gcc.old/lib/Makefile.sanitizer b/external/gpl3/gcc.old/lib/Makefile.sanitizer<br/>index efd36ae4bee..5173a5109a0 100644<br/>--- a/external/gpl3/gcc.old/lib/Makefile.sanitizer<br/>+++ b/external/gpl3/gcc.old/lib/Makefile.sanitizer<br/>@@ -88,22 +88,3 @@ COPTS+=-fno-builtin -fno-exceptions -fno-rtti -funwind-tables<br/><br/> # Can't profile without it`<br/> #-fomit-frame-pointer<br/>-<br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.sanitizer_allocator.cc += -O1<br/>-COPTS.sanitizer_common.cc += -O1<br/>-COPTS.sanitizer_common_libcdep.cc += -O1<br/>-COPTS.sanitizer_coverage_libcdep.cc += -O1<br/>-COPTS.sanitizer_coverage_mapping_libcdep.cc += -O1<br/>-COPTS.sanitizer_deadlock_detector1.cc += -O1<br/>-COPTS.sanitizer_mac.cc += -O1<br/>-COPTS.sanitizer_netbsd.cc += -O1<br/>-COPTS.sanitizer_posix.cc += -O1<br/>-COPTS.sanitizer_printf.cc += -O1<br/>-COPTS.sanitizer_procmaps_common.cc += -O1<br/>-COPTS.sanitizer_stackdepot.cc += -O1<br/>-COPTS.sanitizer_symbolizer_libcdep.cc += -O1<br/>-COPTS.sanitizer_symbolizer_report.cc += -O1<br/>-COPTS.ubsan_diag.cc += -O1<br/>-COPTS.ubsan_init.cc += -O1<br/>-.endif<br/>diff --git a/external/gpl3/gcc.old/lib/libasan/Makefile b/external/gpl3/gcc.old/lib/libasan/Makefile<br/>index 1e6f9608abe..3da7bbf2f58 100644<br/>--- a/external/gpl3/gcc.old/lib/libasan/Makefile<br/>+++ b/external/gpl3/gcc.old/lib/libasan/Makefile<br/>@@ -49,14 +49,6 @@ LIBDPLIBS+= m  ${NETBSDSRCDIR}/lib/libm<br/> LIBDPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread<br/> CPPFLAGS+=-DCAN_SANITIZE_UB=0<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.asan_allocator.cc += -O1<br/>-COPTS.asan_report.cc += -O1<br/>-COPTS.sanitizer_file.cc += -O1<br/>-COPTS.ubsan_diag.cc += -O1<br/>-COPTS.ubsan_init.cc += -O1<br/>-.endif<br/>-<br/> .if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"<br/> COPTS.asan_interceptors.cc += -O1<br/> .endif<br/>diff --git a/external/gpl3/gcc.old/lib/liblsan/Makefile b/external/gpl3/gcc.old/lib/liblsan/Makefile<br/>index 4578544a9a8..ddb7981077c 100644<br/>--- a/external/gpl3/gcc.old/lib/liblsan/Makefile<br/>+++ b/external/gpl3/gcc.old/lib/liblsan/Makefile<br/>@@ -16,11 +16,6 @@ LSAN_SRCS+= \<br/> 	lsan_linux.cc \<br/> 	lsan_thread.cc<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.lsan_allocator.cc += -O1<br/>-COPTS.sanitizer_file.cc += -O1<br/>-.endif<br/>-<br/> LIB=	lsan<br/> SRCS+=	${LSAN_SRCS}<br/> LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm<br/>diff --git a/external/gpl3/gcc.old/lib/libubsan/Makefile b/external/gpl3/gcc.old/lib/libubsan/Makefile<br/>index 2e2faca7b1c..9de82550d14 100644<br/>--- a/external/gpl3/gcc.old/lib/libubsan/Makefile<br/>+++ b/external/gpl3/gcc.old/lib/libubsan/Makefile<br/>@@ -26,10 +26,6 @@ UBSAN_SRCS= \<br/> COPTS.${_s}.cc+=-frtti<br/> .endfor<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.sanitizer_file.cc += -O1<br/>-.endif<br/>-<br/> LIB=	ubsan<br/> SRCS+=	${UBSAN_SRCS}<br/> LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm<br/>diff --git a/external/gpl3/gcc.old/usr.bin/cc1/Makefile b/external/gpl3/gcc.old/usr.bin/cc1/Makefile<br/>index c55e292ee8e..ff12a5be524 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/cc1/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/cc1/Makefile<br/>@@ -46,17 +46,6 @@ CPPFLAGS.default-c.c+=	-I${BACKENDOBJ}<br/> BUILDSYMLINKS+= ${GNUHOSTDIST}/gcc/config/sh/sh-c.cc sh-c.c<br/> .endif<br/><br/>-.if ${MACHINE_CPU} == "vax"<br/>-COPTS.c-decl.c+=-O0<br/>-COPTS.c-typeck.c+=-O0<br/>-COPTS.c-array-notation.c+=-O0<br/>-COPTS.c-common.c+=-O0<br/>-COPTS.c-ada-spec.c+=-O0<br/>-COPTS.cilk.c+=-O0<br/>-COPTS.c-ubsan.c+=-O0<br/>-COPTS.cc1-checksum.c+=-O0<br/>-.endif<br/>-<br/> .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"<br/> COPTS.c-common.c+=-O3<br/> .endif<br/>diff --git a/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile b/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile<br/>index 3123ee0d60b..aab82ad3448 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile<br/>@@ -44,16 +44,8 @@ COPTS.objc-act.c+=			-Wno-stack-protector<br/> COPTS.objc-gnu-runtime-abi-01.c+=	-Wno-stack-protector<br/> COPTS.objc-next-runtime-abi-01.c+=	-Wno-stack-protector<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.c-decl.c+=-O0<br/>-COPTS.c-typeck.c+=-O0<br/>-COPTS.c-array-notation.c+=-O0<br/>-COPTS.c-common.c+=-O0<br/>-COPTS.c-ada-spec.c+=-O0<br/>-COPTS.cilk.c+=-O0<br/>-COPTS.c-ubsan.c+=-O0<br/>-COPTS.cc1obj-checksum.c+=-O0<br/>-.endif<br/>+COPTS.c-cppbuiltin.c+=	${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}<br/>+COPTS.c-typeck.c+=	${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}<br/><br/> .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"<br/> COPTS.c-common.c+=-O3<br/>diff --git a/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile b/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile<br/>index b9c108251c5..e04e8fc7f53 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile<br/>@@ -69,18 +69,6 @@ COPTS.objc-act.c+=			-Wno-stack-protector<br/> COPTS.objc-gnu-runtime-abi-01.c+=	-Wno-stack-protector<br/> COPTS.objc-next-runtime-abi-01.c+=	-Wno-stack-protector<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.c-decl.c+=-O0<br/>-COPTS.c-typeck.c+=-O0<br/>-COPTS.c-array-notation.c+=-O0<br/>-COPTS.c-common.c+=-O0<br/>-COPTS.c-ada-spec.c+=-O0<br/>-COPTS.cilk.c+=-O0<br/>-COPTS.c-ubsan.c+=-O0<br/>-COPTS.cc1obj-checksum.c+=-O0<br/>-COPTS.decl.c+=-O0<br/>-.endif<br/>-<br/> .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"<br/> COPTS.c-common.c+=-O3<br/> .endif<br/>diff --git a/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile b/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile<br/>index 7936efd3a5e..7c54559e21a 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile<br/>@@ -31,23 +31,6 @@ CHECKSUM_OBJS= ${LIBBACKTRACEOBJ}/libbacktrace.a \<br/><br/> CFLAGS+=	-Wno-error=stack-protector<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.call.c+=-O0<br/>-COPTS.decl.c+=-O0<br/>-COPTS.typeck2.c+=-O0<br/>-COPTS.class.c+=-O0<br/>-COPTS.typeck.c+=-O0<br/>-COPTS.init.c+=-O0<br/>-COPTS.semantics.c+=-O0<br/>-COPTS.mangle.c+=-O0<br/>-COPTS.constexpr.c+=-O0<br/>-COPTS.c-common.c+=-O0<br/>-COPTS.c-ada-spec.c+=-O0<br/>-COPTS.cilk.c+=-O0<br/>-COPTS.c-ubsan.c+=-O0<br/>-COPTS.cc1plus-checksum.c+=-O0<br/>-.endif<br/>-<br/> .if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"<br/> COPTS.c-common.c+=-O3<br/> .endif<br/>diff --git a/external/gpl3/gcc.old/usr.bin/gcc/Makefile b/external/gpl3/gcc.old/usr.bin/gcc/Makefile<br/>index 7a66d77ffc7..a5a4b1c3adf 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/gcc/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/gcc/Makefile<br/>@@ -25,9 +25,6 @@ ${SRCS}: ${GCCARCH}/defs.mk<br/> .include &lt;bsd.info.mk&gt;<br/><br/> COPTS.gcc.c=	-Wno-stack-protector<br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.dse.c=	-O1<br/>-.endif<br/><br/> .PATH: ${DIST}/gcc ${DIST}/gcc/doc ${DIST}/gcc/c<br/><br/>diff --git a/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile b/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile<br/>index 751d1513eec..33aeb1c9898 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile<br/>@@ -14,10 +14,6 @@ SRCS=		decNumber.c decContext.c decimal32.c decimal64.c decimal128.c<br/> CPPFLAGS+=	-I${.CURDIR}/arch/${GCC_MACHINE_ARCH} -I${DIST}/libdecnumber<br/> CPPFLAGS+=	-I${DIST}/libgcc<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.decNumber.c=-O0<br/>-.endif<br/>-<br/> .include &lt;bsd.lib.mk&gt;<br/><br/> # Force using C++ for this<br/>diff --git a/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile b/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile<br/>index 90f44a9fcf6..fd251464fb7 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile<br/>@@ -24,11 +24,6 @@ COPTS.lto-common.c+=	-Wno-stack-protector<br/> .include "../Makefile.backtrace"<br/> .include "../Makefile.libdecnumber"<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.lto-lang.c+=-O0<br/>-COPTS.lto-symtab.c+=-O0<br/>-.endif<br/>-<br/> LDADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lm<br/> DPADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} ${LIBINTL} ${LIBZ} ${LIBM}<br/><br/>diff --git a/external/gpl3/gcc.old/usr.bin/lto1/Makefile b/external/gpl3/gcc.old/usr.bin/lto1/Makefile<br/>index 4c49161a64c..340d3c6124f 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/lto1/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/lto1/Makefile<br/>@@ -21,11 +21,6 @@ COPTS.lto-common.c+=	-Wno-stack-protector<br/> .include "../Makefile.libcpp"<br/> .include "../Makefile.libdecnumber"<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.lto-lang.c+=-O0<br/>-COPTS.lto-symtab.c+=-O0<br/>-.endif<br/>-<br/> LDADD+= ${LIBIBERTYOBJ}/libiberty.a<br/> DPADD+= ${LIBIBERTYOBJ}/libiberty.a<br/> LDADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lm<br/>diff --git a/external/gpl3/gdb.old/lib/libdecnumber/Makefile b/external/gpl3/gdb.old/lib/libdecnumber/Makefile<br/>index bcd4ae5b222..ce28811526b 100644<br/>--- a/external/gpl3/gdb.old/lib/libdecnumber/Makefile<br/>+++ b/external/gpl3/gdb.old/lib/libdecnumber/Makefile<br/>@@ -18,10 +18,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${GDB_MACHINE_ARCH} \<br/><br/> SRCS=		${G_OBJS:.o=.c} ${G_SOURCES}<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.decNumber.c=-O0<br/>-.endif<br/>-<br/> .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd<br/><br/> .include &lt;bsd.lib.mk&gt;<br/>diff --git a/external/gpl3/gdb/lib/libdecnumber/Makefile b/external/gpl3/gdb/lib/libdecnumber/Makefile<br/>index c95d36e3dfa..e3169865304 100644<br/>--- a/external/gpl3/gdb/lib/libdecnumber/Makefile<br/>+++ b/external/gpl3/gdb/lib/libdecnumber/Makefile<br/>@@ -18,10 +18,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${GDB_MACHINE_ARCH} \<br/><br/> SRCS=		${G_OBJS:.o=.c} ${G_SOURCES}<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.decNumber.c=-O0<br/>-.endif<br/>-<br/> .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd ${DIST}/libdecnumber/bid<br/><br/> .include &lt;bsd.lib.mk&gt;<br/>diff --git a/external/gpl3/gdb/lib/libgdb/Makefile b/external/gpl3/gdb/lib/libgdb/Makefile<br/>index b87a515d13a..c118c363975 100644<br/>--- a/external/gpl3/gdb/lib/libgdb/Makefile<br/>+++ b/external/gpl3/gdb/lib/libgdb/Makefile<br/>@@ -66,12 +66,6 @@ CFLAGS:=		${CXXFLAGS} -std=gnu++17 -Wno-error=stack-protector<br/><br/> ada-exp.c: ada-lex.c<br/><br/>-.if ${MACHINE} == "vax"<br/>-. if ${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} &gt;= 8<br/>-COPTS.read.c+=	-O0<br/>-. endif<br/>-.endif<br/>-<br/> # These are generated by implicit rules and are not easy to generate<br/> CLEANDIRFILES+= \<br/> 	ada-exp.c ada-lex.c \<br/>diff --git a/external/mit/xorg/lib/gallium.old/Makefile b/external/mit/xorg/lib/gallium.old/Makefile<br/>index 55b2fe3d1c1..bfa40c8974f 100644<br/>--- a/external/mit/xorg/lib/gallium.old/Makefile<br/>+++ b/external/mit/xorg/lib/gallium.old/Makefile<br/>@@ -1211,10 +1211,6 @@ SYMLINKS+= gallium_dri.so.${SHLIB_MAJOR}.debug ${DRIDEBUGDIR}/${_d}_dri.so.${SHL<br/> COPTS+=	${${ACTIVE_CC} == "clang":? -Wa,-Av8plus  :}<br/> .endif<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.nir.c += -O1<br/>-.endif<br/>-<br/> # XXXGCC12<br/> .if ${MACHINE_ARCH} == "m68k"<br/> COPTS.st_glsl_to_tgsi.cpp += -O1<br/>diff --git a/external/mit/xorg/lib/gallium/Makefile b/external/mit/xorg/lib/gallium/Makefile<br/>index 6778a8c11c8..9f1422080fe 100644<br/>--- a/external/mit/xorg/lib/gallium/Makefile<br/>+++ b/external/mit/xorg/lib/gallium/Makefile<br/>@@ -1428,10 +1428,6 @@ SYMLINKS+= gallium_dri.so.${SHLIB_MAJOR}.debug ${DRIDEBUGDIR}/${_d}_dri.so.${SHL<br/> COPTS+=	${${ACTIVE_CC} == "clang":? -Wa,-Av8plus  :}<br/> .endif<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.nir.c += -O1<br/>-.endif<br/>-<br/> COPTS.u_atomic.c+=	${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-builtin-declaration-mismatch :}<br/><br/> .include &lt;bsd.lib.mk&gt;<br/>diff --git a/external/mit/xorg/lib/libX11/Makefile.libx11 b/external/mit/xorg/lib/libX11/Makefile.libx11<br/>index e103d9ace12..0e55c2a4732 100644<br/>--- a/external/mit/xorg/lib/libX11/Makefile.libx11<br/>+++ b/external/mit/xorg/lib/libX11/Makefile.libx11<br/>@@ -471,11 +471,6 @@ COPTS.OpenDis.c+=	-Wno-error	# XXX xf86bigfstr.h<br/> COPTS.XlibInt.c+=	-Wno-error	# XXX xcmiscstr.h<br/> COPTS.XKBBind.c+=	-Wno-deprecated-declarations	# uses XKeycodeToKeysym<br/><br/>-# XXX<br/>-.if ${MACHINE} == "vax"<br/>-COPTS.lcWrap.c+=	-O0<br/>-.endif<br/>-<br/> CWARNFLAGS.clang+=	-Wno-string-plus-int<br/><br/> .include "${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys"<br/>diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile<br/>index e86a63aaea7..678537066ed 100644<br/>--- a/games/gomoku/Makefile<br/>+++ b/games/gomoku/Makefile<br/>@@ -9,10 +9,6 @@ LDADD=	-lcurses -lterminfo<br/> HIDEGAME=hidegame<br/> CPPFLAGS+=	${DEBUG:D-DDEBUG}<br/><br/>-.if ${MACHINE} == "vax"<br/>-COPTS.pickmove.c += -O0<br/>-.endif<br/>-<br/> #WARNS=		6	# would produce warnings about small integer types<br/> LINTFLAGS+=	-w	# treat warnings as errors<br/> LINTFLAGS+=	-T	# strict bool mode<br/>diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile<br/>index e9c53f23ae5..b919dac17c6 100644<br/>--- a/games/phantasia/Makefile<br/>+++ b/games/phantasia/Makefile<br/>@@ -52,7 +52,3 @@ map: map.c<br/> 	./map | plot &gt; /dev/tty<br/><br/> .include &lt;bsd.prog.mk&gt;<br/>-<br/>-.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == "vax"<br/>-COPTS.misc.c+=	-O0<br/>-.endif<br/>diff --git a/lib/i18n_module/UTF7/Makefile b/lib/i18n_module/UTF7/Makefile<br/>index 712c1515d42..7136f7f0cc3 100644<br/>--- a/lib/i18n_module/UTF7/Makefile<br/>+++ b/lib/i18n_module/UTF7/Makefile<br/>@@ -3,6 +3,3 @@<br/> SRCPRE=citrus_<br/> .include &lt;bsd.lib.mk&gt;<br/><br/>-.if ${MACHINE_ARCH} == "vax" &amp;&amp; defined(HAVE_GCC)<br/>-COPTS.citrus_utf7.c+=	-O0<br/>-.endif<br/>diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile<br/>index b2aea1e04b0..e60a2862d48 100644<br/>--- a/lib/libbz2/Makefile<br/>+++ b/lib/libbz2/Makefile<br/>@@ -15,11 +15,6 @@ SRCS=		blocksort.c huffman.c crctable.c randtable.c compress.c \<br/> INCS=		bzlib.h<br/> INCSDIR=	/usr/include<br/><br/>-# XXX huffman.c gets mis-compiled with 2.95.3<br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS+=		-O0<br/>-.endif<br/>-<br/> COPTS+=		${CC_WNO_IMPLICIT_FALLTHROUGH}<br/><br/> # XXX blocksort.c gets mis-compiled with 4.1<br/>diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc<br/>index 132686fc33d..609da919803 100644<br/>--- a/lib/libc/gdtoa/Makefile.inc<br/>+++ b/lib/libc/gdtoa/Makefile.inc<br/>@@ -44,10 +44,3 @@ SRCS+=	dmisc.c \<br/> .if ${MACHINE_ARCH} != "vax"<br/> SRCS+=	strtord.c<br/> .endif<br/>-<br/>-# XXX revisit with newer GCC.<br/>-# Ensure numbers like 0xffff319f5fa95963 print correctly<br/>-# ("999999999999999.98", not garbage like "?A&gt;C&gt;@&gt;C:BA;A&gt;&lt;.:&lt;")<br/>-.if ${MACHINE_ARCH} == "vax" &amp;&amp; defined(HAVE_GCC)<br/>-COPTS.misc.c+=	-O0<br/>-.endif<br/>diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile<br/>index cb3f89d6d09..e9c8be820da 100644<br/>--- a/lib/libcrypt/Makefile<br/>+++ b/lib/libcrypt/Makefile<br/>@@ -30,9 +30,6 @@ SRCS+=		crypt-argon2.c<br/> SRCS+=		${src}<br/> COPTS.${src}+=	-fvisibility=hidden<br/> .  endfor<br/>-.  if ${MACHINE} == "vax"<br/>-COPTS.blake2b.c+=	-O0<br/>-.  endif<br/> .endif<br/><br/> WARNS?=	5<br/>diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile<br/>index f5baae1e883..24f7e1121e5 100644<br/>--- a/libexec/ld.elf_so/Makefile<br/>+++ b/libexec/ld.elf_so/Makefile<br/>@@ -141,10 +141,6 @@ CPPFLAGS+=	-DRTLD_DEFAULT_LIBRARY_PATH=\"${SHLIBDIR}:${LIBDIR}\"<br/> COPTS.rtld.c+=	-Wno-stack-protector<br/> COPTS.symbol.c+=-Wno-stack-protector<br/><br/>-.if ${MACHINE_CPU} == "vax"<br/>-COPTS.rtld.c+=	-O0<br/>-.endif<br/>-<br/> LDADD+=		-Wl,--version-script=${.CURDIR}/symbols.map<br/> LDADD+=		-L${CLIBOBJ} -L${DESTDIR}${LIBDIR}<br/> .if ${MKPICLIB} != "no"<br/>diff --git a/sbin/fsck_ffs/Makefile.common b/sbin/fsck_ffs/Makefile.common<br/>index 765638b2801..824e3bf2628 100644<br/>--- a/sbin/fsck_ffs/Makefile.common<br/>+++ b/sbin/fsck_ffs/Makefile.common<br/>@@ -36,7 +36,3 @@ COPTS.ffs_appleufs.c+=	-Wno-pointer-sign<br/> .if ${MACHINE_ARCH} == "m68000"<br/> COPTS.pass1.c+=	-fno-tree-fre -fno-tree-lrs<br/> .endif<br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.pass1.c+=	-O0<br/>-COPTS.inode.c+=	-O0<br/>-.endif<br/>diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile<br/>index c039f73a1eb..3b0331e5880 100644<br/>--- a/sbin/fsdb/Makefile<br/>+++ b/sbin/fsdb/Makefile<br/>@@ -39,12 +39,6 @@ COPTS.${f}.c+=	-Wno-pointer-sign<br/> COPTS.pass1.c+=	-fno-tree-fre -fno-tree-lrs<br/> .endif<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.pass1.c+=	-O0<br/>-COPTS.inode.c+=	-O0<br/>-COPTS.fsdb.c+=	-O0<br/>-.endif<br/>-<br/> CWARNFLAGS.gcc+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER}<br/><br/> .include &lt;bsd.prog.mk&gt;<br/>diff --git a/sbin/newfs_ext2fs/Makefile b/sbin/newfs_ext2fs/Makefile<br/>index 40a44b9a038..ecfdbff4d3a 100644<br/>--- a/sbin/newfs_ext2fs/Makefile<br/>+++ b/sbin/newfs_ext2fs/Makefile<br/>@@ -20,8 +20,4 @@ DPADD+=${LIBPROP}<br/><br/> .PATH:	${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.mke2fs.c=-O0<br/>-.endif<br/>-<br/> .include &lt;bsd.prog.mk&gt;<br/>diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile<br/>index 4f33501ea7a..1f7f56e3ea5 100644<br/>--- a/sbin/ping/Makefile<br/>+++ b/sbin/ping/Makefile<br/>@@ -12,8 +12,4 @@ CPPFLAGS+=	-DIPSEC<br/> LDADD+= -lipsec<br/> DPADD+= ${LIBIPSEC}<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.ping.c=-O0<br/>-.endif<br/>-<br/> .include &lt;bsd.prog.mk&gt;<br/>diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax<br/>index cf095d54a86..c483eaa644a 100644<br/>--- a/sys/arch/vax/conf/Makefile.vax<br/>+++ b/sys/arch/vax/conf/Makefile.vax<br/>@@ -34,7 +34,6 @@ GENASSYM_CONF=	${VAX}/vax/genassym.cf<br/> CPPFLAGS+=	-D_VAX_INLINE_<br/> AFLAGS+=	-x assembler-with-cpp -fno-pic<br/> CFLAGS+=	-fno-pic<br/>-COPTS.wsmux.c+=	${${ACTIVE_CC} == "gcc" &amp;&amp; ${HAVE_GCC:U0} &gt;= 9:? -O1 :}<br/><br/><br/> ##<br/>diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile<br/>index 718c97ce857..4ef3840c753 100644<br/>--- a/sys/lib/libsa/Makefile<br/>+++ b/sys/lib/libsa/Makefile<br/>@@ -96,7 +96,3 @@ SRCS+=	ufs.c<br/> lib${LIB}.o:: ${OBJS:O} __buildstdlib<br/><br/> CPPFLAGS+=	-Wno-pointer-sign<br/>-<br/>-.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == "vax"<br/>-COPTS.bootp.c+=	-O0<br/>-.endif<br/>diff --git a/sys/lib/libz/Makefile b/sys/lib/libz/Makefile<br/>index 6945c0da6c6..61fb7d4f652 100644<br/>--- a/sys/lib/libz/Makefile<br/>+++ b/sys/lib/libz/Makefile<br/>@@ -25,7 +25,3 @@ CLEANFILES+= lib${LIB}.o<br/> .include &lt;bsd.lib.mk&gt;<br/><br/> lib${LIB}.o:: ${OBJS:O} __buildstdlib<br/>-<br/>-.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == "vax"<br/>-COPTS.inftrees.c+=	-O0<br/>-.endif<br/>diff --git a/sys/modules/lfs/Makefile b/sys/modules/lfs/Makefile<br/>index 962538821a5..ea8f187e160 100644<br/>--- a/sys/modules/lfs/Makefile<br/>+++ b/sys/modules/lfs/Makefile<br/>@@ -18,9 +18,4 @@ SRCS+=	ulfs_bmap.c ulfs_dirhash.c ulfs_inode.c ulfs_lookup.c \<br/><br/> WARNS=	3<br/><br/>-.if ${MACHINE} == "vax"<br/>-# GCC 6.5 and 7.4 cannot compile this with -DDIAGNOSTIC and -O2/-O1<br/>-COPTS.lfs_inode.c+=	-O0<br/>-.endif<br/>-<br/> .include &lt;bsd.kmodule.mk&gt;<br/>diff --git a/sys/rump/fs/lib/liblfs/Makefile b/sys/rump/fs/lib/liblfs/Makefile<br/>index abade3767d9..68b74c62502 100644<br/>--- a/sys/rump/fs/lib/liblfs/Makefile<br/>+++ b/sys/rump/fs/lib/liblfs/Makefile<br/>@@ -17,9 +17,6 @@ SRCS+=	ulfs_bmap.c ulfs_dirhash.c ulfs_extattr.c 			\<br/><br/><br/> CFLAGS+=        -DLFS_KERNEL_RFW<br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.lfs_inode.c+=-O0<br/>-.endif<br/><br/> .include &lt;bsd.lib.mk&gt;<br/> .include &lt;bsd.klinks.mk&gt;<br/>diff --git a/usr.sbin/mtrace/Makefile b/usr.sbin/mtrace/Makefile<br/>index aef09db6198..9c125c15265 100644<br/>--- a/usr.sbin/mtrace/Makefile<br/>+++ b/usr.sbin/mtrace/Makefile<br/>@@ -12,10 +12,6 @@ PROG=	mtrace<br/> SRCS=	igmp.c inet.c kern.c mtrace.c<br/> MAN=	mtrace.8<br/><br/>-.if ${MACHINE_ARCH} == "vax"<br/>-COPTS.mtrace.c=-O0<br/>-.endif<br/>-<br/> BINMODE=4555<br/> BINOWN= root<br/><br/>diff --git a/external/gpl3/gcc.old/usr.bin/backend/Makefile b/external/gpl3/gcc.old/usr.bin/backend/Makefile<br/>index d69a26fe619..99e881c783d 100644<br/>--- a/external/gpl3/gcc.old/usr.bin/backend/Makefile<br/>+++ b/external/gpl3/gcc.old/usr.bin/backend/Makefile<br/>@@ -533,68 +533,9 @@ COPTS.insn-recog.c+=-Wno-error<br/><br/> .if ${GCC_MACHINE_ARCH} == "vax"<br/> CPPFLAGS+=-I${.CURDIR}/../../lib/libgcc/libgcov/arch/${GCC_MACHINE_ARCH}<br/>-COPTS.builtins.c+=-O0<br/>-COPTS.calls.c+=-O0<br/>-COPTS.convert.c+=-O0<br/>-COPTS.data-streamer-out.c+=-O0<br/>-COPTS.dse.c+=-O0					# XXX port-vax/51967<br/>-COPTS.dwarf2out.c+=-O0<br/>-COPTS.expmed.c+=-O0<br/>-COPTS.expr.c+=-O0 -Wno-error=tautological-compare<br/>-COPTS.fixed-value.c+=-O0<br/>-COPTS.fold-const.c+=-O0<br/>-COPTS.generic-match.c+=-O0<br/>-COPTS.gimple-fold.c+=-O0<br/>-COPTS.gimple-match.c+=-O0<br/>-COPTS.gimple-ssa-strength-reduction.c+=-O0<br/>-COPTS.gimple-ssa-warn-restrict.c+=-O0<br/>-COPTS.gimple.c+=-O0<br/>-COPTS.internal-fn.c+=-O0<br/>-COPTS.lto-streamer-out.c+=-O0<br/>-COPTS.omp-low.c+=-O0<br/>-COPTS.predict.c+=-O0<br/>-COPTS.range-op.cc+=-O0<br/>-COPTS.recog.c+=-O0<br/>-COPTS.sanopt.c+=-O0<br/>-COPTS.stmt.c+=-O0<br/>-COPTS.stor-layout.c+=-O0<br/>-COPTS.targhooks.c+=-O0<br/>-COPTS.tree-affine.c+=-O0<br/>-COPTS.tree-cfg.c+=-O0<br/>-COPTS.tree-data-ref.c+=-O0<br/>-COPTS.tree-eh.c+=-O0<br/>-COPTS.tree-if-conv.c+=-O0<br/>-COPTS.tree-object-size.c+=-O0<br/>-COPTS.tree-parloops.c+=-O0<br/>-COPTS.tree-predcom.c+=-O0<br/>-COPTS.tree-pretty-print.c+=-O0<br/>-COPTS.tree-ssa-alias.c+=-O0<br/>-COPTS.tree-ssa-ccp.c+=-O0<br/>-COPTS.tree-ssa-forwprop.c+=-O0<br/>-COPTS.tree-ssa-loop-ivopts.c+=-O0<br/>-COPTS.tree-ssa-loop-manip.c+=-O0<br/>-COPTS.tree-ssa-loop-niter.c+=-O0<br/>-COPTS.tree-ssa-math-opts.c+=-O0<br/>-COPTS.tree-ssa-phiopt.c+= -O0<br/>-COPTS.tree-ssa-pre.c+=-O0<br/>-COPTS.tree-ssa-reassoc.c+=-O0<br/>-COPTS.tree-ssa-strlen.c+=-O0<br/>-COPTS.tree-ssa-uninit.c+=-O0<br/>-COPTS.tree-ssa.c+=-O0<br/>-COPTS.tree-switch-conversion.c+=-O0<br/>-COPTS.tree-vect-data-refs.c+=-O0<br/>-COPTS.tree-vect-loop-manip.c+=-O0<br/>-COPTS.tree-vect-loop.c+=-O0<br/>-COPTS.tree-vect-patterns.c+=-O0<br/>-COPTS.tree-vect-stmts.c+=-O0<br/>-COPTS.tree-vrp.c+=-O0<br/>-COPTS.tree.c+=-O0<br/>-COPTS.ubsan.c+=-O0<br/>-COPTS.varasm.c+=-O0<br/>-COPTS.vr-values.c+=-O0<br/>-COPTS.web.c+=-O0<br/>-COPTS.wide-int-range.cc+=-O0<br/>-COPTS.wide-int.cc+=-O0<br/>+<br/>+COPTS.expmed.c+=-Wno-error=tautological-compare<br/>+COPTS.expr.c+=-Wno-error=tautological-compare<br/> .else<br/> COPTS.tree.c=	${${ACTIVE_CC} == "clang" :? -O0 :}<br/> .endif</title>
    <description>/src/sbin/ping/Makefile - 1.18</description>
    <pubDate>Sat Oct 07 00:15:54 UTC 2023</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>branches:  1.17.36;<br/>vax specific gcc 4.8.1 hacks</title>
    <description>/src/sbin/ping/Makefile - 1.17</description>
    <pubDate>Sat Nov 09 21:39:27 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.16.6;  1.16.12;<br/>RUMP_ACTION -&gt; RUMPPRG</title>
    <description>/src/sbin/ping/Makefile - 1.16</description>
    <pubDate>Mon Dec 13 17:42:17 UTC 2010</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>add compile-conditional rumpclient support</title>
    <description>/src/sbin/ping/Makefile - 1.15</description>
    <pubDate>Thu Nov 11 22:56:38 UTC 2010</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the<br/>FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to<br/>various string and memory copy and set functions (as well as a few system<br/>calls and other miscellany) where known at function entry.  RedHat has<br/>evidently built all "core system packages" with this option for some time.<br/><br/>This option should be used at the top of Makefiles (or Makefile.inc where<br/>this is used for subdirectories) but after any setting of LIB.<br/><br/>This is only useful for userland code, and cannot be used in libc or in<br/>any code which includes the libc internals, because it overrides certain<br/>libc functions with macros.  Some effort has been made to make USE_FORT=yes<br/>work correctly for a full-system build by having the bsd.sys.mk logic<br/>disable the feature where it should not be used (libc, libssp iteself,<br/>the kernel) but no attempt has been made to build the entire system with<br/>USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.<br/><br/>Adjust the system build so that all programs and libraries that are setuid,<br/>directly handle network data (including serial comm data), perform<br/>authentication, or appear likely to have (or have a history of having)<br/>data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,<br/>with the exception of libc, which cannot use USE_FORT and thus uses<br/>only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no<br/>per-directory or in a system build will disable if desired.</title>
    <description>/src/sbin/ping/Makefile - 1.14</description>
    <pubDate>Mon May 28 00:06:23 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Add a dependency on libm.</title>
    <description>/src/sbin/ping/Makefile - 1.13</description>
    <pubDate>Tue Feb 20 00:15:56 UTC 2001</pubDate>
    <dc:creator>bjh21</dc:creator>
</item>

<item>
    <title>correct typo.  s/LDADD/DPADD/</title>
    <description>/src/sbin/ping/Makefile - 1.12</description>
    <pubDate>Mon Jul 12 19:00:52 UTC 1999</pubDate>
    <dc:creator>itojun</dc:creator>
</item>

<item>
    <title>IPsec support (specify policy on ping - quite useful to test<br/>if IPsec is working or not) is added.</title>
    <description>/src/sbin/ping/Makefile - 1.11</description>
    <pubDate>Fri Jul 02 04:53:23 UTC 1999</pubDate>
    <dc:creator>itojun</dc:creator>
</item>

<item>
    <title>Add code from Daniel Hagerty &lt;hag@ai.mit.edu&gt; to print standard deviation<br/>when printing out final statistics line.<br/><br/>Closes PR bin/6198</title>
    <description>/src/sbin/ping/Makefile - 1.10</description>
    <pubDate>Wed Feb 24 19:31:38 UTC 1999</pubDate>
    <dc:creator>jwise</dc:creator>
</item>

<item>
    <title>- remove -g from Makefile<br/>- fix setsockopt and recvfrom casts.</title>
    <description>/src/sbin/ping/Makefile - 1.9</description>
    <pubDate>Tue Mar 11 21:53:41 UTC 1997</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>- Use err, warn, errx<br/>- Don't use floor, because we would need libm<br/>- Add maxwait option from old ping<br/>- Add a centralized gethost() to get hostnames<br/>- Fix PR/1014 and PR/2017; (adds -D, -T options, and -I and -t for unicast)<br/>- Document exit status</title>
    <description>/src/sbin/ping/Makefile - 1.8</description>
    <pubDate>Tue Mar 11 21:22:49 UTC 1997</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>convert to new RCS Id conventions; reduce my headache</title>
    <description>/src/sbin/ping/Makefile - 1.7</description>
    <pubDate>Sat Mar 18 14:59:13 UTC 1995</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>specify man pages the new way.</title>
    <description>/src/sbin/ping/Makefile - 1.6</description>
    <pubDate>Thu Dec 22 10:47:51 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Merge with 4.4-Lite version.</title>
    <description>/src/sbin/ping/Makefile - 1.5</description>
    <pubDate>Fri Sep 23 01:38:58 UTC 1994</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>Add RCS identifiers.</title>
    <description>/src/sbin/ping/Makefile - 1.4</description>
    <pubDate>Sun Aug 01 05:27:07 UTC 1993</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>changed "Id" to "Header" for rcsids</title>
    <description>/src/sbin/ping/Makefile - 1.3</description>
    <pubDate>Tue Mar 23 00:29:43 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>added rcs ids to all files</title>
    <description>/src/sbin/ping/Makefile - 1.2</description>
    <pubDate>Mon Mar 22 08:04:00 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/sbin/ping/Makefile - 1.1</description>
    <pubDate>Sun Mar 21 09:45:37 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>imported from lite-2</title>
    <description>/src/sbin/ping/Makefile - 1.1.1.4</description>
    <pubDate>Tue Sep 16 00:41:34 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

