summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15906 from keszybz/busctl-stdout-stderrLennart Poettering2020-05-263-5/+3
|\
| * tree-wide: use public sd-bus functions in more placesZbigniew Jędrzejewski-Szmek2020-05-253-5/+3
* | macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhereLennart Poettering2020-05-251-3/+2
* | tree-wide: use DISABLE_WARNING_FORMAT_NONLITERAL where appropriateLennart Poettering2020-05-251-3/+3
|/
* Merge pull request #15661 from hundeboll/mount-read-write-onlyZbigniew Jędrzejewski-Szmek2020-05-204-0/+13
|\
| * mount: add ReadWriteOnly property to fail on read-only mountsMartin Hundebøll2020-05-014-0/+13
* | Merge pull request #15535 from fbuihuu/update-runtime-watchdog-on-reloadZbigniew Jędrzejewski-Szmek2020-05-204-159/+324
|\ \
| * | pid1: make manager_deserialize_{uid,gid}_refs() staticFranck Bui2020-05-192-49/+46
| * | pid1: make manager_serialize_{uid,gid}_refs() staticFranck Bui2020-05-192-44/+41
| * | pid1: make manager_vacuum_{uid,gid}_refs() staticFranck Bui2020-05-192-19/+17
| * | pid1: make manager_flip_auto_status() staticFranck Bui2020-05-192-2/+1
| * | pid1: fold load_configuration() into main()Franck Bui2020-05-191-25/+6
| * | pid1: update manager settings on reload tooFranck Bui2020-05-194-30/+223
* | | load-fragment: fix a typoExtinctFire2020-05-201-1/+1
* | | core: allow overriding the system hostname with systemd.hostname= on the kern...Lennart Poettering2020-05-181-12/+24
* | | main: add a kernel command line option for setting the system clock early dur...Lennart Poettering2020-05-181-0/+34
|/ /
* | condition: add ConditionEnvironment=Lennart Poettering2020-05-151-4/+30
* | Merge pull request #15265 from fbuihuu/mount-fixesLennart Poettering2020-05-155-67/+92
|\ \
| * | mount: introduce mount_is_nofail() helperFranck Bui2020-04-091-4/+10
| * | mount: default startup dependencies and default network ones are orthogonalFranck Bui2020-04-091-21/+21
| * | mount: introduce mount_add_default_ordering_dependencies()Franck Bui2020-04-091-18/+33
| * | automount: fix handling of default dependencies for automount unitsFranck Bui2020-04-091-0/+4
| * | mount: let pid1 alone handle the default dependencies for mount unitsFranck Bui2020-04-091-5/+16
| * | mount: mount unit activated by automount unit should be only ordered against ...Franck Bui2020-04-021-1/+9
| * | fstab-util: introduce fstab_is_extrinsic()Franck Bui2020-04-011-19/+7
| * | device: drop refuse_afterFranck Bui2020-04-013-11/+4
* | | core: automatically update StandardOuput=syslog to =journal (and similar for ...Lennart Poettering2020-05-154-30/+39
* | | Merge pull request #15660 from benjarobin/perf_barrier_fdLennart Poettering2020-05-143-31/+34
|\ \ \
| * | | core: Parse the tags list sooner, and use it for multiple functionBenjamin Robin2020-05-131-26/+29
| * | | core: Update prototype of notify_message, tags list is read onlyBenjamin Robin2020-05-102-5/+5
* | | | selinux: add parenthesis to function names in log messagesChristian Göttsche2020-05-141-2/+2
* | | | tree-wide: add size limits for tmpfs mountsTopi Miettinen2020-05-132-27/+28
* | | | core: don't bind varlink socket if running in test modeLennart Poettering2020-05-121-4/+6
* | | | Merge pull request #15762 from keszybz/gcc-10-buildZbigniew Jędrzejewski-Szmek2020-05-111-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | core: fix compilation with gcc -O3Zbigniew Jędrzejewski-Szmek2020-05-091-6/+7
* | | | tree-wide: Replace assert() by assert_se() when there is side effectBenjamin Robin2020-05-101-1/+1
|/ / /
* | | Merge pull request #15623 from poettering/cmsg-cleanupZbigniew Jędrzejewski-Szmek2020-05-081-5/+2
|\ \ \
| * | | tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-5/+2
* | | | core/cgroup: fix return value of unit_cgorup_freezer_action()Michal Sekletar2020-05-071-1/+1
* | | | Merge pull request #15745 from keszybz/one-more-specifierLennart Poettering2020-05-071-0/+1
|\ \ \ \
| * | | | Add %l as specifier for the hostname without any domain componentZbigniew Jędrzejewski-Szmek2020-05-071-0/+1
| |/ / /
* | | | Merge pull request #15635 from keszybz/set-put-strdupZbigniew Jędrzejewski-Szmek2020-05-073-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | tree-wide: use _cleanup_set_free_ where appropriateZbigniew Jędrzejewski-Szmek2020-05-061-1/+1
| * | | basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-062-3/+3
* | | | Merge pull request #15733 from benjarobin/fix_warn_ndebugZbigniew Jędrzejewski-Szmek2020-05-071-1/+1
|\ \ \ \
| * | | | tree-wide: Mark as _unused_ variables that are only used in assert()Benjamin Robin2020-05-061-1/+1
| |/ / /
* | | | tree-wide: Workaround -Wnonnull GCC bugBenjamin Robin2020-05-071-2/+6
|/ / /
* | | Merge pull request #15473 from keszybz/bus-introspectionZbigniew Jędrzejewski-Szmek2020-05-0618-121/+219
|\ \ \
| * | | pid1: add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-053-1/+25
| * | | pid1: convert to the new schemeZbigniew Jędrzejewski-Szmek2020-05-0516-119/+189