1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 01:27:11 +03:00
systemd/src/core
Lennart Poettering 0af20ea2ee core: add new DefaultTasksMax= setting for system.conf
This allows initializing the TasksMax= setting of all units by default
to some fixed value, instead of leaving it at infinity as before.
2015-11-13 19:50:52 +01:00
..
.gitignore
audit-fd.c util-lib: split out fd-related operations into fd-util.[ch] 2015-10-25 13:19:18 +01:00
audit-fd.h
automount.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
automount.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
bus-endpoint.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
bus-endpoint.h
bus-policy.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
bus-policy.h
busname.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
busname.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
cgroup.c util-lib: move inotify-related definitions to fs-util.[ch] 2015-10-27 14:58:05 +01:00
cgroup.h cgroup: add support for net_cls controllers 2015-09-16 00:21:55 +02:00
dbus-automount.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-automount.h
dbus-busname.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-busname.h
dbus-cgroup.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
dbus-cgroup.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-device.c
dbus-device.h
dbus-execute.c execute: Add new PassEnvironment= directive 2015-11-11 07:55:23 -08:00
dbus-execute.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-job.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
dbus-job.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-kill.c
dbus-kill.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-manager.c core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
dbus-manager.h
dbus-mount.c core: remove SmackFileSystemRootLabel= again 2015-11-12 12:50:59 +01:00
dbus-mount.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-path.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-path.h
dbus-scope.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
dbus-scope.h
dbus-service.c core: expose number of file descriptors in fd store on the bus 2015-11-02 23:44:05 +01:00
dbus-service.h
dbus-slice.c
dbus-slice.h
dbus-socket.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
dbus-socket.h
dbus-swap.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-swap.h
dbus-target.c
dbus-target.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
dbus-timer.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
dbus-timer.h
dbus-unit.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
dbus-unit.h
dbus.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
dbus.h core: pass details to polkit for some unit actions 2015-09-06 00:07:17 +10:00
device.c Merge pull request #1837 from poettering/grabbag2 2015-11-11 02:31:29 +01:00
device.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
execute.c execute: Add new PassEnvironment= directive 2015-11-11 07:55:23 -08:00
execute.h execute: Add new PassEnvironment= directive 2015-11-11 07:55:23 -08:00
failure-action.c core: unify code that warns about jobs we fail to enqueue 2015-11-12 20:14:06 +01:00
failure-action.h
hostname-setup.c treewide: use the negative error codes returned by our functions 2015-11-05 13:44:06 +01:00
hostname-setup.h
ima-setup.c util-lib: move more file I/O related calls into fileio.[ch] 2015-10-27 13:25:55 +01:00
ima-setup.h
job.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
job.h core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
kill.c util-lib: move string table stuff into its own string-table.[ch] 2015-10-27 13:25:56 +01:00
kill.h core: extend KillUnit() to return error when no unit was killed 2015-09-21 10:05:49 +02:00
killall.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
killall.h
kmod-setup.c src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capability-util.[ch] 2015-10-27 13:25:57 +01:00
kmod-setup.h
load-dropin.c
load-dropin.h
load-fragment-gperf.gperf.m4 core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
load-fragment.c core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
load-fragment.h core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
locale-setup.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
locale-setup.h
loopback-setup.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
loopback-setup.h
machine-id-setup.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
machine-id-setup.h
macros.systemd.in
main.c core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
Makefile
manager.c core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
manager.h core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
mount-setup.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
mount-setup.h
mount.c core: remove SmackFileSystemRootLabel= again 2015-11-12 12:50:59 +01:00
mount.h core: remove SmackFileSystemRootLabel= again 2015-11-12 12:50:59 +01:00
namespace.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
namespace.h
org.freedesktop.systemd1.conf
org.freedesktop.systemd1.policy.in.in
org.freedesktop.systemd1.service
path.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
path.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
scope.c core: simplify things a bit by checking default_dependencies boolean in callee, not caller 2015-11-11 20:42:39 +01:00
scope.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
selinux-access.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
selinux-access.h tree-wide: remove unused functions 2015-10-19 21:46:01 +02:00
selinux-setup.c util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
selinux-setup.h
service.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
service.h core: add support for setting stdin/stdout/stderr for transient services 2015-10-08 12:55:15 +02:00
show-status.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
show-status.h util-lib: move status printing stuff into src/core/ 2015-10-27 13:25:56 +01:00
shutdown.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
slice.c core: simplify things a bit by checking default_dependencies boolean in callee, not caller 2015-11-11 20:42:39 +01:00
slice.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
smack-setup.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
smack-setup.h
socket.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
socket.h core: add support for naming file descriptors passed using socket activation 2015-10-06 11:52:48 +02:00
swap.c core: simplify things a bit by checking default_dependencies boolean in callee, not caller 2015-11-11 20:42:39 +01:00
swap.h util-lib: split our string related calls from util.[ch] into its own file string-util.[ch] 2015-10-24 23:05:02 +02:00
system.conf core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
systemd.pc.in
target.c core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
target.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
timer.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
timer.h Move all unit states to basic/ and extend systemctl --state=help 2015-09-28 15:09:34 -04:00
transaction.c core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
transaction.h core: drop "override" flag when building transactions 2015-11-12 19:54:07 +01:00
umount.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
umount.h
unit-printf.c core: simplify handling of %u, %U, %s and %h unit file specifiers 2015-11-12 17:57:04 +01:00
unit-printf.h
unit.c core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
unit.h Merge pull request #1837 from poettering/grabbag2 2015-11-11 02:31:29 +01:00
user.conf