summaryrefslogtreecommitdiff
path: root/src/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* core: move enforcement of the start limit into per-unit-type code againLennart Poettering2016-05-021-1/+9
* tree-wide: don't assume CLOCK_BOOTIME is generally availableLennart Poettering2016-04-221-1/+1
* tree-wide: fall back to now(CLOCK_MONOTONIC) if CLOCK_BOOTTIME unsupported (#...Lubomir Rintel2016-04-171-1/+1
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-2/+2
* core: fix assertion checkLennart Poettering2016-02-161-1/+1
* core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering2016-02-111-4/+26
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* core: add new RandomSec= setting for time unitsLennart Poettering2015-11-181-0/+28
* core: add RemainAfterElapse= setting to timer unitsLennart Poettering2015-11-171-12/+35
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-2/+1
* util-lib: use MODE_INVALID as invalid value for mode_t everywhereLennart Poettering2015-11-111-2/+2
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-5/+6
* core/timer: in containers OnBootSec should count from container startupMichal Schmidt2015-11-071-4/+9
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-10/+0
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-4/+1
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* core: only set event source name when we create an event sourceLennart Poettering2015-05-131-8/+15
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-2/+2
* core,network: major per-object logging reworkLennart Poettering2015-05-111-23/+16
* core: annotate event sourcesTom Gundersen2015-04-291-0/+4
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-10/+4
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-4/+10
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* timer: timer can be a transient unitWaLyong Cho2014-12-081-0/+4
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-281-1/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-2/+2
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-15/+15
* timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman2014-11-071-0/+6
* Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek2014-09-291-1/+1
* timer: order OnCalendar units after timer-sync.target if DefaultDependencies=noTobias Geerinckx-Rice2014-08-141-0/+10
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-2/+2
* timer: name the stamp file consistentlyMichał Bartoszkiewicz2014-06-261-1/+1
* core: timer - switch to touch_file()Kay Sievers2014-05-241-19/+2
* core: Make sure a stamp file exists for all Persistent=true timersThomas Bächler2014-04-121-16/+24
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-241-1/+1
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-241-16/+45