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
/
unit.c
Age
Commit message (
Expand
)
Author
2016-02-10
cgroup: remove support for NetClass= directive
Daniel Mack
2016-02-10
Merge pull request #2569 from zonque/removals
Martin Pitt
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...
Lennart Poettering
2016-02-07
treewide: fix typos and spacing
Torstein Husebø
2016-02-01
core: rework unit timeout handling, and add new setting RuntimeMaxSec=
Lennart Poettering
2016-02-01
core: store for each unit when the last low-level unit state change took place
Lennart Poettering
2016-01-28
core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...
Lennart Poettering
2016-01-12
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
capabilities: keep bounding set in non-inverted format.
Ismo Puustinen
2016-01-10
tree-wide: unify argument lists of IN_SET()
Daniel Mack
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-24
core: Do not bind a mount unit to a device, if it was from mountinfo
Harald Hoyer
2015-11-17
core: Minor cleaning up of unit/log status and log logic
Lennart Poettering
2015-11-17
core: make unit_make_transient() more thorough
Lennart Poettering
2015-11-17
core: move check whether a unit is suitable to become transient into unit.c
Lennart Poettering
2015-11-13
core: now that .snapshot unit are gone, we don't need the per-type .no_gc boo...
Lennart Poettering
2015-11-13
core: add new DefaultTasksMax= setting for system.conf
Lennart Poettering
2015-11-13
Merge pull request #1869 from poettering/kill-overridable
Michal Schmidt
2015-11-12
core: drop "override" flag when building transactions
Lennart Poettering
2015-11-12
core: remove support for RequiresOverridable= and RequisiteOverridable=
Lennart Poettering
2015-11-12
install: follow unit file symlinks in /usr, but not /etc when looking for [In...
Lennart Poettering
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: try to continue if coldplugging of a unit fails
Lennart Poettering
2015-11-02
core: be more verbose when NameOwnerChanged subscriptions fail
Daniel Mack
2015-10-31
core: set_unit_path overwrites SYSTEMD_UNIT_PATH
Evgeny Vereshchagin
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: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-26
util-lib: split out user/group/uid/gid calls into user-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-10-24
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-19
tree-wide: remove unused functions
Thomas Hindoe Paaboel Andersen
2015-10-17
unit: allocate bus name match string on the stack
Lennart Poettering
2015-10-09
Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives
Lennart Poettering
2015-10-08
Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ...
Franck Bui
2015-10-08
core: add support for setting stdin/stdout/stderr for transient services
Lennart Poettering
2015-09-30
Merge pull request #1419 from keszybz/shell-completion
Lennart Poettering
2015-09-29
core: add a "Requires=" dependency between units and the slices they are loca...
Lennart Poettering
2015-09-28
Move UnitActiveState to basic/
Zbigniew Jędrzejewski-Szmek
2015-09-21
core: extend KillUnit() to return error when no unit was killed
Jan Synacek
2015-09-16
cgroup: add support for net_cls controllers
Daniel Mack
2015-09-11
core: allocate sets of startup and failed units on-demand
Lennart Poettering
2015-09-11
core: refactor cpu shares/blockio weight cgroup logic
Lennart Poettering
2015-09-10
core: add support for the "pids" cgroup controller
Lennart Poettering
2015-09-09
tree-wide: take benefit of the fact that hashmap_free() returns NULL
Lennart Poettering
2015-09-09
tree-wide: make use of the fact that strv_free() returns NULL
Lennart Poettering
2015-09-08
Merge pull request #1190 from poettering/rework-virt
Daniel Mack
[next]