summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* resolved: create /etc/resolv.conf symlink at runtimev239-8Zbigniew Jędrzejewski-Szmek2018-10-292-3/+4
* journal: change support URL shown in the catalog entriesMichal Sekletar2018-10-291-1/+1
* tests: backport test_setup_logging()Michal Sekletar2018-10-292-0/+7
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-295-22/+103
* bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-292-0/+6
* units: don't enable per-service IP firewall by defaultMichal Sekletar2018-10-299-9/+0
* cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990)Yu Watanabe2018-10-291-0/+2
* cryptsetup: add support for sector-size= option (#9936)Dimitri John Ledkov2018-10-293-0/+45
* random-seed: raise POOL_SIZE_MIN constant to 1024Michal Sekletar2018-10-291-1/+1
* bus: move BUS_DONT_DESTROY calls after assertsZbigniew Jędrzejewski-Szmek2018-08-272-8/+10
* journal: remove journal audit socketMichal Sekletar2018-08-103-26/+2
* units: drop DynamicUser=yes from systemd-resolved.serviceMichal Sekletar2018-08-091-1/+0
* net_setup_link: allow renaming interfaces that were renamed previouslyMichal Sekletar2018-08-071-1/+0
* Revert "udev: remove WAIT_FOR key"Michal Sekletar2018-08-023-1/+60
* rules: introduce old-style by-path symlinks for FCP based SCSI devicesMichal Sekletar2018-08-021-0/+20
* rules: disable auto-online of hot-plugged memory on IBM z SystemsMichal Sekletar2018-08-021-1/+1
* rules: don't hoplug memory on s390xLukas Nykryn2018-08-021-1/+1
* rules: load sg driver also when scsi_target appears (#45)Lukáš Nykrýn2018-08-021-0/+1
* rules: prandom character device node permissionsLukas Nykryn2018-08-021-0/+3
* rules: load sg moduleLukas Nykryn2018-08-021-0/+3
* rules: reload sysctl settings when the bridge module is loadedLukas Nykryn2018-08-021-0/+3
* rules: enable memory hotplugLukas Nykryn2018-08-021-0/+4
* rules: add rule for naming Dell iDRAC USB Virtual NIC as 'idrac'Michal Sekletar2018-08-022-0/+7
* rules: automatically online hot-plugged CPUsMichal Sekletar2018-08-022-0/+4
* pid1: bump maximum number of process in user slice to 80% of pid_maxrpm-build2018-08-022-2/+2
* Avoid /tmp being mounted as tmpfs without the user's willJan Synacek2018-08-022-7/+8
* pid1: bump DefaultTasksMax to 80% of the kernel pid.max valuerpm-build2018-08-023-3/+3
* logind: set RemoveIPC to false by defaultrpm-build2018-08-023-3/+3
* build-sys: Detect whether struct statx is defined in sys/stat.hFilipe Brandenburger2018-08-023-2/+9
* meson: bump package and library versionv239Lennart Poettering2018-06-221-3/+3
* final touches to NEWSLennart Poettering2018-06-221-2/+2
* man: small fixups for systemd-boot(8)Zbigniew Jędrzejewski-Szmek2018-06-221-4/+4
* man: correct the meaning of TimeoutStopSec= (#9325)Jan Synacek2018-06-221-6/+6
* tmpfile: do not specify mode and owner to /run/systemd/netifYu Watanabe2018-06-221-3/+3
* journalctl: handle inotify exhaustion nicerKevin Kuehler2018-06-211-3/+5
* udev: exclude DRBD from block device ownership event lockingRoland Kammerer2018-06-211-3/+13
* man: systemd.offline-updates: Document system-update-pre.target usageHans de Goede2018-06-211-0/+11
* Merge pull request #9368 from yuwata/bash-completion-timedateZbigniew Jędrzejewski-Szmek2018-06-212-4/+5
|\
| * NEWS: mention 'timedatectl show'Yu Watanabe2018-06-211-3/+4
| * bash-completion: support 'timedatectl show'Yu Watanabe2018-06-211-1/+1
|/
* NEWS: mention %EZbigniew Jędrzejewski-Szmek2018-06-211-2/+3
* Merge pull request #9366 from poettering/udev-wants-dep-fixZbigniew Jędrzejewski-Szmek2018-06-219-38/+79
|\
| * core: explicitly trigger changing udev SYSTEMD_WANTS propertiesLennart Poettering2018-06-202-5/+56
| * analyze: use _cleanup_ for freeing the manager objectLennart Poettering2018-06-201-14/+8
| * analyze: use log_unit_error_errno()'s return value where we canLennart Poettering2018-06-201-4/+2
| * tree-wide: pass NULL arguments to manager_startup() directly, avoid declaring...Lennart Poettering2018-06-204-12/+4
| * units: let's use two ExecStart= lines instead of ;Lennart Poettering2018-06-201-1/+2
| * core: use fflush_and_check() where appropriateLennart Poettering2018-06-201-2/+3
| * update TODOLennart Poettering2018-06-201-0/+4
|/
* Merge pull request #9365 from keszybz/condition-security-followupLennart Poettering2018-06-202-4/+32
|\