[systemd-commits] 2 commits - TODO man/sd_get_seats.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Feb 8 14:31:54 PST 2013
TODO | 10 +++++++++-
man/sd_get_seats.xml | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
New commits:
commit 79cd774324451baa86c341f36709ec4dd90100d9
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Feb 8 23:31:13 2013 +0100
man: fix prototype of sd_get_uids()
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml
index a300a05..4bdb5c3 100644
--- a/man/sd_get_seats.xml
+++ b/man/sd_get_seats.xml
@@ -65,7 +65,7 @@
<funcprototype>
<funcdef>int <function>sd_get_uids</function></funcdef>
- <paramdef>char*** <parameter>sessions</parameter></paramdef>
+ <paramdef>uid_t** <parameter>users</parameter></paramdef>
</funcprototype>
</funcsynopsis>
commit 990ffbe5cffe7f11a8d3ab2258a85fc52b97bf60
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Feb 8 23:25:55 2013 +0100
update TODO
diff --git a/TODO b/TODO
index 205aaa5..a36cf6f 100644
--- a/TODO
+++ b/TODO
@@ -56,10 +56,16 @@ Fedora 19:
Features:
+* support --root in msgcatalog and hwdb
+
+* document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
+
+* Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
+
* We should not set KDSKBMODE to K_UNICODE in vconsole-setup if the
kbd is currently in raw/off state.
-* Honour "-" for InaccessibleDirectories= and ReadOnlyDirectories= to
+* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to
suppress errors of the specified path doesn't exist
* dev-setup.c: when running in a container, create a tiny stub udev
@@ -70,6 +76,8 @@ Features:
* nspawn: investigate whether we can support the same as LXC's
lxc.network.type=phys mode, and pass through entire network
interfaces to the container
+* nspawn: maybe add a way to drop additional caps, in addition to add additional caps
+* nspawn: maybe explicitly reset loginuid?
* merge service_kill() logic into unit_kill_context() and unify the code paths
More information about the systemd-commits
mailing list