1. 15 Jan, 2013 1 commit
  2. 23 Dec, 2012 1 commit
  3. 20 Dec, 2012 5 commits
  4. 18 Dec, 2012 2 commits
  5. 17 Dec, 2012 6 commits
  6. 14 Dec, 2012 6 commits
  7. 12 Dec, 2012 9 commits
  8. 11 Dec, 2012 3 commits
  9. 30 Nov, 2012 1 commit
  10. 16 Nov, 2012 4 commits
  11. 12 Nov, 2012 2 commits
    • Andreas Henriksson's avatar
      iproute2: drop libresolv · 2c389b0f
      Andreas Henriksson authored
      Hello!
      
      While building the iproute package in Debian I get warnings from
      package helpers like this:
      
      dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/iproute/sbin/tc debian/iproute/usr/bin/lnstat debian/iproute/bin/ip debian/iproute/bin/ss debian/iproute/sbin/bridge debian/iproute/sbin/rtmon were not linked against libresolv.so.2 (they use none of the library's symbols)
      
      The -lresolv in ./Makefile seems to come from pre-historic times (before
      iproute2 git history, possibly from libc5/pre-glibc days).
      I couldn't find out if/why there was any reason for linking to libresolv.
      Does anyone know if there are any valid reasons for keeping it still?
      
      If not, I'd be happy to see it go.... while at it I also removed includes
      of <resolv.h> which I also couldn't find any reason for, but this is
      just an added bonus of the patch (and there are probably more unneeded
      includes that could be dropped in the same sources).
      Signed-off-by: default avatarAndreas Henriksson <andreas@fatal.se>
      2c389b0f
    • Stephen Hemminger's avatar
      man: fix incorrect use of "it's" · cc574302
      Stephen Hemminger authored
      A couple of places were using "it's" where possive form "its"
      should be used instead.
      cc574302