summaryrefslogtreecommitdiff
path: root/libsysutils
AgeCommit message (Expand)Author
2024-04-22sysutils: add missing <vector> includeRyan Prichard
2023-07-10NetlinkEvent: trivial simplification.Elliott Hughes
2023-05-18NetlinkEvent: use isKernel64Bit in KernelUtils.hPatrick Rohr
2021-10-25Fix 32-bit userspace on 64-bit kernel quota2 compatibility.Maciej Żenczykowski
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"Elliott Hughes
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to system/coreBob Badour
2020-07-31SocketClient: don't ignore SIGPIPETom Cherry
2020-07-28Cleanup for #inclusivefixit.Elliott Hughes
2020-05-13Set min_sdk_version to be part of mainline modulesJooyung Han
2020-05-11Simplify code that parses ifa_flags.Lorenzo Colitti
2020-05-10Parse IFA_F_* values above 0x80.Lorenzo Colitti
2020-03-31NetlinkEvent - ignore captive portal and pref64 nd user optsMaciej Żenczykowski
2020-02-14Allow apexes to link against more libsJeffrey Huang
2019-12-10Copy necessary ipt_ULOG.h structure to source.Christopher Ferris
2019-04-24Enable clang-tidy for libsysutils.Lorenzo Colitti
2019-04-10Make the SocketListener control pipe O_CLOEXEC.Lorenzo Colitti
2019-03-21Enlarge cmd buffer size of FrameworkListenerLuke Huang
2019-02-14Refactor OWNERS files for Android Core Networkingjunyulai
2018-12-06libsysutils can be linked staticallyMike Yu
2018-10-10Suppress implicit-fallthrough warning.Chih-Hung Hsieh
2018-09-17Suppress implicit-fallthrough warnings.Chih-Hung Hsieh
2018-09-05Delete sysutils/List.hBernie Innocenti
2018-08-28Merge "Use multiple patterns and emails in per-file syntax."Chih-hung Hsieh
2018-08-28SocketListener: use poll() instead of select()Bernie Innocenti
2018-08-28libsysutils: add some rudimentary testsBernie Innocenti
2018-08-27Use multiple patterns and emails in per-file syntax.Chih-Hung Hsieh
2018-07-24[libsysutils] Modernize codebase by replacing NULL with nullptrYi Kong
2018-06-27Merge "Parse IfIndex for Netlink RTM_NEWADDR / RTM_DELADDR event"Rubin Xu
2018-06-07Merge "libsysutils: Delete dead code: FrameworkClient"Treehugger Robot
2018-06-07libsysutils: Delete dead code: FrameworkClientBernie Innocenti
2018-06-07Parse IfIndex for Netlink RTM_NEWADDR / RTM_DELADDR eventRubin Xu
2018-06-06Merge "Move per-file OWNERS directives to their directories."Lorenzo Colitti
2018-06-06Move per-file OWNERS directives to their directories.Lorenzo Colitti
2018-06-06Revert "SocketListener: use poll() instead of select()"Kevin Rocard
2018-05-25SocketListener: use poll() instead of select()Bernie Innocenti
2018-03-07Include iface index in the netlink eventChenbo Feng
2017-11-28Don't complain that the DNSSL RA option is "unknown".Lorenzo Colitti
2017-10-05Stop depending on libnl.Lorenzo Colitti
2017-09-14Mark the modules as VNDK in Android.bpJustin Yun
2017-07-11Remove old LOG_EVENT_* code from libsysutilsYifan Hong
2017-06-20libsysutils: Fix vold vulnerability in FrameworkListenerNIEJuhu
2017-05-24Mark libsysutils vendor_available.Jayant Chowdhary
2017-04-24libsysutils: Android.mk -> Android.bpSteven Moreland
2017-02-28There's no longer a limit to property names.Elliott Hughes
2017-02-08fix warning: Null pointer argument in call to memory comparison functionYunlian Jiang
2017-01-24Exporting C++ headers from system/coreVijay Venkatraman
2016-10-20Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn
2016-10-20system/core: preparation to pull back interfaces from android/log.hMark Salyzyn
2016-09-30system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5Mark Salyzyn