chiark / gitweb /
elogind.git
10 years agoAdd test coverage and generate report with lcov
Thomas H.P. Andersen [Thu, 28 Mar 2013 13:54:06 +0000 (14:54 +0100)]
Add test coverage and generate report with lcov

Enable coverage with --enable-coverage.
"make coverage" will create the report locally,
"make coverage-sync" will upload the report to
http://www.freedesktop.org/software/systemd/coverage/.

Requires lcov version 1.10 to handle naming in systemd and to
use the --no-external option.

[zj: make the coverage at least generate something with
     separate build dir, simplify rules a bit: all errors
     are mine. ]

10 years agounits: do not special-case getty@tty1.service installation
Zbigniew Jędrzejewski-Szmek [Sat, 13 Jul 2013 13:59:35 +0000 (09:59 -0400)]
units: do not special-case getty@tty1.service installation

Since a long while we can use "systemctl enable getty@tty1.service"
which does the right thing, so there's no need to abuse Alias=
for installation.

10 years agoinstall: make "reenable" work with templated units
Ross Lagerwall [Mon, 17 Jun 2013 18:11:50 +0000 (19:11 +0100)]
install: make "reenable" work with templated units

Before, "systemctl reenable getty@tty1.service" would fail with:
Failed to issue method call: File exists
To fix this, reimplement "reenable" explicitly as a disable followed by
an enable.
This is shorter and is how the man page documents its behavior.

10 years agoman: wording and grammar update
Jan Engelhardt [Sat, 13 Jul 2013 08:51:35 +0000 (10:51 +0200)]
man: wording and grammar update

10 years agojournalctl: have a useful --setup-keys error message when using non-persistant logging
Shawn Landden [Sat, 13 Jul 2013 03:57:15 +0000 (20:57 -0700)]
journalctl: have a useful --setup-keys error message when using non-persistant logging

Generating seed...

Generating key pair...
Generating sealing key...
Failed to open /var/log/journal/33f46101703a10c5fc6fa4f451840101/fss.tmp.k2wDDU: No such file or directory

10 years agostatic-nodes: don't hardcode path to mkdir
Tom Gundersen [Fri, 12 Jul 2013 09:14:54 +0000 (11:14 +0200)]
static-nodes: don't hardcode path to mkdir

10 years agoRevert "build-sys: don't enable color gcc on dumb terminals"
Zbigniew Jędrzejewski-Szmek [Fri, 12 Jul 2013 17:19:19 +0000 (13:19 -0400)]
Revert "build-sys: don't enable color gcc on dumb terminals"

This reverts commit cd3069559a09b4e4f85a6f02aa8f0521f48359ca.

Emacs compilation can be fixed by putting
(custom-set-variables
 '(compilation-environment (quote ("GCC_COLORS="))))
in ~/.emacs.

10 years agoshared/install: fix trivial memleak
Zbigniew Jędrzejewski-Szmek [Fri, 12 Jul 2013 12:15:21 +0000 (08:15 -0400)]
shared/install: fix trivial memleak

We lost the reference when setting path second time.

10 years agotest-path-util,test-sched-prio: uninitialize manager to appease valgrind
Zbigniew Jędrzejewski-Szmek [Fri, 12 Jul 2013 12:04:39 +0000 (08:04 -0400)]
test-path-util,test-sched-prio: uninitialize manager to appease valgrind

10 years agohwdb: keyboard -- update comments
Kay Sievers [Fri, 12 Jul 2013 11:44:08 +0000 (13:44 +0200)]
hwdb: keyboard -- update comments

10 years agohwdb: keyboard -- add file
Kay Sievers [Fri, 12 Jul 2013 10:20:18 +0000 (12:20 +0200)]
hwdb: keyboard -- add file

Do not enable/install it now, until we switch over from the current
keymap tool.

10 years agoman: document the slice and scope units, add systemd.cgroup(5)
Zbigniew Jędrzejewski-Szmek [Wed, 10 Jul 2013 05:25:02 +0000 (01:25 -0400)]
man: document the slice and scope units, add systemd.cgroup(5)

10 years agoman: use <literal> not <filename> for suffixes
Zbigniew Jędrzejewski-Szmek [Fri, 12 Jul 2013 03:39:27 +0000 (23:39 -0400)]
man: use <literal> not <filename> for suffixes

Especially sentences like "filename ends in .suffix" are easier to
parse if the suffix is surrounded by quotes. In sentences like
"requires a .service unit", where the suffix is used as a class
designation, there is no need to use quotes.

10 years agoman: remove note about shutdown being legacy
Zbigniew Jędrzejewski-Szmek [Thu, 11 Jul 2013 01:43:34 +0000 (21:43 -0400)]
man: remove note about shutdown being legacy

This can only confuse people, because there's no need to
discourage people from using shutdown. It is fully functional
and supported.

10 years agojournald-server: r should be checked after journal_file_open_reliably
Lukas Nykryn [Tue, 9 Jul 2013 13:45:37 +0000 (15:45 +0200)]
journald-server: r should be checked after journal_file_open_reliably

10 years agoupdate TODO
Lennart Poettering [Thu, 11 Jul 2013 23:18:09 +0000 (01:18 +0200)]
update TODO

10 years agobuild-sys: don't enable color gcc on dumb terminals
Lennart Poettering [Thu, 11 Jul 2013 23:15:52 +0000 (01:15 +0200)]
build-sys: don't enable color gcc on dumb terminals

Guys, we know that emacs is the best editor on earth, but unfortunately
its "M-x compile" terminal cannot do colors (well, it does its own
highlighting of the output anyway), and it will inform the programs it
calls about this with TERM=dumb, and gcc should check for that. But you
guys turned that off. Not cool. Let's turn it on again.

10 years agosystemctl: remove unused variable
Lukas Nykryn [Tue, 9 Jul 2013 13:45:38 +0000 (15:45 +0200)]
systemctl: remove unused variable

10 years agounit: check correct variable after strdup
Lukas Nykryn [Tue, 9 Jul 2013 13:45:36 +0000 (15:45 +0200)]
unit: check correct variable after strdup

10 years agoupdate TODO
Lennart Poettering [Thu, 11 Jul 2013 19:30:19 +0000 (21:30 +0200)]
update TODO

10 years agocore: simplify drop-in writing logic a bit
Lennart Poettering [Thu, 11 Jul 2013 19:29:33 +0000 (21:29 +0200)]
core: simplify drop-in writing logic a bit

let's make use of some format string magic!

10 years agocore: when writing drop-in files, name them directly after the property we set
Lennart Poettering [Thu, 11 Jul 2013 19:03:06 +0000 (21:03 +0200)]
core: when writing drop-in files, name them directly after the property we set

Mapping from "FooBar" to "foo-bar" is unnecessary and makes it hard to
handle many different properties with the same code, hence, let's just
not do it.

10 years agocgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=
Lennart Poettering [Thu, 11 Jul 2013 18:40:18 +0000 (20:40 +0200)]
cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=

This way we can nicely map the configuration directive to properties and
back, without requiring two different signatures for the same property.

10 years agomachined: forward scope properties array from client to systemd
Lennart Poettering [Thu, 11 Jul 2013 17:53:46 +0000 (19:53 +0200)]
machined: forward scope properties array from client to systemd

This makes nspawn's --scope= switch work again.

10 years agoupdate TODO
Lennart Poettering [Thu, 11 Jul 2013 17:16:11 +0000 (19:16 +0200)]
update TODO

10 years agosystemctl: show cgroup tree if cgroup is empty but has non-empty children
Lennart Poettering [Thu, 11 Jul 2013 17:15:01 +0000 (19:15 +0200)]
systemctl: show cgroup tree if cgroup is empty but has non-empty children

This makes sure "systemctl status user.slice" shows a nice cgroup tree
of all logged in users.

10 years agologinctl: suppress cgroup tree output if cgroup is empty
Lennart Poettering [Thu, 11 Jul 2013 17:14:38 +0000 (19:14 +0200)]
loginctl: suppress cgroup tree output if cgroup is empty

same for machinectl

10 years agoupdate TODO
Lennart Poettering [Thu, 11 Jul 2013 16:49:44 +0000 (18:49 +0200)]
update TODO

10 years agocgroup: simplify how instantiated units are mapped to cgroups
Lennart Poettering [Thu, 11 Jul 2013 16:47:20 +0000 (18:47 +0200)]
cgroup: simplify how instantiated units are mapped to cgroups

Previously for an instantiated unit foo@bar.service we created a cgroup
foo@.service/foo@bar.service, in order to place all instances of the
same template inside the same subtree. As we now implicitly add all
instantiated units into one per-template slice we don't need this
complexity anymore, and instance units can map directly to the cgroups
of their full name.

10 years agocgroup: don't ever try to destroy the cgroup of the root slice
Lennart Poettering [Thu, 11 Jul 2013 16:42:12 +0000 (18:42 +0200)]
cgroup: don't ever try to destroy the cgroup of the root slice

The root slice is after all the root cgroup, so don't attempt to delete
it.

10 years agocgroup: don't move systemd into systems.slice when running as --user instance
Lennart Poettering [Thu, 11 Jul 2013 16:37:14 +0000 (18:37 +0200)]
cgroup: don't move systemd into systems.slice when running as --user instance

10 years agocore: implicitly create a per-template slice for all instantiated units by default
Lennart Poettering [Thu, 11 Jul 2013 01:52:43 +0000 (03:52 +0200)]
core: implicitly create a per-template slice for all instantiated units by default

If no explicit slice is configured for an instantiated unit, create an
implicit one for all instances of the same template.

10 years agoconfigure: split checks for libkmod >= 14
Dave Reisner [Thu, 11 Jul 2013 14:33:48 +0000 (10:33 -0400)]
configure: split checks for libkmod >= 14

PKG_CHECK_EXISTS won't created a cached variable that later messes with
our PKG_CHECK_MODULES check for an explicit version. Unfortunately,
nesting these checks as the code existed lead to an odd error. Rather,
split the checks apart.

This also improves to the error message when the requisite version
isn't found, and supplies the literal version systemd needs.

10 years agokernel-install/90-loaderentry.install: do not fail for missing initrd
Harald Hoyer [Thu, 11 Jul 2013 11:42:14 +0000 (13:42 +0200)]
kernel-install/90-loaderentry.install: do not fail for missing initrd

10 years agobasic SO_REUSEPORT support
Shawn Landden [Mon, 8 Jul 2013 18:28:14 +0000 (18:28 +0000)]
basic SO_REUSEPORT support

10 years agounits: since we auto-spawn user@.service instances now we don need an [Install] secti...
Lennart Poettering [Wed, 10 Jul 2013 23:57:09 +0000 (01:57 +0200)]
units: since we auto-spawn user@.service instances now we don need an [Install] section in it

10 years agoupdate TODO
Lennart Poettering [Wed, 10 Jul 2013 23:56:45 +0000 (01:56 +0200)]
update TODO

10 years agocore: grant user@.service instances write access to their own cgroup
Lennart Poettering [Wed, 10 Jul 2013 23:56:12 +0000 (01:56 +0200)]
core: grant user@.service instances write access to their own cgroup

10 years agocore: rearrange if blocks a bit
Lennart Poettering [Wed, 10 Jul 2013 22:48:52 +0000 (00:48 +0200)]
core: rearrange if blocks a bit

10 years agoshutdown: avoid malloc() if we can
Lennart Poettering [Wed, 10 Jul 2013 22:35:01 +0000 (00:35 +0200)]
shutdown: avoid malloc() if we can

10 years agoupdate TODO
Lennart Poettering [Wed, 10 Jul 2013 22:28:35 +0000 (00:28 +0200)]
update TODO

10 years agologinctl: restore cgroup display for status output
Lennart Poettering [Wed, 10 Jul 2013 22:27:54 +0000 (00:27 +0200)]
loginctl: restore cgroup display for status output

Same for machinectl.

10 years agoshutdown: fix /proc/cmdline reading of 'quiet'
Kay Sievers [Wed, 10 Jul 2013 22:13:46 +0000 (00:13 +0200)]
shutdown: fix /proc/cmdline reading of 'quiet'

10 years agocore: uninstall cgroup agent only if we are running outside of a container
Lennart Poettering [Wed, 10 Jul 2013 21:50:28 +0000 (23:50 +0200)]
core: uninstall cgroup agent only if we are running outside of a container

Since the cgroupfs is currently not virtualized for containers we
shouldn't reset the hosts agent from the container.

10 years agocgroup: when uninstalling agent, actually turn it off first
Lennart Poettering [Wed, 10 Jul 2013 21:47:15 +0000 (23:47 +0200)]
cgroup: when uninstalling agent, actually turn it off first

10 years agoupdate TODO
Lennart Poettering [Wed, 10 Jul 2013 21:46:30 +0000 (23:46 +0200)]
update TODO

10 years agouser-sessions: rely on PID 1 to kill sessions
Lennart Poettering [Wed, 10 Jul 2013 21:39:46 +0000 (23:39 +0200)]
user-sessions: rely on PID 1 to kill sessions

As we want to centralized cgroup access we should stop killing the user
sessions directly from the systemd-user-sessions service. Instead, rely
on PID 1 doing this by adding the right ordering dependencies to the
session scope units.

10 years agologind: when creating the scope job fails, return this immediately to the client...
Lennart Poettering [Wed, 10 Jul 2013 21:33:17 +0000 (23:33 +0200)]
logind: when creating the scope job fails, return this immediately to the client that wants to register the session

Otherwise we'll hanging for the job to finish without any job existing.

Similar, for machined.

10 years agologind: don't misunderstand UnitRemoved signals during reloading
Lennart Poettering [Wed, 10 Jul 2013 21:31:40 +0000 (23:31 +0200)]
logind: don't misunderstand UnitRemoved signals during reloading

When PID 1 reloads the units logind/machined will see UnitRemoved
signals for all units. Instead of trusting these immediately, let's
check the actual unit state before considering a unit gone, so that
reloading PID 1 is not mistaken as the end of all sessions.

10 years agounit: when deserializing cgroup path add it back into cgroup hashmap
Lennart Poettering [Wed, 10 Jul 2013 19:17:37 +0000 (21:17 +0200)]
unit: when deserializing cgroup path add it back into cgroup hashmap

Also, properly remove cgroup path from hashmap when freeing unit.

10 years agounit: save description/slice of transient units to /run
Lennart Poettering [Wed, 10 Jul 2013 19:13:56 +0000 (21:13 +0200)]
unit: save description/slice of transient units to /run

This is necessary so that these properties survive a daemon reload.

10 years agocore: send out "Reloading" signal before and after doing a full reload/reexec of...
Lennart Poettering [Wed, 10 Jul 2013 19:10:53 +0000 (21:10 +0200)]
core: send out "Reloading" signal before and after doing a full reload/reexec of PID 1

Since we'll unload all units/job during a reload, and then readd them it
is really useful for clients to be aware of this phase hence sent a
signal out before and after. This signal is called "Reloading" (despite
the fact that it is also sent out during reexecution, which we consider
a special case in this context) and has one boolean parameter which is
true for the signal sent before the reload, and false for the signal
after the reload. The UnitRemoved/JobRremoved and UnitNew/JobNew due to
the reloading are guranteed to be between the pair of Reloading
messages.

10 years agosystemctl: suppress error message when doing "systemctl daemon-reexec"
Lennart Poettering [Wed, 10 Jul 2013 18:44:21 +0000 (20:44 +0200)]
systemctl: suppress error message when doing "systemctl daemon-reexec"

When we issue a reexecution request via the private socket we need to
expect a "Disconnected" in addition to "NoReply" when the connection is
terminated.

10 years agosystemctl: suppress error messages when checking whether a unit needs to be reloaded
Lennart Poettering [Wed, 10 Jul 2013 18:37:19 +0000 (20:37 +0200)]
systemctl: suppress error messages when checking whether a unit needs to be reloaded

10 years agoscope: don't require an initialized PIDs set when deserializing
Lennart Poettering [Wed, 10 Jul 2013 18:35:57 +0000 (20:35 +0200)]
scope: don't require an initialized PIDs set when deserializing

When a scope unit is created due to deserialization rather than client
request don't enforce that the PIDs set must be non-empty, since the
cgroup is already populated.

10 years agocore: while we are reloading don't suppress bus signals
Lennart Poettering [Wed, 10 Jul 2013 18:33:11 +0000 (20:33 +0200)]
core: while we are reloading don't suppress bus signals

While we are reloading we shouldn't suppress adding units to the bus
queue when there are no subscribers, simply because we might not have
deserialized the subscribers list yet. Hence, during reloading always
assume we have subscribers.

10 years agocore: serialize/deserialize bus subscribers
Lennart Poettering [Wed, 10 Jul 2013 17:24:03 +0000 (19:24 +0200)]
core: serialize/deserialize bus subscribers

10 years agocgroup: downgrade error message when we cannot remove a cgroup to debug
Lennart Poettering [Wed, 10 Jul 2013 00:01:29 +0000 (02:01 +0200)]
cgroup: downgrade error message when we cannot remove a cgroup to debug

Some units set KillMode=none to survive the initrd→rootfs transition. We
cannot remove their cgroups, but that shouldn't really be considered an
issue, so let's downgrade the error message.

10 years agoupdate TODO
Lennart Poettering [Wed, 10 Jul 2013 00:01:14 +0000 (02:01 +0200)]
update TODO

10 years agoudev: add builtin 'keyboard' to manage key mappings
Kay Sievers [Wed, 10 Jul 2013 14:02:24 +0000 (16:02 +0200)]
udev: add builtin 'keyboard' to manage key mappings

10 years agohwdb: allow list of lookup keys per given record
Kay Sievers [Wed, 10 Jul 2013 12:59:24 +0000 (14:59 +0200)]
hwdb: allow list of lookup keys per given record

This allows to specify:
  dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Model 231*:pvr*
  dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Series 12*:pvr*
   KEY_A=value
   KEY_B=value

Instead of:
  dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Model 231*:pvr*
   KEY_A=value
   KEY_B=value

  dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Series 12*:pvr*
   KEY_A=value
   KEY_B=value

10 years agoman: document systemd-run
Zbigniew Jędrzejewski-Szmek [Wed, 10 Jul 2013 05:24:46 +0000 (01:24 -0400)]
man: document systemd-run

10 years agoman: document four basic slices
Zbigniew Jędrzejewski-Szmek [Wed, 10 Jul 2013 05:33:13 +0000 (01:33 -0400)]
man: document four basic slices

10 years agohwdb: return false if no property is found
Kay Sievers [Tue, 9 Jul 2013 13:47:11 +0000 (15:47 +0200)]
hwdb: return false if no property is found

10 years agoman: improve word usage and grammar in logind.conf(5)
Jason St. John [Tue, 9 Jul 2013 11:12:05 +0000 (13:12 +0200)]
man: improve word usage and grammar in logind.conf(5)

10 years agoman: wording and grammar updates
Jan Engelhardt [Mon, 8 Jul 2013 16:19:02 +0000 (18:19 +0200)]
man: wording and grammar updates

10 years agoconfigure: fail if out-of-date kmod found and kmod not disabled
Tom Gundersen [Mon, 8 Jul 2013 22:12:35 +0000 (00:12 +0200)]
configure: fail if out-of-date kmod found and kmod not disabled

Almost everyone wants kmod support, so don't fail silently if the libs are
out-of-date.

kmod can still be explicitly disabled and if it is not found at all, we still
default to disabling it.

10 years agostatic-nodes: move creation of static nodes from udevd to tmpfiles
Tom Gundersen [Fri, 14 Jun 2013 20:56:39 +0000 (22:56 +0200)]
static-nodes: move creation of static nodes from udevd to tmpfiles

As of kmod v14, it is possible to export the static node information from
/lib/modules/`uname -r`/modules.devname in tmpfiles.d(5) format.

Use this functionality to let systemd-tmpfilesd create the static device nodes
at boot, and drop the functionality from systemd-udevd.

As an effect of this we can move from systemd-udevd to systemd-tmpfiles-setup-dev:

 * the conditional CAP_MKNOD (replaced by checking if /sys is mounted rw)
 * ordering before local-fs-pre.target (see 89d09e1b5c65a2d97840f682e0932c8bb499f166)

10 years agohwdb: import data
Kay Sievers [Mon, 8 Jul 2013 09:46:44 +0000 (11:46 +0200)]
hwdb: import data

10 years agohwdb: add --lookup-prefix= option
Kay Sievers [Mon, 8 Jul 2013 09:44:17 +0000 (11:44 +0200)]
hwdb: add --lookup-prefix= option

10 years agohwdb: remove too broad PNP* match from 20-acpi-vendor.hwdb
Kay Sievers [Sun, 7 Jul 2013 23:09:08 +0000 (01:09 +0200)]
hwdb: remove too broad PNP* match from 20-acpi-vendor.hwdb

10 years agoman: tweak the description of System/RuntimeMaxUse
Zbigniew Jędrzejewski-Szmek [Sun, 7 Jul 2013 03:33:26 +0000 (23:33 -0400)]
man: tweak the description of System/RuntimeMaxUse

https://bugs.freedesktop.org/show_bug.cgi?id=66657

10 years agoman: document machinectl and systemd-machined
Zbigniew Jędrzejewski-Szmek [Sun, 7 Jul 2013 02:22:05 +0000 (22:22 -0400)]
man: document machinectl and systemd-machined

10 years agosystemd-python: wrap sd_notify
Zbigniew Jędrzejewski-Szmek [Sat, 6 Jul 2013 02:15:54 +0000 (22:15 -0400)]
systemd-python: wrap sd_notify

_listen_fds() is modified to accept unset_environment arg as keyword,
to match new notify().

10 years agoupdate TODO
Kay Sievers [Fri, 5 Jul 2013 12:59:52 +0000 (14:59 +0200)]
update TODO

10 years agotests: add tests for string lookup tables
Zbigniew Jędrzejewski-Szmek [Fri, 5 Jul 2013 04:25:26 +0000 (00:25 -0400)]
tests: add tests for string lookup tables

The tests check if the tables have entries for all values
in the enum, and that the entries are unique.

10 years agosuppress status message output at shutdown when 'quiet' is given
Kay Sievers [Thu, 4 Jul 2013 22:32:05 +0000 (00:32 +0200)]
suppress status message output at shutdown when 'quiet' is given

10 years agocgroups-agent: remove ancient fallback code; turn connection error into warning
Kay Sievers [Thu, 4 Jul 2013 18:54:40 +0000 (20:54 +0200)]
cgroups-agent: remove ancient fallback code; turn connection error into warning

During re-execution and shutdown cgroups agents might not be able
to connect to systemd's private D-Bus socket, the printed error to
the console is misleding in that case, so turn it into a warning.

10 years agodisable the cgroups release agent when shutting down
Kay Sievers [Thu, 4 Jul 2013 18:31:18 +0000 (20:31 +0200)]
disable the cgroups release agent when shutting down

During shutdown, when we try to clean up all remaining processes, the
kernel will fork new agents every time a cgroup runs empty. These
new processes cause delays in the final SIGTERM, SIGKILL logic.

Apart from that, this should also avoid that the kernel-forked binaries
cause unpredictably timed access to the filesystem which we might need to
unmount.

10 years agopo: add dbus-scope.c to POTFILES.skip
William Giokas [Wed, 3 Jul 2013 23:00:46 +0000 (18:00 -0500)]
po: add dbus-scope.c to POTFILES.skip

10 years agocore/mount.c:mount_dump(): don't segfault, if mount is not mounted anymore
Harald Hoyer [Thu, 4 Jul 2013 09:01:47 +0000 (11:01 +0200)]
core/mount.c:mount_dump(): don't segfault, if mount is not mounted anymore

Don't segfault, if m->from_proc_self_mountinfo and m->from_fragment is
false.

https://bugzilla.redhat.com/show_bug.cgi?id=957783#c9

10 years agoupdate TODO
Lennart Poettering [Wed, 3 Jul 2013 23:09:04 +0000 (01:09 +0200)]
update TODO

10 years agoNEWS: no need to mention journalctl --user/--system twice v205
Lennart Poettering [Wed, 3 Jul 2013 15:49:43 +0000 (17:49 +0200)]
NEWS: no need to mention journalctl --user/--system twice

10 years agoupdate TODO
Lennart Poettering [Wed, 3 Jul 2013 14:49:54 +0000 (16:49 +0200)]
update TODO

10 years agoNEWS: mention set-log-level, --user, --system
Zbigniew Jędrzejewski-Szmek [Wed, 3 Jul 2013 15:20:17 +0000 (11:20 -0400)]
NEWS: mention set-log-level, --user, --system

10 years agobuild-sys: bump/correct library versions
Lennart Poettering [Wed, 3 Jul 2013 14:37:39 +0000 (16:37 +0200)]
build-sys: bump/correct library versions

10 years agobuild-sys: prepare v205
Lennart Poettering [Wed, 3 Jul 2013 14:33:53 +0000 (16:33 +0200)]
build-sys: prepare v205

10 years agologind/machined: properly notice when units are gc'ed
Lennart Poettering [Wed, 3 Jul 2013 13:12:58 +0000 (15:12 +0200)]
logind/machined: properly notice when units are gc'ed

10 years agobuild-sys: rename LEGACY to NOLEGACY to better reflect meaning
David Coppa [Wed, 3 Jul 2013 07:38:35 +0000 (09:38 +0200)]
build-sys: rename LEGACY to NOLEGACY to better reflect meaning

https://bugs.freedesktop.org/show_bug.cgi?id=66542

10 years agoman: more grammar improvements
Jan Engelhardt [Tue, 2 Jul 2013 03:44:04 +0000 (05:44 +0200)]
man: more grammar improvements

- place commas
- expand contractions (this is written prose :)
- add some missing words

10 years agokeymap: horizontally align comments in the same column
Jason St. John [Wed, 3 Jul 2013 11:15:12 +0000 (13:15 +0200)]
keymap: horizontally align comments in the same column

10 years agokeymap: improve consistency and general formatting of comments
Jason St. John [Wed, 3 Jul 2013 11:15:11 +0000 (13:15 +0200)]
keymap: improve consistency and general formatting of comments

10 years agoman: describe OBJECT_PID=
Zbigniew Jędrzejewski-Szmek [Wed, 3 Jul 2013 03:35:20 +0000 (23:35 -0400)]
man: describe OBJECT_PID=

10 years agobuild-sys: two files were missing in distcheck
Zbigniew Jędrzejewski-Szmek [Wed, 3 Jul 2013 02:55:45 +0000 (22:55 -0400)]
build-sys: two files were missing in distcheck

One is a typo, the other one doesn't actually exist yet.

10 years agobuild-sys: work around automake issue with files with a leading '-'
Kay Sievers [Thu, 27 Jun 2013 19:34:24 +0000 (21:34 +0200)]
build-sys: work around automake issue with files with a leading '-'

We should probably work around it, until it is sorted out.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728

10 years agobuild-sys: install rpm macros file to /usr/lib/rpm/macros.d
Fedora systemd team [Thu, 27 Jun 2013 14:30:12 +0000 (16:30 +0200)]
build-sys: install rpm macros file to /usr/lib/rpm/macros.d

RPM macros are moved from /etc to /usr, in the sprit of moving
in the direction of empty /etc.

RPM gained support for the new directory recently, in v. 4.10.90:
https://bugzilla.redhat.com/show_bug.cgi?id=846679.

10 years agoreplace tabs with spaces in various files
Jason St. John [Tue, 2 Jul 2013 11:24:48 +0000 (13:24 +0200)]
replace tabs with spaces in various files

The affected files in this patch had inconsistent use of tabs vs. spaces
for indentation, and this patch eliminates the stray tabs.

Also, the opening brace of sigchld_hdl() in activate.c was moved so the
opening braces are consistent throughout the file.

10 years agojournald: drop (deleted) from _EXE= fields
Zbigniew Jędrzejewski-Szmek [Sat, 29 Jun 2013 17:11:44 +0000 (13:11 -0400)]
journald: drop (deleted) from _EXE= fields

The kernel adds those when the file is deleted,
but we don't really care if the file is still there
or not. The downside is that if the filename ends
in ' (deleted)', this part of the filename will be
removed. Too bad.

10 years agoman: add more formatting markup
Zbigniew Jędrzejewski-Szmek [Sat, 29 Jun 2013 16:09:14 +0000 (12:09 -0400)]
man: add more formatting markup

10 years agoman: improve grammar and word formatting in numerous man pages
Jason St. John [Thu, 27 Jun 2013 19:51:44 +0000 (21:51 +0200)]
man: improve grammar and word formatting in numerous man pages

Use proper grammar, word usage, adjective hyphenation, commas,
capitalization, spelling, etc.

To improve readability, some run-on sentences or sentence fragments were
revised.

[zj: remove the space from 'file name', 'host name', and 'time zone'.]