aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* calendarspec: fix find_next skipping timesgentoo-229Hristo Venev2016-03-052-2/+3
* time-util: check for overflow in conversion from ts to nsec_tZbigniew Jędrzejewski-Szmek2016-03-051-7/+6
* core: exclude .slice units from "systemctl isolate"Lennart Poettering2016-03-052-2/+9
* networkd: tunnel fix tunnel addressSusant Sahani2016-03-051-6/+6
* udev/path_id: correct segmentation fault due to missing NULL checkHendrik Brueckner2016-03-051-1/+1
* basic/strbuf: do not call bsearch with a null argumentZbigniew Jędrzejewski-Szmek2016-03-051-0/+4
* udev: fix cg_unified() return code checkingLennart Poettering2016-03-051-1/+1
* core: fix assertion checkLennart Poettering2016-03-051-1/+1
* networkd: FIONREAD is not reliable on some socketsLennart Poettering2016-03-057-40/+64
* time-util: map ALARM clockids to non-ALARM clockids in now()Lennart Poettering2016-03-052-3/+27
* Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-03-0512-38/+32
* core: use correct enumThomas Hindoe Paaboel Andersen2016-03-051-1/+1
* configure: bump version numberLennart Poettering2016-02-111-1/+1
* delta: minor coding style fixesLennart Poettering2016-02-111-22/+21
* man: document that resolved cares about /etc/hostsLennart Poettering2016-02-111-0/+4
* Merge pull request #2581 from evverx/dev-mqueue-condLennart Poettering2016-02-111-0/+1
|\
| * units: don't try to mount the mqueue fs if we lack the privileges for itEvgeny Vereshchagin2016-02-111-0/+1
* | Merge pull request #2576 from poettering/random-fixesMartin Pitt2016-02-116-11/+84
|\ \
| * | core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering2016-02-113-9/+62
| * | units: don't try to mount the FUSE fs if we lack the privileges for itLennart Poettering2016-02-101-0/+1
| * | nss-mymachines: never resolve unmapped UIDs/GIDsLennart Poettering2016-02-101-2/+18
| * | update TODOLennart Poettering2016-02-101-0/+3
* | | build-sys: bump so versionLennart Poettering2016-02-111-2/+2
* | | build-sys: run "make hwdb-update"Lennart Poettering2016-02-113-6051/+8913
* | | fill in contributors list in NEWSLennart Poettering2016-02-111-3/+21
| |/ |/|
* | Merge pull request #2579 from evverx/TEST-1981Daniel Mack2016-02-115-2/+105
|\ \
| * | build-sys: add TEST-06-SELINUX to distEvgeny Vereshchagin2016-02-101-0/+5
| * | tests: add test for https://github.com/systemd/systemd/issues/1981Evgeny Vereshchagin2016-02-105-2/+100
| |/
* | Merge pull request #2578 from keszybz/man-pagesDaniel Mack2016-02-112-21/+16
|\ \
| * | man: follow up fixes for #2575Zbigniew Jędrzejewski-Szmek2016-02-102-21/+16
* | | Merge pull request #2575 from poettering/manfixesZbigniew Jędrzejewski-Szmek2016-02-106-58/+67
|\| | | |/ |/|
| * man: correct explanation of "systemctl is-enabled" outputLennart Poettering2016-02-101-1/+1
| * man: document that ExecStartPost= is only run if ExecStart= succeededLennart Poettering2016-02-101-1/+1
| * man: document that "systemctl enable" supports abbreviated unit file namesLennart Poettering2016-02-101-4/+3
| * man: document that nss-myhostname handles *.localhost and *.localdomain tooLennart Poettering2016-02-102-6/+6
| * man: document that [Install] has no effect in unit file .d/*.conf drop-insLennart Poettering2016-02-101-21/+15
| * man: document distinction between ConditionXYZ= and AssertXYZ=Lennart Poettering2016-02-101-15/+14
| * man: document rescue.target and emergency.target in more detailLennart Poettering2016-02-101-10/+27
|/
* Merge pull request #2574 from zonque/netclass-removeLennart Poettering2016-02-1013-237/+16
|\
| * cgroup: remove support for NetClass= directiveDaniel Mack2016-02-1013-237/+16
* | Merge pull request #2495 from heftig/masterLennart Poettering2016-02-101-62/+57
|\ \
| * | tty-ask-password: Split out password sendingJan Alexander Steffens (heftig)2016-02-031-62/+57
* | | Merge pull request #2555 from poettering/coredump-fixesLennart Poettering2016-02-1028-404/+841
|\ \ \ | |_|/ |/| |
| * | update NEWSLennart Poettering2016-02-101-0/+33
| * | core: treat JobTimeout=0 as equivalent to JobTimeout=infinityLennart Poettering2016-02-104-15/+46
| * | core: simplify how we parse TimeoutSec=, TimeoutStartSec= and TimeoutStopSec=Lennart Poettering2016-02-102-26/+30
| * | update TODOLennart Poettering2016-02-101-11/+0
| * | coredump: dump priviliges when processing system coredumpsLennart Poettering2016-02-105-4/+20
| * | core: set RLIMIT_CORE to unlimited by defaultLennart Poettering2016-02-101-7/+14
| * | coredump: honour RLIMIT_CORE when saving/processing coredumpsLennart Poettering2016-02-102-8/+26