summaryrefslogtreecommitdiff
path: root/src/systemd/sd-shutdown.h
Commit message (Collapse)AuthorAge
* src/systemd: fix grammar and spelling errors in commentsJason St. John2014-03-25
|
* shutdown: as sd-shutdown.h is a drop-in header it should not include any ↵Lennart Poettering2013-11-07
| | | | other headers of ours
* api: unify some common bits used by public systemd APIsLennart Poettering2013-10-16
|
* shutdown: move attribute packed to the end of the declaration, so it is not ↵Michal Sekletar2013-03-13
| | | | ignored
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* shutdownd: rework interface, allow subscribing to scheduled shutdownsLennart Poettering2012-04-11
This extends the shutdownd interface to expose schedule shutdown information in /run/systemd/shutdown/schedule. This also cleans up the shutdownd protocol and documents it in a header file sd-shutdown.h. This is supposed to be used by client code that wants to control and monitor scheduled shutdown.