summaryrefslogtreecommitdiff
path: root/src/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-2/+0
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* core: downgrade warning about duplicate device names againVladimir Panteleev2016-04-071-1/+1
* Merge pull request #2834 from coling/masterZbigniew Jędrzejewski-Szmek2016-03-141-1/+1
|\
| * device: Ensure we have sysfs path before comparing.Colin Guthrie2016-03-141-1/+1
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Merge pull request #2412 from fbuihuu/device-fixesLennart Poettering2016-01-221-6/+13
|\
| * device: make sure to not ignore re-plugged deviceFranck Bui2016-01-221-6/+13
* | Fix broken SYSTEMD_USER_WANTS in udev rules.Abdo Roig-Maranges2016-01-171-1/+1
|/
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
* Merge pull request #1837 from poettering/grabbag2Tom Gundersen2015-11-111-13/+22
|\
| * core: change return value of the unit's enumerate() call to voidLennart Poettering2015-11-101-13/+22
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-1/+0
|/
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-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-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+6
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-8/+0
* tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* device: never act on mount events for devices if device support is not availableLennart Poettering2015-05-211-0/+3
* device: create units with intended "found" valueMartin Pitt2015-05-191-27/+24
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-12/+9
* device: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen2015-05-061-1/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-9/+10
* core: simplify unit type detection logicLennart Poettering2015-04-301-2/+1
* core: annotate event sourcesTom Gundersen2015-04-291-0/+2
* core: return 0 from device_serialize()Daniel Mack2015-04-241-0/+2
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-1/+1
* device: rework how we enter tentative stateLennart Poettering2015-04-241-11/+68
* core: downgrade warning about duplicate device namesLennart Poettering2015-04-231-1/+1
* device: remove unused null checkThomas Hindoe Paaboel Andersen2015-04-071-1/+1
* core: don't change removed devices to state "tentative"Martin Pitt2015-03-161-1/+1
* core: one more (void)Zbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* core: fix return value on OOMThomas Hindoe Paaboel Andersen2015-02-281-0/+2
* core: rework device state logicLennart Poettering2015-02-281-145/+223
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-0/+14
* core: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-5/+5
* log: rearrange log function namingLennart Poettering2014-11-271-2/+2
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-4/+8
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-6/+6