summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysusers: make ADD_GROUP always create a groupMichael Vogt2018-01-251-23/+1
* sysuser: use OrderedHashmapMichael Vogt2018-01-251-54/+54
* sysusers: allow uid:gid in sysusers.conf filesMichael Vogt2018-01-251-8/+16
* Merge pull request #7991 from poettering/n-on-consoleZbigniew Jędrzejewski-Szmek2018-01-255-42/+102
|\
| * core: rework how we count the n_on_console counterLennart Poettering2018-01-245-38/+40
| * core: add a new unit_needs_console() callLennart Poettering2018-01-243-0/+54
| * manager: minor manager_get_show_status() simplificationLennart Poettering2018-01-241-4/+1
| * manager: add some explanatory comments to manager_dispatch_idle_pipe_fd()Lennart Poettering2018-01-241-0/+7
* | Merge pull request #7983 from poettering/tmpfiles-eexistLennart Poettering2018-01-258-11/+18
|\ \
| * | coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-246-8/+10
| * | coccinelle: let's use STRLEN() rather strlen() at one more placeLennart Poettering2018-01-241-1/+1
| * | tmpfiles: make "f" lines behaviour match what the documentation saysLennart Poettering2018-01-241-2/+7
* | | Merge pull request #7915 from poettering/pids-max-tweakZbigniew Jędrzejewski-Szmek2018-01-2511-49/+304
|\ \ \
| * | | cgtop: make sure we can show a tasks number for the root cgroup tooLennart Poettering2018-01-221-12/+20
| * | | cgtop: minor modernizationLennart Poettering2018-01-221-1/+2
| * | | core: propagate TasksMax= on the root slice to sysctlsLennart Poettering2018-01-222-10/+40
| * | | cgroup: when querying the number of tasks in the root slice use the pid_max s...Lennart Poettering2018-01-221-0/+5
| * | | cgroup: add proper API to determine whether our unit manags to root cgroupLennart Poettering2018-01-222-11/+21
| * | | util: rework system_tasks_max() to make use of procfs_tasks_max()Lennart Poettering2018-01-221-4/+4
| * | | util-lib: add new procfs-util.[ch] API for dealing with tasks limitsLennart Poettering2018-01-225-0/+190
| * | | cgroup: use CGROUP_LIMIT_MAX where appropriateLennart Poettering2018-01-221-1/+1
| * | | util: introduce more accurate definitions of TASKS_MAXLennart Poettering2018-01-222-10/+21
* | | | log: remove LOG_TARGET_SAFE pseudo log targetLennart Poettering2018-01-2413-17/+24
* | | | log: add brief comment for log_set_open_when_needed() and log_set_always_reop...Lennart Poettering2018-01-241-0/+5
* | | | pid1: make use of new "prohibit_ipc" logging flag in PID 1Lennart Poettering2018-01-242-12/+42
* | | | log: add new "prohibit_ipc" flag to logging systemLennart Poettering2018-01-242-2/+13
* | | | log: make log_set_upgrade_syslog_to_journal() take effect immediatelyLennart Poettering2018-01-243-0/+10
| |_|/ |/| |
* | | Add fd close support to sd_event_sourceNathaniel McCallum2018-01-243-0/+24
* | | Include time.h in sd-event.hNathaniel McCallum2018-01-241-0/+1
* | | Merge pull request #7988 from ssahani/follow-7712Lennart Poettering2018-01-243-6/+5
|\ \ \
| * | | networkd: routing policy rules rename Manager object m to manager.Susant Sahani2018-01-242-5/+5
| * | | networkd: remove unused variable manager -> mSusant Sahani2018-01-241-1/+0
| | |/ | |/|
* | | networkd: sd_ndisc reset mac address when MAC address change detected.Susant Sahani2018-01-241-0/+6
* | | Merge pull request #7860 from poettering/watch-pids-reworkLennart Poettering2018-01-2413-119/+376
|\ \ \ | |/ / |/| |
| * | service: simplify conditionLennart Poettering2018-01-231-2/+1
| * | service: don't bother with watching PIDs during deserializationLennart Poettering2018-01-231-6/+2
| * | core: rework how we track which PIDs to watch for a unitLennart Poettering2018-01-237-87/+301
| * | core: unify call we use to synthesize cgroup empty events when we stopped wat...Lennart Poettering2018-01-234-18/+38
| * | service: don't send out dbus change notifications spuriously on SIGCHLDLennart Poettering2018-01-231-2/+5
| * | core: fix manager_get_unit_by_pid() special casing of manager PIDLennart Poettering2018-01-231-1/+1
| * | test: test-process-util additionsLennart Poettering2018-01-231-0/+20
| * | process-util: replace PTR_TO_PID() and PID_TO_PTR macro by inline functionsLennart Poettering2018-01-231-2/+7
| * | cgroup: fix handling of TasksAccounting= propertyLennart Poettering2018-01-231-1/+1
* | | resolve: fix build without gcryptMichael Biebl2018-01-241-2/+2
* | | systemctl: remove unused variableYu Watanabe2018-01-241-1/+0
* | | core/device: remove unused variableYu Watanabe2018-01-241-1/+0
* | | Merge pull request #7964 from poettering/tmpfiles-more-fixesLennart Poettering2018-01-231-23/+88
|\ \ \ | |/ / |/| |
| * | tmpfiles: create parent directories if they are missing for more line typesLennart Poettering2018-01-231-2/+20
| * | tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protec...Lennart Poettering2018-01-231-0/+43
| * | tmpfiles: fix check for figuring out whether to call chmod()Lennart Poettering2018-01-231-2/+2