summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-26fix configureLuke Shumaker
2016-05-26Merge branch 'lukeshu-postmove' into lukeshuLuke Shumaker
# Conflicts: # src/libshared/Makefile
2016-05-26Merge branch 'post' into lukeshu-postmoveLuke Shumaker
2016-05-26run itLuke Shumaker
2016-05-26stuffLuke Shumaker
2016-05-26Merge branch 'post' into lukeshu-postmoveLuke Shumaker
# Conflicts: # Makefile.am # am-pretty.mk # common.once.head.mk # config.mk.in # discard.mk # src/kernel-install/Makefile # src/libbasic/Makefile # src/libcore/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/src/Makefile # src/libudev/Makefile # src/libudev/src/Makefile # src/system/systemd/Makefile # src/systemd-nspawn/.gitignore # src/systemd-nspawn/Makefile
2016-05-26run itLuke Shumaker
2016-05-26stuffLuke Shumaker
2016-05-26oopsLuke Shumaker
2016-05-26move stuffLuke Shumaker
2016-05-25stuffLuke Shumaker
2016-05-25Merge remote-tracking branch 'lukeshu-automake/master' into lukeshu-premoveLuke Shumaker
2016-05-25run itLuke Shumaker
2016-05-25Split up Makefile.amLuke Shumaker
2016-05-25FSDG: man/: Use FSDG operating systems as examples.systemd/v229-3.parabola2Luke Shumaker
2016-05-25FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux"Luke Shumaker
2016-05-25FSDG: os-release: Default ID to "gnu-linux" instead of "linux".Luke Shumaker
As far as I can tell, no code in this repository actually uses the ID field, so this is just a man page change.
2016-05-25FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-05-25FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-05-25FSDG: man/: Refer to the operating system as GNU/Linux.Luke Shumaker
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit.
2016-05-25core: revert "core: resolve specifier in config_parse_exec()"systemd/v229-3Evgeny Vereshchagin
This reverts commit cb48dfca6a8bc15d9081651001a16bf51e03838a. Exec*-settings resolve specifiers twice: %%U -> config_parse_exec [cb48dfca6a8] -> %U -> service_spawn -> 0 Fixes #2637
2016-05-25udev: fix cg_unified() return code checkingLennart Poettering
Fixes fall-out from 8b3aa503c171acdb9ec63484a8c50e2680d31e79. Fixes: #2635
2016-05-25core: fix assertion checkLennart Poettering
Fixes: #2632
2016-05-25networkd: FIONREAD is not reliable on some socketsLennart Poettering
Fixes: #2457
2016-03-04Have the caller be responsible for setting topoutdirLuke Shumaker
2016-03-03I lied about am_path being equivalent to `realpath -sm`Luke Shumaker
2016-03-03make a public `am_path`, more docsLuke Shumaker
2016-03-03(rvs) buildsystemLuke Shumaker
2016-03-01(libretools) improve HACKING documentationLuke Shumaker
2016-02-11configure: bump version numbersystemd/v229Lennart Poettering
2016-02-11delta: minor coding style fixesLennart Poettering
no change in behaviour
2016-02-11man: document that resolved cares about /etc/hostsLennart Poettering
2016-02-11Merge pull request #2581 from evverx/dev-mqueue-condLennart Poettering
units: don't try to mount the mqueue fs if we lack the privileges for it
2016-02-11Merge pull request #2576 from poettering/random-fixesMartin Pitt
Random fixes
2016-02-11build-sys: bump so versionLennart Poettering
2016-02-11build-sys: run "make hwdb-update"Lennart Poettering
2016-02-11fill in contributors list in NEWSLennart Poettering
2016-02-11core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering
Fixes: #1981
2016-02-11Merge pull request #2579 from evverx/TEST-1981Daniel Mack
tests: add test for https://github.com/systemd/systemd/issues/1981
2016-02-11Merge pull request #2578 from keszybz/man-pagesDaniel Mack
man: follow up fixes for #2575
2016-02-11units: don't try to mount the mqueue fs if we lack the privileges for itEvgeny Vereshchagin
See https://github.com/systemd/systemd/pull/2576#discussion-diff-52592680
2016-02-10man: follow up fixes for #2575Zbigniew Jędrzejewski-Szmek
2016-02-10Merge pull request #2575 from poettering/manfixesZbigniew Jędrzejewski-Szmek
A variety of man page fixes
2016-02-10man: correct explanation of "systemctl is-enabled" outputLennart Poettering
The "is-enabled" command doesn't care whether the symlinks are declared in the [Install] section of a unit file or not, when returning "enabled". Any alias, .wants/ or .requires/ symlinks suffice. Fixes: #975
2016-02-10man: document that ExecStartPost= is only run if ExecStart= succeededLennart Poettering
Fixes: #846
2016-02-10man: document that "systemctl enable" supports abbreviated unit file namesLennart Poettering
Fixes: #1502
2016-02-10man: document that nss-myhostname handles *.localhost and *.localdomain tooLennart Poettering
(And similar for resolved) Fixes: #1630
2016-02-10man: document that [Install] has no effect in unit file .d/*.conf drop-insLennart Poettering
Fixes: #1774 Fixes: #1090
2016-02-10man: document distinction between ConditionXYZ= and AssertXYZ=Lennart Poettering
References: #2468
2016-02-10man: document rescue.target and emergency.target in more detailLennart Poettering
Fixes: #2523