Binary compatibility report for the systemd library between 37 and 38 versions on x86
Test Info
Library Name | systemd |
Version #1 | 37 |
Version #2 | 38 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 94 |
Total Shared Libraries | 2 |
Total Symbols / Types | 69 / 56 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 33 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 3 |
Other Changes in Constants | - | 32 |
Added Symbols (33)
sd-id128.h,
libsystemd-id128.so
sd_id128_from_string ( char const* s, sd_id128_t* ret ) @@ LIBSYSTEMD_ID128_38
sd_id128_get_boot ( sd_id128_t* ret ) @@ LIBSYSTEMD_ID128_38
sd_id128_get_machine ( sd_id128_t* ret ) @@ LIBSYSTEMD_ID128_38
sd_id128_randomize ( sd_id128_t* ret ) @@ LIBSYSTEMD_ID128_38
sd_id128_to_string ( sd_id128_t id, char* s ) @@ LIBSYSTEMD_ID128_38
sd-journal.h,
libsystemd-journal.so
sd_journal_add_match ( sd_journal* j, void const* data, size_t size ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_close ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_enumerate_data ( sd_journal* j, void const** data, size_t* l ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_flush_matches ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_get_cursor ( sd_journal* j, char** cursor ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_get_data ( sd_journal* j, char const* field, void const** data, size_t* l ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_get_fd ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_get_monotonic_usec ( sd_journal* j, uint64_t* ret, sd_id128_t* ret_boot_id ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_get_realtime_usec ( sd_journal* j, uint64_t* ret ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_next ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_next_skip ( sd_journal* j, uint64_t skip ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_open ( sd_journal** ret, int flags ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_previous ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_previous_skip ( sd_journal* j, uint64_t skip ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_print ( int piority, char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_printv ( int priority, char const* format, va_list ap ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_process ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_restart_data ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_seek_cursor ( sd_journal* j, char const* cursor ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_seek_head ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_seek_monotonic_usec ( sd_journal* j, sd_id128_t boot_id, uint64_t usec ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_seek_realtime_usec ( sd_journal* j, uint64_t usec ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_seek_tail ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_send ( char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_sendv ( struct iovec const* iov, int n ) @@ LIBSYSTEMD_JOURNAL_38
sd_journal_stream_fd ( char const* identifier, int priority, int level_prefix ) @@ LIBSYSTEMD_JOURNAL_38
sd-login.h,
libsystemd-login.so
sd_pid_get_unit ( pid_t p1, char** unit ) @@ LIBSYSTEMD_LOGIN_38
sd_session_get_service ( char const* session, char** service ) @@ LIBSYSTEMD_LOGIN_38
to the top
Problems with Constants, Low Severity (3)
dbus-unit.h
[+] BUS_UNIT_INTERFACE
| Change | Effect |
---|
1 | The value of constant BUS_UNIT_INTERFACE has been changed from " <interface name=\"org.freedesktop.systemd1.Unit\">\n" " <method name=\"Start\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Stop\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Reload\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Restart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"TryRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"ReloadOrRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"ReloadOrTryRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Kill\">\n" " <arg name=\"who\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"signal\" type=\"i\" direction=\"in\"/>\n" " </method>\n" " <method name=\"ResetFailed\"/>\n" " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" " <property name=\"Names\" type=\"as\" access=\"read\"/>\n" " <property name=\"Following\" type=\"s\" access=\"read\"/>\n" " <property name=\"Requires\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiresOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"Requisite\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequisiteOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"Wants\" type=\"as\" access=\"read\"/>\n" " <property name=\"BindTo\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiredBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiredByOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"WantedBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"BoundBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"Conflicts\" type=\"as\" access=\"read\"/>\n" " <property name=\"ConflictedBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"Before\" type=\"as\" access=\"read\"/>\n" " <property name=\"After\" type=\"as\" access=\"read\"/>\n" " <property name=\"OnFailure\" type=\"as\" access=\"read\"/>\n" " <property name=\"Description\" type=\"s\" access=\"read\"/>\n" " <property name=\"LoadState\" type=\"s\" access=\"read\"/>\n" " <property name=\"ActiveState\" type=\"s\" access=\"read\"/>\n" " <property name=\"SubState\" type=\"s\" access=\"read\"/>\n" " <property name=\"FragmentPath\" type=\"s\" access=\"read\"/>\n" " <property name=\"UnitFileState\" type=\"s\" access=\"read\"/>\n" " <property name=\"InactiveExitTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveExitTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveEnterTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveEnterTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveExitTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveExitTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveEnterTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveEnterTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"CanStart\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanStop\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanReload\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"Job\" type=\"(uo)\" access=\"read\"/>\n" " <property name=\"StopWhenUnneeded\" type=\"b\" access=\"read\"/>\n" " <property name=\"RefuseManualStart\" type=\"b\" access=\"read\"/>\n" " <property name=\"RefuseManualStop\" type=\"b\" access=\"read\"/>\n" " <property name=\"AllowIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"DefaultDependencies\" type=\"b\" access=\"read\"/>\n" " <property name=\"OnFailureIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"IgnoreOnIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"IgnoreOnSnapshot\" type=\"b\" access=\"read\"/>\n" " <property name=\"DefaultControlGroup\" type=\"s\" access=\"read\"/>\n" " <property name=\"ControlGroup\" type=\"as\" access=\"read\"/>\n" " <property name=\"ControlGroupAttributes\" type=\"a(sss)\" access=\"read\"/>\n" " <property name=\"NeedDaemonReload\" type=\"b\" access=\"read\"/>\n" " <property name=\"JobTimeoutUSec\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionResult\" type=\"b\" access=\"read\"/>\n" " <property name=\"LoadError\" type=\"(ss)\" access=\"read\"/>\n" " </interface>\n" to " <interface name=\"org.freedesktop.systemd1.Unit\">\n" " <method name=\"Start\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Stop\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Reload\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Restart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"TryRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"ReloadOrRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"ReloadOrTryRestart\">\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" " </method>\n" " <method name=\"Kill\">\n" " <arg name=\"who\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" " <arg name=\"signal\" type=\"i\" direction=\"in\"/>\n" " </method>\n" " <method name=\"ResetFailed\"/>\n" " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" " <property name=\"Names\" type=\"as\" access=\"read\"/>\n" " <property name=\"Following\" type=\"s\" access=\"read\"/>\n" " <property name=\"Requires\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiresOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"Requisite\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequisiteOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"Wants\" type=\"as\" access=\"read\"/>\n" " <property name=\"BindTo\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiredBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"RequiredByOverridable\" type=\"as\" access=\"read\"/>\n" " <property name=\"WantedBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"BoundBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"Conflicts\" type=\"as\" access=\"read\"/>\n" " <property name=\"ConflictedBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"Before\" type=\"as\" access=\"read\"/>\n" " <property name=\"After\" type=\"as\" access=\"read\"/>\n" " <property name=\"OnFailure\" type=\"as\" access=\"read\"/>\n" " <property name=\"Triggers\" type=\"as\" access=\"read\"/>\n" " <property name=\"TriggeredBy\" type=\"as\" access=\"read\"/>\n" " <property name=\"PropagateReloadTo\" type=\"as\" access=\"read\"/>\n" " <property name=\"PropagateReloadFrom\" type=\"as\" access=\"read\"/>\n" " <property name=\"Description\" type=\"s\" access=\"read\"/>\n" " <property name=\"LoadState\" type=\"s\" access=\"read\"/>\n" " <property name=\"ActiveState\" type=\"s\" access=\"read\"/>\n" " <property name=\"SubState\" type=\"s\" access=\"read\"/>\n" " <property name=\"FragmentPath\" type=\"s\" access=\"read\"/>\n" " <property name=\"UnitFileState\" type=\"s\" access=\"read\"/>\n" " <property name=\"InactiveExitTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveExitTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveEnterTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveEnterTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveExitTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ActiveExitTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveEnterTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"InactiveEnterTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"CanStart\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanStop\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanReload\" type=\"b\" access=\"read\"/>\n" " <property name=\"CanIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"Job\" type=\"(uo)\" access=\"read\"/>\n" " <property name=\"StopWhenUnneeded\" type=\"b\" access=\"read\"/>\n" " <property name=\"RefuseManualStart\" type=\"b\" access=\"read\"/>\n" " <property name=\"RefuseManualStop\" type=\"b\" access=\"read\"/>\n" " <property name=\"AllowIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"DefaultDependencies\" type=\"b\" access=\"read\"/>\n" " <property name=\"OnFailureIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"IgnoreOnIsolate\" type=\"b\" access=\"read\"/>\n" " <property name=\"IgnoreOnSnapshot\" type=\"b\" access=\"read\"/>\n" " <property name=\"DefaultControlGroup\" type=\"s\" access=\"read\"/>\n" " <property name=\"ControlGroup\" type=\"as\" access=\"read\"/>\n" " <property name=\"ControlGroupAttributes\" type=\"a(sss)\" access=\"read\"/>\n" " <property name=\"NeedDaemonReload\" type=\"b\" access=\"read\"/>\n" " <property name=\"JobTimeoutUSec\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionTimestamp\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionTimestampMonotonic\" type=\"t\" access=\"read\"/>\n" " <property name=\"ConditionResult\" type=\"b\" access=\"read\"/>\n" " <property name=\"LoadError\" type=\"(ss)\" access=\"read\"/>\n" " </interface>\n". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
special.h
[+] SPECIAL_STDOUT_SYSLOG_BRIDGE_SOCKET
| Change | Effect |
---|
1 | The constant SPECIAL_STDOUT_SYSLOG_BRIDGE_SOCKET with value "systemd-stdout-syslog-bridge.socket" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SYSLOG_SOCKET
| Change | Effect |
---|
1 | The constant SPECIAL_SYSLOG_SOCKET with value "syslog.socket" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (32)
config.h
[+] HAVE_XZ
| Change | Effect |
---|
1 | The constant HAVE_XZ with value 1 has been added. | No effect. |
journal-def.h
[+] _OBJECT_TYPE_MAX
| Change | Effect |
---|
1 | The constant _OBJECT_TYPE_MAX with value 7 has been added. | No effect. |
[+] HEADER_INCOMPATIBLE_COMPRESSED
| Change | Effect |
---|
1 | The constant HEADER_INCOMPATIBLE_COMPRESSED with value 1 has been added. | No effect. |
[+] OBJECT_COMPRESSED
| Change | Effect |
---|
1 | The constant OBJECT_COMPRESSED with value 1 has been added. | No effect. |
[+] OBJECT_DATA
| Change | Effect |
---|
1 | The constant OBJECT_DATA with value 1 has been added. | No effect. |
[+] OBJECT_DATA_HASH_TABLE
| Change | Effect |
---|
1 | The constant OBJECT_DATA_HASH_TABLE with value 4 has been added. | No effect. |
[+] OBJECT_ENTRY
| Change | Effect |
---|
1 | The constant OBJECT_ENTRY with value 3 has been added. | No effect. |
[+] OBJECT_ENTRY_ARRAY
| Change | Effect |
---|
1 | The constant OBJECT_ENTRY_ARRAY with value 6 has been added. | No effect. |
[+] OBJECT_FIELD
| Change | Effect |
---|
1 | The constant OBJECT_FIELD with value 2 has been added. | No effect. |
[+] OBJECT_FIELD_HASH_TABLE
| Change | Effect |
---|
1 | The constant OBJECT_FIELD_HASH_TABLE with value 5 has been added. | No effect. |
[+] OBJECT_UNUSED
| Change | Effect |
---|
1 | The constant OBJECT_UNUSED with value 0 has been added. | No effect. |
[+] STATE_ARCHIVED
| Change | Effect |
---|
1 | The constant STATE_ARCHIVED with value 2 has been added. | No effect. |
[+] STATE_OFFLINE
| Change | Effect |
---|
1 | The constant STATE_OFFLINE with value 0 has been added. | No effect. |
[+] STATE_ONLINE
| Change | Effect |
---|
1 | The constant STATE_ONLINE with value 1 has been added. | No effect. |
journal-file.h
[+] _WINDOW_MAX
| Change | Effect |
---|
1 | The constant _WINDOW_MAX with value 8 has been added. | No effect. |
[+] WINDOW_DATA
| Change | Effect |
---|
1 | The constant WINDOW_DATA with value 1 has been added. | No effect. |
[+] WINDOW_DATA_HASH_TABLE
| Change | Effect |
---|
1 | The constant WINDOW_DATA_HASH_TABLE with value 4 has been added. | No effect. |
[+] WINDOW_ENTRY
| Change | Effect |
---|
1 | The constant WINDOW_ENTRY with value 3 has been added. | No effect. |
[+] WINDOW_ENTRY_ARRAY
| Change | Effect |
---|
1 | The constant WINDOW_ENTRY_ARRAY with value 6 has been added. | No effect. |
[+] WINDOW_FIELD_HASH_TABLE
| Change | Effect |
---|
1 | The constant WINDOW_FIELD_HASH_TABLE with value 5 has been added. | No effect. |
[+] WINDOW_HEADER
| Change | Effect |
---|
1 | The constant WINDOW_HEADER with value 7 has been added. | No effect. |
[+] WINDOW_UNKNOWN
| Change | Effect |
---|
1 | The constant WINDOW_UNKNOWN with value 0 has been added. | No effect. |
sd-id128.h
[+] SD_ID128_FORMAT_STR
| Change | Effect |
---|
1 | The constant SD_ID128_FORMAT_STR with value "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" has been added. | No effect. |
sd-journal.h
[+] SD_JOURNAL_APPEND
| Change | Effect |
---|
1 | The constant SD_JOURNAL_APPEND with value 1 has been added. | No effect. |
[+] SD_JOURNAL_INVALIDATE_ADD
| Change | Effect |
---|
1 | The constant SD_JOURNAL_INVALIDATE_ADD with value 2 has been added. | No effect. |
[+] SD_JOURNAL_INVALIDATE_REMOVE
| Change | Effect |
---|
1 | The constant SD_JOURNAL_INVALIDATE_REMOVE with value 3 has been added. | No effect. |
[+] SD_JOURNAL_LOCAL_ONLY
| Change | Effect |
---|
1 | The constant SD_JOURNAL_LOCAL_ONLY with value 1 has been added. | No effect. |
[+] SD_JOURNAL_NOP
| Change | Effect |
---|
1 | The constant SD_JOURNAL_NOP with value 0 has been added. | No effect. |
[+] SD_JOURNAL_RUNTIME_ONLY
| Change | Effect |
---|
1 | The constant SD_JOURNAL_RUNTIME_ONLY with value 2 has been added. | No effect. |
[+] SD_JOURNAL_SYSTEM_ONLY
| Change | Effect |
---|
1 | The constant SD_JOURNAL_SYSTEM_ONLY with value 4 has been added. | No effect. |
special.h
[+] SPECIAL_JOURNALD_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_JOURNALD_SERVICE with value "systemd-journald.service" has been added. | No effect. |
[+] SPECIAL_JOURNALD_SOCKET
| Change | Effect |
---|
1 | The constant SPECIAL_JOURNALD_SOCKET with value "systemd-journald.socket" has been added. | No effect. |
to the top
Header Files (94)
ask-password-api.h
auto_dev-ioctl.h
automount.h
build.h
bus-errors.h
cgroup-attr.h
cgroup-show.h
cgroup-util.h
cgroup.h
condition.h
conf-parser.h
config.h
dbus-automount.h
dbus-common.h
dbus-device.h
dbus-execute.h
dbus-job.h
dbus-loop.h
dbus-manager.h
dbus-mount.h
dbus-path.h
dbus-service.h
dbus-snapshot.h
dbus-socket.h
dbus-swap.h
dbus-target.h
dbus-timer.h
dbus-unit.h
dbus.h
def.h
device.h
execute.h
exit-status.h
fanotify.h
fdset.h
hashmap.h
hostname-setup.h
initreq.h
install.h
ioprio.h
job.h
kmod-setup.h
label.h
list.h
load-dropin.h
load-fragment.h
locale-setup.h
log.h
logind-acl.h
logind-device.h
logind-seat.h
logind-session.h
logind-user.h
logind.h
loopback-setup.h
machine-id-setup.h
macro.h
manager.h
missing.h
mount-setup.h
mount.h
namespace.h
pager.h
path-lookup.h
path.h
polkit.h
ratelimit.h
readahead-common.h
sd-daemon.h
sd-login.h
sd-readahead.h
securebits.h
selinux-setup.h
service.h
set.h
shutdownd.h
snapshot.h
socket-util.h
socket.h
spawn-agent.h
special.h
specifier.h
strv.h
swap.h
sysfs-show.h
target.h
tcpwrap.h
timer.h
umount.h
unit-name.h
unit.h
util.h
utmp-wtmp.h
virt.h
to the top
Shared Libraries (2)
libsystemd-daemon.so
libsystemd-login.so
to the top