History log of /system/netd/logwrapper.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e188ed5c989ddcc07f0f5e9839493c22d17e7b6 13-Jul-2012 Jeff Sharkey <jsharkey@android.com> Consolidate iptables chain management.

Move creation and management of module iptables chains up into
CommandListener, which gives better visibility into ordering.

Change-Id: If0c94187c6e59a20840b035d7241057f45a0f74b
/system/netd/logwrapper.c
2e9caa7fd4ace0fbf187cb5e7fe1426693151e0e 07-Mar-2012 Nick Kralevich <nnk@google.com> netd: do check on command, not buffer.

Bug: 6132094
Change-Id: Icb3b0d0b2a0fd795c05162afc8791729bfa5d075
/system/netd/logwrapper.c
c4bbfa247dbe4dda17e28694d49afd3ec0b06bad 06-Mar-2012 Glenn Kasten <gkasten@google.com> Remove reference to hard-coded cpuctl path for bg

As part of scheduling policy cleanup, remove/isolate references to the
scheduling policy files and APIs.

In this case, logwrap is not used currently due to bug 5144246, and even
if it were the "background" parameter was 0.

Change-Id: Ibf7fa2617a0e485c9868b22b378636728d16622a
/system/netd/logwrapper.c
5ea0c05a1e7d8e664b808aa1bb1efd08fdb2fb13 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I8ab66debe4d0c3857a4b80f6f7b6925a352cda87
/system/netd/logwrapper.c
447dacddaccf9f4b723ca53346349bf2039527f5 15-Dec-2011 JP Abgrall <jpa@google.com> am 9e5e0ce6: netd: fix argument interpretation bug

* commit '9e5e0ce62e88ddf9a09798eda51b0c270d354c8e':
netd: fix argument interpretation bug
9e5e0ce62e88ddf9a09798eda51b0c270d354c8e 15-Dec-2011 JP Abgrall <jpa@google.com> netd: fix argument interpretation bug

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
/system/netd/logwrapper.c
bf91ebf2e205cca5660c1c9306cc10b4fac653e7 12-Oct-2011 Steve Block <steveblock@google.com> Rename LOG() to ALOG() DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/141576

Bug: 5449033
Change-Id: I049afb3bf14d5eb5c3cf8dc073113a4854f8ec06
/system/netd/logwrapper.c
e7732280e7af281d35f90d7794a31a7f6e10f185 20-Sep-2010 Brad Fitzpatrick <bradfitz@android.com> Use ptsname_r instead of ptsname in logwrapper.

Also other misc suggestions and fixes from Markus' review.

Bug: 3017876
Change-Id: I503f0340c2d75afb6850e36c1586f7f495638036
/system/netd/logwrapper.c
faabd3d839d1503aa4ed82442fbff29ba0c70897 20-Sep-2010 Brad Fitzpatrick <bradfitz@android.com> Re-sync netd and vold's logwrapper.c forks.

Change-Id: Ie7ad47f0e9bfb862b92cd34070b79b6003549a16
/system/netd/logwrapper.c
a783390cc37cc8321fe695ba95ffaa5b6a2ed05b 14-May-2010 Nick Kralevich <nnk@google.com> Get rid of warnings when compiled with -Wformat-security

Change-Id: Iaed2edb7b43da5cb5cdd0bf641e45480633301fd
/system/netd/logwrapper.c
37dc4a51774b9c8a95205cb825eae6753170a851 29-Apr-2010 Robert Greenwalt <robdroid@android.com> Fix fd leaks

When you open a file, you should remember to close it.
bug:2639464

Change-Id: I90d25dba2a262b620373270832eb3189616c720d
/system/netd/logwrapper.c
a1992c9ff3e0d180c1f3042658ab9671d61a2fb8 08-Apr-2010 San Mehat <san@google.com> netd: Plumb interface throttling

Change-Id: I9092a37b3d5f2bfa4f49ddc473d0a5490abaae8f
Signed-off-by: San Mehat <san@google.com>
/system/netd/logwrapper.c
d18304287dbabc7835be771400b85d4ae8b63de6 15-Jan-2010 San Mehat <san@google.com> netd: Initial skelaton for netd

Signed-off-by: San Mehat <san@google.com>
/system/netd/logwrapper.c