summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coredumpctl: info shows the last entry by defaultLion Yang2018-07-232-2/+4
* Merge pull request #9658 from LukeShu/to-upstream/misc-cleanupLennart Poettering2018-07-236-453/+444
|\
| * nspawn: mount_sysfs(): Unconditionally mkdir /sys/fs/cgroupLuke Shumaker2018-07-201-4/+2
| * cgroup-util: cg_kernel_controllers(): Fix comment about including "name="Luke Shumaker2018-07-201-4/+3
| * nspawn: sync_cgroup(): Rename arg_uid_shift -> uid_shiftLuke Shumaker2018-07-201-2/+2
| * nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker2018-07-204-417/+423
| * nspawn: Simplify tmpfs_patch_options() usage, and trickle that upLuke Shumaker2018-07-203-19/+10
| * nspawn: Simplify mkdir_userns() usage, and trickle that upLuke Shumaker2018-07-201-9/+6
* | meson: allow building resolved and machined without nss modulesYu Watanabe2018-07-238-20/+52
* | meson: drop redundant messagesYu Watanabe2018-07-232-6/+0
* | Make final kill signal configurableJon Ringle2018-07-2311-11/+42
* | check nobody user/group validity only when not cross compilingChen Qi2018-07-231-31/+33
* | tests: skip test_get_process_cmdline_harder if `mount --make-rslave /` fails...Evgeny Vereshchagin2018-07-231-2/+8
* | login1: policy: Authorize active users to boot to firmwareCarlo Caione2018-07-231-1/+1
* | meson: check the existence of ninja.build for fuzzer testsYu Watanabe2018-07-231-1/+1
* | meson: do not build module-util.c when libkmod is not foundYu Watanabe2018-07-231-1/+4
* | tree-wide: drop empty lines in commentsYu Watanabe2018-07-2342-68/+1
* | systemctl: Only wait when there's something to wait for.Filipe Brandenburger2018-07-211-1/+1
* | Fix grammarglitsj162018-07-211-1/+1
* | Minor grammar changesJosh Soref2018-07-201-20/+20
* | Merge pull request #9671 from keszybz/tasks-max-docLennart Poettering2018-07-206-928/+1146
|\ \
| * | man: add a description of user@.service, user-runtime-dir@.service, user-*.sliceZbigniew Jędrzejewski-Szmek2018-07-206-1/+196
| * | man: split systemd.special(7) into separate system/user sectionsZbigniew Jędrzejewski-Szmek2018-07-201-927/+950
* | | tests: prefer MS_SLAVE over MS_PRIVATE for turning off mount propagationLennart Poettering2018-07-202-2/+2
* | | Various accountings are not implied by their controllersRyutaroh Matsumoto2018-07-201-22/+1
* | | update TODOLennart Poettering2018-07-201-0/+4
* | | Merge pull request #9500 from zsol/appendLennart Poettering2018-07-2010-19/+101
|\ \ \
| * | | Add support for opening files for appendingZsolt Dollenstein2018-07-2010-19/+101
* | | | core: remove support for API bus "started outside our own logic"Alan Jenkins2018-07-201-5/+0
* | | | Merge pull request #9516 from keszybz/module-load-unificationLennart Poettering2018-07-208-121/+89
|\ \ \ \
| * | | | udev-builtin-kmod: adjust loggingZbigniew Jędrzejewski-Szmek2018-07-191-4/+2
| * | | | core: use the generic module_load() functionZbigniew Jędrzejewski-Szmek2018-07-191-20/+1
| * | | | shared/module-util: fix preexisting mixup with errno signZbigniew Jędrzejewski-Szmek2018-07-191-4/+4
| * | | | udev-builtin-kmod: use the generic module_load() functionZbigniew Jędrzejewski-Szmek2018-07-194-42/+20
| * | | | Move module-util.h to src/shared/ and load_module() to libsharedZbigniew Jędrzejewski-Szmek2018-07-165-62/+71
| * | | | core/kmod-setup: restore commentsZbigniew Jędrzejewski-Szmek2018-07-061-3/+5
| * | | | man: fix typoZbigniew Jędrzejewski-Szmek2018-07-041-1/+1
* | | | | Merge pull request #9614 from poettering/negative-secLennart Poettering2018-07-202-8/+40
|\ \ \ \ \
| * | | | | parse-util: make sure "3.+1s" or "3. 1s" are not considered valid time specif...Filipe Brandenburger2018-07-192-2/+22
| * | | | | parse-util: make sure "-0.-0s" is not considered a valid time specificationLennart Poettering2018-07-172-8/+20
| | |_|/ / | |/| | |
* | | | | analyze: fix width calculation in plot commandYu Watanabe2018-07-201-3/+4
| |_|/ / |/| | |
* | | | Merge pull request #9659 from yuwata/fix-network-memleak2Lennart Poettering2018-07-203-9/+10
|\ \ \ \
| * | | | timesync: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe2018-07-201-3/+3
| * | | | resolve: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe2018-07-201-3/+3
| * | | | network: voidify sd_event_add_signal() and sd_event_set_watchdog()Yu Watanabe2018-07-201-3/+3
| * | | | network: add missing sd_netlink_unref()Yu Watanabe2018-07-201-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #9661 from yuwata/add-sigprocmask-to-short-lived-daemonsLennart Poettering2018-07-203-3/+36
|\ \ \ \ | |/ / / |/| | |
| * | | hostname: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
| * | | locale: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
| * | | timedate: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
|/ / /