summaryrefslogtreecommitdiffstats
path: root/netem
Commit message (Collapse)AuthorAgeFilesLines
* netem: fix installs of dist filesMike Frysinger2010-07-311-2/+2
| | | | | | | | | | | The tc program searches LIBDIR by default for the .dist files, and that defaults to /usr/lib. But the netem subdir has /lib/ hardcoded which means the default build+install results in the files not being found. Further, these are plain text files which are read at runtime, so it doesn't make sense to give them executable bits. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fixed installation when changing DESTDIRRafael Almeida2008-07-251-2/+2
| | | | | | | | | | | | | | | | | After changing the DESTDIR the installated binaries have some issues due to hard coded paths. For example, using distributions on NetEm would segfault. I've changed iplink.c and tc_util.c so they are now aware of DESTDIR. Along with that change I needed to change the main Makefile so it defines the DESTDIR macro when calling gcc. I also changed the paths so that during the installation sbin, etc, share and lib directories are created directly inside of the DESTDIR, instead of creating a usr directory inside that. That's the behaviour of most packages out there, so I think most users will be expecting that to happen.
* netem: fix cross-compiling failureBertrand Jacquin2008-06-231-0/+1
| | | | | | | | The programs in netem are compiled and run on the build machine, but they use the CFLAGS that are meant for the target system and often times, these are incompatible. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Eliminate trailing whitespaceStephen Hemminger2006-12-131-1/+1
| | | | Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
* Add ignore files to make using git easierStephen Hemminger2006-08-081-0/+5
| | | | Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
* Added stats utility from netemStephen Hemminger2006-06-153-2/+82
|
* Fix cc compiler flags in netem/Makefileshemminger2006-03-141-1/+1
|
* Add CCOPTS for netem stuffshemminger2005-10-051-1/+1
|
* Allow parallel make of netem directory.ss-050901shemminger2005-09-011-11/+9
| | | | Use HOSTCC when building local tools
* Update to latest kernel headers.ss-050808shemminger2005-08-081-1/+1
| | | | Fix out of range on paretonormal
* Switch to stack (rather than calloc) for tables.osdl.net!shemminger2005-03-302-21/+8
| | | | (Logical change 1.176)
* (Logical change 1.146)osdl.net!shemminger2005-03-101-0/+97
|
* Initial revisionosdl.net!shemminger2005-03-101-0/+0
|
* Rename: tc/paretonormal.c -> netem/paretonormal.cosdl.net!shemminger2005-02-091-0/+90
| | | | (Logical change 1.141)
* Rename: tc/pareto.c -> netem/pareto.cosdl.net!shemminger2005-02-091-0/+41
| | | | (Logical change 1.141)
* Rename: tc/normal.c -> netem/normal.cosdl.net!shemminger2005-02-091-0/+56
| | | | (Logical change 1.141)
* Rename: tc/maketable.c -> netem/maketable.cosdl.net!shemminger2005-02-091-0/+232
| | | | (Logical change 1.141)
* Rename: netem/ping.trace -> netem/experimental.datosdl.net!shemminger2005-02-091-0/+13448
| | | | (Logical change 1.141)
* (Logical change 1.141)osdl.net!shemminger2005-02-091-0/+27
|
* Initial revisionosdl.net!shemminger2005-02-096-0/+0