Binary compatibility report for the systemd library between 44 and 187 versions on x86
Test Info
Library Name | systemd |
Version #1 | 44 |
Version #2 | 187 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 106 |
Total Shared Libraries | 4 |
Total Symbols / Types | 71 / 51 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 147 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 164 |
Other Changes in Constants | - | 196 |
Added Symbols (147)
gudevclient.h,
libgudev-1.0.so
g_udev_client_get_type ( )
g_udev_client_new ( gchar const*const* subsystems )
g_udev_client_query_by_device_file ( GUdevClient* client, gchar const* device_file )
g_udev_client_query_by_device_number ( GUdevClient* client, enum GUdevDeviceType type, GUdevDeviceNumber number )
g_udev_client_query_by_subsystem ( GUdevClient* client, gchar const* subsystem )
g_udev_client_query_by_subsystem_and_name ( GUdevClient* client, gchar const* subsystem, gchar const* name )
g_udev_client_query_by_sysfs_path ( GUdevClient* client, gchar const* sysfs_path )
gudevdevice.h,
libgudev-1.0.so
g_udev_device_get_action ( GUdevDevice* device )
g_udev_device_get_device_file ( GUdevDevice* device )
g_udev_device_get_device_file_symlinks ( GUdevDevice* device )
g_udev_device_get_device_number ( GUdevDevice* device )
g_udev_device_get_device_type ( GUdevDevice* device )
g_udev_device_get_devtype ( GUdevDevice* device )
g_udev_device_get_driver ( GUdevDevice* device )
g_udev_device_get_is_initialized ( GUdevDevice* device )
g_udev_device_get_name ( GUdevDevice* device )
g_udev_device_get_number ( GUdevDevice* device )
g_udev_device_get_parent ( GUdevDevice* device )
g_udev_device_get_parent_with_subsystem ( GUdevDevice* device, gchar const* subsystem, gchar const* devtype )
g_udev_device_get_property ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_as_boolean ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_as_double ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_as_int ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_as_strv ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_as_uint64 ( GUdevDevice* device, gchar const* key )
g_udev_device_get_property_keys ( GUdevDevice* device )
g_udev_device_get_seqnum ( GUdevDevice* device )
g_udev_device_get_subsystem ( GUdevDevice* device )
g_udev_device_get_sysfs_attr ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_attr_as_boolean ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_attr_as_double ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_attr_as_int ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_attr_as_strv ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_attr_as_uint64 ( GUdevDevice* device, gchar const* name )
g_udev_device_get_sysfs_path ( GUdevDevice* device )
g_udev_device_get_tags ( GUdevDevice* device )
g_udev_device_get_type ( )
g_udev_device_get_usec_since_initialized ( GUdevDevice* device )
g_udev_device_has_property ( GUdevDevice* device, gchar const* key )
gudevenumerator.h,
libgudev-1.0.so
g_udev_enumerator_add_match_is_initialized ( GUdevEnumerator* enumerator )
g_udev_enumerator_add_match_name ( GUdevEnumerator* enumerator, gchar const* name )
g_udev_enumerator_add_match_property ( GUdevEnumerator* enumerator, gchar const* name, gchar const* value )
g_udev_enumerator_add_match_subsystem ( GUdevEnumerator* enumerator, gchar const* subsystem )
g_udev_enumerator_add_match_sysfs_attr ( GUdevEnumerator* enumerator, gchar const* name, gchar const* value )
g_udev_enumerator_add_match_tag ( GUdevEnumerator* enumerator, gchar const* tag )
g_udev_enumerator_add_nomatch_subsystem ( GUdevEnumerator* enumerator, gchar const* subsystem )
g_udev_enumerator_add_nomatch_sysfs_attr ( GUdevEnumerator* enumerator, gchar const* name, gchar const* value )
g_udev_enumerator_add_sysfs_path ( GUdevEnumerator* enumerator, gchar const* sysfs_path )
g_udev_enumerator_execute ( GUdevEnumerator* enumerator )
g_udev_enumerator_get_type ( )
g_udev_enumerator_new ( GUdevClient* client )
gudevenumtypes.h,
libgudev-1.0.so
g_udev_device_type_get_type ( )
gudevmarshal.h,
libgudev-1.0.so
g_udev_marshal_VOID__STRING_OBJECT ( GClosure* closure, GValue* return_value, guint n_param_values, GValue const* param_values, gpointer invocation_hint, gpointer marshal_data )
libudev.h,
libudev.so
udev_device_get_action ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_devlinks_list_entry ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_devnode ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_devnum ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_devpath ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_devtype ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_driver ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_is_initialized ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_parent ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_parent_with_subsystem_devtype ( struct udev_device* udev_device, char const* subsystem, char const* devtype ) @@ LIBUDEV_183
udev_device_get_properties_list_entry ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_property_value ( struct udev_device* udev_device, char const* key ) @@ LIBUDEV_183
udev_device_get_seqnum ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_subsystem ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_sysattr_list_entry ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_sysattr_value ( struct udev_device* udev_device, char const* sysattr ) @@ LIBUDEV_183
udev_device_get_sysname ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_sysnum ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_syspath ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_tags_list_entry ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_udev ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_get_usec_since_initialized ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_has_tag ( struct udev_device* udev_device, char const* tag ) @@ LIBUDEV_183
udev_device_new_from_devnum ( struct udev* udev, char type, dev_t devnum ) @@ LIBUDEV_183
udev_device_new_from_environment ( struct udev* udev ) @@ LIBUDEV_183
udev_device_new_from_subsystem_sysname ( struct udev* udev, char const* subsystem, char const* sysname ) @@ LIBUDEV_183
udev_device_new_from_syspath ( struct udev* udev, char const* syspath ) @@ LIBUDEV_183
udev_device_ref ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_device_unref ( struct udev_device* udev_device ) @@ LIBUDEV_183
udev_enumerate_add_match_is_initialized ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_add_match_parent ( struct udev_enumerate* udev_enumerate, struct udev_device* parent ) @@ LIBUDEV_183
udev_enumerate_add_match_property ( struct udev_enumerate* udev_enumerate, char const* property, char const* value ) @@ LIBUDEV_183
udev_enumerate_add_match_subsystem ( struct udev_enumerate* udev_enumerate, char const* subsystem ) @@ LIBUDEV_183
udev_enumerate_add_match_sysattr ( struct udev_enumerate* udev_enumerate, char const* sysattr, char const* value ) @@ LIBUDEV_183
udev_enumerate_add_match_sysname ( struct udev_enumerate* udev_enumerate, char const* sysname ) @@ LIBUDEV_183
udev_enumerate_add_match_tag ( struct udev_enumerate* udev_enumerate, char const* tag ) @@ LIBUDEV_183
udev_enumerate_add_nomatch_subsystem ( struct udev_enumerate* udev_enumerate, char const* subsystem ) @@ LIBUDEV_183
udev_enumerate_add_nomatch_sysattr ( struct udev_enumerate* udev_enumerate, char const* sysattr, char const* value ) @@ LIBUDEV_183
udev_enumerate_add_syspath ( struct udev_enumerate* udev_enumerate, char const* syspath ) @@ LIBUDEV_183
udev_enumerate_get_list_entry ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_get_udev ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_new ( struct udev* udev ) @@ LIBUDEV_183
udev_enumerate_ref ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_scan_devices ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_scan_subsystems ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_enumerate_unref ( struct udev_enumerate* udev_enumerate ) @@ LIBUDEV_183
udev_get_log_priority ( struct udev* udev ) @@ LIBUDEV_183
udev_get_userdata ( struct udev* udev ) @@ LIBUDEV_183
udev_list_entry_get_by_name ( struct udev_list_entry* list_entry, char const* name ) @@ LIBUDEV_183
udev_list_entry_get_name ( struct udev_list_entry* list_entry ) @@ LIBUDEV_183
udev_list_entry_get_next ( struct udev_list_entry* list_entry ) @@ LIBUDEV_183
udev_list_entry_get_value ( struct udev_list_entry* list_entry ) @@ LIBUDEV_183
udev_monitor_enable_receiving ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_filter_add_match_subsystem_devtype ( struct udev_monitor* udev_monitor, char const* subsystem, char const* devtype ) @@ LIBUDEV_183
udev_monitor_filter_add_match_tag ( struct udev_monitor* udev_monitor, char const* tag ) @@ LIBUDEV_183
udev_monitor_filter_remove ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_filter_update ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_get_fd ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_get_udev ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_new_from_netlink ( struct udev* udev, char const* name ) @@ LIBUDEV_183
udev_monitor_receive_device ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_ref ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_monitor_set_receive_buffer_size ( struct udev_monitor* udev_monitor, int size ) @@ LIBUDEV_183
udev_monitor_unref ( struct udev_monitor* udev_monitor ) @@ LIBUDEV_183
udev_new ( ) @@ LIBUDEV_183
udev_queue_get_kernel_seqnum ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_get_queue_is_empty ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_get_queued_list_entry ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_get_seqnum_is_finished ( struct udev_queue* udev_queue, unsigned long long seqnum ) @@ LIBUDEV_183
udev_queue_get_seqnum_sequence_is_finished ( struct udev_queue* udev_queue, unsigned long long start, unsigned long long end ) @@ LIBUDEV_183
udev_queue_get_udev ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_get_udev_is_active ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_get_udev_seqnum ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_new ( struct udev* udev ) @@ LIBUDEV_183
udev_queue_ref ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_queue_unref ( struct udev_queue* udev_queue ) @@ LIBUDEV_183
udev_ref ( struct udev* udev ) @@ LIBUDEV_183
udev_set_log_fn ( struct udev* udev, void(*log_fn)(struct udev*, int, char const*, int, char const*, char const*, va_list) ) @@ LIBUDEV_183
udev_set_log_priority ( struct udev* udev, int priority ) @@ LIBUDEV_183
udev_set_userdata ( struct udev* udev, void* userdata ) @@ LIBUDEV_183
udev_unref ( struct udev* udev ) @@ LIBUDEV_183
udev_util_encode_string ( char const* str, char* str_enc, size_t len ) @@ LIBUDEV_183
sd-journal.h,
libsystemd-journal.so
sd_journal_add_disjunction ( sd_journal* j ) @@ LIBSYSTEMD_JOURNAL_187
sd_journal_get_cutoff_monotonic_usec ( sd_journal* j, sd_id128_t const boot_id, uint64_t* from, uint64_t* to ) @@ LIBSYSTEMD_JOURNAL_184
sd_journal_get_cutoff_realtime_usec ( sd_journal* j, uint64_t* from, uint64_t* to ) @@ LIBSYSTEMD_JOURNAL_184
sd_journal_open_directory ( sd_journal** ret, char const* path, int flags ) @@ LIBSYSTEMD_JOURNAL_187
sd_journal_print_with_location ( int priority, char const* file, char const* line, char const* func, char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_183
sd_journal_printv_with_location ( int priority, char const* file, char const* line, char const* func, char const* format, va_list ap ) @@ LIBSYSTEMD_JOURNAL_183
sd_journal_send_with_location ( char const* file, char const* line, char const* func, char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_183
sd_journal_sendv_with_location ( char const* file, char const* line, char const* func, struct iovec const* iov, int n ) @@ LIBSYSTEMD_JOURNAL_183
sd_journal_wait ( sd_journal* j, uint64_t timeout_usec ) @@ LIBSYSTEMD_JOURNAL_187
sd-login.h,
libsystemd-login.so
sd_seat_can_graphical ( char const* seat ) @@ LIBSYSTEMD_LOGIN_186
sd_seat_can_tty ( char const* seat ) @@ LIBSYSTEMD_LOGIN_186
sd_session_get_state ( char const* sessio, char** state ) @@ LIBSYSTEMD_LOGIN_186
to the top
Problems with Symbols, Low Severity (1)
sd-journal.h,
libsystemd-journal.so
[+] sd_journal_print ( int piority, char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_38 (1)
changed to:sd_journal_print ( int priority, char const* format, ... ) @@ LIBSYSTEMD_JOURNAL_38
| Change | Effect |
---|
1 | 1st parameter piority has been renamed to priority. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (164)
auto_dev-ioctl.h
[+] AUTOFS_DEV_IOCTL_ASKUMOUNT_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_ASKUMOUNT_CMD with value 125 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_CATATONIC_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_CATATONIC_CMD with value 121 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_CLOSEMOUNT_CMD with value 117 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_EXPIRE_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_EXPIRE_CMD with value 124 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_FAIL_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_FAIL_CMD with value 119 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD with value 126 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_OPENMOUNT_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_OPENMOUNT_CMD with value 116 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_PROTOSUBVER_CMD with value 115 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_PROTOVER_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_PROTOVER_CMD with value 114 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_READY_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_READY_CMD with value 118 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_REQUESTER_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_REQUESTER_CMD with value 123 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_SETPIPEFD_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_SETPIPEFD_CMD with value 120 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEV_IOCTL_TIMEOUT_CMD
| Change | Effect |
---|
1 | The constant AUTOFS_DEV_IOCTL_TIMEOUT_CMD with value 122 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEVICE_NAME
| Change | Effect |
---|
1 | The constant AUTOFS_DEVICE_NAME with value "autofs" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_DEVID_LEN
| Change | Effect |
---|
1 | The constant AUTOFS_DEVID_LEN with value 16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] AUTOFS_IOCTL
| Change | Effect |
---|
1 | The constant AUTOFS_IOCTL with value 0x93 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
build.h
[+] _AUDIT_FEATURE_
| Change | Effect |
---|
1 | The constant _AUDIT_FEATURE_ with value "+AUDIT" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] _LIBCRYPTSETUP_FEATURE_
| Change | Effect |
---|
1 | The constant _LIBCRYPTSETUP_FEATURE_ with value "+LIBCRYPTSETUP" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] _LIBWRAP_FEATURE_
| Change | Effect |
---|
1 | The constant _LIBWRAP_FEATURE_ with value "+LIBWRAP" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] _PAM_FEATURE_
| Change | Effect |
---|
1 | The constant _PAM_FEATURE_ with value "+PAM" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] _SELINUX_FEATURE_
| Change | Effect |
---|
1 | The constant _SELINUX_FEATURE_ with value "+SELINUX" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] _SYSVINIT_FEATURE_
| Change | Effect |
---|
1 | The constant _SYSVINIT_FEATURE_ with value "+SYSVINIT" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
bus-errors.h
[+] BUS_ERROR_INVALID_JOB_MODE
| Change | Effect |
---|
1 | The constant BUS_ERROR_INVALID_JOB_MODE with value "org.freedesktop.systemd1.InvalidJobMode" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_INVALID_NAME
| Change | Effect |
---|
1 | The constant BUS_ERROR_INVALID_NAME with value "org.freedesktop.systemd1.InvalidName" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_INVALID_PATH
| Change | Effect |
---|
1 | The constant BUS_ERROR_INVALID_PATH with value "org.freedesktop.systemd1.InvalidPath" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_JOB_TYPE_NOT_APPLICABLE
| Change | Effect |
---|
1 | The constant BUS_ERROR_JOB_TYPE_NOT_APPLICABLE with value "org.freedesktop.systemd1.JobTypeNotApplicable" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_LOAD_FAILED
| Change | Effect |
---|
1 | The constant BUS_ERROR_LOAD_FAILED with value "org.freedesktop.systemd1.LoadFailed" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_MASKED
| Change | Effect |
---|
1 | The constant BUS_ERROR_MASKED with value "org.freedesktop.systemd1.Masked" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NO_ISOLATION
| Change | Effect |
---|
1 | The constant BUS_ERROR_NO_ISOLATION with value "org.freedesktop.systemd1.NoIsolation" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NO_SUCH_JOB
| Change | Effect |
---|
1 | The constant BUS_ERROR_NO_SUCH_JOB with value "org.freedesktop.systemd1.NoSuchJob" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NO_SUCH_PROCESS
| Change | Effect |
---|
1 | The constant BUS_ERROR_NO_SUCH_PROCESS with value "org.freedesktop.systemd1.NoSuchProcess" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NO_SUCH_UNIT
| Change | Effect |
---|
1 | The constant BUS_ERROR_NO_SUCH_UNIT with value "org.freedesktop.systemd1.NoSuchUnit" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NOT_SUBSCRIBED
| Change | Effect |
---|
1 | The constant BUS_ERROR_NOT_SUBSCRIBED with value "org.freedesktop.systemd1.NotSubscribed" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_NOT_SUPPORTED
| Change | Effect |
---|
1 | The constant BUS_ERROR_NOT_SUPPORTED with value "org.freedesktop.systemd1.NotSupported" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_ONLY_BY_DEPENDENCY
| Change | Effect |
---|
1 | The constant BUS_ERROR_ONLY_BY_DEPENDENCY with value "org.freedesktop.systemd1.OnlyByDependency" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_SHUTTING_DOWN
| Change | Effect |
---|
1 | The constant BUS_ERROR_SHUTTING_DOWN with value "org.freedesktop.systemd1.ShuttingDown" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_TRANSACTION_IS_DESTRUCTIVE
| Change | Effect |
---|
1 | The constant BUS_ERROR_TRANSACTION_IS_DESTRUCTIVE with value "org.freedesktop.systemd1.TransactionIsDestructive" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_TRANSACTION_JOBS_CONFLICTING
| Change | Effect |
---|
1 | The constant BUS_ERROR_TRANSACTION_JOBS_CONFLICTING with value "org.freedesktop.systemd1.TransactionJobsConflicting" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC
| Change | Effect |
---|
1 | The constant BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC with value "org.freedesktop.systemd1.TransactionOrderIsCyclic" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_UNIT_EXISTS
| Change | Effect |
---|
1 | The constant BUS_ERROR_UNIT_EXISTS with value "org.freedesktop.systemd1.UnitExists" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_ERROR_UNIT_TYPE_MISMATCH
| Change | Effect |
---|
1 | The constant BUS_ERROR_UNIT_TYPE_MISMATCH with value "org.freedesktop.systemd1.UnitTypeMismatch" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
config.h
[+] HAVE_GTK
| Change | Effect |
---|
1 | The constant HAVE_GTK with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] HAVE_LIBCRYPTSETUP
| Change | Effect |
---|
1 | The constant HAVE_LIBCRYPTSETUP with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] PACKAGE_BUGREPORT
| Change | Effect |
---|
1 | The value of constant PACKAGE_BUGREPORT has been changed from "systemd-devel@lists.freedesktop.org" to "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd". | 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. |
[+] PACKAGE_URL
| Change | Effect |
---|
1 | The value of constant PACKAGE_URL has been changed from "" to "http://www.freedesktop.org/wiki/Software/systemd". | 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. |
dbus-common.h
[+] BUS_GENERIC_INTERFACES_LIST
| Change | Effect |
---|
1 | The constant BUS_GENERIC_INTERFACES_LIST with value "org.freedesktop.DBus.Properties\0" "org.freedesktop.DBus.Introspectable\0" "org.freedesktop.DBus.Peer\0" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_INTROSPECTABLE_INTERFACE
| Change | Effect |
---|
1 | The constant BUS_INTROSPECTABLE_INTERFACE with value " <interface name=\"org.freedesktop.DBus.Introspectable\">\n" " <method name=\"Introspect\">\n" " <arg name=\"data\" type=\"s\" direction=\"out\"/>\n" " </method>\n" " </interface>\n" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_PEER_INTERFACE
| Change | Effect |
---|
1 | The constant BUS_PEER_INTERFACE with value "<interface name=\"org.freedesktop.DBus.Peer\">\n" " <method name=\"Ping\"/>\n" " <method name=\"GetMachineId\">\n" " <arg type=\"s\" name=\"machine_uuid\" direction=\"out\"/>\n" " </method>\n" "</interface>\n" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BUS_PROPERTIES_INTERFACE
| Change | Effect |
---|
1 | The constant BUS_PROPERTIES_INTERFACE with value " <interface name=\"org.freedesktop.DBus.Properties\">\n" " <method name=\"Get\">\n" " <arg name=\"interface\" direction=\"in\" type=\"s\"/>\n" " <arg name=\"property\" direction=\"in\" type=\"s\"/>\n" " <arg name=\"value\" direction=\"out\" type=\"v\"/>\n" " </method>\n" " <method name=\"GetAll\">\n" " <arg name=\"interface\" direction=\"in\" type=\"s\"/>\n" " <arg name=\"properties\" direction=\"out\" type=\"a{sv}\"/>\n" " </method>\n" " <method name=\"Set\">\n" " <arg name=\"interface\" direction=\"in\" type=\"s\"/>\n" " <arg name=\"property\" direction=\"in\" type=\"s\"/>\n" " <arg name=\"value\" direction=\"in\" type=\"v\"/>\n" " </method>\n" " <signal name=\"PropertiesChanged\">\n" " <arg type=\"s\" name=\"interface\"/>\n" " <arg type=\"a{sv}\" name=\"changed_properties\"/>\n" " <arg type=\"as\" name=\"invalidated_properties\"/>\n" " </signal>\n" " </interface>\n" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DBUS_ERROR_PROPERTY_READ_ONLY
| Change | Effect |
---|
1 | The constant DBUS_ERROR_PROPERTY_READ_ONLY with value "org.freedesktop.DBus.Error.PropertyReadOnly" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DBUS_ERROR_UNKNOWN_INTERFACE
| Change | Effect |
---|
1 | The constant DBUS_ERROR_UNKNOWN_INTERFACE with value "org.freedesktop.DBus.Error.UnknownInterface" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DBUS_ERROR_UNKNOWN_OBJECT
| Change | Effect |
---|
1 | The constant DBUS_ERROR_UNKNOWN_OBJECT with value "org.freedesktop.DBus.Error.UnknownObject" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DBUS_ERROR_UNKNOWN_PROPERTY
| Change | Effect |
---|
1 | The constant DBUS_ERROR_UNKNOWN_PROPERTY with value "org.freedesktop.DBus.Error.UnknownProperty" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
dbus-execute.h
[+] BUS_EXEC_CONTEXT_INTERFACE
| Change | Effect |
---|
1 | The constant BUS_EXEC_CONTEXT_INTERFACE with value " <property name=\"Environment\" type=\"as\" access=\"read\"/>\n" " <property name=\"UMask\" type=\"u\" access=\"read\"/>\n" " <property name=\"LimitCPU\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitFSIZE\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitDATA\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitSTACK\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitCORE\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitRSS\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitNOFILE\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitAS\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitNPROC\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitMEMLOCK\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitLOCKS\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitSIGPENDING\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitMSGQUEUE\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitNICE\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitRTPRIO\" type=\"t\" access=\"read\"/>\n" " <property name=\"LimitRTTIME\" type=\"t\" access=\"read\"/>\n" " <property name=\"WorkingDirectory\" type=\"s\" access=\"read\"/>\n" " <property name=\"RootDirectory\" type=\"s\" access=\"read\"/>\n" " <property name=\"OOMScoreAdjust\" type=\"i\" access=\"read\"/>\n" " <property name=\"Nice\" type=\"i\" access=\"read\"/>\n" " <property name=\"IOScheduling\" type=\"i\" access=\"read\"/>\n" " <property name=\"CPUSchedulingPolicy\" type=\"i\" access=\"read\"/>\n" " <property name=\"CPUSchedulingPriority\" type=\"i\" access=\"read\"/>\n" " <property name=\"CPUAffinity\" type=\"ay\" access=\"read\"/>\n" " <property name=\"TimerSlackNS\" type=\"t\" access=\"read\"/>\n" " <property name=\"CPUSchedulingResetOnFork\" type=\"b\" access=\"read\"/>\n" " <property name=\"NonBlocking\" type=\"b\" access=\"read\"/>\n" " <property name=\"StandardInput\" type=\"s\" access=\"read\"/>\n" " <property name=\"StandardOutput\" type=\"s\" access=\"read\"/>\n" " <property name=\"StandardError\" type=\"s\" access=\"read\"/>\n" " <property name=\"TTYPath\" type=\"s\" access=\"read\"/>\n" " <property name=\"TTYReset\" type=\"b\" access=\"read\"/>\n" " <property name=\"TTYVHangup\" type=\"b\" access=\"read\"/>\n" " <property name=\"TTYVTDisallocate\" type=\"b\" access=\"read\"/>\n" " <property name=\"SyslogPriority\" type=\"i\" access=\"read\"/>\n" " <property name=\"SyslogIdentifier\" type=\"s\" access=\"read\"/>\n" " <property name=\"SyslogLevelPrefix\" type=\"b\" access=\"read\"/>\n" " <property name=\"Capabilities\" type=\"s\" access=\"read\"/>\n" " <property name=\"SecureBits\" type=\"i\" access=\"read\"/>\n" " <property name=\"CapabilityBoundingSet\" type=\"t\" access=\"read\"/>\n" " <property name=\"User\" type=\"s\" access=\"read\"/>\n" " <property name=\"Group\" type=\"s\" access=\"read\"/>\n" " <property name=\"SupplementaryGroups\" type=\"as\" access=\"read\"/>\n" " <property name=\"TCPWrapName\" type=\"s\" access=\"read\"/>\n" " <property name=\"PAMName\" type=\"s\" access=\"read\"/>\n" " <property name=\"ReadWriteDirectories\" type=\"as\" access=\"read\"/>\n" " <property name=\"ReadOnlyDirectories\" type=\"as\" access=\"read\"/>\n" " <property name=\"InaccessibleDirectories\" type=\"as\" access=\"read\"/>\n" " <property name=\"MountFlags\" type=\"t\" access=\"read\"/>\n" " <property name=\"PrivateTmp\" type=\"b\" access=\"read\"/>\n" " <property name=\"SameProcessGroup\" type=\"b\" access=\"read\"/>\n" " <property name=\"KillMode\" type=\"s\" access=\"read\"/>\n" " <property name=\"KillSignal\" type=\"i\" access=\"read\"/>\n" " <property name=\"UtmpIdentifier\" type=\"s\" access=\"read\"/>\n" " <property name=\"ControlGroupModify\" type=\"b\" access=\"read\"/>\n" " <property name=\"ControlGroupPersistent\" type=\"b\" access=\"read\"/>\n" " <property name=\"PrivateNetwork\" type=\"b\" access=\"read\"/>\n" " <property name=\"IgnoreSIGPIPE\" type=\"b\" access=\"read\"/>\n" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
dbus-unit.h
[+] BUS_UNIT_INTERFACE
| Change | Effect |
---|
1 | The constant BUS_UNIT_INTERFACE with value " <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" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
fanotify.h
[+] FAN_ACCESS
| Change | Effect |
---|
1 | The constant FAN_ACCESS with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_ACCESS_PERM
| Change | Effect |
---|
1 | The constant FAN_ACCESS_PERM with value 0x00020000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_ALLOW
| Change | Effect |
---|
1 | The constant FAN_ALLOW with value 0x01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_CLOEXEC
| Change | Effect |
---|
1 | The constant FAN_CLOEXEC with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_CLOSE_NOWRITE
| Change | Effect |
---|
1 | The constant FAN_CLOSE_NOWRITE with value 0x00000010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_CLOSE_WRITE
| Change | Effect |
---|
1 | The constant FAN_CLOSE_WRITE with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_DENY
| Change | Effect |
---|
1 | The constant FAN_DENY with value 0x02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_EVENT_ON_CHILD
| Change | Effect |
---|
1 | The constant FAN_EVENT_ON_CHILD with value 0x08000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_ADD
| Change | Effect |
---|
1 | The constant FAN_MARK_ADD with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_DONT_FOLLOW
| Change | Effect |
---|
1 | The constant FAN_MARK_DONT_FOLLOW with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_FLUSH
| Change | Effect |
---|
1 | The constant FAN_MARK_FLUSH with value 0x00000080 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_IGNORED_MASK
| Change | Effect |
---|
1 | The constant FAN_MARK_IGNORED_MASK with value 0x00000020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_IGNORED_SURV_MODIFY
| Change | Effect |
---|
1 | The constant FAN_MARK_IGNORED_SURV_MODIFY with value 0x00000040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_MOUNT
| Change | Effect |
---|
1 | The constant FAN_MARK_MOUNT with value 0x00000010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_ONLYDIR
| Change | Effect |
---|
1 | The constant FAN_MARK_ONLYDIR with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MARK_REMOVE
| Change | Effect |
---|
1 | The constant FAN_MARK_REMOVE with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_MODIFY
| Change | Effect |
---|
1 | The constant FAN_MODIFY with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_NONBLOCK
| Change | Effect |
---|
1 | The constant FAN_NONBLOCK with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_OPEN
| Change | Effect |
---|
1 | The constant FAN_OPEN with value 0x00000020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_OPEN_PERM
| Change | Effect |
---|
1 | The constant FAN_OPEN_PERM with value 0x00010000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] FAN_Q_OVERFLOW
| Change | Effect |
---|
1 | The constant FAN_Q_OVERFLOW with value 0x00004000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
initreq.h
[+] INIT_CMD_BSD
| Change | Effect |
---|
1 | The constant INIT_CMD_BSD with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_CHANGECONS
| Change | Effect |
---|
1 | The constant INIT_CMD_CHANGECONS with value 12345 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_POWERFAIL
| Change | Effect |
---|
1 | The constant INIT_CMD_POWERFAIL with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_POWERFAILNOW
| Change | Effect |
---|
1 | The constant INIT_CMD_POWERFAILNOW with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_POWEROK
| Change | Effect |
---|
1 | The constant INIT_CMD_POWEROK with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_RUNLVL
| Change | Effect |
---|
1 | The constant INIT_CMD_RUNLVL with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_SETENV
| Change | Effect |
---|
1 | The constant INIT_CMD_SETENV with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_START
| Change | Effect |
---|
1 | The constant INIT_CMD_START with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_CMD_UNSETENV
| Change | Effect |
---|
1 | The constant INIT_CMD_UNSETENV with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] INIT_MAGIC
| Change | Effect |
---|
1 | The constant INIT_MAGIC with value 0x03091969 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
ioprio.h
[+] IOPRIO_BE_NR
| Change | Effect |
---|
1 | The constant IOPRIO_BE_NR with value (8) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_BITS
| Change | Effect |
---|
1 | The constant IOPRIO_BITS with value (16) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_CLASS_BE
| Change | Effect |
---|
1 | The constant IOPRIO_CLASS_BE with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_CLASS_IDLE
| Change | Effect |
---|
1 | The constant IOPRIO_CLASS_IDLE with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_CLASS_NONE
| Change | Effect |
---|
1 | The constant IOPRIO_CLASS_NONE with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_CLASS_RT
| Change | Effect |
---|
1 | The constant IOPRIO_CLASS_RT with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_CLASS_SHIFT
| Change | Effect |
---|
1 | The constant IOPRIO_CLASS_SHIFT with value (13) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_PRIO_MASK
| Change | Effect |
---|
1 | The constant IOPRIO_PRIO_MASK with value ((1UL << IOPRIO_CLASS_SHIFT) - 1) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_WHO_PGRP
| Change | Effect |
---|
1 | The constant IOPRIO_WHO_PGRP with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_WHO_PROCESS
| Change | Effect |
---|
1 | The constant IOPRIO_WHO_PROCESS with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] IOPRIO_WHO_USER
| Change | Effect |
---|
1 | The constant IOPRIO_WHO_USER with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
journal-def.h
[+] _OBJECT_TYPE_MAX
| Change | Effect |
---|
1 | The value of constant _OBJECT_TYPE_MAX has been changed from 7 to 8. | 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. |
journal-file.h
[+] _WINDOW_MAX
| Change | Effect |
---|
1 | The value of constant _WINDOW_MAX has been changed from 8 to 9. | 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. |
[+] WINDOW_HEADER
| Change | Effect |
---|
1 | The value of constant WINDOW_HEADER has been changed from 7 to 8. | 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. |
logind.h
[+] FD_BUS
| Change | Effect |
---|
1 | The value of constant FD_BUS has been changed from 3 to 4. | 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. |
[+] FD_CONSOLE
| Change | Effect |
---|
1 | The value of constant FD_CONSOLE has been changed from 2 to 3. | 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. |
[+] FD_FIFO_BASE
| Change | Effect |
---|
1 | The constant FD_FIFO_BASE with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
manager.h
[+] MANAGER_MAX_NAMES
| Change | Effect |
---|
1 | The constant MANAGER_MAX_NAMES with value 131072 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
missing.h
[+] BTRFS_IOCTL_MAGIC
| Change | Effect |
---|
1 | The constant BTRFS_IOCTL_MAGIC with value 0x94 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BTRFS_PATH_NAME_MAX
| Change | Effect |
---|
1 | The constant BTRFS_PATH_NAME_MAX with value 4087 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] BTRFS_SUPER_MAGIC
| Change | Effect |
---|
1 | The constant BTRFS_SUPER_MAGIC with value 0x9123683E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] F_LINUX_SPECIFIC_BASE
| Change | Effect |
---|
1 | The constant F_LINUX_SPECIFIC_BASE with value 1024 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] MS_MOVE
| Change | Effect |
---|
1 | The constant MS_MOVE with value 8192 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] MS_PRIVATE
| Change | Effect |
---|
1 | The constant MS_PRIVATE with value (1 << 18) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] RLIMIT_RTTIME
| Change | Effect |
---|
1 | The constant RLIMIT_RTTIME with value 15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SCM_SECURITY
| Change | Effect |
---|
1 | The constant SCM_SECURITY with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
sd-journal.h
[+] SD_JOURNAL_INVALIDATE_ADD
| Change | Effect |
---|
1 | The constant SD_JOURNAL_INVALIDATE_ADD with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SD_JOURNAL_INVALIDATE_REMOVE
| Change | Effect |
---|
1 | The constant SD_JOURNAL_INVALIDATE_REMOVE with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
securebits.h
[+] SECURE_KEEP_CAPS
| Change | Effect |
---|
1 | The constant SECURE_KEEP_CAPS with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECURE_KEEP_CAPS_LOCKED
| Change | Effect |
---|
1 | The constant SECURE_KEEP_CAPS_LOCKED with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECURE_NO_SETUID_FIXUP
| Change | Effect |
---|
1 | The constant SECURE_NO_SETUID_FIXUP with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECURE_NO_SETUID_FIXUP_LOCKED
| Change | Effect |
---|
1 | The constant SECURE_NO_SETUID_FIXUP_LOCKED with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECURE_NOROOT
| Change | Effect |
---|
1 | The constant SECURE_NOROOT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECURE_NOROOT_LOCKED
| Change | Effect |
---|
1 | The constant SECURE_NOROOT_LOCKED with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SECUREBITS_DEFAULT
| Change | Effect |
---|
1 | The constant SECUREBITS_DEFAULT with value 0x00000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
socket.h
[+] _K_SS_MAXSIZE
| Change | Effect |
---|
1 | The constant _K_SS_MAXSIZE with value 128 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
special.h
[+] SPECIAL_BASIC_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_BASIC_TARGET with value "basic.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_CTRL_ALT_DEL_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_CTRL_ALT_DEL_TARGET with value "ctrl-alt-del.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_DBUS_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_DBUS_SERVICE with value "dbus.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_DBUS_SOCKET
| Change | Effect |
---|
1 | The constant SPECIAL_DBUS_SOCKET with value "dbus.socket" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_DEFAULT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_DEFAULT_TARGET with value "default.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_DISPLAY_MANAGER_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_DISPLAY_MANAGER_SERVICE with value "display-manager.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_EMERGENCY_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_EMERGENCY_TARGET with value "emergency.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_EXIT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_EXIT_TARGET with value "exit.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_FSCK_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_FSCK_SERVICE with value "fsck@.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_HALT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_HALT_TARGET with value "halt.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_HTTP_DAEMON_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_HTTP_DAEMON_TARGET with value "http-daemon.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_JOURNALD_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_JOURNALD_SERVICE with value "systemd-journald.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_JOURNALD_SOCKET
| Change | Effect |
---|
1 | The constant SPECIAL_JOURNALD_SOCKET with value "systemd-journald.socket" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_KBREQUEST_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_KBREQUEST_TARGET with value "kbrequest.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_KEXEC_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_KEXEC_TARGET with value "kexec.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_LOCAL_FS_PRE_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_LOCAL_FS_PRE_TARGET with value "local-fs-pre.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_LOCAL_FS_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_LOCAL_FS_TARGET with value "local-fs.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_MAIL_TRANSFER_AGENT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_MAIL_TRANSFER_AGENT_TARGET with value "mail-transfer-agent.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_NETWORK_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_NETWORK_TARGET with value "network.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_NSS_LOOKUP_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_NSS_LOOKUP_TARGET with value "nss-lookup.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_POWEROFF_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_POWEROFF_TARGET with value "poweroff.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_QUOTACHECK_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_QUOTACHECK_SERVICE with value "quotacheck.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_QUOTAON_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_QUOTAON_SERVICE with value "quotaon.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_REBOOT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_REBOOT_TARGET with value "reboot.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_REMOTE_FS_PRE_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_REMOTE_FS_PRE_TARGET with value "remote-fs-pre.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_REMOTE_FS_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_REMOTE_FS_TARGET with value "remote-fs.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_REMOUNT_ROOTFS_SERVICE
| Change | Effect |
---|
1 | The constant SPECIAL_REMOUNT_ROOTFS_SERVICE with value "remount-rootfs.service" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RESCUE_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RESCUE_TARGET with value "rescue.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RPCBIND_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RPCBIND_TARGET with value "rpcbind.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RUNLEVEL2_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RUNLEVEL2_TARGET with value "runlevel2.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RUNLEVEL3_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RUNLEVEL3_TARGET with value "runlevel3.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RUNLEVEL4_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RUNLEVEL4_TARGET with value "runlevel4.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_RUNLEVEL5_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_RUNLEVEL5_TARGET with value "runlevel5.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SHUTDOWN_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SHUTDOWN_TARGET with value "shutdown.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SIGPWR_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SIGPWR_TARGET with value "sigpwr.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SOCKETS_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SOCKETS_TARGET with value "sockets.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SWAP_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SWAP_TARGET with value "swap.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SYSINIT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SYSINIT_TARGET with value "sysinit.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_SYSLOG_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_SYSLOG_TARGET with value "syslog.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_TIME_SYNC_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_TIME_SYNC_TARGET with value "time-sync.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] SPECIAL_UMOUNT_TARGET
| Change | Effect |
---|
1 | The constant SPECIAL_UMOUNT_TARGET with value "umount.target" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
unit-name.h
[+] UNIT_NAME_MAX
| Change | Effect |
---|
1 | The constant UNIT_NAME_MAX with value 256 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 (196)
config.h
[+] _DARWIN_USE_64_BIT_INODE
| Change | Effect |
---|
1 | The constant _DARWIN_USE_64_BIT_INODE with value 1 has been added. | No effect. |
[+] HAVE_IMA
| Change | Effect |
---|
1 | The constant HAVE_IMA with value 1 has been added. | No effect. |
def.h
[+] DEFAULT_CONFIRM_USEC
| Change | Effect |
---|
1 | The constant DEFAULT_CONFIRM_USEC with value (30*USEC_PER_SEC) has been added. | No effect. |
journal-def.h
[+] HEADER_COMPATIBLE_SIGNED
| Change | Effect |
---|
1 | The constant HEADER_COMPATIBLE_SIGNED with value 1 has been added. | No effect. |
[+] OBJECT_SIGNATURE
| Change | Effect |
---|
1 | The constant OBJECT_SIGNATURE with value 7 has been added. | No effect. |
[+] SIGNATURE_LENGTH
| Change | Effect |
---|
1 | The constant SIGNATURE_LENGTH with value 160 has been added. | No effect. |
journal-file.h
[+] WINDOW_SIGNATURE
| Change | Effect |
---|
1 | The constant WINDOW_SIGNATURE with value 7 has been added. | No effect. |
keys-from-name.h
[+] GPERF_CASE_STRCMP
| Change | Effect |
---|
1 | The constant GPERF_CASE_STRCMP with value 1 has been added. | No effect. |
[+] GPERF_DOWNCASE
| Change | Effect |
---|
1 | The constant GPERF_DOWNCASE with value 1 has been added. | No effect. |
[+] MAX_HASH_VALUE
| Change | Effect |
---|
1 | The constant MAX_HASH_VALUE with value 1327 has been added. | No effect. |
[+] MAX_WORD_LENGTH
| Change | Effect |
---|
1 | The constant MAX_WORD_LENGTH with value 20 has been added. | No effect. |
[+] MIN_HASH_VALUE
| Change | Effect |
---|
1 | The constant MIN_HASH_VALUE with value 5 has been added. | No effect. |
[+] MIN_WORD_LENGTH
| Change | Effect |
---|
1 | The constant MIN_WORD_LENGTH with value 5 has been added. | No effect. |
[+] TOTAL_KEYWORDS
| Change | Effect |
---|
1 | The constant TOTAL_KEYWORDS with value 391 has been added. | No effect. |
libudev-private.h
[+] READ_END
| Change | Effect |
---|
1 | The constant READ_END with value 0 has been added. | No effect. |
[+] UDEV_ALLOWED_CHARS_INPUT
| Change | Effect |
---|
1 | The constant UDEV_ALLOWED_CHARS_INPUT with value "/ $%?," has been added. | No effect. |
[+] UTIL_LINE_SIZE
| Change | Effect |
---|
1 | The constant UTIL_LINE_SIZE with value 16384 has been added. | No effect. |
[+] UTIL_NAME_SIZE
| Change | Effect |
---|
1 | The constant UTIL_NAME_SIZE with value 512 has been added. | No effect. |
[+] UTIL_PATH_SIZE
| Change | Effect |
---|
1 | The constant UTIL_PATH_SIZE with value 1024 has been added. | No effect. |
[+] WRITE_END
| Change | Effect |
---|
1 | The constant WRITE_END with value 1 has been added. | No effect. |
logind.h
[+] FD_BUTTON_UDEV
| Change | Effect |
---|
1 | The constant FD_BUTTON_UDEV with value 2 has been added. | No effect. |
[+] FD_OTHER_BASE
| Change | Effect |
---|
1 | The constant FD_OTHER_BASE with value 5 has been added. | No effect. |
mtd_probe.h
[+] SM_MAX_ZONE_SIZE
| Change | Effect |
---|
1 | The constant SM_MAX_ZONE_SIZE with value 1024 has been added. | No effect. |
[+] SM_OOB_SIZE
| Change | Effect |
---|
1 | The constant SM_OOB_SIZE with value 16 has been added. | No effect. |
[+] SM_SECTOR_SIZE
| Change | Effect |
---|
1 | The constant SM_SECTOR_SIZE with value 512 has been added. | No effect. |
[+] SM_SMALL_OOB_SIZE
| Change | Effect |
---|
1 | The constant SM_SMALL_OOB_SIZE with value 8 has been added. | No effect. |
[+] SM_SMALL_PAGE
| Change | Effect |
---|
1 | The constant SM_SMALL_PAGE with value 256 has been added. | No effect. |
scsi.h
[+] ABORT
| Change | Effect |
---|
1 | The constant ABORT with value 0x06 has been added. | No effect. |
[+] ABORTED_COMMAND
| Change | Effect |
---|
1 | The constant ABORTED_COMMAND with value 0x0b has been added. | No effect. |
[+] ALLOW_MEDIUM_REMOVAL
| Change | Effect |
---|
1 | The constant ALLOW_MEDIUM_REMOVAL with value 0x1e has been added. | No effect. |
[+] BLANK_CHECK
| Change | Effect |
---|
1 | The constant BLANK_CHECK with value 0x08 has been added. | No effect. |
[+] BUS_DEVICE_RESET
| Change | Effect |
---|
1 | The constant BUS_DEVICE_RESET with value 0x0c has been added. | No effect. |
[+] BUSY
| Change | Effect |
---|
1 | The constant BUSY with value 0x04 has been added. | No effect. |
[+] CHANGE_DEFINITION
| Change | Effect |
---|
1 | The constant CHANGE_DEFINITION with value 0x40 has been added. | No effect. |
[+] CHECK_CONDITION
| Change | Effect |
---|
1 | The constant CHECK_CONDITION with value 0x01 has been added. | No effect. |
[+] COMMAND_COMPLETE
| Change | Effect |
---|
1 | The constant COMMAND_COMPLETE with value 0x00 has been added. | No effect. |
[+] COMMAND_TERMINATED
| Change | Effect |
---|
1 | The constant COMMAND_TERMINATED with value 0x11 has been added. | No effect. |
[+] COMPARE
| Change | Effect |
---|
1 | The constant COMPARE with value 0x39 has been added. | No effect. |
[+] CONDITION_GOOD
| Change | Effect |
---|
1 | The constant CONDITION_GOOD with value 0x02 has been added. | No effect. |
[+] COPY
| Change | Effect |
---|
1 | The constant COPY with value 0x18 has been added. | No effect. |
[+] COPY_ABORTED
| Change | Effect |
---|
1 | The constant COPY_ABORTED with value 0x0a has been added. | No effect. |
[+] COPY_VERIFY
| Change | Effect |
---|
1 | The constant COPY_VERIFY with value 0x3a has been added. | No effect. |
[+] DATA_PROTECT
| Change | Effect |
---|
1 | The constant DATA_PROTECT with value 0x07 has been added. | No effect. |
[+] DEF_TIMEOUT
| Change | Effect |
---|
1 | The constant DEF_TIMEOUT with value 5000 has been added. | No effect. |
[+] DISCONNECT
| Change | Effect |
---|
1 | The constant DISCONNECT with value 0x04 has been added. | No effect. |
[+] ERASE
| Change | Effect |
---|
1 | The constant ERASE with value 0x19 has been added. | No effect. |
[+] EXTENDED_EXTENDED_IDENTIFY
| Change | Effect |
---|
1 | The constant EXTENDED_EXTENDED_IDENTIFY with value 0x02 has been added. | No effect. |
[+] EXTENDED_MESSAGE
| Change | Effect |
---|
1 | The constant EXTENDED_MESSAGE with value 0x01 has been added. | No effect. |
[+] EXTENDED_MODIFY_DATA_POINTER
| Change | Effect |
---|
1 | The constant EXTENDED_MODIFY_DATA_POINTER with value 0x00 has been added. | No effect. |
[+] EXTENDED_SDTR
| Change | Effect |
---|
1 | The constant EXTENDED_SDTR with value 0x01 has been added. | No effect. |
[+] EXTENDED_WDTR
| Change | Effect |
---|
1 | The constant EXTENDED_WDTR with value 0x03 has been added. | No effect. |
[+] FORMAT_UNIT
| Change | Effect |
---|
1 | The constant FORMAT_UNIT with value 0x04 has been added. | No effect. |
[+] GOOD
| Change | Effect |
---|
1 | The constant GOOD with value 0x00 has been added. | No effect. |
[+] HARDWARE_ERROR
| Change | Effect |
---|
1 | The constant HARDWARE_ERROR with value 0x04 has been added. | No effect. |
[+] HEAD_OF_QUEUE_TAG
| Change | Effect |
---|
1 | The constant HEAD_OF_QUEUE_TAG with value 0x21 has been added. | No effect. |
[+] ILLEGAL_REQUEST
| Change | Effect |
---|
1 | The constant ILLEGAL_REQUEST with value 0x05 has been added. | No effect. |
[+] INITIATE_RECOVERY
| Change | Effect |
---|
1 | The constant INITIATE_RECOVERY with value 0x0f has been added. | No effect. |
[+] INITIATOR_ERROR
| Change | Effect |
---|
1 | The constant INITIATOR_ERROR with value 0x05 has been added. | No effect. |
[+] INQUIRY
| Change | Effect |
---|
1 | The constant INQUIRY with value 0x12 has been added. | No effect. |
[+] INQUIRY_CMD
| Change | Effect |
---|
1 | The constant INQUIRY_CMD with value 0x12 has been added. | No effect. |
[+] INQUIRY_CMDLEN
| Change | Effect |
---|
1 | The constant INQUIRY_CMDLEN with value 6 has been added. | No effect. |
[+] INTERMEDIATE_C_GOOD
| Change | Effect |
---|
1 | The constant INTERMEDIATE_C_GOOD with value 0x0a has been added. | No effect. |
[+] INTERMEDIATE_GOOD
| Change | Effect |
---|
1 | The constant INTERMEDIATE_GOOD with value 0x08 has been added. | No effect. |
[+] LINKED_CMD_COMPLETE
| Change | Effect |
---|
1 | The constant LINKED_CMD_COMPLETE with value 0x0a has been added. | No effect. |
[+] LINKED_FLG_CMD_COMPLETE
| Change | Effect |
---|
1 | The constant LINKED_FLG_CMD_COMPLETE with value 0x0b has been added. | No effect. |
[+] LOCK_UNLOCK_CACHE
| Change | Effect |
---|
1 | The constant LOCK_UNLOCK_CACHE with value 0x36 has been added. | No effect. |
[+] LOG_SELECT
| Change | Effect |
---|
1 | The constant LOG_SELECT with value 0x4c has been added. | No effect. |
[+] LOG_SENSE
| Change | Effect |
---|
1 | The constant LOG_SENSE with value 0x4d has been added. | No effect. |
[+] MEDIUM_ERROR
| Change | Effect |
---|
1 | The constant MEDIUM_ERROR with value 0x03 has been added. | No effect. |
[+] MEDIUM_SCAN
| Change | Effect |
---|
1 | The constant MEDIUM_SCAN with value 0x38 has been added. | No effect. |
[+] MESSAGE_REJECT
| Change | Effect |
---|
1 | The constant MESSAGE_REJECT with value 0x07 has been added. | No effect. |
[+] MISCOMPARE
| Change | Effect |
---|
1 | The constant MISCOMPARE with value 0x0e has been added. | No effect. |
[+] MODE_SELECT
| Change | Effect |
---|
1 | The constant MODE_SELECT with value 0x15 has been added. | No effect. |
[+] MODE_SELECT_10
| Change | Effect |
---|
1 | The constant MODE_SELECT_10 with value 0x55 has been added. | No effect. |
[+] MODE_SENSE
| Change | Effect |
---|
1 | The constant MODE_SENSE with value 0x1a has been added. | No effect. |
[+] MODE_SENSE_10
| Change | Effect |
---|
1 | The constant MODE_SENSE_10 with value 0x5a has been added. | No effect. |
[+] MODEL_LENGTH
| Change | Effect |
---|
1 | The constant MODEL_LENGTH with value 16 has been added. | No effect. |
[+] MOVE_MEDIUM
| Change | Effect |
---|
1 | The constant MOVE_MEDIUM with value 0xa5 has been added. | No effect. |
[+] MSG_PARITY_ERROR
| Change | Effect |
---|
1 | The constant MSG_PARITY_ERROR with value 0x09 has been added. | No effect. |
[+] NO_SENSE
| Change | Effect |
---|
1 | The constant NO_SENSE with value 0x00 has been added. | No effect. |
[+] NOP
| Change | Effect |
---|
1 | The constant NOP with value 0x08 has been added. | No effect. |
[+] NOT_READY
| Change | Effect |
---|
1 | The constant NOT_READY with value 0x02 has been added. | No effect. |
[+] ORDERED_QUEUE_TAG
| Change | Effect |
---|
1 | The constant ORDERED_QUEUE_TAG with value 0x22 has been added. | No effect. |
[+] PERSISTENT_RESERVE_IN
| Change | Effect |
---|
1 | The constant PERSISTENT_RESERVE_IN with value 0x5e has been added. | No effect. |
[+] PERSISTENT_RESERVE_OUT
| Change | Effect |
---|
1 | The constant PERSISTENT_RESERVE_OUT with value 0x5f has been added. | No effect. |
[+] PRE_FETCH
| Change | Effect |
---|
1 | The constant PRE_FETCH with value 0x34 has been added. | No effect. |
[+] QUEUE_FULL
| Change | Effect |
---|
1 | The constant QUEUE_FULL with value 0x14 has been added. | No effect. |
[+] READ_10
| Change | Effect |
---|
1 | The constant READ_10 with value 0x28 has been added. | No effect. |
[+] READ_12
| Change | Effect |
---|
1 | The constant READ_12 with value 0xa8 has been added. | No effect. |
[+] READ_6
| Change | Effect |
---|
1 | The constant READ_6 with value 0x08 has been added. | No effect. |
[+] READ_BLOCK_LIMITS
| Change | Effect |
---|
1 | The constant READ_BLOCK_LIMITS with value 0x05 has been added. | No effect. |
[+] READ_BUFFER
| Change | Effect |
---|
1 | The constant READ_BUFFER with value 0x3c has been added. | No effect. |
[+] READ_CAPACITY
| Change | Effect |
---|
1 | The constant READ_CAPACITY with value 0x25 has been added. | No effect. |
[+] READ_DEFECT_DATA
| Change | Effect |
---|
1 | The constant READ_DEFECT_DATA with value 0x37 has been added. | No effect. |
[+] READ_ELEMENT_STATUS
| Change | Effect |
---|
1 | The constant READ_ELEMENT_STATUS with value 0xb8 has been added. | No effect. |
[+] READ_LONG
| Change | Effect |
---|
1 | The constant READ_LONG with value 0x3e has been added. | No effect. |
[+] READ_POSITION
| Change | Effect |
---|
1 | The constant READ_POSITION with value 0x34 has been added. | No effect. |
[+] READ_REVERSE
| Change | Effect |
---|
1 | The constant READ_REVERSE with value 0x0f has been added. | No effect. |
[+] READ_TOC
| Change | Effect |
---|
1 | The constant READ_TOC with value 0x43 has been added. | No effect. |
[+] REASSIGN_BLOCKS
| Change | Effect |
---|
1 | The constant REASSIGN_BLOCKS with value 0x07 has been added. | No effect. |
[+] RECEIVE_DIAGNOSTIC
| Change | Effect |
---|
1 | The constant RECEIVE_DIAGNOSTIC with value 0x1c has been added. | No effect. |
[+] RECOVER_BUFFERED_DATA
| Change | Effect |
---|
1 | The constant RECOVER_BUFFERED_DATA with value 0x14 has been added. | No effect. |
[+] RECOVERED_ERROR
| Change | Effect |
---|
1 | The constant RECOVERED_ERROR with value 0x01 has been added. | No effect. |
[+] REQUEST_SENSE
| Change | Effect |
---|
1 | The constant REQUEST_SENSE with value 0x03 has been added. | No effect. |
[+] RESERVATION_CONFLICT
| Change | Effect |
---|
1 | The constant RESERVATION_CONFLICT with value 0x0c has been added. | No effect. |
[+] RESERVE
| Change | Effect |
---|
1 | The constant RESERVE with value 0x16 has been added. | No effect. |
[+] RESERVE_10
| Change | Effect |
---|
1 | The constant RESERVE_10 with value 0x56 has been added. | No effect. |
[+] RESTORE_POINTERS
| Change | Effect |
---|
1 | The constant RESTORE_POINTERS with value 0x03 has been added. | No effect. |
[+] REZERO_UNIT
| Change | Effect |
---|
1 | The constant REZERO_UNIT with value 0x01 has been added. | No effect. |
[+] SAVE_POINTERS
| Change | Effect |
---|
1 | The constant SAVE_POINTERS with value 0x02 has been added. | No effect. |
[+] SCSI_ACA_ACTIVE
| Change | Effect |
---|
1 | The constant SCSI_ACA_ACTIVE with value 0x30 has been added. | No effect. |
[+] SCSI_BUSY
| Change | Effect |
---|
1 | The constant SCSI_BUSY with value 0x8 has been added. | No effect. |
[+] SCSI_CHECK_CONDITION
| Change | Effect |
---|
1 | The constant SCSI_CHECK_CONDITION with value 0x2 has been added. | No effect. |
[+] SCSI_COMMAND_TERMINATED
| Change | Effect |
---|
1 | The constant SCSI_COMMAND_TERMINATED with value 0x22 has been added. | No effect. |
[+] SCSI_CONDITION_MET
| Change | Effect |
---|
1 | The constant SCSI_CONDITION_MET with value 0x4 has been added. | No effect. |
[+] SCSI_ID_ASCII
| Change | Effect |
---|
1 | The constant SCSI_ID_ASCII with value 2 has been added. | No effect. |
[+] SCSI_ID_BINARY
| Change | Effect |
---|
1 | The constant SCSI_ID_BINARY with value 1 has been added. | No effect. |
[+] SCSI_ID_EUI_64
| Change | Effect |
---|
1 | The constant SCSI_ID_EUI_64 with value 2 has been added. | No effect. |
[+] SCSI_ID_LUNGROUP
| Change | Effect |
---|
1 | The constant SCSI_ID_LUNGROUP with value 6 has been added. | No effect. |
[+] SCSI_ID_MD5
| Change | Effect |
---|
1 | The constant SCSI_ID_MD5 with value 7 has been added. | No effect. |
[+] SCSI_ID_NAA
| Change | Effect |
---|
1 | The constant SCSI_ID_NAA with value 3 has been added. | No effect. |
[+] SCSI_ID_NAA_DONT_CARE
| Change | Effect |
---|
1 | The constant SCSI_ID_NAA_DONT_CARE with value 0xff has been added. | No effect. |
[+] SCSI_ID_NAA_IEEE_REG
| Change | Effect |
---|
1 | The constant SCSI_ID_NAA_IEEE_REG with value 5 has been added. | No effect. |
[+] SCSI_ID_NAA_IEEE_REG_EXTENDED
| Change | Effect |
---|
1 | The constant SCSI_ID_NAA_IEEE_REG_EXTENDED with value 6 has been added. | No effect. |
[+] SCSI_ID_NAME
| Change | Effect |
---|
1 | The constant SCSI_ID_NAME with value 8 has been added. | No effect. |
[+] SCSI_ID_RELPORT
| Change | Effect |
---|
1 | The constant SCSI_ID_RELPORT with value 4 has been added. | No effect. |
[+] SCSI_ID_T10_VENDOR
| Change | Effect |
---|
1 | The constant SCSI_ID_T10_VENDOR with value 1 has been added. | No effect. |
[+] SCSI_ID_TGTGROUP
| Change | Effect |
---|
1 | The constant SCSI_ID_TGTGROUP with value 5 has been added. | No effect. |
[+] SCSI_ID_VENDOR_SPECIFIC
| Change | Effect |
---|
1 | The constant SCSI_ID_VENDOR_SPECIFIC with value 0 has been added. | No effect. |
[+] SCSI_IMMEDIATE
| Change | Effect |
---|
1 | The constant SCSI_IMMEDIATE with value 0x10 has been added. | No effect. |
[+] SCSI_IMMEDIATE_CONDITION_MET
| Change | Effect |
---|
1 | The constant SCSI_IMMEDIATE_CONDITION_MET with value 0x14 has been added. | No effect. |
[+] SCSI_INQ_BUFF_LEN
| Change | Effect |
---|
1 | The constant SCSI_INQ_BUFF_LEN with value 254 has been added. | No effect. |
[+] SCSI_IOCTL_GET_BUS_NUMBER
| Change | Effect |
---|
1 | The constant SCSI_IOCTL_GET_BUS_NUMBER with value 0x5386 has been added. | No effect. |
[+] SCSI_IOCTL_GET_IDLUN
| Change | Effect |
---|
1 | The constant SCSI_IOCTL_GET_IDLUN with value 0x5382 has been added. | No effect. |
[+] SCSI_IOCTL_PROBE_HOST
| Change | Effect |
---|
1 | The constant SCSI_IOCTL_PROBE_HOST with value 0x5385 has been added. | No effect. |
[+] SCSI_IOCTL_TAGGED_DISABLE
| Change | Effect |
---|
1 | The constant SCSI_IOCTL_TAGGED_DISABLE with value 0x5384 has been added. | No effect. |
[+] SCSI_IOCTL_TAGGED_ENABLE
| Change | Effect |
---|
1 | The constant SCSI_IOCTL_TAGGED_ENABLE with value 0x5383 has been added. | No effect. |
[+] SCSI_RESERVATION_CONFLICT
| Change | Effect |
---|
1 | The constant SCSI_RESERVATION_CONFLICT with value 0x18 has been added. | No effect. |
[+] SCSI_TASK_ABORTED
| Change | Effect |
---|
1 | The constant SCSI_TASK_ABORTED with value 0x40 has been added. | No effect. |
[+] SCSI_TASK_SET_FULL
| Change | Effect |
---|
1 | The constant SCSI_TASK_SET_FULL with value 0x28 has been added. | No effect. |
[+] SEARCH_EQUAL
| Change | Effect |
---|
1 | The constant SEARCH_EQUAL with value 0x31 has been added. | No effect. |
[+] SEARCH_EQUAL_12
| Change | Effect |
---|
1 | The constant SEARCH_EQUAL_12 with value 0xb1 has been added. | No effect. |
[+] SEARCH_HIGH
| Change | Effect |
---|
1 | The constant SEARCH_HIGH with value 0x30 has been added. | No effect. |
[+] SEARCH_HIGH_12
| Change | Effect |
---|
1 | The constant SEARCH_HIGH_12 with value 0xb0 has been added. | No effect. |
[+] SEARCH_LOW
| Change | Effect |
---|
1 | The constant SEARCH_LOW with value 0x32 has been added. | No effect. |
[+] SEARCH_LOW_12
| Change | Effect |
---|
1 | The constant SEARCH_LOW_12 with value 0xb2 has been added. | No effect. |
[+] SEEK_10
| Change | Effect |
---|
1 | The constant SEEK_10 with value 0x2b has been added. | No effect. |
[+] SEEK_6
| Change | Effect |
---|
1 | The constant SEEK_6 with value 0x0b has been added. | No effect. |
[+] SEND_DIAGNOSTIC
| Change | Effect |
---|
1 | The constant SEND_DIAGNOSTIC with value 0x1d has been added. | No effect. |
[+] SEND_VOLUME_TAG
| Change | Effect |
---|
1 | The constant SEND_VOLUME_TAG with value 0xb6 has been added. | No effect. |
[+] SENSE_BUFF_LEN
| Change | Effect |
---|
1 | The constant SENSE_BUFF_LEN with value 32 has been added. | No effect. |
[+] SET_LIMITS
| Change | Effect |
---|
1 | The constant SET_LIMITS with value 0x33 has been added. | No effect. |
[+] SET_WINDOW
| Change | Effect |
---|
1 | The constant SET_WINDOW with value 0x24 has been added. | No effect. |
[+] SIMPLE_QUEUE_TAG
| Change | Effect |
---|
1 | The constant SIMPLE_QUEUE_TAG with value 0x20 has been added. | No effect. |
[+] SPACE
| Change | Effect |
---|
1 | The constant SPACE with value 0x11 has been added. | No effect. |
[+] START_STOP
| Change | Effect |
---|
1 | The constant START_STOP with value 0x1b has been added. | No effect. |
[+] STATUS_MASK
| Change | Effect |
---|
1 | The constant STATUS_MASK with value 0x3e has been added. | No effect. |
[+] SYNCHRONIZE_CACHE
| Change | Effect |
---|
1 | The constant SYNCHRONIZE_CACHE with value 0x35 has been added. | No effect. |
[+] TEST_UNIT_READY
| Change | Effect |
---|
1 | The constant TEST_UNIT_READY with value 0x00 has been added. | No effect. |
[+] TYPE_DISK
| Change | Effect |
---|
1 | The constant TYPE_DISK with value 0x00 has been added. | No effect. |
[+] TYPE_ENCLOSURE
| Change | Effect |
---|
1 | The constant TYPE_ENCLOSURE with value 0x0d has been added. | No effect. |
[+] TYPE_MEDIUM_CHANGER
| Change | Effect |
---|
1 | The constant TYPE_MEDIUM_CHANGER with value 0x08 has been added. | No effect. |
[+] TYPE_MOD
| Change | Effect |
---|
1 | The constant TYPE_MOD with value 0x07 has been added. | No effect. |
[+] TYPE_NO_LUN
| Change | Effect |
---|
1 | The constant TYPE_NO_LUN with value 0x7f has been added. | No effect. |
[+] TYPE_PROCESSOR
| Change | Effect |
---|
1 | The constant TYPE_PROCESSOR with value 0x03 has been added. | No effect. |
[+] TYPE_ROM
| Change | Effect |
---|
1 | The constant TYPE_ROM with value 0x05 has been added. | No effect. |
[+] TYPE_SCANNER
| Change | Effect |
---|
1 | The constant TYPE_SCANNER with value 0x06 has been added. | No effect. |
[+] TYPE_TAPE
| Change | Effect |
---|
1 | The constant TYPE_TAPE with value 0x01 has been added. | No effect. |
[+] TYPE_WORM
| Change | Effect |
---|
1 | The constant TYPE_WORM with value 0x04 has been added. | No effect. |
[+] UNIT_ATTENTION
| Change | Effect |
---|
1 | The constant UNIT_ATTENTION with value 0x06 has been added. | No effect. |
[+] UPDATE_BLOCK
| Change | Effect |
---|
1 | The constant UPDATE_BLOCK with value 0x3d has been added. | No effect. |
[+] VENDOR_LENGTH
| Change | Effect |
---|
1 | The constant VENDOR_LENGTH with value 8 has been added. | No effect. |
[+] VERIFY
| Change | Effect |
---|
1 | The constant VERIFY with value 0x2f has been added. | No effect. |
[+] VOLUME_OVERFLOW
| Change | Effect |
---|
1 | The constant VOLUME_OVERFLOW with value 0x0d has been added. | No effect. |
[+] WRITE_10
| Change | Effect |
---|
1 | The constant WRITE_10 with value 0x2a has been added. | No effect. |
[+] WRITE_12
| Change | Effect |
---|
1 | The constant WRITE_12 with value 0xaa has been added. | No effect. |
[+] WRITE_6
| Change | Effect |
---|
1 | The constant WRITE_6 with value 0x0a has been added. | No effect. |
[+] WRITE_BUFFER
| Change | Effect |
---|
1 | The constant WRITE_BUFFER with value 0x3b has been added. | No effect. |
[+] WRITE_FILEMARKS
| Change | Effect |
---|
1 | The constant WRITE_FILEMARKS with value 0x10 has been added. | No effect. |
[+] WRITE_LONG
| Change | Effect |
---|
1 | The constant WRITE_LONG with value 0x3f has been added. | No effect. |
[+] WRITE_LONG_2
| Change | Effect |
---|
1 | The constant WRITE_LONG_2 with value 0xea has been added. | No effect. |
[+] WRITE_SAME
| Change | Effect |
---|
1 | The constant WRITE_SAME with value 0x41 has been added. | No effect. |
[+] WRITE_VERIFY
| Change | Effect |
---|
1 | The constant WRITE_VERIFY with value 0x2e has been added. | No effect. |
[+] WRITE_VERIFY_12
| Change | Effect |
---|
1 | The constant WRITE_VERIFY_12 with value 0xae has been added. | No effect. |
scsi_id.h
[+] MAX_ATTR_LEN
| Change | Effect |
---|
1 | The constant MAX_ATTR_LEN with value 256 has been added. | No effect. |
[+] MAX_BUFFER_LEN
| Change | Effect |
---|
1 | The constant MAX_BUFFER_LEN with value 256 has been added. | No effect. |
[+] MAX_PATH_LEN
| Change | Effect |
---|
1 | The constant MAX_PATH_LEN with value 512 has been added. | No effect. |
[+] MAX_SERIAL_LEN
| Change | Effect |
---|
1 | The constant MAX_SERIAL_LEN with value 256 has been added. | No effect. |
sd-journal.h
[+] SD_JOURNAL_INVALIDATE
| Change | Effect |
---|
1 | The constant SD_JOURNAL_INVALIDATE with value 2 has been added. | No effect. |
util.h
[+] ANSI_HIGHLIGHT_YELLOW_ON
| Change | Effect |
---|
1 | The constant ANSI_HIGHLIGHT_YELLOW_ON with value "\x1B[1;33m" has been added. | No effect. |
[+] NSEC_PER_DAY
| Change | Effect |
---|
1 | The constant NSEC_PER_DAY with value (24ULL*NSEC_PER_HOUR) has been added. | No effect. |
[+] NSEC_PER_HOUR
| Change | Effect |
---|
1 | The constant NSEC_PER_HOUR with value (60ULL*NSEC_PER_MINUTE) has been added. | No effect. |
[+] NSEC_PER_MINUTE
| Change | Effect |
---|
1 | The constant NSEC_PER_MINUTE with value (60ULL*NSEC_PER_SEC) has been added. | No effect. |
[+] NSEC_PER_MONTH
| Change | Effect |
---|
1 | The constant NSEC_PER_MONTH with value (2629800ULL*NSEC_PER_SEC) has been added. | No effect. |
[+] NSEC_PER_WEEK
| Change | Effect |
---|
1 | The constant NSEC_PER_WEEK with value (7ULL*NSEC_PER_DAY) has been added. | No effect. |
[+] NSEC_PER_YEAR
| Change | Effect |
---|
1 | The constant NSEC_PER_YEAR with value (31557600ULL*NSEC_PER_SEC) has been added. | No effect. |
to the top
Header Files (106)
acl-util.h
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
compress.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
journal-def.h
journal-file.h
journal-rate-limit.h
journald.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
logs-show.h
lookup3.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-id128.h
sd-journal.h
sd-login.h
sd-messages.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
utf8.h
util.h
utmp-wtmp.h
virt.h
to the top
Shared Libraries (4)
libsystemd-daemon.so
libsystemd-id128.so
libsystemd-journal.so
libsystemd-login.so
to the top