169c4f6513
journalctl,loginctl: drop systemd- prefix in binary names
...
Let's make things a bit easier to type, drop the systemd- prefix for
journalctl and loginctl, but provide the old names for compat.
All systemd binaries are hence now prefixed with "systemd-" with the
exception of the three primary user interface binaries:
systemctl
loginctl
journalctl
For those three we do provide systemd-xyz names as well, via symlinks:
systemd-systemctl → systemctl
systemd-loginctl → loginctl
systemd-journalctl → journalctl
We do this only for the *primary* user tools, in order to avoid
unnecessary namespace problems. That means tools like systemd-notify
stay the way they are.
2012-03-26 20:58:47 +02:00
6ba383fa49
update TODO
2012-03-22 01:42:34 +01:00
bd08f24224
man: fix parameter name for sd_uid_xxx()
2012-03-20 15:28:35 +01:00
38cacf5acd
man: make sure we ship HTML versions of the man pages in the tarball
2012-03-16 01:25:32 +01:00
5c3246b1a6
man: document journal features of systemctl(1)
2012-03-16 01:00:23 +01:00
d3c7d7dd77
update TODO
2012-03-15 12:43:53 +01:00
71100051c5
journald: increase max file size to 128MB
2012-03-15 02:57:39 +01:00
fb0864e7b9
virt: the pidns controller does not exist anymore
2012-03-15 00:43:47 +01:00
18da49531e
update TODO
2012-03-14 19:10:29 +01:00
8af0fcdb90
update TODO
2012-03-14 17:23:43 +01:00
0d1575814b
update TODO
2012-03-14 14:37:49 +01:00
9586cdfab6
socket: if we fail to create an instantiated service for a socket, don't put the socket in failure mode
...
An incoming connection that is immediately terminated might result in
getpeername() or a similar call failing. Hence it is quite possible that
while we are setting up an instantiated service for a socket we might
get an error and we shouldn't take this as hint to take the listening
socket down.
https://bugs.freedesktop.org/show_bug.cgi?id=45297
https://bugzilla.novell.com/show_bug.cgi?id=741590
2012-03-14 03:01:27 +01:00
6b80b9b8ee
update TODO
2012-03-13 13:44:47 +01:00
54ecda32c6
socket: add option for SO_PASSEC
...
https://bugzilla.redhat.com/show_bug.cgi?id=798760
(Note that this work is not complete yet, as the kernel seems to send us
useless data with SCM_SECURITY enabled)
2012-03-13 00:00:27 +01:00
7f110ff9b8
conf: enforce UTF8 validty everywhere
...
we need to make sure that configuration data we expose via the bus ends
up in using getting an assert(). Even though configuration data is only
parsed from trusted sources we should be more careful with what we read.
2012-03-12 22:22:21 +01:00
8d2831af71
update TODO
2012-03-12 14:01:27 +01:00
93e487fc8f
update TODO
2012-03-06 12:55:57 +01:00
0716c60e37
update TODO
2012-03-06 01:36:58 +01:00
4007e72e05
update TODO
2012-03-06 01:30:00 +01:00
9cacf56451
umount: don't try to umount /usr, if we are running from it
2012-03-06 01:28:32 +01:00
7d900eb6f5
update TODO
2012-03-05 22:55:49 +01:00
101f077676
update TODO
2012-03-05 14:09:27 +01:00
d0e5a33374
update TODO
2012-02-20 19:56:14 +01:00
f7f964eb36
update TODO
2012-02-20 15:54:28 +01:00
e606bb61d0
systemctl: introduce systemctl reboot -ff
2012-02-15 20:05:49 +01:00
068665b6fd
update TODO
2012-02-15 02:39:52 +01:00
51f58f083a
login: add new sd_session_get_type() and sd_session_get_class API calls
2012-02-14 21:54:00 +01:00
6edd7ca162
update TODO
2012-02-14 19:24:39 +01:00
15e9fbd851
TODO
2012-02-13 17:01:08 +01:00
53ed2eeb2e
TODO
2012-02-11 01:18:03 +01:00
05d02d8db0
main: fix reexecution of systemd, use right path to binary
2012-02-09 23:25:57 +01:00
353e12c2f4
service: ignore SIGPIPE by default
2012-02-09 03:18:04 +01:00
12ac304714
update TODO
2012-02-09 02:13:36 +01:00
83684a3553
modules-load: use libkmod rather than modprobe
2012-02-09 00:47:09 +01:00
728beb28a7
kmod-setup: use libkmod rather than modprobe
2012-02-09 00:43:05 +01:00
2496985585
update TODO
2012-02-08 21:59:28 +01:00
20908246d6
update TODO
2012-02-07 14:39:26 +01:00
acb14d318b
cgroup: when getting cgroup empty notifications, always search up the tree
2012-02-03 05:25:31 +01:00
680a1dbc35
update TODO
2012-02-03 05:06:03 +01:00
803a3464ce
coredump: avoid coredump loops, divert coredump if journald itself is crashing
2012-02-02 01:22:49 +01:00
c4aa65e714
logind: add GetSessionByPID() bus call
2012-02-01 19:04:54 +01:00
7e64c73a93
update TODO
2012-01-31 23:13:25 +01:00
b3e0604274
update TODO
2012-01-31 18:23:52 +01:00
36e43bddd0
update TODO
2012-01-23 22:03:32 +01:00
b61c90514e
update TODO
2012-01-23 22:02:43 +01:00
a558d00381
journal: move journal TODO into main TODO
2012-01-23 22:01:29 +01:00
7c69716810
util: use /dev/rtc symlink if possible before we go searching for a suitable device
2012-01-23 21:56:55 +01:00
51122dc9e3
util: open the first RTC that has hctosys=1 set
2012-01-21 03:15:54 +01:00
05aa9edde0
readahead: don't monopolize IO when replaying
2012-01-21 02:51:13 +01:00
c7eb4b85c3
update TODO
2012-01-21 01:19:57 +01:00