- 05 May, 2017 1 commit
-
-
spiiroin authored
-
- 26 Apr, 2017 3 commits
-
-
spiiroin authored
-
spiiroin authored
In addition to ensuring that usb-moded gets restarted in case it gets stuck, the process watchdog ping-pong allows scheduling of maintenance tasks at times when system is going to be active anyway. Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
spiiroin authored
The systemd development packages have changed and there are build time warnings like: sd_notify was moved to libsystemd. Do not use libsystemd-daemon. Use libsystemd as instructed. Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
- 24 Mar, 2017 1 commit
-
-
spiiroin authored
-
- 13 Mar, 2017 1 commit
-
-
spiiroin authored
-
- 14 Feb, 2017 2 commits
-
-
spiiroin authored
-
spiiroin authored
Remove -Wdeclaration-after-statement as first using -std=gnu99 to allow c99 features and then explicitly requesting warnings about using c99 features makes little sense. Remove -W option as it is just backwards compatibility alias for -Wextra. Remove -Wformat as it is implied by having -Wall present. Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
- 31 Jan, 2017 1 commit
-
-
spiiroin authored
-
- 07 Dec, 2016 3 commits
-
-
spiiroin authored
Forgot to add bug ref to commit, so 0.86.0+mer8 got rejected by ci-bot. Make a dummy version bump and add bug ref to make ci-bot happy. [ssu] Use ssusysinfo instead of SSU D-Bus interface. Fixes JB#36841
-
spiiroin authored
-
spiiroin authored
During bootup usb-moded needs device name / model information before the system has reached a point where SSU daemon can be started. This can cause systemd deadlocks and/or timeouts as usb-moded waits for SSU daemon and the rest of the bootup is blocked until usb-moded reaches ready state. Use ssu-sysinfo C-library that can provide the device details required by usb-moded without using any IPC mechanisms. Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
- 07 Nov, 2016 1 commit
-
-
spiiroin authored
-
- 03 Nov, 2016 2 commits
- 02 Nov, 2016 1 commit
-
-
Philippe De Swert authored
Make some ELF sections readonly with -z relro and -z relro now See: https://wiki.debian.org/Hardening#DEB_BUILD_HARDENING_RELRO_.28ld_-z_relro.29Signed-off-by:
Philippe De Swert <philippe.deswert@gmail.com>
-
- 18 Oct, 2016 2 commits
- 05 Oct, 2016 1 commit
-
-
spiiroin authored
-
- 07 Jul, 2016 2 commits
-
-
spiiroin authored
-
spiiroin authored
Unless the code base is actively used with other than gcc compilers, use of -pedantic just denies use of handy gcc extensions like use of "%m" format parameter instead of non-thread-safe strerror(). Drop the '-pedantic' option and replace all strerror() calls with "%m". Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
- 11 May, 2016 2 commits
-
-
Matti Kosola authored
Signed-off-by:
Matti Kosola <matti.kosola@jolla.com>
-
spiiroin authored
Maintaining usb manufacturer and product name configurations for multiple devices is cumbersome and time consuming. It also duplicates effort that is needed for ssu configuration anyway. When possible, override usb-moded manufacturer and product name configuration by using data provided by ssu D-Bus service. The feature is optional and needs to be enabled at usb-moded build time via "--enable-mer-ssu" configure option. Signed-off-by:
Simo Piiroinen <simo.piiroinen@jollamobile.com>
-
- 04 May, 2016 1 commit
-
-
Matti Kosola authored
Signed-off-by:
Matti Kosola <matti.kosola@jolla.com>
-
- 27 Apr, 2016 1 commit
-
-
jpoutiai authored
Signed-off-by:
Jarko Poutiainen <jarko.poutiainen@jollamobile.com>
-
- 22 Apr, 2016 1 commit
-
-
jpoutiai authored
Signed-off-by:
Jarko Poutiainen <jarko.poutiainen@jollamobile.com>
-
- 20 Apr, 2016 1 commit
-
-
jpoutiai authored
Signed-off-by:
Jarko Poutiainen <jarko.poutiainen@jollamobile.com>
-
- 13 Apr, 2016 1 commit
-
-
Matti Kosola authored
Signed-off-by:
Matti Kosola <matti.kosola@jolla.com>
-
- 22 Mar, 2016 1 commit
-
-
phdeswer authored
[hidden modes] Add support for hidden modes. Fixes: MER#1540 Signed-off-by:
Philippe De Swert <philippedeswert@gmail.com>
-
- 13 Oct, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 12 Oct, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 24 Sep, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 03 Aug, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 07 Jul, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 02 Jul, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 30 Jun, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 27 May, 2015 1 commit
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
- 28 Apr, 2015 3 commits
-
-
Philippe De Swert authored
Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
Philippe De Swert authored
Upstart is being obsoleted, so no use to keep this support in. Systemd is our new evil overlord. Author: Thomas Perl <m@thp.io> Signed-off-by:
Philippe De Swert <philippe.deswert@jollamobile.com>
-
Thomas Perl authored
-