summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAge
* logind: log with AUTH facilityLennart Poettering2012-04-03
|
* systemctl: make -f short for both --follow and --forceLennart Poettering2012-04-03
|
* update TODOLennart Poettering2012-04-03
|
* update TODOLennart Poettering2012-04-02
|
* journal: implicitly add code location to all messages logged with the native ↵Lennart Poettering2012-04-02
| | | | | | | | | | | | | interface This logic can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION before including sd-journal.h. This also saves/restores errno in all logging functions, in order to be useful as logging calls without side-effects. This also adds a couple of __unlikely__ around the early checks in the logging calls, in order to minimize the runtime impact.
* journal: decrease default mmap window size to allow a bigger number of ↵Lennart Poettering2012-04-02
| | | | journals to be traversed in parallel
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-30
|
* units: don't mount tmpfs on /media anymoreLennart Poettering2012-03-27
| | | | | | | | | udisks2 doesn't use /media anymore, instead mounts removable media in a user-private directory beneath /run. /media is hence mostly obsolete and hence it makes little sense to continue to mount a tmpfs to it. Distributions should consider dropping the mount point entirely since nothing uses it anymore.
* journalctl: add --local switchLennart Poettering2012-03-27
|
* journalctl,loginctl: drop systemd- prefix in binary namesLennart Poettering2012-03-26
| | | | | | | | | | | | | | | | | | | | | | 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.
* update TODOLennart Poettering2012-03-22
|
* man: fix parameter name for sd_uid_xxx()Lennart Poettering2012-03-20
|
* man: make sure we ship HTML versions of the man pages in the tarballLennart Poettering2012-03-16
|
* man: document journal features of systemctl(1)Lennart Poettering2012-03-16
|
* update TODOKay Sievers2012-03-15
|
* journald: increase max file size to 128MBLennart Poettering2012-03-15
|
* virt: the pidns controller does not exist anymoreLennart Poettering2012-03-15
|
* update TODOLennart Poettering2012-03-14
|
* update TODOLennart Poettering2012-03-14
|
* update TODOLennart Poettering2012-03-14
|
* socket: if we fail to create an instantiated service for a socket, don't put ↵Lennart Poettering2012-03-14
| | | | | | | | | | | | | 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
* update TODOLennart Poettering2012-03-13
|
* socket: add option for SO_PASSECLennart Poettering2012-03-13
| | | | | | | 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)
* conf: enforce UTF8 validty everywhereLennart Poettering2012-03-12
| | | | | | 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.
* update TODOLennart Poettering2012-03-12
|
* update TODOLennart Poettering2012-03-06
|
* update TODOLennart Poettering2012-03-06
|
* update TODOLennart Poettering2012-03-06
|
* umount: don't try to umount /usr, if we are running from itLennart Poettering2012-03-06
|
* update TODOLennart Poettering2012-03-05
|
* update TODOLennart Poettering2012-03-05
|
* update TODOLennart Poettering2012-02-20
|
* update TODOLennart Poettering2012-02-20
|
* systemctl: introduce systemctl reboot -ffLennart Poettering2012-02-15
|
* update TODOLennart Poettering2012-02-15
|
* login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering2012-02-14
|
* update TODOKay Sievers2012-02-14
|
* TODOLennart Poettering2012-02-13
|
* TODOLennart Poettering2012-02-11
|
* main: fix reexecution of systemd, use right path to binaryLennart Poettering2012-02-09
|
* service: ignore SIGPIPE by defaultLennart Poettering2012-02-09
|
* update TODOLennart Poettering2012-02-09
|
* modules-load: use libkmod rather than modprobeTom Gundersen2012-02-09
|
* kmod-setup: use libkmod rather than modprobeTom Gundersen2012-02-09
|
* update TODOLennart Poettering2012-02-08
|
* update TODOLennart Poettering2012-02-07
|
* cgroup: when getting cgroup empty notifications, always search up the treeLennart Poettering2012-02-03
|
* update TODOLennart Poettering2012-02-03
|
* coredump: avoid coredump loops, divert coredump if journald itself is crashingLennart Poettering2012-02-02
|
* logind: add GetSessionByPID() bus callLennart Poettering2012-02-01
|