Systemd/src/core
Lennart Poettering f73141d765 shared: rework env file reader
Implement this with a proper state machine, so that newlines and
escaped chars can appear in string assignments. This should bring the
parser much closer to shell.
2013-04-03 20:12:57 +02:00
..
.gitignore execute: support syscall filtering using seccomp filters 2012-07-17 04:17:53 +02:00
audit-fd.c selinux: remove anything PID1-specific from selinux-access.[ch] so that we can reuse it in logind 2012-10-02 17:56:54 -04:00
audit-fd.h audit: turn the audit fd into a static variable 2012-10-02 17:40:09 -04:00
automount.c systemd: use unit logging macros 2013-01-06 13:52:48 -05:00
automount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
build.h journal: make libgcrypt dependency optional 2012-08-20 16:51:46 +02:00
bus-errors.h selinux: use standard D-Bus error id for access denied 2012-09-24 23:56:35 +02:00
cgroup-attr.c util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
cgroup-attr.h unit: rework resource management API 2013-02-27 18:50:41 +01:00
cgroup-semantics.c unit: rework resource management API 2013-02-27 18:50:41 +01:00
cgroup-semantics.h unit: rework resource management API 2013-02-27 18:50:41 +01:00
cgroup.c cgroup: minor optimization 2013-03-22 15:46:49 +01:00
cgroup.h core: add bus API and systemctl commands for altering cgroup parameters during runtime 2013-01-14 21:24:57 +01:00
condition.c honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
condition.h unit: add ConditionACPower= 2012-12-31 21:24:26 +01:00
dbus-automount.c selinux: rework selinux access check logic 2012-10-02 17:07:00 -04:00
dbus-automount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-device.c selinux: rework selinux access check logic 2012-10-02 17:07:00 -04:00
dbus-device.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-execute.c Modernization 2013-03-31 14:36:12 -04:00
dbus-execute.h unit: split off KillContext from ExecContext containing only kill definitions 2012-07-20 00:10:31 +02:00
dbus-job.c Use bus_maybe_send_reply() where applicable 2013-03-18 19:59:32 -04:00
dbus-job.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-kill.c unit: split off KillContext from ExecContext containing only kill definitions 2012-07-20 00:10:31 +02:00
dbus-kill.h unit: split off KillContext from ExecContext containing only kill definitions 2012-07-20 00:10:31 +02:00
dbus-manager.c Use bus_maybe_send_reply() where applicable 2013-03-18 19:59:32 -04:00
dbus-manager.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-mount.c core: add bus API and systemctl commands for altering cgroup parameters during runtime 2013-01-14 21:24:57 +01:00
dbus-mount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-path.c selinux: rework selinux access check logic 2012-10-02 17:07:00 -04:00
dbus-path.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-service.c core: add bus API and systemctl commands for altering cgroup parameters during runtime 2013-01-14 21:24:57 +01:00
dbus-service.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-snapshot.c Use bus_maybe_send_reply() where applicable 2013-03-18 19:59:32 -04:00
dbus-snapshot.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-socket.c Add Listen* to dbus properties 2013-04-01 23:43:48 -04:00
dbus-socket.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-swap.c core: add bus API and systemctl commands for altering cgroup parameters during runtime 2013-01-14 21:24:57 +01:00
dbus-swap.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-target.c selinux: rework selinux access check logic 2012-10-02 17:07:00 -04:00
dbus-target.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-timer.c dbus: properly serialize calendar timer data 2013-01-10 00:56:32 +01:00
dbus-timer.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-unit.c Replace s/Dropin/DropIn/ 2013-04-02 10:24:51 -04:00
dbus-unit.h Replace s/Dropin/DropIn/ 2013-04-02 10:24:51 -04:00
dbus.c Remove some dead code 2013-03-31 14:28:36 -04:00
dbus.h manager: extend performance measurement interface to include firmware/loader times 2012-09-13 18:54:32 +02:00
device.c systemd: use unit logging macros 2013-01-06 13:52:48 -05:00
device.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
execute.c shared: rework env file reader 2013-04-03 20:12:57 +02:00
execute.h core: reuse the same /tmp, /var/tmp and inaccessible dir 2013-03-15 22:56:40 -04:00
hostname-setup.c honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
hostname-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
ima-setup.c core: move mount_setup_early() to main.c 2013-03-07 20:53:14 +01:00
ima-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
initreq.h move libsystemd_core.la sources into core/ 2012-04-11 16:03:51 +02:00
job.c job: print the "OK" status messages in normal green 2013-03-02 17:56:32 +01:00
job.h core, systemctl: add support for irreversible jobs 2013-02-22 16:06:17 +01:00
kill.c unit: split off KillContext from ExecContext containing only kill definitions 2012-07-20 00:10:31 +02:00
kill.h core: drop KillMode parameter from KillUnit() bus call 2012-07-20 00:10:32 +02:00
killall.c core/killall.c: prevent segfault and initialize pids 2013-04-03 15:17:51 +02:00
killall.h switch-root: don't wait for processes 2012-07-17 17:44:26 +02:00
kmod-setup.c kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointless 2012-11-04 17:00:57 +01:00
kmod-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
load-dropin.c Introspect and monitor dropin configuration 2013-04-01 23:43:49 -04:00
load-dropin.h Introspect and monitor dropin configuration 2013-04-01 23:43:49 -04:00
load-fragment-gperf.gperf.m4 util: rename parse_usec() to parse_sec() sinds the default unit is seconds 2013-04-03 20:12:57 +02:00
load-fragment.c util: rename parse_usec() to parse_sec() sinds the default unit is seconds 2013-04-03 20:12:57 +02:00
load-fragment.h unit: rework resource management API 2013-02-27 18:50:41 +01:00
locale-setup.c honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
locale-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
loopback-setup.c Modernization 2013-03-31 14:36:12 -04:00
loopback-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
machine-id-setup.c util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
machine-id-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
macros.systemd.in Move udevadm to rootbindir 2013-03-11 07:18:33 +01:00
main.c util: rename parse_usec() to parse_sec() sinds the default unit is seconds 2013-04-03 20:12:57 +02:00
Makefile build-sys: add stub makefiles to make emacs easier to use 2012-04-12 13:35:56 +02:00
manager.c Partially revert e62d8c3944 2013-03-31 19:50:30 -04:00
manager.h core: reuse the same /tmp, /var/tmp and inaccessible dir 2013-03-15 22:56:40 -04:00
mount-setup.c mount: mount all cgroup controllers in containers, too 2013-03-22 04:43:28 +01:00
mount-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
mount.c util: rename parse_usec() to parse_sec() sinds the default unit is seconds 2013-04-03 20:12:57 +02:00
mount.h core: add catalog entry and MESSAGE_ID for overmounting 2012-12-05 12:25:50 +01:00
namespace.c core: remove unnecessary goto in setup_namespace 2013-03-20 19:16:01 -04:00
namespace.h core: reuse the same /tmp, /var/tmp and inaccessible dir 2013-03-15 22:56:40 -04:00
org.freedesktop.systemd1.conf move more main systemd parts to core/ 2012-04-12 14:24:40 +02:00
org.freedesktop.systemd1.policy.in.in move more main systemd parts to core/ 2012-04-12 14:24:40 +02:00
org.freedesktop.systemd1.service move more main systemd parts to core/ 2012-04-12 14:24:40 +02:00
path.c units: introduce new timers.target and paths.target to hook timer/path units into for boot 2013-03-25 21:28:30 +01:00
path.h units: for all unit settings that take lists, allow the empty string for resetting the lists 2013-01-17 02:50:05 +01:00
securebits.h move libsystemd_core.la sources into core/ 2012-04-11 16:03:51 +02:00
selinux-access.c selinux: use a dynamically sized string when generating audit messages 2013-02-13 19:36:09 +01:00
selinux-access.h selinux: remove anything PID1-specific from selinux-access.[ch] so that we can reuse it in logind 2012-10-02 17:56:54 -04:00
selinux-setup.c core: move mount_setup_early() to main.c 2013-03-07 20:53:14 +01:00
selinux-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
service.c units: introduce new timers.target and paths.target to hook timer/path units into for boot 2013-03-25 21:28:30 +01:00
service.h service: introduce a proper service result if the start limit is hit 2012-08-22 05:02:33 +02:00
shutdown.c shutdown, umount: use verbs consistently 2012-12-07 18:55:19 +01:00
smack-setup.c smack-setup: enable Smack/CIPSO mapping 2013-03-15 22:56:40 -04:00
smack-setup.h core: mount and initialize Smack 2013-03-07 20:53:14 +01:00
snapshot.c Add AllowIsolate=yes to snapshots 2013-04-01 00:37:48 -04:00
snapshot.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
socket.c Add Listen* to dbus properties 2013-04-01 23:43:48 -04:00
socket.h Add Listen* to dbus properties 2013-04-01 23:43:48 -04:00
special.h unit: replace remote-fs-setup.target by network-online.target 2013-03-29 03:07:17 +01:00
swap.c core: reuse the same /tmp, /var/tmp and inaccessible dir 2013-03-15 22:56:40 -04:00
swap.h unit: split off KillContext from ExecContext containing only kill definitions 2012-07-20 00:10:31 +02:00
switch-root.c switch-root: try pivot_root() before overmounting / 2012-11-16 18:21:09 +01:00
switch-root.h switch-root: move switch_root() call into its own .c file 2012-05-21 19:33:39 +02:00
sync.c shutdown: issue a sync() as soon as shutdown.target is queued 2013-02-09 02:20:42 +01:00
sync.h shutdown: issue a sync() as soon as shutdown.target is queued 2013-02-09 02:20:42 +01:00
syscall-list.c Make two functions static 2013-03-20 19:16:01 -04:00
syscall-list.h execute: Fix seccomp support on x32 2013-01-19 12:03:06 -05:00
sysfs-show.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
system.conf man: rename systemd.conf to systemd-system.conf 2013-02-13 09:48:32 -05:00
systemd.pc.in rpm: expose preset dir as rpm macro and in systemd.pc 2012-09-13 22:17:46 +02:00
target.c target: imply default ordering for PartsOf deps as well 2012-09-18 11:01:34 +02:00
target.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
tcpwrap.c relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00
tcpwrap.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
timer.c units: introduce new timers.target and paths.target to hook timer/path units into for boot 2013-03-25 21:28:30 +01:00
timer.h units: for all unit settings that take lists, allow the empty string for resetting the lists 2013-01-17 02:50:05 +01:00
transaction.c core/transaction: replace a bare status_printf() 2013-02-28 02:23:22 +01:00
transaction.h core, systemctl: add support for irreversible jobs 2013-02-22 16:06:17 +01:00
umount.c Modernization 2013-03-31 14:36:12 -04:00
umount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
unit-printf.c Simplify the meaning of %s 2013-03-26 23:49:44 -04:00
unit-printf.h unit: split unit_printf() and friends into its own .c file 2012-09-18 11:27:56 +02:00
unit.c util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
unit.h Introspect and monitor dropin configuration 2013-04-01 23:43:49 -04:00
user.conf man: rename systemd.conf to systemd-system.conf 2013-02-13 09:48:32 -05:00