1. 31 Jan, 2012 1 commit
    • Robert Greenwalt's avatar
      Keep better tabs on secondary tables. · c462177b
      Robert Greenwalt authored
      We had some places (NatController) where routes were being set
      but not accounted for in the number-of-routes talley so we
      could end up thinking the table was empty and not clean up
      after ourselves properly.
      
      Also consolidated constants.
      
      bug:5917475
      Change-Id: I98a41d433e1d4b4ca6692fb2328e2c9afc828145
      c462177b
  2. 06 Jan, 2012 1 commit
  3. 14 Dec, 2011 2 commits
    • JP Abgrall's avatar
      netd: fix argument interpretation bug · 8a12dd08
      JP Abgrall authored
      While working around the logwrap() issue, it was replaced with system()
      which could lead to various commands getting misinterpreted.
      
      We now use a system() equivalent that doesn't use "sh -c".
      
      Bug:5758556
      Change-Id: I2599b526ac34bcfca18d05261286d902d547efda
      8a12dd08
    • JP Abgrall's avatar
      netd: fix argument interpretation bug · 9e5e0ce6
      JP Abgrall authored
      While working around the logwrap() issue, it was replaced with system()
      which could lead to various commands getting misinterpreted.
      
      We now use a system() equivalent that doesn't use "sh -c".
      
      Bug:5758556
      Change-Id: I2599b526ac34bcfca18d05261286d902d547efda
      9e5e0ce6
  4. 12 Aug, 2011 1 commit
    • JP Abgrall's avatar
      netd: all: use system() instead of logwrap() for now. · 11b4e9b2
      JP Abgrall authored
      The logwrapper uses a blocking read() which does not always
      correctly detect when the child process at the other end is gone.
      This is a quick workaround for http://b/5144246
      
      
      A cleaner logwrapper parent() will follow.
      
      Add support for BandwidthController() to use either system() or
      logwrap(). It looks at "persist.bandwidth.uselogwrap" to be 0 or 1.
      
      Change-Id: I2d17732214f1a7fef6838eee05d827695b707ab0
      Signed-off-by: default avatarJP Abgrall <jpa@google.com>
      11b4e9b2
  5. 17 Nov, 2010 1 commit
  6. 30 Apr, 2010 1 commit
  7. 09 Apr, 2010 1 commit
  8. 07 Apr, 2010 1 commit