summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6328 from yuwata/runtime-preserveLennart Poettering2017-07-178-4/+95
|\
| * core: support subdirectories in RuntimeDirectory= optionYu Watanabe2017-07-172-1/+5
| * core: allow preserving contents of RuntimeDirectory= over process restartYu Watanabe2017-07-178-3/+90
* | test-seccomp: arm64 does not have access() and poll()Zbigniew Jędrzejewski-Szmek2017-07-151-0/+8
* | seccomp: arm64 does not have mmap2Zbigniew Jędrzejewski-Szmek2017-07-151-5/+2
* | seccomp: arm64/x32 do not have _sysctlZbigniew Jędrzejewski-Szmek2017-07-152-0/+8
* | shared/seccomp-util: add parentheses and no. after syscall nameZbigniew Jędrzejewski-Szmek2017-07-151-2/+2
|/
* journald: make reading /dev/kmsg optional (#6362)Susant Sahani2017-07-154-2/+14
* add version argument to help function (#6377)IPv4v62017-07-151-0/+1
* core: support "nsdelegate" cgroup v2 mount option (#6294)Tejun Heo2017-07-141-0/+4
* journal: elide fd matching from window_matches() (#6340)Vito Caputo2017-07-141-6/+13
* journal: use context_attach_window() in add_mmap() (#6339)Vito Caputo2017-07-141-3/+1
* escape: Fix help description (#6352)Jeremy Bicha2017-07-131-1/+1
* resolved: consider pointopoint links for local multicast (#6343)v234florianjacob2017-07-121-4/+1
* Revert "core: link user keyring to session keyring (#6275)" (#6342)Lennart Poettering2017-07-122-12/+0
* Merge pull request #6300 from keszybz/refuse-to-load-some-unitsLennart Poettering2017-07-124-62/+97
|\
| * core/load-fragment: refuse units with errors in RootDirectory/RootImage/Dynam...Zbigniew Jędrzejewski-Szmek2017-07-113-10/+19
| * core/load-fragment: refuse units with errors in certain directivesZbigniew Jędrzejewski-Szmek2017-07-112-52/+78
* | time-util: make parse_timestamp() return -EINVAL if the input is very old dat...Yu Watanabe2017-07-112-23/+15
* | fstab-generator: Chase symlinks where possible (#6293)Colin Walters2017-07-111-8/+33
* | bootctl: allow non-root user to run `bootctl status` (#5964)Yu Watanabe2017-07-111-29/+37
* | Merge pull request #6329 from poettering/random-mini-fixesZbigniew Jędrzejewski-Szmek2017-07-111-5/+5
|\ \
| * | random-util: we are fine if ints are 16 bytes actuallyLennart Poettering2017-07-111-1/+1
| * | random-util: always cast from smaller to bigger type when comparingLennart Poettering2017-07-111-4/+4
* | | systemd: do not stop units bound to inactive units while coldplugging (#6316)Zbigniew Jędrzejewski-Szmek2017-07-111-0/+4
* | | resolved: allow resolution of names which libidn2 considers invalid (#6315)Zbigniew Jędrzejewski-Szmek2017-07-114-22/+63
* | | Add comments to log_functions which shouldn't be called from library code (#6...Zbigniew Jędrzejewski-Szmek2017-07-112-0/+13
|/ /
* | Merge pull request #6325 from keszybz/make-delta-boring-againLennart Poettering2017-07-112-49/+84
|\ \
| * | delta: sort files and dirs before processingZbigniew Jędrzejewski-Szmek2017-07-101-44/+83
| * | basic/strv: use existing qsort_safe() helperZbigniew Jędrzejewski-Szmek2017-07-101-5/+1
* | | Merge pull request #6322 from poettering/mount-mini-fixesZbigniew Jędrzejewski-Szmek2017-07-101-18/+19
|\ \ \
| * | | mount: add missing validation error messageLennart Poettering2017-07-101-1/+3
| * | | mount: change find_loop_device() error code when no loop device is found to E...Lennart Poettering2017-07-101-4/+4
| * | | mount: add debug logging for the case when we knowingly ignore an errorLennart Poettering2017-07-101-1/+3
| * | | mount: rework find_loop_device() to log about no errorsLennart Poettering2017-07-101-7/+4
| * | | mount: fix potential bad memory access when /proc/self/mountinfo is emptyLennart Poettering2017-07-101-5/+5
* | | | journal: explicitly add fds to mmap-cache (#6307)Vito Caputo2017-07-106-169/+169
|/ / /
* | | expand path of systemctl link argument (#6186)Boucman2017-07-091-0/+34
* | | Merge pull request #6289 from keszybz/config-tweaksDjalal Harouni2017-07-102-5/+5
|\ \ \
| * | | basic/log: use getenv instead of secure_getenvZbigniew Jędrzejewski-Szmek2017-07-051-4/+4
| * | | resolved: treat failure to parse config as non-fatalZbigniew Jędrzejewski-Szmek2017-07-051-1/+1
* | | | Merge pull request #6311 from keszybz/memleakDjalal Harouni2017-07-092-3/+6
|\ \ \ \
| * | | | sd-login: fix memleak when output argument is NULLZbigniew Jędrzejewski-Szmek2017-07-081-2/+5
| * | | | networkd: trivial style cleanupZbigniew Jędrzejewski-Szmek2017-07-081-1/+1
* | | | | sd_uid_get_state: do not return -ENOENT if state is "offline" (#6302)Yu, Li-Yu2017-07-081-1/+1
|/ / / /
* | | | time-util: make parse_timestamp() set 0 if the input is very old date (#6297)Yu Watanabe2017-07-082-13/+24
| |/ / |/| |
* | | shared: leave output_journal() output in buffer (#6304)Vito Caputo2017-07-072-1/+2
| |/ |/|
* | resolve: Try to remove the ambiguity about the mtu parameter of dns_packet_ne...Benjamin Robin2017-07-053-10/+21
* | fstab-generator: fix new NULL dereference. (#6296)NeilBrown2017-07-051-1/+1
* | Merge pull request #6236 from yuwata/mount-loopZbigniew Jędrzejewski-Szmek2017-07-051-134/+326
|\ \