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-gperf.gperf.m4
Age
Commit message (
Expand
)
Author
2013-09-26
core: rework how we match mount units against each other
Lennart Poettering
2013-09-17
cgroup: get rid of MemorySoftLimit=
Lennart Poettering
2013-07-30
core: make sure scope attributes survive a reload
Lennart Poettering
2013-07-30
core: optionally send SIGHUP in addition to the configured kill signal
Lennart Poettering
2013-07-11
cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=
Lennart Poettering
2013-07-10
unit: save description/slice of transient units to /run
Lennart Poettering
2013-07-01
core: parse Slice= from the unit type specific unit file section
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-03
util: rename parse_usec() to parse_sec() sinds the default unit is seconds
Lennart Poettering
2013-03-06
core: add missing comma for NonewPrivileges=
Lennart Poettering
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
2013-01-17
units: for all unit settings that take lists, allow the empty string for rese...
Lennart Poettering
2012-12-31
unit: add ConditionACPower=
Lennart Poettering
2012-11-23
timer: implement calendar time events
Lennart Poettering
2012-11-15
core/load-fragment-gperf: add missing CONDITION_FILE_NOT_EMPTY
Oleksii Shevchuk
2012-11-06
Revert "Implement SocketUser= and SocketGroup= for [Socket]"
Dave Reisner
2012-11-05
Implement SocketUser= and SocketGroup= for [Socket]
Dave Reisner
2012-10-30
SMACK: Add configuration options. (v3)
Auke Kok
2012-08-22
unit: add new ConditionHost= condition type
Lennart Poettering
2012-08-14
service: add options RestartPreventExitStatus and SuccessExitStatus
Lukas Nykryn
2012-08-08
systemd: introduced new timeout types
Michal Sekletar
2012-07-26
systemd: added new dependency PartOf
Michal Sekletar
2012-07-20
unit: split off KillContext from ExecContext containing only kill definitions
Lennart Poettering
2012-07-17
execute: support syscall filtering using seccomp filters
Lennart Poettering
2012-07-13
unit: rename BindTo= to BindsTo=
Lennart Poettering
2012-06-22
unit: drop the Names= option
Lennart Poettering
2012-06-15
service: timeout for oneshot services
Lukas Nykryn
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-23
man: properly document FsckPassNo= for mount units
Lennart Poettering
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-05-21
service: make the fsck pass no configurable
Lennart Poettering
2012-05-21
unit: introduce RequiredBy= setting in [Install], to complement WantedBy=
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
move more main systemd parts to core/
Kay Sievers