Home | History | Annotate | only in /src/tests/net/if_loop
History log of /src/tests/net/if_loop
RevisionDateAuthorComments
 1.7 01-Mar-2020  christos Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
 1.6 01-Jun-2019  kre Deal with fallout from the addition of
KERN_PROC_CWD in sysctl(3)
That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)

The effect is that -lrump now requires -lrumpvfs

This set of changes fixes (I believe) regular dynamic builds,
more might be required for static builds (will be verified soon).
 1.5 13-May-2019  bad Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
after moving rump's mainbus from rumpdev to rumpkern.

Produces the same atf-run results as before.
 1.4 28-Feb-2017  ozaki-r branches: 1.4.12;
Add tests for loopback interface
 1.3 08-Aug-2016  pgoyette branches: 1.3.2;
Need librumpdev and librumpvfs
 1.2 10-Jun-2014  he branches: 1.2.6;
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
 1.1 25-Jul-2010  pooka branches: 1.1.12; 1.1.22;
Add xfail test for kernel diagnostic panic described in PR kern/43664
 1.1.22.1 10-Aug-2014  tls Rebase.
 1.1.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.3.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.4.12.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.4.12.1 10-Jun-2019  christos Sync with HEAD
 1.2 01-Feb-2018  ozaki-r Commonalize and add tests of creating/destroying interfaces
 1.1 28-Feb-2017  ozaki-r branches: 1.1.2; 1.1.4; 1.1.8;
Add tests for loopback interface
 1.1.8.1 26-Feb-2018  snj Pull up following revision(s) (requested by ozaki-r in ticket #572):
sys/net/if_bridge.c: 1.138, 1.148
tests/net/if_bridge/t_bridge.sh: 1.18
tests/net/if_gif/t_gif.sh: 1.12
tests/net/if_ipsec/t_ipsec.sh: 1.3
tests/net/if_l2tp/t_l2tp.sh: 1.4
tests/net/if_loop/t_basic.sh: 1.2
tests/net/if_pppoe/t_pppoe.sh: 1.18
tests/net/if_tap/t_tap.sh: 1.7
tests/net/if_tun/Makefile: 1.2
tests/net/if_tun/t_tun.sh: 1.5
tests/net/if_vlan/t_vlan.sh: 1.8
tests/net/net_common.sh: 1.26
Remove unnecessary splsoftnet
--
If the bridge is not running, don't call bridge_stop. Otherwise the
following commands will crash the kernel:
ifconfig bridge0 create
ifconfig bridge0 destroy
--
Commonalize and add tests of creating/destroying interfaces
 1.1.4.2 21-Apr-2017  bouyer Sync with HEAD
 1.1.4.1 28-Feb-2017  bouyer file t_basic.sh was added on branch bouyer-socketcan on 2017-04-21 16:54:12 +0000
 1.1.2.2 20-Mar-2017  pgoyette Sync with HEAD
 1.1.2.1 28-Feb-2017  pgoyette file t_basic.sh was added on branch pgoyette-localcount on 2017-03-20 06:58:01 +0000
 1.8 13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.7 18-Mar-2012  jruoho branches: 1.7.14;
Move more PR references from comments to ATF's "descr".
 1.6 26-Apr-2011  martin branches: 1.6.4;
Minor simplification
 1.5 10-Apr-2011  martin Repeat the fragmentation on lo0 test, but with checksum on IFF_LOOPBACK
interfaces enabled.
 1.4 09-Apr-2011  martin Remove expected failure, PR has been fixed.
 1.3 03-Nov-2010  christos add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)
 1.2 26-Jul-2010  pooka Calculate broadcast IP instead of requiring it as a config parameter.
 1.1 25-Jul-2010  pooka Add xfail test for kernel diagnostic panic described in PR kern/43664
 1.6.4.1 17-Apr-2012  yamt sync with head
 1.7.14.1 20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed