Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-24 | update TODO | Lennart Poettering | |
2012-10-23 | update TODO | Lennart Poettering | |
2012-10-23 | udev: add hardware database support | Kay Sievers | |
2012-10-23 | update TODO | Lennart Poettering | |
2012-10-23 | update TODO | Lennart Poettering | |
2012-10-20 | update TODO | Lennart Poettering | |
2012-10-19 | Update TODO | Lennart Poettering | |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering | |
2012-10-18 | update TODO | Lennart Poettering | |
2012-10-17 | update TODO | Lennart Poettering | |
2012-10-17 | timedatectl: introduce new command line client for timedated | Lennart Poettering | |
Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings. | |||
2012-10-16 | update TODO | Lennart Poettering | |
2012-10-16 | update TODO | Lennart Poettering | |
2012-10-15 | update TODO | Lennart Poettering | |
2012-10-11 | journalctl: implement --since= and --until for filtering by time | Lennart Poettering | |
2012-10-10 | update TODO | Lennart Poettering | |
2012-10-08 | update TODO | Lennart Poettering | |
2012-10-08 | Shrink TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-04 | update TODO | Lennart Poettering | |
2012-10-04 | update TODO | Lennart Poettering | |
2012-10-03 | update TODO | Lennart Poettering | |
2012-10-02 | TODO | Lennart Poettering | |
2012-10-02 | update TODO | Kay Sievers | |
2012-10-02 | update TODO | Kay Sievers | |
2012-10-02 | update TODO | Kay Sievers | |
2012-09-27 | update TODO | Lennart Poettering | |
2012-09-24 | update TODO | Lennart Poettering | |
2012-09-24 | main: don't try to mout cpuset with cpu+cpuacct anymore | Lennart Poettering | |
Turns out cpuset needs explicit initialization before we could make use of it. Thus mounting cpuset with cpu/cpuacct would make it impossible to just create a group in "cpu" and start it. | |||
2012-09-21 | journal: completely rework the mmap cache as I too dumb to actually ↵ | Lennart Poettering | |
understand it Instead of doing hand optimized fd bisect arrays just use plain old hashmaps. Now I can understand my own code again. Yay! As a side effect this should fix some bad memory accesses caused by accesses after mmap(), introduced in 189. | |||
2012-09-21 | logind: allow users to override their own suspend/sleep inhibitors | Lennart Poettering | |
2012-09-20 | update TODO | Lennart Poettering | |
2012-09-20 | update TODOsystemd/v190 | Lennart Poettering | |
2012-09-20 | util: overflow hardening | Lennart Poettering | |
2012-09-19 | update TODO | Lennart Poettering | |
2012-09-19 | systemctl: warn about triggering units only at the end | Zbigniew Jędrzejewski-Szmek | |
Instead of checking each unit separately, check once at the end. This should avoid spurious warnings about a service being triggerable by other stuff. | |||
2012-09-18 | core: move ManagerRunningAs to shared | Zbigniew Jędrzejewski-Szmek | |
Note: I did s/MANAGER/SYSTEMD/ everywhere, even though it makes the patch quite verbose. Nevertheless, keeping MANAGER prefix in some places, and SYSTEMD prefix in others would just lead to confusion down the road. Better to rip off the band-aid now. | |||
2012-09-18 | update TODO | Lennart Poettering | |
2012-09-18 | mount: don't mount securityfs in a container | Lennart Poettering | |
2012-09-18 | unit-printf: add specifiers for the host name, machine id, boot id | Lennart Poettering | |
2012-09-18 | unit: split unit_printf() and friends into its own .c file | Lennart Poettering | |
2012-09-18 | execute: apply PAM logic only to main process if PermissionsStartOnly is set | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=54176 | |||
2012-09-18 | selinux: use existing library calls for audit data | Lennart Poettering | |
2012-09-18 | Update TODO | Lennart Poettering | |
2012-09-18 | logind: split up inhibit acquire policy | Lennart Poettering | |
2012-09-17 | journald: log when we fail to forward messages to syslog | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=847207 | |||
2012-09-17 | main: when transitioning from initrd to the main system log to kmsg | Lennart Poettering | |
When the new PID is invoked the journal socket from the initrd might still be around. Due to the default log target being journal we'd log to that initially when the new main systemd initializes even if the kernel command line included a directive to redirect systemd's logging elsewhere. With this fix we initially always log to kmsg now, if we are PID1, and only after parsing the kernel cmdline try to open the journal if that's desired. (The effective benefit of this is that SELinux performance data is now logged again to kmsg like it used to be.) | |||
2012-09-17 | service: don't hit an assert if a service unit changes type and we get a ↵ | Lennart Poettering | |
spurious event from before | |||
2012-09-17 | update TODO | Lennart Poettering | |
2012-09-17 | logind: make sure there's always a getty available on TTY6 | Lennart Poettering | |
Previously, if X allocated all 6 TTYs (for multi-session for example) no getty would be available anymore to guarantee console-based logins. With the new ReserveVT= switch in logind.conf we can now choose one VT (6 by default) that will always be subject to autovt-style activation, i.e. we'll always have a getty on TTY6, and X will never take possession of it. | |||
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek | |