summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | systemd-mount: support relative pathsYu Watanabe2017-07-051-12/+52
| * | systemd-mount: support unmounting devices on remote hostYu Watanabe2017-07-051-2/+24
| * | systemd-mount: support discovery of loop backing fileYu Watanabe2017-07-051-122/+252
| |/
* | test-fs-util: re-order test_readlink_and_make_absolute and test_get_files_in_...Mike Gilbert2017-07-041-1/+1
|/
* systemctl: print next timer trigger time with the status verb (#6242)Giedrius Statkevičius2017-07-041-0/+31
* basic: Fix build warning in random-util (#6284)Benjamin Robin2017-07-041-3/+3
* gpt-auto-generator: fix the handling of the value returned by fstab_has_fstyp...Franck Bui2017-07-041-1/+1
* fstab-generator: handle NFS "bg" mounts correctly. (#6103)NeilBrown2017-07-041-0/+14
* udev: move the KEY_* defines to missing.h (#6278)Peter Hutterer2017-07-042-11/+10
* fix add_esp() in the gpt-auto-generator.c (#6251)Дамјан Георгиевски2017-07-041-1/+1
* Merge pull request #6255 from keszybz/property-escapingLennart Poettering2017-07-041-11/+10
|\
| * bus-util: replace non-printable values with [unprintable]Zbigniew Jędrzejewski-Szmek2017-07-031-3/+15
| * Revert "bus: when dumping string property values escape the chars we use as e...Zbigniew Jędrzejewski-Szmek2017-07-011-16/+3