summaryrefslogtreecommitdiff
path: root/src/core/device.c
AgeCommit message (Expand)Author
2017-01-10core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033)Franck Bui
2016-12-16core: make mount units from /proc/self/mountinfo possibly bind to a device (#...Franck Bui
2016-12-06core: remove unused variableThomas Hindoe Paaboel Andersen
2016-12-01core: make unit_free() accept NULL pointersLennart Poettering
2016-11-27device: Avoid calling unit_free(NULL) in device setup logic (#4748)Dave Reisner
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering
2016-11-05core/device: port to extract_first_wordZbigniew Jędrzejewski-Szmek
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
2016-11-02unit: unify some code with new unit_new_for_name() callLennart Poettering
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-07core: downgrade warning about duplicate device names againVladimir Panteleev
2016-03-14Merge pull request #2834 from coling/masterZbigniew Jędrzejewski-Szmek
2016-03-14device: Ensure we have sysfs path before comparing.Colin Guthrie
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-22Merge pull request #2412 from fbuihuu/device-fixesLennart Poettering
2016-01-22device: make sure to not ignore re-plugged deviceFranck Bui
2016-01-17Fix broken SYSTEMD_USER_WANTS in udev rules.Abdo Roig-Maranges
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-11Merge pull request #1837 from poettering/grabbag2Tom Gundersen
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-11-10core: change return value of the unit's enumerate() call to voidLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-05-21device: never act on mount events for devices if device support is not availableLennart Poettering
2015-05-19device: create units with intended "found" valueMartin Pitt
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-06device: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-30core: simplify unit type detection logicLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-24core: return 0 from device_serialize()Daniel Mack
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-24device: rework how we enter tentative stateLennart Poettering
2015-04-23core: downgrade warning about duplicate device namesLennart Poettering
2015-04-07device: remove unused null checkThomas Hindoe Paaboel Andersen
2015-03-16core: don't change removed devices to state "tentative"Martin Pitt
2015-03-13core: one more (void)Zbigniew Jędrzejewski-Szmek
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-02-28core: fix return value on OOMThomas Hindoe Paaboel Andersen