summaryrefslogtreecommitdiffstats
path: root/libsysutils/src
Commit message (Collapse)AuthorAgeFilesLines
* libsysutils: Fix command argument passing bug + whitespace cleanupSan Mehat2009-05-294-9/+10
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: const correctness fixes + remove some debuggingSan Mehat2009-05-203-15/+15
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: Introduce 'ServiceManager', for starting/stopping init servicesSan Mehat2009-05-151-0/+73
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: General clean up + disable build in simulator buildsSan Mehat2009-05-133-15/+3
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: Fix bug where we'd leak our control pipes when closing down a ↵San Mehat2009-05-121-7/+3
| | | | | | listener Signed-off-by: San Mehat <san@google.com>
* libsysutils: Send command arguments to the command, not the command again :PSan Mehat2009-05-121-1/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: Tweak SocketListener and friendsSan Mehat2009-05-123-30/+54
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-107-145/+240
|
* libsysutils: Add string.h to includesSan Mehat2009-05-073-0/+3
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: New C++ system convenience librarySan Mehat2009-05-066-0/+464
This library contains re-usable classes for common system level daemons. Initial consumers of this library are 'nexus' and 'vold2' Signed-off-by: San Mehat <san@google.com>