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
/
load-fragment.h
Age
Commit message (
Expand
)
Author
2014-09-08
bus: parse BusPolicy directive in service files
Daniel Mack
2014-06-05
kdbus: when uploading bus name policy, resolve users/groups out-of-process
Lennart Poettering
2014-06-04
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...
Lennart Poettering
2014-06-04
socket: add new Symlinks= option for socket units
Lennart Poettering
2014-06-03
core: add new ReadOnlySystem= and ProtectedHome= settings for service units
Lennart Poettering
2014-05-22
cgroup: rework startup logic
Lennart Poettering
2014-05-22
core: add startup resource control option
WaLyong Cho
2014-05-19
fix spelling of privilege
Nis Martensen
2014-04-25
core: expose CFS CPU time quota as high-level unit properties
Lennart Poettering
2014-04-24
service: rename StartLimitAction enum to FailureAction
Michael Olbrich
2014-03-07
busname: add parser for bus name policies
Daniel Mack
2014-03-05
core: don't override NoNewPriviliges= from SystemCallFilter= if it is already...
Lennart Poettering
2014-03-03
conf-parser: config_parse_path_strv() is not generic, so let's move it into l...
Lennart Poettering
2014-03-03
core: move config_parse_set_status() into load-fragment.c
Lennart Poettering
2014-03-03
core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings
Lennart Poettering
2014-02-26
core: add new RestrictAddressFamilies= switch
Lennart Poettering
2014-02-21
core: Add AppArmor profile switching
Michael Scherer
2014-02-19
core: add Personality= option for units to set the personality for spawned pr...
Lennart Poettering
2014-02-17
core: store and expose SELinuxContext field normalized as bool + string
Lennart Poettering
2014-02-13
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
Lennart Poettering
2014-02-12
core: rework syscall filter
Lennart Poettering
2013-12-02
bus: add .busname unit type to implement kdbus-style bus activation
Lennart Poettering
2013-11-26
core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...
Lennart Poettering
2013-11-25
conf-parser: distinguish between multiple sections with the same name
Tom Gundersen
2013-10-19
mount/service: drop FsckPassNo support
Tom Gundersen
2013-07-11
cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=
Lennart Poettering
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-06-17
core: add new .slice unit type for partitioning systems
Lennart Poettering
2013-04-23
unit: rework trigger dependency logic
Lennart Poettering
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
2013-02-27
unit: rework resource management API
Lennart Poettering
2013-02-11
core: properly validate environment data from Environment= lines in unit files
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-17
execute: support syscall filtering using seccomp filters
Lennart Poettering
2012-06-22
unit: drop the Names= option
Lennart Poettering
2012-06-15
service: timeout for oneshot services
Lukas Nykryn
2012-06-01
journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...
Lennart Poettering
2012-05-31
util: introduce a proper nsec_t and make use of it where appropriate
Lennart Poettering
2012-05-24
main: add configuration option to alter capability bounding set for PID 1
Lennart Poettering
2012-05-21
units: introduce new Documentation= field and make use of it everywhere
Lennart Poettering
2012-04-30
unit: add new dependency type RequiresMountsFor=
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers