summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-0612-91/+191
* networkd-wait-online: fix -i argumentMartin Pitt2015-07-261-1/+1
* Merge pull request #716 from michaelolbrich/automount-fixesKay Sievers2015-07-261-6/+22
|\
| * automount: handle state changes of the corresponding mount unit correctlyMichael Olbrich2015-07-241-6/+8
| * automount: don't try to umount if it already happenedMichael Olbrich2015-07-241-0/+14
* | Merge pull request #724 from dbuch/masterKay Sievers2015-07-261-1/+1
|\ \
| * | proxyd: downgrade to log_debug() for unmatched broadcastsDaniel Buch2015-07-251-1/+1
* | | systemd-boot: fix whitespaceKay Sievers2015-07-261-3/+3
* | | Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2Kay Sievers2015-07-261-2/+15
|\ \ \ | |/ / |/| |
| * | sd-boot:Show stub cmdline when editJose Carlos Venegas Munoz2015-07-201-2/+15
* | | networkd: rename RootBlock to AllowPortToBeRootZbigniew Jędrzejewski-Szmek2015-07-254-3/+4
* | | networkd: turn UnicastFlood on by defaultZbigniew Jędrzejewski-Szmek2015-07-251-0/+1
* | | networkd: rename BPDUGuard to UseBPDUZbigniew Jędrzejewski-Szmek2015-07-254-3/+5
* | | network: rename DiffServiceCodePoint to CopyDSCPZbigniew Jędrzejewski-Szmek2015-07-253-3/+3
* | | netlink-types: use consistent whitespace at EOLZbigniew Jędrzejewski-Szmek2015-07-251-10/+10
* | | bootctl: add missing newlineKay Sievers2015-07-251-0/+2
* | | ata_id: remove unused union memberThomas Hindoe Paaboel Andersen2015-07-251-1/+0
| |/ |/|
* | resolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusionDaniel Mack2015-07-241-1/+1
* | Merge pull request #704 from richardmaw-codethink/empty-arg-unquoteDaniel Mack2015-07-242-4/+21
|\ \
| * | unquote_first_word: parse ` '' ` as an empty argument instead of no argumentRichard Maw2015-07-242-4/+21
* | | Merge pull request #714 from zonque/automountTom Gundersen2015-07-241-0/+3
|\ \ \
| * | | automount: do not start expiration timer for TimeoutIdleSec=0Daniel Mack2015-07-241-0/+3
* | | | sd-bus: remove _VTABLE from new method vtable initialiserdaurnimator2015-07-241-2/+2
|/ / /
* | | sd-bus: add 'offset' member for vtable methodsdaurnimator2015-07-242-1/+13
* | | tree-wide: do not use _cleanup_free_ on const pointersDaniel Mack2015-07-243-3/+3
* | | sd-bus: don't treat KDBUS_ITEM_TIMESTAMP as unknown itemDavid Herrmann2015-07-241-2/+1
* | | Merge pull request #606 from dvdhrm/bus-proxy-pedantic-matches2Daniel Mack2015-07-246-13/+75
|\ \ \
| * | | bus-proxy: never pass on unmatched broadcastsDavid Herrmann2015-07-166-13/+75
* | | | Merge pull request #695 from poettering/journal-fixesDaniel Mack2015-07-244-125/+152
|\ \ \ \
| * | | | journal: uppercase first character in verify error messagesLennart Poettering2015-07-241-87/+75
| * | | | journalctl: properly detect empty journal filesLennart Poettering2015-07-241-0/+4
| * | | | journal: explain the error when we find a non-DATA object that is compressedLennart Poettering2015-07-241-1/+3
| * | | | journal: when verifying journal files, handle empty ones nicelyLennart Poettering2015-07-241-23/+14
| * | | | journal: avoid mapping empty data and field hash tablesLennart Poettering2015-07-243-11/+43
| * | | | journal-verify: don't hit SIGFPE when determining progressLennart Poettering2015-07-241-3/+13
* | | | | Merge pull request #702 from ldzhong/fixDaniel Mack2015-07-241-1/+1
|\ \ \ \ \
| * | | | | udev: fix parameter processLidong Zhong2015-07-241-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #699 from ysbnim/masterDaniel Mack2015-07-241-0/+3
|\ \ \ \ \
| * | | | | exit-status: add a missing string for EXIT_SMACK_PROCESS_LABELSungbae Yoo2015-07-241-0/+3
* | | | | | Merge pull request #696 from poettering/automount-expiry-freqDaniel Mack2015-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | automount: lower the idle polling frequency a bitLennart Poettering2015-07-241-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #697 from poettering/service-bus-nameDaniel Mack2015-07-241-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | core: print a nicer warning when two units have the same BusName= settingLennart Poettering2015-07-241-2/+3
| |/ / / /
* | | | | Merge pull request #694 from poettering/fileio-fixesDaniel Mack2015-07-242-14/+45
|\ \ \ \ \
| * | | | | process: an empty environment block should be returned as suchLennart Poettering2015-07-231-3/+6
| * | | | | process: return ESRCH when a PID is not valid anymoreLennart Poettering2015-07-231-8/+35
| * | | | | fileio: get_status_field() don't clobber arg on OOMLennart Poettering2015-07-231-3/+4
| |/ / / /
* | | | | Merge pull request #692 from poettering/fd-copy-directory-allDaniel Mack2015-07-231-1/+5
|\ \ \ \ \
| * | | | | copy: when we recursively copy a directory tree, copy everythingLennart Poettering2015-07-231-1/+5
* | | | | | Merge pull request #683 from ssahani/tun1Tom Gundersen2015-07-231-0/+10
|\ \ \ \ \ \