summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* There's no longer a limit to property names.Elliott Hughes2017-02-282-38/+16
* fix warning: Null pointer argument in call to memory comparison functionYunlian Jiang2017-02-081-2/+4
* Exporting C++ headers from system/coreVijay Venkatraman2017-01-2411-0/+768
* Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-207-7/+13
|\
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-207-7/+13
* | system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5Mark Salyzyn2016-09-308-48/+95
|\|
| * system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-308-48/+95
* | Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-10/+1
|\|
| * Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-10/+1
| |\
| | * Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-10/+1
* | | Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
|\ \ \ | |/ / |/| |
| * | Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| |\ \
| | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| | |\ \
| | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| | | |\ \
| | | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6cConnor O'Brien2016-08-191-3/+14
| | | | |\ \
| | | | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2Connor O'Brien2016-08-191-3/+14
| | | | | |\ \
| | | | | | * | Fix vold vulnerability in FrameworkListenerConnor O'Brien2016-08-191-3/+14
* | | | | | | | Merge "Clean up CLOEXEC in SocketListener." am: ed83cfba68Elliott Hughes2016-02-231-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Clean up CLOEXEC in SocketListener.Elliott Hughes2016-02-191-2/+1
* | | | | | | Tolerate RTM_DELADDR messages from deleted interfaces.Lorenzo Colitti2016-02-161-5/+3
|/ / / / / /
* / / / / / Switch from using sockaddr to sockaddr_storage.Erik Kline2015-12-071-3/+4
|/ / / / /
* | | | | Fix incorrectly sized buffer.Erik Kline2015-07-281-4/+4
* | | | | Qualify IPv6 link-local DNS servers with an interface nameErik Kline2015-06-181-6/+12
* | | | | Give SocketListener some FD_CLOEXEC.Jeff Sharkey2015-04-021-0/+2
* | | | | Revert "Sigh, more vendors linking against hidden APIs."Vineeta Srivastava2015-03-201-13/+0
* | | | | Sigh, more vendors linking against hidden APIs.Jeff Sharkey2015-03-161-0/+13
* | | | | Define enum class for NetlinkEvent actions.Jeff Sharkey2015-03-131-25/+13
|/ / / /
* | | | Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
* | | | Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefileTrevor Drake2015-01-241-3/+0
* | | | Extend to receive NFLOG packets.Jeff Sharkey2015-01-153-10/+65
* | | | Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885.Elliott Hughes2014-11-101-1/+2
* | | | When new error happend,then errno should be updated accordingly.Bo Huang2014-11-101-1/+2
|/ / /
* | | Support parsing netlink route messages.Lorenzo Colitti2014-06-201-0/+99
* | | Improvements to netlink event parsing.Lorenzo Colitti2014-06-202-107/+157
* | | libsysutil: turn on -Werror (part deux)Mark Salyzyn2014-05-012-5/+4
* | | libsysutil: turn off -WerrorMark Salyzyn2014-04-301-1/+1
* | | libsysutils: turn on -WerrorMark Salyzyn2014-04-303-4/+2
* | | Add prefx to netlink failure and dispatchCommand overflow logs.William Luh2014-04-291-2/+2
* | | logd: libsysutils: logd startup outside init environmentMark Salyzyn2014-04-171-0/+5
* | | set /proc/sys/net/unix/max_dgram_qlen to large valueMark Salyzyn2014-03-031-1/+5
* | | libsysutil: frequent native crash /system/bin/voldMark Salyzyn2014-01-311-12/+24
|/ /
* | libsysutils: SocketListener export releaseMark Salyzyn2014-01-271-26/+50
* | libsysutils: Add iovec/runOnEachSocketMark Salyzyn2014-01-272-23/+89
* | libsysutils: Get rid of warningsMark Salyzyn2014-01-273-4/+7
* | system/core: remove $(KERNEL_HEADERS) from includesColin Cross2014-01-221-1/+1
* | Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEADThe Android Open Source Project2013-11-221-0/+1
|\|
| * Switch back to subsystem "net" for netlink events.Lorenzo Colitti2013-09-021-4/+7
| * Get rid of an infinite loop in NetlinkEvent.cpp.Lorenzo Colitti2013-08-161-8/+7
| * Parse IP address changes in NetlinkEvent.Lorenzo Colitti2013-08-141-1/+116
* | Support parsing RDNSS ND options from netlink.Lorenzo Colitti2013-11-191-4/+121