upower/libupower-glib
Benjamin Berg 9058d45685 Remove Wakeups API
The API relied on /proc/timer_stats which has been removed from the
kernel in 2017. Since then, the API has been non-functional (yet
incorrectly reporting support because the support test was buggy).

Just remove it completely. The debian codesearch does not uncover any
API users. Also, I doubt that any new API (based on tracing scheduler
events as perf would do) would map well to what exists now. i.e. if
something like this is re-implemented in UPower or elsewhere, then the
API should likely look different.

And, realistically, if this does need root privileges (i.e. can't be
moved to use BPF programs or so on user units), then we can also create
a new small daemon that is launched on-demand just for that.
2022-03-24 17:02:27 +01:00
..
meson.build Remove Wakeups API 2022-03-24 17:02:27 +01:00
up-autocleanups.h Remove Wakeups API 2022-03-24 17:02:27 +01:00
up-client.c lib: Fix UpClient reference leak 2022-02-16 12:23:55 +01:00
up-client.h lib: Implement up_client_get_devices_async() 2022-01-23 23:26:33 +01:00
up-device.c lib: Add API to access ChargeCyles D-Bus property 2021-09-13 12:55:36 +02:00
up-device.h lib: Mark device refresh function as deprecated 2021-08-19 18:57:35 +02:00
up-history-item.c Replace use of G_TYPE_INSTANCE_GET_PRIVATE 2019-02-21 12:09:06 +01:00
up-history-item.h lib: Work-around to fix gtk-doc's type detection 2018-09-30 19:18:35 +02:00
up-stats-item.c Replace use of G_TYPE_INSTANCE_GET_PRIVATE 2019-02-21 12:09:06 +01:00
up-stats-item.h lib: Work-around to fix gtk-doc's type detection 2018-09-30 19:18:35 +02:00
up-types.c lib: Add UP_DEVICE_KIND_BLUETOOTH_GENERIC type 2021-06-17 13:47:33 +02:00
up-types.h lib: Add UP_DEVICE_KIND_BLUETOOTH_GENERIC type 2021-06-17 13:47:33 +02:00
up-version.h.in lib: Use @see_also instead of "See also" 2018-09-30 19:19:02 +02:00
upower.h Remove Wakeups API 2022-03-24 17:02:27 +01:00