Systemd/src/core
Zbigniew Jędrzejewski-Szmek 1244d8d640 transaction.c: do not point users to logs when unit not found
The logs are unlikely to contain any useful information in this case.

Also, change "walked on cycle path" to "found dependency on", which
is less technical and indicates the direction. With the old message,
I was never sure if prior units depended on later ones, or vice versa.

https://bugzilla.redhat.com/show_bug.cgi?id=996133
https://bugzilla.redhat.com/show_bug.cgi?id=997082
2013-09-16 09:47:28 -05:00
..
.gitignore
audit-fd.c
audit-fd.h
automount.c automount: rename repeat_unmont to repeat_unmount 2013-09-13 14:32:08 +02:00
automount.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
build.h
bus-errors.h logind: port over to use scopes+slices for all cgroup stuff 2013-07-02 01:48:55 +02:00
cgroup.c cgroup: add missing equals for BlockIOWeight 2013-09-16 09:19:00 -04:00
cgroup.h cgroup: readd proper cgroup empty tracking 2013-07-01 00:17:59 +02:00
condition.c systemd,systemctl: export condition status and show failing condition 2013-07-17 23:41:10 -04:00
condition.h systemd,systemctl: export condition status and show failing condition 2013-07-17 23:41:10 -04:00
dbus-automount.c
dbus-automount.h
dbus-cgroup.c cgroup: setup BlockIODeviceWeight in bus_cgroup_set_property 2013-09-10 18:24:34 +02:00
dbus-cgroup.h dbus: expose cgroup properties in introspection everywhere 2013-07-01 00:18:00 +02:00
dbus-device.c
dbus-device.h
dbus-execute.c dbus: use _cleanup_free_ instead of freeing ourself 2013-08-08 00:21:33 -04:00
dbus-execute.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
dbus-job.c dbus: use _cleanup_free_ instead of freeing ourself 2013-08-08 00:21:33 -04:00
dbus-job.h
dbus-kill.c logind: restore logic to kill user processes when session ends 2013-08-13 17:59:28 +02:00
dbus-kill.h core: open up SendSIGHUP property for transient units 2013-07-30 02:54:56 +02:00
dbus-manager.c dbus: use _cleanup_free_ instead of freeing ourself 2013-08-08 00:21:33 -04:00
dbus-manager.h
dbus-mount.c core: move ControlGroup and Slice properties out of the dbus "Unit" interface 2013-07-01 02:45:02 +02:00
dbus-mount.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-path.c unit: rework trigger dependency logic 2013-04-23 16:00:32 -03:00
dbus-path.h
dbus-scope.c core: make sure scope attributes survive a reload 2013-07-30 02:54:56 +02:00
dbus-scope.h core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
dbus-service.c systemd-run: properly escape arguments 2013-09-09 13:49:29 -04:00
dbus-service.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-slice.c core: move ControlGroup and Slice properties out of the dbus "Unit" interface 2013-07-01 02:45:02 +02:00
dbus-slice.h dbus: add infrastructure for changing multiple properties at once on units and hook some cgroup attributes up to it 2013-06-27 21:14:56 +02:00
dbus-snapshot.c Use bus_maybe_send_reply() where applicable 2013-03-18 19:59:32 -04:00
dbus-snapshot.h
dbus-socket.c basic SO_REUSEPORT support 2013-07-11 03:09:18 +02:00
dbus-socket.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-swap.c core: move ControlGroup and Slice properties out of the dbus "Unit" interface 2013-07-01 02:45:02 +02:00
dbus-swap.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-target.c
dbus-target.h
dbus-timer.c unit: rework trigger dependency logic 2013-04-23 16:00:32 -03:00
dbus-timer.h
dbus-unit.c cgroup: only check once when mode is UNIT_CHECK 2013-08-28 08:04:56 -04:00
dbus-unit.h systemd,systemctl: export condition status and show failing condition 2013-07-17 23:41:10 -04:00
dbus.c core: send out "Reloading" signal before and after doing a full reload/reexec of PID 1 2013-07-10 23:41:03 +02:00
dbus.h core: send out "Reloading" signal before and after doing a full reload/reexec of PID 1 2013-07-10 23:41:03 +02:00
device.c core: escape unit name from udev 2013-05-06 23:10:44 +02:00
device.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
execute.c systemd: do not output status messages once gettys are running 2013-07-15 21:34:57 -04:00
execute.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
hostname-setup.c hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too 2013-05-07 20:56:41 +02:00
hostname-setup.h
ima-setup.c core: move mount_setup_early() to main.c 2013-03-07 20:53:14 +01:00
ima-setup.h
initreq.h
job.c core: add transient units 2013-06-28 04:12:58 +02:00
job.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
kill.c core: optionally send SIGHUP in addition to the configured kill signal 2013-07-30 01:54:59 +02:00
kill.h core: optionally send SIGHUP in addition to the configured kill signal 2013-07-30 01:54:59 +02:00
killall.c killall: do not use alloca() in argument list 2013-06-26 19:52:00 -04:00
killall.h
kmod-setup.c kmod-setup: properly iterate through module table 2013-05-07 17:52:23 +02:00
kmod-setup.h
load-dropin.c id128: when taking user input for a 128bit ID, validate syntax 2013-04-30 08:36:01 -03:00
load-dropin.h Introspect and monitor dropin configuration 2013-04-01 23:43:49 -04:00
load-fragment-gperf.gperf.m4 core: make sure scope attributes survive a reload 2013-07-30 02:54:56 +02:00
load-fragment.c blkio bandwidth: don't clean up all of entries in blockio_device_bandwidths list 2013-09-10 17:12:13 +02:00
load-fragment.h cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight= 2013-07-11 20:40:18 +02:00
locale-setup.c rework systemd's own process environment handling/passing 2013-07-26 18:40:40 +02:00
locale-setup.h rework systemd's own process environment handling/passing 2013-07-26 18:40:40 +02:00
loopback-setup.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
loopback-setup.h
machine-id-setup.c id128: when taking user input for a 128bit ID, validate syntax 2013-04-30 08:36:01 -03:00
machine-id-setup.h
macros.systemd.in rpm: add RPM macro for creating tmpfiles entries after package installation 2013-07-16 18:54:03 +02:00
main.c main: drop capabilities of userhelpers before ours 2013-08-30 10:26:49 +02:00
Makefile
manager.c run: allow non-absolute paths as command 2013-09-09 13:49:30 -04:00
manager.h rework systemd's own process environment handling/passing 2013-07-26 18:40:40 +02:00
mount-setup.c remove /run/initramfs/root-fsck logic 2013-07-17 11:33:07 +02:00
mount-setup.h
mount.c mount: filesystems mounted in the initrd should not conflict with umount.target in the real root 2013-09-11 14:42:36 +02:00
mount.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
namespace.c "-" prefix for InaccessibleDirectories and ReadOnlyDirectories 2013-08-23 12:48:14 -04:00
namespace.h core: Remove unnecessary typedef 2013-04-17 18:27:46 +02:00
org.freedesktop.systemd1.conf systemctl: add commands set-default and get-default 2013-05-30 20:44:41 -04:00
org.freedesktop.systemd1.policy.in.in
org.freedesktop.systemd1.service
path.c Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
path.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
scope.c core: failed scope units may not be restarted 2013-09-11 19:28:28 +02:00
scope.h core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
securebits.h
selinux-access.c selinux-access: move GPL to LGPL licence 2013-08-14 22:34:41 +02:00
selinux-access.h selinux-access: move GPL to LGPL licence 2013-08-14 22:34:41 +02:00
selinux-setup.c util: make time formatting a bit smarter 2013-04-04 02:56:56 +02:00
selinux-setup.h
service.c core: notify triggered by socket of a service 2013-09-12 18:47:20 +02:00
service.h service: Implement 'on-watchdog' restart option 2013-09-12 18:29:44 +02:00
shutdown.c build-sys: discover the path to kexec during build time 2013-07-15 23:20:56 -04:00
slice.c core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
slice.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
smack-setup.c Make it possible to disable smack separately from xattr support 2013-05-17 09:58:28 -07:00
smack-setup.h core: mount and initialize Smack 2013-03-07 20:53:14 +01:00
snapshot.c systemd: fix segv in snapshot creation 2013-08-06 21:30:48 -04:00
snapshot.h snapshot: snapshots are just a special kind of transient units now 2013-07-01 00:18:00 +02:00
socket.c core: notify triggered by socket of a service 2013-09-12 18:47:20 +02:00
socket.h core: notify triggered by socket of a service 2013-09-12 18:47:20 +02:00
special.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
swap.c swap: create .wants symlink to 'auto' swap devices 2013-09-16 01:11:52 +02:00
swap.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
switch-root.c
switch-root.h
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 Fix spelling errors using 'codespell' tool 2013-04-15 08:40:05 -04:00
sysfs-show.h
system.conf manager: add DefaultEnvironment option 2013-06-20 16:27:45 -04:00
systemd.pc.in pkg-config: export systemd{system,user}generatordir and catalogdir 2013-08-03 09:20:12 -04:00
target.c Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
target.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
tcpwrap.c
tcpwrap.h
timer.c Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
timer.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
transaction.c transaction.c: do not point users to logs when unit not found 2013-09-16 09:47:28 -05:00
transaction.h core, systemctl: add support for irreversible jobs 2013-02-22 16:06:17 +01:00
umount.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
umount.h
unit-printf.c core: add %v specifier 2013-07-19 02:45:49 -04:00
unit-printf.h
unit.c Do not realloc strings, which are already in the hashmap as keys 2013-08-28 16:02:57 +02:00
unit.h core: simplify drop-in writing logic a bit 2013-07-11 21:29:33 +02:00
user.conf man: rename systemd.conf to systemd-system.conf 2013-02-13 09:48:32 -05:00