- 05 Jan, 2012 11 commits
-
-
Jiri Popelka authored
-
Jiri Popelka authored
-
Jiri Popelka authored
-
Jiri Popelka authored
I'm not sure how to reproduce that, but the patch is quite straightforward.
-
Jiri Popelka authored
-
Jiri Popelka authored
Steps to Reproduce: 1. arp -s 172.16.1.3 00:80:c8:04:05:06 -D eth0
-
Jiri Popelka authored
(RHBZ #579854, Debian #561161) original patch from Sami Farin
-
Jiri Popelka authored
Steps to Reproduce: /sbin/nameif eth1 00:00:10:10:11:11; echo $? Actual Results: interface 'eth1' not found 0 Expected Results: interface 'eth1' not found 1
-
Jiri Popelka authored
de.po: warning: Charset "iso8859-1" is not a portable encoding name. Message conversion to user's charset might not work.
-
Jiri Popelka authored
-
-
- 04 Jan, 2012 1 commit
-
-
Ben Hutchings authored
On a system with a gigabit NIC attached to a 100mbit switch: # mii-tool -v eth0 capabilities: 1000baseT-HD 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control link partner: 1000baseT-HD 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control Clearly the last two fields are swapped, and reading the code supports this hypothesis. URL: https://bugs.gentoo.org/393107 URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511395Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 31 Dec, 2011 3 commits
-
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
-
- 15 Dec, 2011 2 commits
-
-
Bernd Eckenfels authored
-
Lubomir Rintel authored
Signed-off-by:
Bernd Eckenfels <bernd@eckenfels.net>
-
- 10 Dec, 2011 3 commits
-
-
Mike Frysinger authored
These tools provide quite a bit of good information which is available to non-root users, so let's move them to /bin for people to use. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 21 Nov, 2011 10 commits
-
-
Mike Frysinger authored
The tcp/udp/raw protocols duplicate the logic for looking up addresses and their ports, and then formatting them nicely. They also duplicate this for local and remote addresses. They also encode a few assumptions about the length of the strings they get back which can cause buffer over and under flows. Add a new helper called addr_do_one that unifies all of this duplicate logic in one place, and handles any string size correctly. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
On 64bit systems where sizeof(void *) != sizeof(int), we get a warning when trying to assign the return of atoi(). So insert a cast to avoid. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Some of these are unused, so drop them. Others are only used in debug code, so refactor those so things are always compiled. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 20 Aug, 2011 1 commit
-
-
Mike Frysinger authored
This was causing the %.o rule to get ignored which meant most of the dependencies were ignored. Once that gets fixed, we see that the %.o rule doesn't properly use $(CPPFLAGS). So add that while we're here. Gentoo bug 379715
-
- 20 Apr, 2011 1 commit
-
-
Bernd Eckenfels authored
path (in order to make argv[0]="sshd pty/0" display as sshd, and not as /0.
-
- 09 Apr, 2011 3 commits
-
-
Mike Frysinger authored
According to the manual the option "--numeric-ports" should not affect host resolution, but it does. All connected hosts are displayed with numeric values instead of their FQDN. patch by Mads Martin Joergensen in Gentoo bug 76756
-
Mike Frysinger authored
The kernel really only treats sockets with a value of -1 as an error. The rest are an unsigned quantity. So tweak the nestat lookup to use an unsigned value. patch based on Antonio Galea's work in Debian bug 345331
-
Mike Frysinger authored
patch by pasi.valminen@hut.fi Gentoo bug 42650
-
- 27 Jan, 2011 2 commits
-
-
Bernd Eckenfels authored
-
Bernd Eckenfels authored
Reported by Toralf
-
- 01 Jan, 2011 1 commit
-
-
Bernd Eckenfels authored
-
- 29 Oct, 2010 1 commit
-
-
Bernd Eckenfels authored
Thanks jwm
-
- 15 Aug, 2010 1 commit
-
-
Mike Frysinger authored
newer versions of glibc (like 2.12) have cleaned up headers so you need to include sys/stat.h explicitly for S_XXX macros Gentoo bug 332853
-