No description
  • C 95.4%
  • Shell 2.6%
  • Makefile 1%
  • M4 0.8%
  • Python 0.2%
Find a file
Matti Lehtimäki e71de1c851 Version 0.84.8
2026-01-29 19:31:27 +02:00
dbus-gmain@d42176ae47 [dbus-glib] Add sumbodule. Contributes to JB#51115 2020-10-22 19:23:23 +03:00
debian Version 0.84.8 2026-01-29 19:31:27 +02:00
doc Implement configurable generic thermal backend 2015-05-06 10:47:01 +03:00
dsme [dsme] Remove excess empty lines / spaces at end of lines 2024-10-01 11:46:41 +03:00
getbootstate [dsme] Remove excess empty lines / spaces at end of lines 2024-10-01 11:46:41 +03:00
include [dsme] Add enablers for blocking shutdown via D-Bus. JB#62532 2024-10-02 11:03:10 +03:00
modules modules: define PFIX in validatorlistener and upstart 2025-03-27 19:44:36 -04:00
preinit [preinit] Add set system time -plugin. JB#52072 2021-02-02 05:54:45 +02:00
rpm Version 0.84.8 2026-01-29 19:31:27 +02:00
test [dsme] Add parentheses around assignments used as truth value. JB#63834 2026-01-28 16:25:25 +02:00
tests [tests] Use correct DSME D-Bus object path. Fixes JB#52779 2021-09-13 12:43:59 +03:00
util [dsme] Add enablers for blocking shutdown via D-Bus. JB#62532 2024-10-02 11:03:10 +03:00
.depend [dsme] Enablers for privileged client checking 2021-01-05 15:34:45 +02:00
.gitmodules [dbus-glib] Add sumbodule. Contributes to JB#51115 2020-10-22 19:23:23 +03:00
AUTHORS Convert DSME to use autotools 2010-10-13 09:55:21 +03:00
autogen.sh Convert DSME to use autotools 2010-10-13 09:55:21 +03:00
ChangeLog Convert DSME to use autotools 2010-10-13 09:55:21 +03:00
configure.ac Version 0.84.8 2026-01-29 19:31:27 +02:00
COPYING version bump 2009-01-09 12:12:23 +00:00
depend_filter.py [makefile] Optionally build without autoxxx tools 2017-03-22 11:41:47 +02:00
dsme-plugin.pc.in [dsme] Fix include path in dsme-plugin package config file. JB#49564 2020-06-08 17:35:13 +03:00
dsme.init.in Use sysinfoclient for R&D flags instead of cal-tool. Fix libstartup.so path 2010-12-30 14:18:23 +02:00
INSTALL Convert DSME to use autotools 2010-10-13 09:55:21 +03:00
Makefile.am [dsme] Use dbus-gmain instead of dbus-glib 2020-10-06 11:59:08 +03:00
Makefile.custom Version 0.84.8 2026-01-29 19:31:27 +02:00
NEWS Convert DSME to use autotools 2010-10-13 09:55:21 +03:00
README minor changes 2011-01-28 11:44:16 +02:00
reboot-via-dsme.sh Make command line reboot go through dsme when applicable 2015-06-03 08:56:09 +03:00
verify_version.sh [cleanup] Remove remnants of yaml usage 2017-03-22 11:41:49 +02:00

Build and installation instructions:
If source is taken from the git repo:
$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure <configure-options>
$ make
$ sudo make install