summaryrefslogtreecommitdiffstats
path: root/libsysutils
Commit message (Collapse)AuthorAgeFilesLines
* libsysutils: General clean up + disable build in simulator buildsSan Mehat2009-05-134-15/+12
| | | | Signed-off-by: San Mehat <san@google.com>
* Fix sim build (need explicit -lpthread).Andy McFadden2009-05-131-0/+4
|
* 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-108-146/+241
|
* 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-067-0/+485
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>