Systemd/src/core
Zbigniew Jędrzejewski-Szmek 127d5fd156 manager: convert ephemeral to enum
In preparation for subsequent changes.
2014-10-27 23:02:54 -04:00
..
.gitignore
audit-fd.c util: replace close_nointr_nofail() by a more useful safe_close() 2014-03-18 19:31:34 +01:00
audit-fd.h
automount.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
automount.h
build.h make utmp/wtmp support configurable 2014-09-26 07:48:35 -04:00
bus-common.c bus: factor out bus policy items 2014-09-08 11:06:45 +02:00
bus-common.h bus: factor out bus policy items 2014-09-08 11:06:45 +02:00
bus-endpoint.c core: Remove uninitialized warnings from bus-endpoint.c 2014-09-18 18:32:18 +02:00
bus-endpoint.h bus: add kdbus endpoint types 2014-09-08 11:06:45 +02:00
busname.c bus: factor out bus policy items 2014-09-08 11:06:45 +02:00
busname.h bus: factor out bus policy items 2014-09-08 11:06:45 +02:00
cgroup.c Do not format USEC_INFINITY as NULL 2014-09-29 11:09:39 -04:00
cgroup.h cgroups: simplify CPUQuota= logic 2014-05-22 11:53:12 +09:00
condition.c mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new mac_{smack,selinux,apparmor}_xyz() convention 2014-10-23 17:34:30 +02:00
condition.h condition: split out most of condition handling into libsystemd-shard 2014-02-20 20:14:33 +01:00
dbus-automount.c
dbus-automount.h
dbus-busname.c kdbus: when uploading bus name policy, resolve users/groups out-of-process 2014-06-05 13:09:46 +02:00
dbus-busname.h
dbus-cgroup.c core/dbus: simplify handling of CPUQuotaPerSecUSec 2014-09-29 11:08:12 -04:00
dbus-cgroup.h
dbus-device.c
dbus-device.h
dbus-execute.c time-util: add and use USEC/NSEC_INFINIY 2014-07-29 13:20:20 +02:00
dbus-execute.h core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creating a transient service 2014-02-05 02:03:10 +01:00
dbus-job.c remove unused variables 2014-08-19 22:55:42 +02:00
dbus-job.h core: Common code for DBus methods that Cancel a job 2014-08-15 14:07:07 +02:00
dbus-kill.c includes: remove duplicate includes 2014-02-10 13:06:31 +01:00
dbus-kill.h
dbus-manager.c systemctl: add add-wants and add-requires verbs 2014-10-08 12:44:00 +02:00
dbus-manager.h bus: add sd_bus_track object for tracking peers, and port core over to it 2014-03-03 02:34:13 +01:00
dbus-mount.c mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s "-s" switch 2014-06-16 01:02:27 +02:00
dbus-mount.h
dbus-path.c
dbus-path.h
dbus-scope.c core: Verify systemd1 DBus method callers via polkit 2014-08-18 18:08:28 +02:00
dbus-scope.h core: introduce new stop protocol for unit scopes 2014-01-31 17:48:36 +01:00
dbus-service.c core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added StatusErrno dbus property along StatusText to allow notification of numeric status condition while degraded service operation or any other special situation. 2014-07-07 17:01:25 +02:00
dbus-service.h
dbus-slice.c core: rework cgroup mask propagation 2014-02-17 15:49:21 +01:00
dbus-slice.h
dbus-snapshot.c core: no need to pass bus object to selinux access check calls anymore 2014-05-14 22:58:43 +02:00
dbus-snapshot.h
dbus-socket.c socket: suffix newly added TCP sockopt time properties with "Sec" 2014-08-19 21:58:48 +02:00
dbus-socket.h
dbus-swap.c core/swap: advertise Discard over dbus 2014-09-29 11:08:12 -04:00
dbus-swap.h
dbus-target.c
dbus-target.h
dbus-timer.c timer: support timers that can resume the system from suspend 2014-03-24 16:24:07 +01:00
dbus-timer.h
dbus-unit.c job: optionally, when a job timeout is hit, also execute a failure action 2014-10-28 02:19:55 +01:00
dbus-unit.h
dbus.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
dbus.h core: Verify systemd1 DBus method callers via polkit 2014-08-18 18:08:28 +02:00
device.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
device.h
execute.c mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new mac_{smack,selinux,apparmor}_xyz() convention 2014-10-23 17:34:30 +02:00
execute.h environment: append unit_id to error messages regarding EnvironmentFile 2014-10-17 16:05:57 +02:00
failure-action.c core: introduce "poweroff" as new failure action types 2014-08-22 18:10:31 +02:00
failure-action.h core: introduce "poweroff" as new failure action types 2014-08-22 18:10:31 +02:00
hostname-setup.c util: introduce sethostname_idempotent 2014-10-27 10:37:46 +01:00
hostname-setup.h
ima-setup.c core: reindent {selinux, ima, smack}-setup.c 2014-04-26 00:54:03 +02:00
ima-setup.h
job.c manager: convert ephemeral to enum 2014-10-27 23:02:54 -04:00
job.h core: Rename Job.subscribed field to Job.clients 2014-08-15 14:07:07 +02:00
kill.c core: introduce new KillMode=mixed which sends SIGTERM only to the main process, but SIGKILL to all daemon processes 2014-01-29 13:42:06 +01:00
kill.h core: introduce new KillMode=mixed which sends SIGTERM only to the main process, but SIGKILL to all daemon processes 2014-01-29 13:42:06 +01:00
killall.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
killall.h
kmod-setup.c kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a container 2014-06-17 03:26:40 +02:00
kmod-setup.h
load-dropin.c core: do not add dependencies to self 2014-08-07 20:42:58 -04:00
load-dropin.h
load-fragment-gperf.gperf.m4 job: optionally, when a job timeout is hit, also execute a failure action 2014-10-28 02:19:55 +01:00
load-fragment.c calendar: make freeing a calendar spec object deal fine with NULL 2014-10-24 18:33:29 +02:00
load-fragment.h bus: parse BusPolicy directive in service files 2014-09-08 14:12:54 +02:00
locale-setup.c localectl: print warning when there are options given on kernel cmdline 2014-09-25 09:19:56 +02:00
locale-setup.h
loopback-setup.c core: loopback-setup - only up the loopback device 2014-08-08 13:09:51 +02:00
loopback-setup.h
machine-id-setup.c machine-id-setup: don't try to read UUID from VM/container manager if we operate on a root directory that's not / 2014-08-20 13:51:17 +02:00
machine-id-setup.h machine-id: add --root option to operate on an alternate fs tree 2014-03-14 12:44:17 +01:00
macros.systemd.in rpm: add user macros 2014-10-27 22:34:09 -04:00
main.c core: remove system start timeout logic again 2014-10-28 01:42:13 +01:00
Makefile
manager.c manager: convert ephemeral to enum 2014-10-27 23:02:54 -04:00
manager.h manager: convert ephemeral to enum 2014-10-27 23:02:54 -04:00
mount-setup.c mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new mac_{smack,selinux,apparmor}_xyz() convention 2014-10-23 17:34:30 +02:00
mount-setup.h
mount.c Revert "mount: order options before other arguments to mount" 2014-10-02 21:02:03 +02:00
mount.h mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s "-s" switch 2014-06-16 01:02:27 +02:00
namespace.c selinux: clean up selinux label function naming 2014-10-23 21:36:56 +02:00
namespace.h namespace: add missing 'const' to parameters 2014-10-17 13:49:08 +02:00
org.freedesktop.systemd1.conf systemctl: add add-wants and add-requires verbs 2014-10-08 12:44:00 +02:00
org.freedesktop.systemd1.policy.in.in polkit: as we dropped support for the polkit bus transport, also drop its polkit policy 2014-10-13 17:19:31 +02:00
org.freedesktop.systemd1.service
path.c core: nicer message when inotify watches are exhausted 2014-07-16 22:53:07 -04:00
path.h
scope.c sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM, too 2014-03-24 02:58:41 +01:00
scope.h core: watch SIGCHLD more closely to track processes of units with no reliable cgroup empty notifier 2014-02-07 15:14:36 +01:00
selinux-access.c selinux: make sure we do not try to print missing fields 2014-10-27 22:30:43 -04:00
selinux-access.h systemctl: add add-wants and add-requires verbs 2014-10-08 12:44:00 +02:00
selinux-setup.c mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new mac_{smack,selinux,apparmor}_xyz() convention 2014-10-23 17:34:30 +02:00
selinux-setup.h
service.c sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_bus_get_peer_creds() 2014-10-22 19:45:07 +02:00
service.h socket: introduce SELinuxContextFromNet option 2014-09-19 12:32:06 +02:00
show-status.c core: add missing show-status.[ch] 2014-03-03 22:27:25 +01:00
show-status.h core: add missing show-status.[ch] 2014-03-03 22:27:25 +01:00
shutdown.c shutdown: do final unmounting only if not running inside the container 2014-10-27 12:20:15 +01:00
slice.c core: rework context initialization/destruction logic 2014-03-19 21:06:53 +01:00
slice.h
smack-setup.c core: smack-setup: Actually allow for succesfully loading CIPSO policy 2014-09-13 11:54:09 +02:00
smack-setup.h smack: set loaded_policy in smack_setup() 2014-02-24 17:36:13 +01:00
snapshot.c core/snapshot: log info when snapshots are created and removed 2014-06-22 15:30:28 -04:00
snapshot.h
socket.c socket: properly label socket symlinks 2014-10-23 23:58:01 +02:00
socket.h socket: introduce SELinuxContextFromNet option 2014-09-19 12:32:06 +02:00
swap.c core/swap: only make configured units part of swap.target 2014-10-02 00:11:36 -04:00
swap.h swap: introduce Discard property 2014-09-29 11:08:12 -04:00
sysfs-show.h
system.conf core: remove system start timeout logic again 2014-10-28 01:42:13 +01:00
systemd.pc.in pc: no longer expose exec_prefix in .pc file 2014-06-30 23:19:00 +02:00
target.c
target.h
timer.c Do not format USEC_INFINITY as NULL 2014-09-29 11:09:39 -04:00
timer.h timer: support timers that can resume the system from suspend 2014-03-24 16:24:07 +01:00
transaction.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
transaction.h
umount.c use more _cleanup_ macro 2014-06-24 19:09:57 +02:00
umount.h
unit-printf.c Always check asprintf return code 2014-07-26 15:08:41 -04:00
unit-printf.h
unit.c manager: convert ephemeral to enum 2014-10-27 23:02:54 -04:00
unit.h job: optionally, when a job timeout is hit, also execute a failure action 2014-10-28 02:19:55 +01:00
user.conf core: add a setting to globally control the default for timer unit accuracy 2014-03-24 16:24:07 +01:00