summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: suffix unit file options with "="Lennart Poettering2017-02-061-2/+2
* update TODOLennart Poettering2017-02-061-0/+9
* update TODOLennart Poettering2017-02-061-0/+5
* systemd-mount: add missing fsck argument (#5238)Lukas Rusak2017-02-061-0/+1
* Merge pull request #5237 from keszybz/explicit-bzeroLennart Poettering2017-02-068-39/+36
|\
| * journalctl: replace string_erase with memset('x')Zbigniew Jędrzejewski-Szmek2017-02-051-1/+3
| * treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-057-38/+33
* | cgls: look at the right variable in error path (#5234)Zbigniew Jędrzejewski-Szmek2017-02-061-3/+3
|/
* resolved: downgrade "processing query..." message to debug (#5233)Felipe Sateler2017-02-051-1/+1
* Merge pull request #5223 from keszybz/root-workdirMartin Pitt2017-02-052-9/+5
|\
| * core/execute: pass the username to utmp/wtmp databaseZbigniew Jędrzejewski-Szmek2017-02-031-2/+3
| * core/execute: set HOME, USER also for root usersZbigniew Jędrzejewski-Szmek2017-02-032-7/+2
* | build-sys,man: describe systemd-umount and hook it up to installation (#5227)Zbigniew Jędrzejewski-Szmek2017-02-054-2/+34
* | seccomp: don't ever try to add an ABI before removing the default native ABI ...Evgeny Vereshchagin2017-02-051-2/+2
* | catalog: update Russian translation (#5232)Sergey Ptashnick2017-02-051-1/+26
* | core/timer: downgrade message about random time addition (#5229)Zbigniew Jędrzejewski-Szmek2017-02-051-1/+1
* | Silence two "unused function af_lookup" warnings (#5222)Zbigniew Jędrzejewski-Szmek2017-02-042-0/+2
* | systemd-mount features and improvements (#5067)Lukas Rusak2017-02-041-1/+99
* | Merge pull request #4973 from poettering/run-raceMartin Pitt2017-02-034-28/+88
|\ \
| * | run: exit early in --pty if service failedLennart Poettering2017-02-033-27/+50
| * | run: explicitly close pty forwarder before printing summaryLennart Poettering2017-02-031-0/+6
| * | run: complain when --pty is used together with --no-block, which makes no senseLennart Poettering2017-02-031-0/+5
| * | sd-event: when an event source fails, don't assume the type of it is still setLennart Poettering2017-02-031-1/+6
| * | ptyfwd: set event source description strings for all event sources of a ptyfw...Lennart Poettering2017-02-021-0/+9
| * | run: fix race for "systemd-run --wait"Lennart Poettering2017-02-021-3/+15
* | | man: clarify interface for suspend/resume integration (#5220)Martin Pitt2017-02-031-2/+4
| |/ |/|
* | time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin2017-02-031-1/+1
* | Merge pull request #5213 from keszybz/systemctl-root-catLennart Poettering2017-02-036-13/+30
|\ \
| * | systemctl: also use chase_symlinks for dropinsZbigniew Jędrzejewski-Szmek2017-02-025-11/+28
| * | systemctl: do not prepend arg_root twice when catting unitsZbigniew Jędrzejewski-Szmek2017-02-021-1/+1
| * | core/mount: remove repeated wordZbigniew Jędrzejewski-Szmek2017-02-021-1/+1
| |/
* | rules: allow systemd to manage UBI volumes (#5214)Mirza Krak2017-02-031-0/+2
* | logind: Don't try to emit a change signal for the 'Sessions' property (#5211)afrantzis2017-02-022-8/+3
* | Merge pull request #5212 from poettering/time-rangeZbigniew Jędrzejewski-Szmek2017-02-028-23/+89
|\ \
| * | cgls: --machine= expects an argument, indicate that in log messagesLennart Poettering2017-02-021-1/+1
| * | time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering2017-02-021-0/+2
| * | time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering2017-02-021-2/+2
| * | time-util: when converting to time_t do something useful in 2038Lennart Poettering2017-02-021-2/+4
| * | time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-02-026-3/+65
| * | time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering2017-02-022-9/+8
| * | nspawn: shown exec() command is misleadingLennart Poettering2017-02-021-6/+7
| |/
* | systemctl: 'show' don't exit with a failure status if the requested property ...Franck Bui2017-02-021-5/+2
|/
* Merge pull request #5204 from keszybz/masked-warning-cleanupLennart Poettering2017-02-023-12/+15
|\
| * core/transaction: also downgrade warning for masked units wanted by followed ...Zbigniew Jędrzejewski-Szmek2017-02-011-1/+4
| * Consistently use ERFKILL for masked unitsZbigniew Jędrzejewski-Szmek2017-02-012-11/+11
* | Merge pull request #5202 from keszybz/cgls-unitsLennart Poettering2017-02-027-170/+222
|\ \
| * | cgls: allow --unit, --user-unit to take optional argumentZbigniew Jędrzejewski-Szmek2017-02-011-14/+27
| * | cgls: add --user-unit to show user unitsZbigniew Jędrzejewski-Szmek2017-02-012-15/+37
| * | cgls: add --unit to show unitsZbigniew Jędrzejewski-Szmek2017-02-012-8/+67
| * | shared/cgroup-show: extract funtion to query unit cgroup pathZbigniew Jędrzejewski-Szmek2017-02-015-60/+43