Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | systemctl: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2013-12-27 | bus: PORTING-DBUS1 typo fixes | Thomas Hindoe Paaboel Andersen | |
2013-12-27 | man: fix Type= reference v2 | Zbigniew Jędrzejewski-Szmek | |
grawity: It looks like the old version _was_ correct – the default value will be "Type=dbus" if the service has a BusName set. Suggested change: "if neither Type= nor BusName= is specified" | |||
2013-12-27 | bus: PORTING-DBUS1 clarify pool size value | Kay Sievers | |
2013-12-27 | bus: PORTING-DBUS1 update | Kay Sievers | |
2013-12-27 | bus: update PORTING-DBUS1 | Kay Sievers | |
2013-12-27 | bus: actually, the kernel does enforce validity of bus names... | Lennart Poettering | |
2013-12-27 | bus: explain obsoletion of dbus1 .service files | Lennart Poettering | |
2013-12-27 | bus: refuse invalid names from kbus meta data | Lennart Poettering | |
2013-12-27 | bus: add some preliminary docs for porting existing dbus1 client libraries ↵ | Lennart Poettering | |
to kdbus | |||
2013-12-26 | bus: update kdbus.h | Kay Sievers | |
2013-12-26 | man: fix Type= reference | Marcos Felipe Rasia de Mello | |
Simple man page fix attached. -- Marcos From 268d10a2f8769fd1dcb9440670af15ac02c5df89 Mon Sep 17 00:00:00 2001 From: Marcos Mello <marcosfrm@gmail.com> Date: Thu, 26 Dec 2013 17:19:04 -0200 Subject: [PATCH 1/1] man: fix Type= reference | |||
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek | |
Suggested-by: Russ Allbery <rra@debian.org> | |||
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | systemctl: drop uninteresting units immediately | Zbigniew Jędrzejewski-Szmek | |
Also properly free memory if list-unit-files --root=... is used. | |||
2013-12-26 | systemctl: simplify start_unit | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | man: fix description of is-enabled returned value | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | bus: add a temporary hard-coded policy to proxyd to make gdm work | Lennart Poettering | |
gdm relies on the policy to deny its own requests to not deadlock. Given that we currently do not enforce any policy in the dbus1 compat proxy service this means that gdm will necessarily deadlock on our systems. To work around this, enforce a fixed policy teomporarily, until we interpret the legacy XML policy in full. Booh, gdm, booh, for requring this and making me waste two days on tracking this brokenness down. | |||
2013-12-26 | bus: always show messages we send | Lennart Poettering | |
2013-12-25 | man: document fail/nofail, auto/noauto | Zbigniew Jędrzejewski-Szmek | |
Also s/filesystem/file system/ in a few places. | |||
2013-12-25 | Trim TODO | Zbigniew Jędrzejewski-Szmek | |
2013-12-25 | man: grammar and wording improvements | Jan Engelhardt | |
This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files. | |||
2013-12-25 | man: improvements to comma placement | Jan Engelhardt | |
This is a recurring submission and includes corrections to: comma placement. | |||
2013-12-25 | man: resolve word omissions | Jan Engelhardt | |
This is a recurring submission and includes corrections to: word omissions and word class choice. | |||
2013-12-26 | bus: don't process Peer interface messages in the proxy | Lennart Poettering | |
2013-12-26 | update TODO | Lennart Poettering | |
2013-12-26 | bus: make system bus kdbus node world-accessible | Lennart Poettering | |
2013-12-26 | journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobar | Lennart Poettering | |
2013-12-26 | Revert "completion: don't offer completions for journalctl -b" | Lennart Poettering | |
This reverts commit c756a6d57cdb678b702c68913dae3e11ff0427ae. | |||
2013-12-26 | Revert "journalctl: remove unexpected behavior of journalctl -b" | Lennart Poettering | |
This reverts commit cf5bccc2bb9569030cb04debbc4208aaca0fe5b4. We should fix thinks properly if they aren't perfect, not just break other things... | |||
2013-12-25 | build-sys: minor fixes found with cppcheck | Lennart Poettering | |
2013-12-25 | build-sys: the pure/const warning options are probably too much as default, ↵ | Lennart Poettering | |
but let's make it available via "autogen.sh a" | |||
2013-12-25 | completion: don't offer completions for journalctl -b | Dave Reisner | |
Since this is a shortopt with an optional argument, assume the user knows what they're doing. The longopts --boot and --this-boot will continue to offer boot IDs as completions. | |||
2013-12-25 | journalctl: remove unexpected behavior of journalctl -b | Dave Reisner | |
This flag shouldn't try and consume the following argument. It should behave like every other flag which takes an optional argument when parsed by getopt_long. | |||
2013-12-25 | bus: add a bit of pure/const decorators | Lennart Poettering | |
2013-12-25 | man: add missing sd_bus_message_get_cookie man page fie | Lennart Poettering | |
2013-12-25 | man: document sd_bus_message_get_cookie() | Lennart Poettering | |
2013-12-25 | bus: rename message "serial" to "cookie" | Lennart Poettering | |
Even if the lower-leveld dbus1 protocol calls it "serial", let's expose the word "cookie" for this instead, as this is what kdbus uses and since it doesn't imply monotonicity the same way "serial" does. | |||
2013-12-25 | bus: conditionally set cookie_reply/timeout and update kdbus.h | Kay Sievers | |
2013-12-25 | bus: update kdbus.h | Kay Sievers | |
2013-12-25 | bus: set cookie_reply and update kdbus.h | Kay Sievers | |
2013-12-25 | bus: also write debug logs about messages we send | Lennart Poettering | |
2013-12-25 | bus: be a bit more verbose when debug mode is on | Lennart Poettering | |
2013-12-25 | shared: fix getpeername_pretty() for AF_UNIX sockets | Lennart Poettering | |
2013-12-25 | unit: include peer identity in description of per-connection ↵ | Lennart Poettering | |
socket-activated services | |||
2013-12-24 | sleep-config: fix useless check for swapfile type | Dave Reisner | |
Since 0c6f1f4ea49 the check was useless, because the kernel will ever only write "partition" or "file" there. OTOH, it is possible that "\\040(deleted)" (escaped " (deleted)") will be added for removed files. This should not happen, so add a warning to detect those cases. | |||
2013-12-24 | tmpfiles: introduce the concept of unsafe operations | Zbigniew Jędrzejewski-Szmek | |
Various operations done by systemd-tmpfiles may only be safely done at boot (e.g. removal of X lockfiles in /tmp, creation of /run/nologin). Other operations may be done at any point in time (e.g. setting the ownership on /{run,var}/log/journal). This distinction is largely orthogonal to the type of operation. A new switch --unsafe is added, and operations which should only be executed during bootup are marked with an exclamation mark in the configuration files. systemd-tmpfiles.service is modified to use this switch, and guards are added so it is hard to re-start it by mistake. If we install a new version of systemd, we actually want to enforce some changes to tmpfiles configuration immediately. This should now be possible to do safely, so distribution packages can be modified to execute the "safe" subset at package installation time. /run/nologin creation is split out into a separate service, to make it easy to override. https://bugzilla.redhat.com/show_bug.cgi?id=1043212 https://bugzilla.redhat.com/show_bug.cgi?id=1045849 | |||
2013-12-24 | man,units: tmpfiles.d(5) cleanup | Zbigniew Jędrzejewski-Szmek | |
Condition for /lib (necessary for split /usr) was missing from the unit. Some changes which were done in tmpfiles.d(5) were not carried over to systemd-tmpfiles(1). Also use markup where possible. | |||
2013-12-24 | bus: properly shift cgroup data returned from kdbus by the container's root ↵ | Lennart Poettering | |
before parsing | |||
2013-12-24 | bus: fix return message if StartServiceByName() in the driver fails due | Lennart Poettering | |
to non-existing service |