Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | core,shutdown: don't bother with unmounting any mounts below /sys, /proc, ↵ | Lennart Poettering | |
/dev when shutting down After all, mounts below these directories are pretty much guaranteed to be virtual, and it's hence unnecessary to unmount them during shutdown. Moreover, in less-priviliged containers we might lack the rights to unmount them, hence don't even try. http://lists.freedesktop.org/archives/systemd-devel/2015-January/027113.html | |||
2015-01-23 | mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with ↵ | Lennart Poettering | |
them anymore | |||
2015-01-23 | tmpfiles: minor simplification | Zbigniew Jędrzejewski-Szmek | |
2015-01-23 | man: bring tmpfiles.d(5) in line with code | Zbigniew Jędrzejewski-Szmek | |
2015-01-23 | update TODO | Lennart Poettering | |
2015-01-23 | sd-bus: fix typo | Lennart Poettering | |
2015-01-23 | core: add a property that shows the current memory usage of a unit | Lennart Poettering | |
This is exposed the memory.usage_in_bytes cgroup property on the bus, and makes "systemctl status" show it in its default output. | |||
2015-01-22 | cgroup-show: remove duplicated check | Zbigniew Jędrzejewski-Szmek | |
After 3637713a20 it is not necessary anymore. | |||
2015-01-23 | update TODO | Lennart Poettering | |
2015-01-23 | nspawn: when mounting the cgroup hierarchies, use the exact same mount ↵ | Lennart Poettering | |
options for the superblock as the host Otherwise we'll generate kernel runtime warnings about non-matching mount options. | |||
2015-01-23 | nspawn: mount /tmp in the container, don't leave this to the container's init | Lennart Poettering | |
We really want /tmp to be properly mounted, especially in containers that lack CAP_SYS_ADMIN or that are not fully booted up and only get a shell, hence let's do so in nspawn already. | |||
2015-01-23 | nspawn: allow bind-mounting char and block files | Alban Crequy | |
2015-01-23 | update TODO | Lennart Poettering | |
2015-01-23 | importd: when listing transfers, show progress percentage | Lennart Poettering | |
With this change the pull protocol implementation processes will pass progress data to importd which then passes this information on via the bus. We use sd_notify() as generic transport for this communication, making importd listen to them, while matching the incoming messages to the right transfer. | |||
2015-01-23 | importd: fix bus policy | Lennart Poettering | |
2015-01-23 | machinectl: fix handling of --verify= argument for dkr downloads | Lennart Poettering | |
2015-01-23 | sd-bus: fix handling of double parameters in sd_bus_message_append() | Lennart Poettering | |
We really need to use va_arg() with the right type here as uint64_t and double might have the same size, but are passed differently as arguments. | |||
2015-01-23 | import: we need CAP_DAC_OVERRIDE for untarring systems after all | Lennart Poettering | |
2015-01-23 | core: zero size notify messages are OK | Lennart Poettering | |
2015-01-22 | tests: use assert_se instead of assert | Ronny Chevalier | |
Otherwise they can be optimized away with -DNDEBUG | |||
2015-01-22 | po: update french translation | Sylvain Plantefève | |
2015-01-22 | catalog: update french translation | Sylvain Plantefève | |
2015-01-22 | man: fix typos | Ronny Chevalier | |
2015-01-22 | sd-dhcp-client: use RFC4361-complient ClientID by default | Tom Gundersen | |
In addition to the benefits listed in the RFC, this allows DHCP to work also in case several interfaces share the same MAC address on the same link (IPVLAN). Note that this will make the ClientID (so probably the assigned IP address) change on upgrades. If it is desired to avoid that we would have to remember and write back the ID (which the library supports, but networkd currently does not). | |||
2015-01-22 | dhcp-identifier: create IAID even if no udev device can be found | Tom Gundersen | |
This is useful for testing. | |||
2015-01-22 | networkd: Introduce ip6gre and ip6gretap | Susant Sahani | |
This patch introduces ipv6 gre and gretap. test: ip6gre.netdev: [NetDev] Name=ip6gretap Kind=ip6gretap [Tunnel] Local=2a00:ffde:4567:edde::4987 Remote=2001:473:fece:cafe::5179 ip6gre.network: [Match] Name=eno16777736 [Network] Tunnel=ip6gretap ip link 6: ip6gre@eno16777736: <POINTOPOINT,NOARP> mtu 1448 qdisc noop state DOWN mode DEFAULT group default link/gre6 2a:00:ff:de:45:67:ed:de:00:00:00:00:00:00:49:87 peer 20:01:04:73:fe:ce:ca:fe:00:00:00:00:00:00:51:79 | |||
2015-01-22 | networkd: Introduce IP6 tunnel | Susant Sahani | |
This patch enables networkd to create IP6 tunnels example conf: ipip6.netdev: [NetDev] Name=ipip6-tunnel Kind=ip6tnl [Tunnel] Mode=ip4ipv6 Local=2a00:ffde:4567:edde::4987 Remote=2001:473:fece:cafe::5179 ipip6.network [Match] Name=wlan0 [Network] Tunnel=ipip6-tunnel 23: ipip6-tunnel@wlan0: <POINTOPOINT,NOARP> mtu 1452 qdisc noop state DOWN mode DEFAULT group default link/tunnel6 2a00:ffde:4567:edde::4987 peer 2001:473:fece:cafe::5179 | |||
2015-01-22 | networkd: introduce gretap | Susant Sahani | |
This patch introdeces gretap to networkd | |||
2015-01-22 | update TODO | Lennart Poettering | |
2015-01-22 | importd: run daemon at minimal capabilities | Lennart Poettering | |
2015-01-22 | cgroup-show: don't hit assert, when the extra pids array is empty | Lennart Poettering | |
2015-01-22 | importd: fix path to download binary | Lennart Poettering | |
2015-01-22 | import: lock tar into its own private network namespace | Lennart Poettering | |
That way it cannot get access to the network | |||
2015-01-22 | import: drop all capabilities when invoking tar | Lennart Poettering | |
2015-01-22 | update TODO | Lennart Poettering | |
2015-01-22 | import: only define the _to_string() enum mapping function, thus making gcc ↵ | Lennart Poettering | |
shut up | |||
2015-01-22 | import: now that the worker binary is called "systemd-pull" we can shorten ↵ | Lennart Poettering | |
the verbs Atfer all "systemd-pull pull-tar" is unnecessarily redundant, over "systemd-pull tar"... | |||
2015-01-22 | importd: try to minimize confusion by renaming "systemd-import" binary to ↵ | Lennart Poettering | |
"systemd-pull" This way "systemd-importd" is the daemon that uses "systemd-pull" as backend worker. | |||
2015-01-22 | machinectl: when downloading an image, clarify that C-c will not cancel the ↵ | Lennart Poettering | |
download, but continue it in the background | |||
2015-01-22 | machinectl: minor simplification | Lennart Poettering | |
2015-01-22 | machinectl: parse verify setting client-side | Lennart Poettering | |
2015-01-22 | importd: minor log improvements | Lennart Poettering | |
2015-01-22 | import: make the user verficiation keyring override the vendor keyring, ↵ | Lennart Poettering | |
instead of extending it This way the user has the ability to remove keys from the vendor-supplied keyring if he intends so. | |||
2015-01-22 | logind: fix sd_eviocrevoke ioctl call | Peter Hutterer | |
If the third argument is non-null, the kernel will always error out with EINVAL and devices won't get revoked. Reported-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2015-01-22 | machinectl: various minor updates to the --help text | Lennart Poettering | |
2015-01-22 | import: rename --verify=sum to --verify=checksum | Lennart Poettering | |
This is how we call it internally, and also a bit more descriptive. | |||
2015-01-22 | man: document new download magic | Lennart Poettering | |
2015-01-22 | import: add org.freedesktop.import1.policy.in to POTFILES.in | Piotr Drąg | |
https://bugs.freedesktop.org/show_bug.cgi?id=88705 | |||
2015-01-22 | kbd-model-map: add more mappings for Slovak, Lithuanian, and Khmer | Mindaugas Baranauskas | |
https://bugs.freedesktop.org/show_bug.cgi?id=88545 | |||
2015-01-22 | Use eurlatgr as the example console font | Marko Myllynen | |
See https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont https://bugzilla.redhat.com/show_bug.cgi?id=1182529 |