Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-01 | ./move.sh | Luke Shumaker | |
2016-06-01 | oops | Luke Shumaker | |
2016-06-01 | tidy | Luke Shumaker | |
2016-06-01 | More Makefile fixup | Luke Shumaker | |
2016-06-01 | move.sh: fixup makefile target paths | Luke Shumaker | |
2016-06-01 | oops | Luke Shumaker | |
2016-06-01 | tidy scripts | Luke Shumaker | |
2016-06-01 | *.sh: Add boilerplate that I was running as one-liners. | Luke Shumaker | |
2016-06-01 | stuff | Luke Shumaker | |
2016-06-01 | and more | Luke Shumaker | |
2016-06-01 | more stuff | Luke Shumaker | |
2016-06-01 | More stuff | Luke Shumaker | |
2016-06-01 | stuff | Luke Shumaker | |
2016-05-26 | stuff | Luke Shumaker | |
2016-05-26 | stuff | Luke Shumaker | |
2016-05-25 | Split up Makefile.am | Luke Shumaker | |
2016-05-25 | FSDG: man/: Use FSDG operating systems as examples.systemd/v229-3.parabola2 | Luke Shumaker | |
2016-05-25 | FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux" | Luke Shumaker | |
2016-05-25 | FSDG: 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-25 | FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-05-25 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-05-25 | FSDG: 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-25 | core: revert "core: resolve specifier in config_parse_exec()"systemd/v229-3 | Evgeny Vereshchagin | |
This reverts commit cb48dfca6a8bc15d9081651001a16bf51e03838a. Exec*-settings resolve specifiers twice: %%U -> config_parse_exec [cb48dfca6a8] -> %U -> service_spawn -> 0 Fixes #2637 | |||
2016-05-25 | udev: fix cg_unified() return code checking | Lennart Poettering | |
Fixes fall-out from 8b3aa503c171acdb9ec63484a8c50e2680d31e79. Fixes: #2635 | |||
2016-05-25 | core: fix assertion check | Lennart Poettering | |
Fixes: #2632 | |||
2016-05-25 | networkd: FIONREAD is not reliable on some sockets | Lennart Poettering | |
Fixes: #2457 | |||
2016-02-11 | configure: bump version numbersystemd/v229 | Lennart Poettering | |
2016-02-11 | delta: minor coding style fixes | Lennart Poettering | |
no change in behaviour | |||
2016-02-11 | man: document that resolved cares about /etc/hosts | Lennart Poettering | |
2016-02-11 | Merge pull request #2581 from evverx/dev-mqueue-cond | Lennart Poettering | |
units: don't try to mount the mqueue fs if we lack the privileges for it | |||
2016-02-11 | Merge pull request #2576 from poettering/random-fixes | Martin Pitt | |
Random fixes | |||
2016-02-11 | build-sys: bump so version | Lennart Poettering | |
2016-02-11 | build-sys: run "make hwdb-update" | Lennart Poettering | |
2016-02-11 | fill in contributors list in NEWS | Lennart Poettering | |
2016-02-11 | core: don't choke if a unit another unit triggers vanishes during reload | Lennart Poettering | |
Fixes: #1981 | |||
2016-02-11 | Merge pull request #2579 from evverx/TEST-1981 | Daniel Mack | |
tests: add test for https://github.com/systemd/systemd/issues/1981 | |||
2016-02-11 | Merge pull request #2578 from keszybz/man-pages | Daniel Mack | |
man: follow up fixes for #2575 | |||
2016-02-11 | units: don't try to mount the mqueue fs if we lack the privileges for it | Evgeny Vereshchagin | |
See https://github.com/systemd/systemd/pull/2576#discussion-diff-52592680 | |||
2016-02-10 | man: follow up fixes for #2575 | Zbigniew Jędrzejewski-Szmek | |
2016-02-10 | Merge pull request #2575 from poettering/manfixes | Zbigniew Jędrzejewski-Szmek | |
A variety of man page fixes | |||
2016-02-10 | man: correct explanation of "systemctl is-enabled" output | Lennart 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-10 | man: document that ExecStartPost= is only run if ExecStart= succeeded | Lennart Poettering | |
Fixes: #846 | |||
2016-02-10 | man: document that "systemctl enable" supports abbreviated unit file names | Lennart Poettering | |
Fixes: #1502 | |||
2016-02-10 | man: document that nss-myhostname handles *.localhost and *.localdomain too | Lennart Poettering | |
(And similar for resolved) Fixes: #1630 | |||
2016-02-10 | man: document that [Install] has no effect in unit file .d/*.conf drop-ins | Lennart Poettering | |
Fixes: #1774 Fixes: #1090 | |||
2016-02-10 | man: document distinction between ConditionXYZ= and AssertXYZ= | Lennart Poettering | |
References: #2468 | |||
2016-02-10 | man: document rescue.target and emergency.target in more detail | Lennart Poettering | |
Fixes: #2523 | |||
2016-02-10 | units: don't try to mount the FUSE fs if we lack the privileges for it | Lennart Poettering | |
See: https://lists.freedesktop.org/archives/systemd-devel/2016-February/035740.html | |||
2016-02-10 | nss-mymachines: never resolve unmapped UIDs/GIDs | Lennart Poettering | |
Don't ever permit successful user or group lookups if no UID/GID mapping is actually applied. THis way, we can be sure that nss-mymachines cannot be used to insert invalid cache entries into nscd's cache. https://bugzilla.redhat.com/show_bug.cgi?id=1285339 | |||
2016-02-10 | update TODO | Lennart Poettering | |