Home | History | Annotate | only in /src/distrib/utils/x_route
History log of /src/distrib/utils/x_route
RevisionDateAuthorComments
 1.18 07-Nov-2014  uebayasi Fix build of crunched "route".
 1.17 13-Dec-2010  pooka branches: 1.17.26;
be a happy crunch build
 1.16 18-Jan-2005  lukem branches: 1.16.26;
Only support SMALLPROG_INET6 if ${USE_INET6} != "no".
Part of PR 28994.
 1.15 17-Oct-2002  lukem Rework how SMALLPROG was being used and how INET6 support was enabled.
There's two variables added to Makefile.crunch:

SMALLPROG If 1, add SMALLPROG=1 to CRUNCHENV. [default: 1]
This can be used by various Makefiles to
determine if a `small' version of the program
is required.

SMALLPROG_INET6 If 1 and SMALLPROG == 1, add SMALLPROG_INET6=1
to CRUNCHENV. [default: 0]
This can be used by various Makefiles to
determine if the `small' version has INET6
support enabled.

Only enable SMALLPROG_INET6 for programs on the ramdisks that have INET6 in
the appropriate kernel, and cleanup INET6 setting.
(Note: this means that sysinst won't get INET6 support if the kernel
it's running on doesn't have it).

This change saves a fair bit of space on various install images
(including i386 ramdisk-{ps2,small,tiny}) that didn't have INET6 in
the kernel but were unconditionally getting INET6 support in their tools.
 1.14 18-Jun-2002  itojun make macppc install floppy IPv6 ready
(we have two floppies anyways, and there's plenty of space in 2nd floppy)
 1.13 12-Dec-2001  tv branches: 1.13.2;
Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.
 1.12 05-Oct-2001  jmc Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization
levels
 1.11 20-Aug-2001  martin Drop ``-Os'' on sparc64 due to toolchain issues.

The same change has already been applied on the 1.5 branch. The problems
(i.e. ifconfig not showing IP addresses) have been verified to still exist
with the new toolchain.
 1.10 05-Sep-2000  minoura Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.
 1.9 18-May-2000  matt branches: 1.9.4;
Part II. Link everything -static since that's what want for crunchgen
later on.
 1.8 18-May-2000  matt Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
would shrink them even more?
 1.7 04-May-2000  itojun supply IPv6-ready route(8) for i386 and hpcmips
(those who has IPv6-ready sysinst already)
 1.6 21-Jun-1999  cgd dependencies on BSDSRCDIR should be _removed_, not introduced. Use
paths relative to ${.CURDIR} instead. Using BSDSRCDIR here means that
it's impossible to compile these programs out of the source tree they're
a part of, unless that sort tree happens to be the one at BSDSRCDIR.
 1.5 19-May-1999  gwr Things in distrib/utils need to know BSDSRCDIR anway,
so we might as well use it. Lots simpler.
 1.4 13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.3 22-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.2 15-Nov-1996  gwr branches: 1.2.2;
The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
 1.1 13-Sep-1996  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 13-Sep-1996  gwr branches: 1.1.1.1.2;
These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.2 13-Sep-1996  gwr These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.1 13-Sep-1996  gwr file Makefile was added on branch netbsd-1-2 on 1996-09-13 18:21:26 +0000
 1.2.2.1 08-Nov-1997  lukem pull up rev 1.3 (approved by thorpej)
 1.9.4.2 29-Jul-2001  he Apply patch (requested by martin):
Drop ``-Os'' on sparc64 due to toolchain issues.
 1.9.4.1 07-Sep-2000  minoura Pullup rev.1.10; reviewed by shin, approved by thorpej.
Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.
 1.13.2.1 03-Nov-2002  he Pull up revision 1.14 (requested by itojun in ticket #347):
Make macppc install floppy IPv6-ready.
 1.16.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.17.26.1 08-Jan-2015  martin Pull up following revision(s) (requested by prlw1 in ticket #390):
usr.bin/netstat/mroute.c: revision 1.25
usr.bin/netstat/Makefile: revision 1.40
sbin/route/prog_ops.h: revision 1.3
sbin/route/rtutil.c: revision 1.1
sbin/route/rtutil.h: revision 1.1
usr.bin/netstat/mroute6.c: revision 1.15
sbin/route/extern.h: revision 1.15
usr.bin/netstat/show.c: file removal
usr.bin/netstat/main.c: revision 1.93
usr.bin/netstat/route.c: revision 1.83
usr.bin/netstat/netstat.h: revision 1.51
distrib/utils/x_route/Makefile: revision 1.18
sbin/route/show.c: revision 1.46
usr.bin/netstat/if.c: revision 1.80
sbin/route/route.c: revision 1.145
sbin/route/Makefile: revision 1.26
Factor out the netstat route printing code and use it here. There is no
point in having 2 different copies; fixes PR/49371
 1.2 15-Nov-1996  gwr The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
 1.1 13-Sep-1996  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 13-Sep-1996  gwr branches: 1.1.1.1.2;
These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.2 13-Sep-1996  gwr These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.1 13-Sep-1996  gwr file keywords.h was added on branch netbsd-1-2 on 1996-09-13 18:21:27 +0000
 1.2 15-Nov-1996  gwr The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
 1.1 13-Sep-1996  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 13-Sep-1996  gwr branches: 1.1.1.1.2;
These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.2 13-Sep-1996  gwr These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.1 13-Sep-1996  gwr file keywords.sh was added on branch netbsd-1-2 on 1996-09-13 18:21:27 +0000
 1.2 15-Nov-1996  gwr The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
 1.1 13-Sep-1996  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 13-Sep-1996  gwr branches: 1.1.1.1.2;
These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.2 13-Sep-1996  gwr These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.1 13-Sep-1996  gwr file route.c was added on branch netbsd-1-2 on 1996-09-13 18:21:26 +0000
 1.2 15-Nov-1996  gwr The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
 1.1 13-Sep-1996  gwr branches: 1.1.1;
Initial revision
 1.1.1.1 13-Sep-1996  gwr branches: 1.1.1.1.2;
These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.2 13-Sep-1996  gwr These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
 1.1.1.1.2.1 13-Sep-1996  gwr file show.c was added on branch netbsd-1-2 on 1996-09-13 18:21:27 +0000

RSS XML Feed