chiark / gitweb /
elogind.git
9 years agosd-network: expose DNS information
Tom Gundersen [Sun, 18 May 2014 20:05:09 +0000 (22:05 +0200)]
sd-network: expose DNS information

9 years agonetworkd: link - serialize DNS information
Tom Gundersen [Sun, 18 May 2014 20:04:14 +0000 (22:04 +0200)]
networkd: link - serialize DNS information

9 years agosd-dhcp-lease: move in_addr (de)serialization to shared network code
Tom Gundersen [Sun, 18 May 2014 20:02:42 +0000 (22:02 +0200)]
sd-dhcp-lease: move in_addr (de)serialization to shared network code

9 years agosd-login: add C API to query primary session of a user
Lennart Poettering [Mon, 19 May 2014 00:33:20 +0000 (09:33 +0900)]
sd-login: add C API to query primary session of a user

9 years agologind: fix Display property of user objects
Lennart Poettering [Mon, 19 May 2014 00:03:20 +0000 (09:03 +0900)]
logind: fix Display property of user objects

When we dropped support for creating a per-user to the "main" X11
display we stopped returning useful data in the "Display" user property.
With this change this is fixed and we again expose an appropriate
(graphical session) in the property that is useful as the "main" one, if
one is needed.

9 years agogudev: add missing (nullable) annotations on return values
Evan Nemerson [Sun, 18 May 2014 07:25:06 +0000 (00:25 -0700)]
gudev: add missing (nullable) annotations on return values

9 years agoupdate TODO
Lennart Poettering [Sun, 18 May 2014 16:54:31 +0000 (01:54 +0900)]
update TODO

9 years agoanalyze: read host and system information from remote
Djalal Harouni [Wed, 23 Apr 2014 22:03:35 +0000 (23:03 +0100)]
analyze: read host and system information from remote

This makes "systemd-analyze plot" read host information from remote.

While we are it show if this is a virtualized system.

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

Reported-by: Zach <zachcook1991@gmail.com>
9 years agohostnamed: expose KernelVersion on the bus
Djalal Harouni [Wed, 23 Apr 2014 22:03:34 +0000 (23:03 +0100)]
hostnamed: expose KernelVersion on the bus

This is needed to fix bug:

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

Reported-by: Zach <zachcook1991@gmail.com>
9 years agobuild: Compile everything with PIE
Cristian Rodríguez [Sun, 18 May 2014 15:46:42 +0000 (11:46 -0400)]
build: Compile everything with PIE

9 years agocore: Filter by state behind the D-Bus API, not in the systemctl client.
David Strauss [Mon, 28 Apr 2014 19:08:32 +0000 (12:08 -0700)]
core: Filter by state behind the D-Bus API, not in the systemctl client.

9 years agomachined: make sure GetMachineAddresses() is available for unprivileged processes
Lennart Poettering [Sun, 18 May 2014 15:47:26 +0000 (00:47 +0900)]
machined: make sure GetMachineAddresses() is available for unprivileged processes

9 years agofix spelling of privilege
Nis Martensen [Sun, 18 May 2014 13:43:18 +0000 (15:43 +0200)]
fix spelling of privilege

9 years agoupdate TODO
Lennart Poettering [Sun, 18 May 2014 11:49:14 +0000 (20:49 +0900)]
update TODO

9 years agomachined: add logic to query IP addresses of containers
Lennart Poettering [Sun, 18 May 2014 11:48:53 +0000 (20:48 +0900)]
machined: add logic to query IP addresses of containers

9 years agonetwork: always take possession of host side of nspawn veth tunnels and do IPv4LL...
Lennart Poettering [Sat, 17 May 2014 19:32:13 +0000 (21:32 +0200)]
network: always take possession of host side of nspawn veth tunnels and do IPv4LL on them

9 years agoupdate TODO
Lennart Poettering [Sat, 17 May 2014 19:13:53 +0000 (21:13 +0200)]
update TODO

9 years agotimesyncd: make use of floating event sources for signal handling
Lennart Poettering [Sat, 17 May 2014 19:13:10 +0000 (21:13 +0200)]
timesyncd: make use of floating event sources for signal handling

9 years agotimesyncd: enable watchdog support
Lennart Poettering [Sat, 17 May 2014 19:11:00 +0000 (21:11 +0200)]
timesyncd: enable watchdog support

9 years agotimesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still with...
Lennart Poettering [Sat, 17 May 2014 18:33:47 +0000 (20:33 +0200)]
timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still with CAP_SYS_TIME)

9 years agoman: note that entire sections can now be ignored
Michael Marineau [Sat, 17 May 2014 23:09:08 +0000 (16:09 -0700)]
man: note that entire sections can now be ignored

Prefixing a section name with "X-" will cause it and all of its contents
to be silently ignored as of commit 342aea19.

9 years agonetworkd: log - only log about udev initalization on debug level
Tom Gundersen [Fri, 16 May 2014 19:25:46 +0000 (21:25 +0200)]
networkd: log - only log about udev initalization on debug level

9 years agonetworkd: keep list of active addresses
Tom Gundersen [Thu, 15 May 2014 22:28:22 +0000 (00:28 +0200)]
networkd: keep list of active addresses

9 years agonetworkd: IP address equality
Tom Gundersen [Thu, 15 May 2014 22:27:56 +0000 (00:27 +0200)]
networkd: IP address equality

9 years agoTODO
Tom Gundersen [Thu, 15 May 2014 22:26:37 +0000 (00:26 +0200)]
TODO

9 years agoudev: avoid use of uninitialized err
Thomas Hindoe Paaboel Andersen [Fri, 16 May 2014 21:46:48 +0000 (23:46 +0200)]
udev: avoid use of uninitialized err

After 1ea972174baba40dbc80c51cbfc4edc49764b59b err is no longer
set unless we hit a special case. Initialize it to 0 and remove
a check that will never fail.

9 years agosystemctl: more cleanup
Thomas Hindoe Paaboel Andersen [Fri, 16 May 2014 21:37:54 +0000 (23:37 +0200)]
systemctl: more cleanup

This is followup on 05cae7f3431446236139434ee58a6275f3cb31e8

I think the intention was to use the newly introduced 'path'
variable in the inner loop instead of p.

9 years agoconf-parser: silently ignore sections starting with "X-"
Michael Marineau [Fri, 16 May 2014 23:58:31 +0000 (16:58 -0700)]
conf-parser: silently ignore sections starting with "X-"

This allows external tools to keep additional unit information in a
separate section without scaring users with a big warning.

9 years agoman: logind.conf: fix grammar issues, unclear wording, and unclear default values
Jason St. John [Sat, 17 May 2014 02:52:17 +0000 (22:52 -0400)]
man: logind.conf: fix grammar issues, unclear wording, and unclear default values

9 years agohwdb: Update database of Bluetooth company identifiers
Marcel Holtmann [Fri, 16 May 2014 22:57:35 +0000 (15:57 -0700)]
hwdb: Update database of Bluetooth company identifiers

9 years agobus: fix unitialized variable access in error path
Zbigniew Jędrzejewski-Szmek [Fri, 16 May 2014 03:27:59 +0000 (23:27 -0400)]
bus: fix unitialized variable access in error path

9 years agonetworkd: add missing files
Tom Gundersen [Fri, 16 May 2014 18:14:23 +0000 (20:14 +0200)]
networkd: add missing files

9 years agocore: let selinux_setup() load policy more than once
Will Woods [Fri, 25 Apr 2014 22:26:34 +0000 (18:26 -0400)]
core: let selinux_setup() load policy more than once

When you switch-root into a new root that has SELinux policy, you're
supposed to to run selinux_init_load_policy() to set up SELinux and load
policy. Normally this gets handled by selinux_setup().

But if SELinux was already initialized, selinux_setup() skips loading
policy and returns 0. So if you load policy normally, and then you
switch-root to a new root that has new policy, selinux_setup() never
loads the new policy. What gives?

As far as I can tell, this check is an artifact of how selinux_setup()
worked when it was first written (see commit c4dcdb9 / systemd v12):

  * when systemd starts, run selinux_setup()
  * if selinux_setup() loads policy OK, restart systemd

So the "if policy already loaded, skip load and return 0" check was
there to prevent an infinite re-exec loop.

Modern systemd only calls selinux_setup() on initial load and after
switch-root, and selinux_setup() no longer restarts systemd, so we don't
need that check to guard against the infinite loop anymore.

So: this patch removes the "return 0", thus allowing selinux_setup() to
actually perform SELinux setup after switch-root.

We still want to check to see if SELinux is initialized, because if
selinux_init_load_policy() fails *but* SELinux is initialized that means
we still have (old) policy active. So we don't need to halt if
enforce=1.

9 years agologind: allow suspending if there are no displays
Mantas Mikulėnas [Sun, 27 Apr 2014 21:58:56 +0000 (00:58 +0300)]
logind: allow suspending if there are no displays

With proprietary graphics drivers, there won't be any 'drm' devices in
sysfs, so logind will never suspend the system upon closing the lid,
even if only one (internal) display is connected. This has been reported
by multiple users so far.

IMHO, it's better to suspend the system in this case for safety reasons,
to avoid having nvidia blob users' laptops overheat, for the same reason
that sleep inhibitors are overridden (LidSwitchIgnoreInhibited=yes).

9 years agonetworkd: manager - read fallback DNS servers from config file
Tom Gundersen [Fri, 16 May 2014 17:44:22 +0000 (19:44 +0200)]
networkd: manager - read fallback DNS servers from config file

We will still use the compiled-in defaults if no DNS entry exists in the config file.

9 years agonetworkd: network - store DNS servers in List rather than Set
Tom Gundersen [Fri, 16 May 2014 17:43:12 +0000 (19:43 +0200)]
networkd: network - store DNS servers in List rather than Set

This way we preserve the order of preference.

9 years agonetworkd: also add IPv6 DNS servers by default
Tom Gundersen [Fri, 16 May 2014 15:34:43 +0000 (17:34 +0200)]
networkd: also add IPv6 DNS servers by default

9 years agonspawn: properly format container_uuid in UUID format
Lennart Poettering [Fri, 16 May 2014 17:37:19 +0000 (19:37 +0200)]
nspawn: properly format container_uuid in UUID format

http://lists.freedesktop.org/archives/systemd-devel/2014-April/018971.html

9 years agoman: update journald rate limit defaults
Mantas Mikulėnas [Wed, 30 Apr 2014 16:53:13 +0000 (19:53 +0300)]
man: update journald rate limit defaults

This brings the man page back into sync with the actual code.

9 years agopath-lookup: don't hardcode .config
Tanu Kaskinen [Sat, 3 May 2014 08:52:13 +0000 (11:52 +0300)]
path-lookup: don't hardcode .config

If XDG_CONFIG_HOME is set, then we should respect that.

9 years agopath-util: add path_make_relative()
Tanu Kaskinen [Sat, 3 May 2014 08:52:12 +0000 (11:52 +0300)]
path-util: add path_make_relative()

In user_dirs() in path-lookup.c, I want to replace this:
        symlink("../../../.config/systemd/user", data_home);
with
        symlink(config_home, data_home);
to avoid hardcoding .config when XDG_CONFIG_HOME is set.

The problem is that config_home is an absolute path, and it's better
to make the symlink relative. path_make_relative() is an utility
function that converts an absolute path into a relative one.

9 years agofsck: Allow to specify the fsck repair option in the cmdline
Holger Hans Peter Freyther [Thu, 15 May 2014 17:07:43 +0000 (19:07 +0200)]
fsck: Allow to specify the fsck repair option in the cmdline

Some unattended systems do not have a console attached and entering
the default rescue mode will not be too helpful. Allow to specify
the "-y" option to attempt to fix all filesystem errors.

Manually verified by downloading an image.gz of e2fsprogs, using
losetup and running systemd-fsck on the loop device and varying
the fsck.repair=preen|yes|no option.

9 years agonetworkd: hardcode a set of default dns servers
Tom Gundersen [Fri, 16 May 2014 13:24:09 +0000 (15:24 +0200)]
networkd: hardcode a set of default dns servers

Similarly to NTP servers, this can be set at compile-time.

9 years agoman: readahead: fix cmdline switch inconsistency between readahead.c and docs
Alison Chaiken [Fri, 16 May 2014 07:25:53 +0000 (09:25 +0200)]
man: readahead: fix cmdline switch inconsistency between readahead.c and docs

Source code has "files-max" and XML has --max-files.

9 years agoreadahead: modernizations
Lennart Poettering [Fri, 16 May 2014 15:07:51 +0000 (17:07 +0200)]
readahead: modernizations

9 years agoman: fix some minor language typos
Lennart Poettering [Fri, 16 May 2014 14:51:56 +0000 (16:51 +0200)]
man: fix some minor language typos

9 years agobuild-sys: at configure check for verifying that ln supports --relative
Lennart Poettering [Fri, 16 May 2014 14:51:42 +0000 (16:51 +0200)]
build-sys: at configure check for verifying that ln supports --relative

9 years agonetwork: always create /run/systemd/network/links
Lennart Poettering [Fri, 16 May 2014 13:56:44 +0000 (15:56 +0200)]
network: always create /run/systemd/network/links

This ways the networkd client library should work even if networkd is
not running.

http://lists.freedesktop.org/archives/systemd-devel/2014-May/019242.html

9 years agoRevert "networkd: order after udev kernel socket"
Tom Gundersen [Fri, 16 May 2014 12:48:58 +0000 (14:48 +0200)]
Revert "networkd: order after udev kernel socket"

This reverts commit a555350d47c4b70d716a63424933b34902c98300.

This did not fix the problem, just made it harder to hit.

9 years agonetworkd: log the initialization status of links
Tom Gundersen [Fri, 16 May 2014 12:47:43 +0000 (14:47 +0200)]
networkd: log the initialization status of links

9 years agoTODO
Tom Gundersen [Thu, 15 May 2014 22:26:37 +0000 (00:26 +0200)]
TODO

9 years agonetworkd: fix typo
Tom Gundersen [Thu, 15 May 2014 21:14:52 +0000 (23:14 +0200)]
networkd: fix typo

9 years agonetworkd: rename Address and Route list fields
Tom Gundersen [Thu, 15 May 2014 18:10:33 +0000 (20:10 +0200)]
networkd: rename Address and Route list fields

9 years agotimesyncd: fix typo in comment
Kay Sievers [Thu, 15 May 2014 23:27:57 +0000 (01:27 +0200)]
timesyncd: fix typo in comment

9 years agoman: clarify that the ExecReload= command should be synchronous
Lennart Poettering [Thu, 15 May 2014 23:33:22 +0000 (01:33 +0200)]
man: clarify that the ExecReload= command should be synchronous

http://lists.freedesktop.org/archives/systemd-devel/2014-May/019054.html

9 years agocore: make sure to serialize jobs for all units
Lennart Poettering [Thu, 15 May 2014 23:15:03 +0000 (01:15 +0200)]
core: make sure to serialize jobs for all units

Previously we wouldn't serialize jobs for units that themselves have
nothing to serialize.

http://lists.freedesktop.org/archives/systemd-devel/2014-May/019051.html

9 years agoUpdate TODO
Lennart Poettering [Thu, 15 May 2014 22:23:26 +0000 (00:23 +0200)]
Update TODO

9 years agotimesyncd: fix error path return value
Kay Sievers [Thu, 15 May 2014 18:50:02 +0000 (20:50 +0200)]
timesyncd: fix error path return value

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

9 years agotimesyncd: limit capabilities to CAP_SYS_TIME
Lennart Poettering [Thu, 15 May 2014 16:55:19 +0000 (18:55 +0200)]
timesyncd: limit capabilities to CAP_SYS_TIME

9 years agonetwork: fix build failure, missing KMOD_XXX flags
Cristian Rodríguez [Tue, 13 May 2014 23:35:20 +0000 (19:35 -0400)]
network: fix build failure, missing KMOD_XXX flags

- Add KMOD_CFLAGS and KMOD_LIBS where appropiate
- networkd now requires kmod. make --disable-kmod --enable-networkd
to raise an error.

9 years agologind: bring polkit policy for hibernate in line with suspend/poweroff/reboot
Lennart Poettering [Thu, 15 May 2014 16:30:07 +0000 (18:30 +0200)]
logind: bring polkit policy for hibernate in line with suspend/poweroff/reboot

THere's no reason why hibernate should be better protected then
suspendor poweroff, so sync the policies.

9 years agonetworkd: logging - align messages
Tom Gundersen [Thu, 15 May 2014 15:43:14 +0000 (17:43 +0200)]
networkd: logging - align messages

9 years agonetworkd: log ifindices when links and netdevs are added
Tom Gundersen [Thu, 15 May 2014 13:54:28 +0000 (15:54 +0200)]
networkd: log ifindices when links and netdevs are added

9 years agonetworkd: rename NetDev variable for consistency with Link
Tom Gundersen [Thu, 15 May 2014 13:48:37 +0000 (15:48 +0200)]
networkd: rename NetDev variable for consistency with Link

9 years agosd-bus: make sure we properly handle NULL callback functions
Lennart Poettering [Thu, 15 May 2014 15:54:32 +0000 (17:54 +0200)]
sd-bus: make sure we properly handle NULL callback functions

9 years agoselinux: fix build for non-selinux systems
Lennart Poettering [Thu, 15 May 2014 15:48:28 +0000 (17:48 +0200)]
selinux: fix build for non-selinux systems

9 years agosd-bus: fix an assert when running in kdbus mode
Lennart Poettering [Thu, 15 May 2014 15:42:39 +0000 (17:42 +0200)]
sd-bus: fix an assert when running in kdbus mode

9 years agoresolve: fix copy/paste error
Lennart Poettering [Thu, 15 May 2014 15:31:14 +0000 (17:31 +0200)]
resolve: fix copy/paste error

9 years agosd-bus: don't hit assert when installing match
Lennart Poettering [Thu, 15 May 2014 15:26:02 +0000 (17:26 +0200)]
sd-bus: don't hit assert when installing match

9 years agoupdate TODO
Lennart Poettering [Thu, 15 May 2014 15:25:46 +0000 (17:25 +0200)]
update TODO

9 years agosd-bus: always keep slot reference while dispatching callback
Lennart Poettering [Thu, 15 May 2014 15:08:24 +0000 (17:08 +0200)]
sd-bus: always keep slot reference while dispatching callback

Also, make sure we automatically destroy reply callbacks that are
floating.

9 years agosd-resolve: add "floating" resolve queries
Lennart Poettering [Thu, 15 May 2014 14:34:38 +0000 (16:34 +0200)]
sd-resolve: add "floating" resolve queries

Same story as for sd-bus and sd-event: allow passing NULL to store query
in in which case the query is freed automatically.

9 years agosd-event: introduce concept of "floating" event sources
Lennart Poettering [Wed, 14 May 2014 23:55:18 +0000 (01:55 +0200)]
sd-event: introduce concept of "floating" event sources

These are the counterpart of "floating" bus slots, i.e. event sources
that are bound to the lifetime of the event object itself, and thus
don't require an explicit reference to be kept.

9 years agocore: close socket fds asynchronously
Zbigniew Jędrzejewski-Szmek [Tue, 13 May 2014 21:22:13 +0000 (23:22 +0200)]
core: close socket fds asynchronously

http://lists.freedesktop.org/archives/systemd-devel/2014-April/018928.html

9 years agosystemctl: small cleanup
Zbigniew Jędrzejewski-Szmek [Thu, 24 Apr 2014 15:23:38 +0000 (17:23 +0200)]
systemctl: small cleanup

9 years agoreadahead: add test to show fs_on_ssd() result
Zbigniew Jędrzejewski-Szmek [Wed, 14 May 2014 13:44:19 +0000 (09:44 -0400)]
readahead: add test to show fs_on_ssd() result

9 years agonetworkd, build-sys: spelling fix
Zbigniew Jędrzejewski-Szmek [Sun, 11 May 2014 12:34:26 +0000 (08:34 -0400)]
networkd, build-sys: spelling fix

9 years agoMake sure that keys are properly removed from hashmap
Zbigniew Jędrzejewski-Szmek [Fri, 18 Apr 2014 02:12:25 +0000 (22:12 -0400)]
Make sure that keys are properly removed from hashmap

This is a speculative fix for https://bugzilla.redhat.com/show_bug.cgi?id=1088865.
Even though I cannot find a code path that where this would be
an issue, for consistency, if we assume that cgroup_path might have
been set before we got to unit_deserialize, we should make sure that
the unit is removed from the hashmap before we free the key. This seems
to be the only place where the key could be prematurely freed, leading to
hashmap corruption.

9 years agoRemove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek [Fri, 25 Apr 2014 11:45:15 +0000 (07:45 -0400)]
Remove unnecessary casts in printfs

No functional change expected :)

9 years agoMake systemctl --root look for files in the proper places
Zbigniew Jędrzejewski-Szmek [Thu, 24 Apr 2014 05:44:10 +0000 (01:44 -0400)]
Make systemctl --root look for files in the proper places

Running systemctl enable/disable/set-default/... with the --root
option under strace reveals that it accessed various files and
directories in the main fs, and not underneath the specified root.
This can lead to correct results only when the layout and
configuration in the container are identical, which often is not the
case. Fix this by adding the specified root to all file access
operations.

This patch does not handle some corner cases: symlinks which point
outside of the specified root might be interpreted differently than
they would be by the kernel if the specified root was the real root.
But systemctl does not create such symlinks by itself, and I think
this is enough of a corner case not to be worth the additional
complexity of reimplementing link chasing in systemd.

Also, simplify the code in a few places and remove an hypothetical
memory leak on error.

9 years agoshared/install: do not prefix created symlink with root path
Zbigniew Jędrzejewski-Szmek [Mon, 21 Apr 2014 23:17:40 +0000 (19:17 -0400)]
shared/install: do not prefix created symlink with root path

Before: /var/tmp/inst1//etc/systemd/system/default.target -> /var/tmp/inst1//usr/lib/systemd/system/graphical.target
After: /var/tmp/inst1/etc/systemd/system/default.target -> /usr/lib/systemd/system/graphical.target

9 years agoFix typos in systemctl manpage
Eelco Dolstra [Thu, 15 May 2014 11:11:00 +0000 (13:11 +0200)]
Fix typos in systemctl manpage

9 years agoudev: do not skip the execution of RUN when renaming a network device fails
Kay Sievers [Tue, 13 May 2014 22:34:49 +0000 (00:34 +0200)]
udev: do not skip the execution of RUN when renaming a network device fails

9 years agosd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached...
Lennart Poettering [Wed, 14 May 2014 23:15:30 +0000 (01:15 +0200)]
sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection

This makes callback behaviour more like sd-event or sd-resolve, and
creates proper object for unregistering callbacks.

Taking the refernce to the slot is optional. If not taken life time of
the slot will be bound to the underlying bus object (or in the case of
an async call until the reply has been recieved).

9 years agosd-event: reorder header slightly
Lennart Poettering [Wed, 14 May 2014 22:44:29 +0000 (00:44 +0200)]
sd-event: reorder header slightly

9 years agohashmap: add hashmap_remove2() to remove item from hashtable and return both value...
Lennart Poettering [Wed, 14 May 2014 22:43:44 +0000 (00:43 +0200)]
hashmap: add hashmap_remove2() to remove item from hashtable and return both value and key

9 years agocore: no need to pass bus object to selinux access check calls anymore
Lennart Poettering [Wed, 14 May 2014 20:44:45 +0000 (22:44 +0200)]
core: no need to pass bus object to selinux access check calls anymore

9 years agobus: add userdata API for bus name tracker objects
Lennart Poettering [Tue, 6 May 2014 17:15:36 +0000 (19:15 +0200)]
bus: add userdata API for bus name tracker objects

9 years agocore: sysvcompat - avoid repeated function call
Tom Gundersen [Wed, 14 May 2014 20:03:14 +0000 (22:03 +0200)]
core: sysvcompat - avoid repeated function call

9 years agocore: sysvcompat - $network should be equivalent to network-online, rather than netwo...
Tom Gundersen [Mon, 12 May 2014 19:26:54 +0000 (21:26 +0200)]
core: sysvcompat - $network should be equivalent to network-online, rather than network target

Most likely the  facility needed is actual connectivity, rather than whether or not the
network managment daemon is running.

We also need to explicitly pull in the network-online.target, as it is not active by
default.

This means {systemd-networkd,NetworkManager}-wait-online.service, can be enabled by default
as part of network-online.target, and only delay boot when some service actively pulls it in.

See: <https://bugzilla.gnome.org/show_bug.cgi?id=728965>

Cc: Pavel Šimerda <psimerda@redhat.com>
Cc: Michal Sekletar <msekleta@redhat.com>
9 years agoshared: add ring buffer
David Herrmann [Tue, 13 May 2014 18:08:18 +0000 (20:08 +0200)]
shared: add ring buffer

New "struct ring" object that implements a basic ring buffer for arbitrary
byte-streams. A new basic runtime test is also added.

This will be needed for our pty helpers for systemd-console and friends.

9 years agoshared: add ALIGN_POWER2 macro
David Herrmann [Tue, 13 May 2014 17:47:58 +0000 (19:47 +0200)]
shared: add ALIGN_POWER2 macro

Sounds easy, turns out to be horrible to implement: ALIGN_POWER2 returns
the next higher power of 2. clz(0) is undefined, same is true for
left-shift-overflows, yey, C rocks!

9 years agoreplace more dup() by F_DUPFD_CLOEXEC
Lennart Poettering [Tue, 13 May 2014 14:40:53 +0000 (16:40 +0200)]
replace more dup() by F_DUPFD_CLOEXEC

9 years agopam_systemd: use F_DUPFD_CLOEXEC when dupping session fds
Lennart Poettering [Tue, 13 May 2014 14:35:34 +0000 (16:35 +0200)]
pam_systemd: use F_DUPFD_CLOEXEC when dupping session fds

http://lists.freedesktop.org/archives/systemd-devel/2014-May/019034.html

9 years agoudev: rename netif - properly break lines in kmsg
Tom Gundersen [Tue, 13 May 2014 10:23:14 +0000 (12:23 +0200)]
udev: rename netif - properly break lines in kmsg

Before:

30,997,4553484,-;systemd-udevd[439]: renamed network interface wwan0 to wwp0s20u4i6systemd-udevd[439]: renamed network interface wlan0 to wlp3s0
30,998,1175077801,c;systemd-udevd[2345]: renamed network interface wwan0 to wwp0s20u4i6

After:

30,834,4553484,-;systemd-udevd[439]: renamed network interface wwan0 to wwp0s20u4i6
30,835,4732949,-;systemd-udevd[439]: renamed network interface wlan0 to wlp3s0
30,988,1175077801,-;systemd-udevd[2345]: renamed network interface wwan0 to wwp0s20u4i6

9 years agotimesyncd: start after networkd
Tom Gundersen [Tue, 13 May 2014 07:39:03 +0000 (09:39 +0200)]
timesyncd: start after networkd

This is needed for the network monitor to work (as it requires networkd to set up the correct directories first).

9 years agonetworkd-ipip-tunnel: add support ttl
Susant Sahani [Fri, 2 May 2014 17:59:56 +0000 (23:29 +0530)]
networkd-ipip-tunnel: add support ttl

Add support for ipip tunnel ttl.

9 years agonetworkd: Add todo patch kernel for tunnel module alias
Susant Sahani [Thu, 1 May 2014 10:46:55 +0000 (16:16 +0530)]
networkd: Add todo patch kernel for tunnel module alias

Add to todo :

1. Patch kernel to support module alias for tunnel device
2. Remove libkmod dependency from networkd

9 years agonetworkd: manager - don't leak kmod context
Tom Gundersen [Mon, 12 May 2014 15:11:13 +0000 (17:11 +0200)]
networkd: manager - don't leak kmod context

Also, keep the kmod_new internal to networkd-manager.c

9 years agonetworkd: unit - add cap to load modules
Tom Gundersen [Mon, 12 May 2014 15:37:52 +0000 (17:37 +0200)]
networkd: unit - add cap to load modules

Remember to drop this when the kernel gains autoloading for all netdev kinds.