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.c
Age
Commit message (
Expand
)
Author
2013-03-22
exec: Assigning the empty string to CapabilityBoundSet= should drop all caps
Lennart Poettering
2013-03-01
specifier: when resolving specifier strings when loading configuration, don't...
Lennart Poettering
2013-02-27
unit: rework resource management API
Lennart Poettering
2013-02-13
use strneq instead of strncmp
Thomas Hindoe Paaboel Andersen
2013-02-11
core: properly validate environment data from Environment= lines in unit files
Lennart Poettering
2013-01-19
execute: Fix seccomp support on x32
Jonathan Callen
2013-01-17
units: for all unit settings that take lists, allow the empty string for rese...
Lennart Poettering
2013-01-15
load-fragment: fix bad memory access
Lennart Poettering
2013-01-15
load-fragment: replace specifiers in path unit's Unit= setting
Lennart Poettering
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2012-11-23
timer: implement calendar time events
Lennart Poettering
2012-11-19
core/load-fragment: fix (potential) bad memory access
Zbigniew Jędrzejewski-Szmek
2012-11-19
core/load-fragment: be more precise in error messages
Zbigniew Jędrzejewski-Szmek
2012-11-15
sched: Only setting CPUSchedulingPriority=rr doesn't work
Holger Hans Peter Freyther
2012-11-15
core: lift restriction on order of - and @ in ExecStart
Zbigniew Jędrzejewski-Szmek
2012-11-15
core: interpret \; token in ExecStart as escaped ;
Oleksii Shevchuk
2012-10-30
shared, core: do not always accept numbers in string lookups
Michal Schmidt
2012-10-03
man: document behaviour of ListenStream= with only a port number in regards t...
Lennart Poettering
2012-09-19
path: support specifier resolvin in .path units
Lennart Poettering
2012-09-18
unit: split unit_printf() and friends into its own .c file
Lennart Poettering
2012-09-13
macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...
Lennart Poettering
2012-09-13
load-fragment: Expand specifiers in conditions.
Auke Kok
2012-08-23
load-fragment: initialize bool invert before use
Lukas Nykryn
2012-08-22
unit: add new ConditionHost= condition type
Lennart Poettering
2012-08-08
systemd: introduced new timeout types
Michal Sekletar
2012-07-23
sd-daemon: remove unnecessary memset calls
Jim Meyering
2012-07-17
execute: support syscall filtering using seccomp filters
Lennart Poettering
2012-07-16
Spelling fixes.
Ville Skyttä
2012-07-03
load-fragment: a few modernizations
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-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-05-21
units: introduce new Documentation= field and make use of it everywhere
Lennart Poettering
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
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