summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek2016-04-2120-59/+59
* man: document size param of sd_journal_add_matchZbigniew Jędrzejewski-Szmek2016-04-211-5/+13
* hwdb: add trust illuminated mouse gxt 152 (#3085)Federico2016-04-211-0/+8
* units: Add "GuessMainPID=no" to compatibility unit for rc-local (#3018)Calvin Owens2016-04-211-0/+1
* networkd: When link gets dirty mark manager dirty too (#3080)Susant Sahani2016-04-211-3/+5
* Merge pull request #3005 from keszybz/kill-user-procesesLennart Poettering2016-04-2115-186/+375
|\
| * shared/logs-show: fix memleak in add_matches_for_unitZbigniew Jędrzejewski-Szmek2016-04-211-1/+1
| * loginctl: show linger status in user-statusZbigniew Jędrzejewski-Szmek2016-04-211-6/+8
| * logind: allow any user to request lingeringZbigniew Jędrzejewski-Szmek2016-04-213-5/+16
| * logind: make KillOnlyUsers override KillUserProcessesZbigniew Jędrzejewski-Szmek2016-04-212-18/+16
| * build-sys: add --without-kill-user-processes configure optionZbigniew Jędrzejewski-Szmek2016-04-216-106/+123
| * logind: flip KillUserProcesses to on by defaultZbigniew Jędrzejewski-Szmek2016-04-214-6/+27
| * man: expand description of lingering and KillUserProcesses settingZbigniew Jędrzejewski-Szmek2016-04-213-18/+111
| * man: reformat examples using <example>Zbigniew Jędrzejewski-Szmek2016-04-211-16/+27
| * logind: reload config on SIGHUPZbigniew Jędrzejewski-Szmek2016-04-212-26/+59
| * core: prefix selinux messages with "selinux: "Zbigniew Jędrzejewski-Szmek2016-04-211-1/+4
* | build: fix test-nss.c build failure with --disable-{resolved,myhostname} (#3081)Martin Pitt2016-04-211-0/+6
* | networkd: respect DHCP UseRoutes option (#3075)Susant Sahani2016-04-201-0/+4
* | networkd: bump MTU to 1280 for interfaces which have IPv6 enabled (#3077)Susant Sahani2016-04-205-1/+79
* | Merge pull request #3074 from keszybz/tmpfilesLennart Poettering2016-04-2011-108/+142
|\ \
| * | tmpfiles: add new 'e' action which cleans up a dir without creating itZbigniew Jędrzejewski-Szmek2016-04-202-42/+36
| * | man: try to explain different actions in tmpfiles a bit betterZbigniew Jędrzejewski-Szmek2016-04-201-14/+45
| * | tmpfiles: shorten some long error messagesZbigniew Jędrzejewski-Szmek2016-04-201-3/+3
| * | tmpfiles: interpret "-" as stdinZbigniew Jędrzejewski-Szmek2016-04-202-14/+22
| * | pid1: disable color output when TERM=dumbZbigniew Jędrzejewski-Szmek2016-04-201-1/+1
| * | machinectl: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek2016-04-202-14/+11
| * | run: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek2016-04-202-8/+7
| * | nspawn: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek2016-04-202-5/+5
| * | basic/terminal-util: cache value for colors_enabledZbigniew Jędrzejewski-Szmek2016-04-201-7/+12
* | | logind: use type to determine graphical sessions (#3071)Michał Bartoszkiewicz2016-04-201-1/+1
* | | systemctl: hide "following" units if '--all' is not passed (#2967)Franck Bui2016-04-191-1/+7
|/ /
* | Merge pull request #3055 from keszybz/preset-fixesLennart Poettering2016-04-198-221/+361
|\ \
| * | run: change --tty option to --pty as documentedZbigniew Jędrzejewski-Szmek2016-04-191-4/+4
| * | systemctl: warning about missing install info for template unitsZbigniew Jędrzejewski-Szmek2016-04-193-6/+12
| * | shared/install: change value of _UNIT_FILE_CHANGE_TYPE_INVALIDZbigniew Jędrzejewski-Szmek2016-04-191-1/+2
| * | shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek2016-04-195-145/+205
| * | shared/install: add helper function unit_file_changes_have_modification()Zbigniew Jędrzejewski-Szmek2016-04-182-11/+13
| * | Various formatting and style fixesZbigniew Jędrzejewski-Szmek2016-04-185-58/+129
* | | coredump: create unnamed temporary files if possible (O_TMPFILE) (#3065)Evgeny Vereshchagin2016-04-191-26/+58
* | | sleep: Add debug feature to bypass hibernation memory checks. (#3064)Vittorio G (VittGam)2016-04-191-0/+4
* | | zsh-completion: remove non-portable uses of \s in awk (#3063)Felipe Sateler2016-04-192-2/+2
* | | Add zsh completion for networkctl (#3062)Felipe Sateler2016-04-181-0/+35
* | | Master minutes (#3060)mulkieran2016-04-181-2/+2
* | | Mark nbd as inactive until connected (#2422)Wouter Verhelst2016-04-181-2/+2
* | | basic: user-utils.c needs missing.h for secure_getenv (#3059)michaelolbrich2016-04-181-0/+1
* | | networkd: allow setting of multicast querier for linux bridge (#3051)Susant Sahani2016-04-186-7/+102
* | | hwdb: add touchpad resolutions for the Dell XPS 15 9550 (#3057)Peter Hutterer2016-04-181-0/+7
* | | conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917)Dan Nicholson2016-04-171-1/+1
* | | tree-wide: fall back to now(CLOCK_MONOTONIC) if CLOCK_BOOTTIME unsupported (#...Lubomir Rintel2016-04-173-3/+3
* | | Merge pull request #3049 from keszybz/preset-fixesLennart Poettering2016-04-1714-74/+124
|\ \ \ | |/ /