summaryrefslogtreecommitdiff
path: root/src/core/path.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-9/+10
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek1-9/+0
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-1/+0
2015-07-10core: include unit in path state transition debug logging.Vito Caputo1-1/+1
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-1/+1
2015-05-11core,network: major per-object logging reworkLennart Poettering1-23/+13
2015-04-29core: annotate event sourcesTom Gundersen1-0/+2
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering1-10/+4
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov1-4/+10
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering1-2/+2
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden1-2/+2
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering1-24/+8
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-11-27log: rearrange log function namingLennart Poettering1-2/+2
2014-07-16core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek1-1/+2
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-5/+1
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack1-2/+2
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-1/+1
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering1-2/+1
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-33/+38
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-1/+1
2013-09-26core: rework how we match mount units against each otherLennart Poettering1-30/+2
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-2/+2
2013-04-25unit: rework stop pending logicLennart Poettering1-1/+1
2013-04-23unit: rework trigger dependency logicLennart Poettering1-37/+32
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters1-1/+1
2013-03-25units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering1-5/+5
2013-03-08path: avoid an allocation in path_spec_watchMichal Schmidt1-22/+25
2013-03-03core/path: install inotify watches top-down instead of bottom-upZbigniew Jędrzejewski-Szmek1-30/+48
2013-03-03core/path: catch errors when adding watchesZbigniew Jędrzejewski-Szmek1-0/+17
2013-03-03core/path: modernize styleZbigniew Jędrzejewski-Szmek1-21/+44
2013-03-03core/path: use automatic cleanupZbigniew Jędrzejewski-Szmek1-14/+7
2013-03-03core/path: fix a leak in success pathZbigniew Jędrzejewski-Szmek1-8/+9
2013-01-17units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering1-5/+11
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek1-1/+2
2013-01-06core/path: modernize styleZbigniew Jędrzejewski-Szmek1-4/+7
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek1-1/+1
2012-09-13manager: fix the buildLennart Poettering1-2/+4
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering1-1/+0
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers1-1/+1