index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
device.c
Age
Commit message (
Expand
)
Author
2017-01-10
core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033)
Franck Bui
2016-12-16
core: make mount units from /proc/self/mountinfo possibly bind to a device (#...
Franck Bui
2016-12-06
core: remove unused variable
Thomas Hindoe Paaboel Andersen
2016-12-01
core: make unit_free() accept NULL pointers
Lennart Poettering
2016-11-27
device: Avoid calling unit_free(NULL) in device setup logic (#4748)
Dave Reisner
2016-11-16
core: GC redundant device jobs from the run queue
Lennart Poettering
2016-11-05
core/device: port to extract_first_word
Zbigniew Jędrzejewski-Szmek
2016-11-03
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-02
unit: unify some code with new unit_new_for_name() call
Lennart Poettering
2016-10-23
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-07
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-05-01
Move no_instances information to shared/
Zbigniew Jędrzejewski-Szmek
2016-04-12
core: remove ManagerRunningAs enum
Lennart Poettering
2016-04-07
core: downgrade warning about duplicate device names again
Vladimir Panteleev
2016-03-14
Merge pull request #2834 from coling/master
Zbigniew Jędrzejewski-Szmek
2016-03-14
device: Ensure we have sysfs path before comparing.
Colin Guthrie
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-22
Merge pull request #2412 from fbuihuu/device-fixes
Lennart Poettering
2016-01-22
device: make sure to not ignore re-plugged device
Franck Bui
2016-01-17
Fix broken SYSTEMD_USER_WANTS in udev rules.
Abdo Roig-Maranges
2015-11-17
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-11
Merge pull request #1837 from poettering/grabbag2
Tom Gundersen
2015-11-10
Remove snapshot unit type
Zbigniew Jędrzejewski-Szmek
2015-11-10
core: change return value of the unit's enumerate() call to void
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-28
Move all unit states to basic/ and extend systemctl --state=help
Zbigniew Jędrzejewski-Szmek
2015-09-09
tree-wide: take benefit of the fact that hashmap_free() returns NULL
Lennart Poettering
2015-09-09
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-08-28
core: add unit_dbus_interface_from_type() to unit-name.h
Lennart Poettering
2015-05-21
device: never act on mount events for devices if device support is not available
Lennart Poettering
2015-05-19
device: create units with intended "found" value
Martin Pitt
2015-05-11
core: rename SystemdRunningAs to ManagerRunningAs
Lennart Poettering
2015-05-11
core,network: major per-object logging rework
Lennart Poettering
2015-05-06
device: avoid null pointer dereference
Thomas Hindoe Paaboel Andersen
2015-05-05
core: rework unit name validation and manipulation logic
Lennart Poettering
2015-04-30
core: simplify unit type detection logic
Lennart Poettering
2015-04-29
core: annotate event sources
Tom Gundersen
2015-04-24
core: return 0 from device_serialize()
Daniel Mack
2015-04-24
Revert "core: do not spawn jobs or touch other units during coldplugging"
Lennart Poettering
2015-04-24
device: rework how we enter tentative state
Lennart Poettering
2015-04-23
core: downgrade warning about duplicate device names
Lennart Poettering
2015-04-07
device: remove unused null check
Thomas Hindoe Paaboel Andersen
2015-03-16
core: don't change removed devices to state "tentative"
Martin Pitt
2015-03-13
core: one more (void)
Zbigniew Jędrzejewski-Szmek
2015-03-07
core: do not spawn jobs or touch other units during coldplugging
Ivan Shapovalov
2015-02-28
core: fix return value on OOM
Thomas Hindoe Paaboel Andersen
[next]