Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | TODO: update | Kay Sievers | |
2012-11-02 | TODO: update | Kay Sievers | |
2012-10-31 | update TODO | Lennart Poettering | |
2012-10-31 | update TODO | Lennart Poettering | |
2012-10-30 | update TODO: insserv belongs on the chopping block | Lennart Poettering | |
2012-10-30 | update TODO | Lennart Poettering | |
2012-10-30 | update TODO | Lennart Poettering | |
2012-10-29 | update TODO | Kay Sievers | |
2012-10-28 | Tweak TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-28 | update TODO | Lennart Poettering | |
2012-10-26 | journal: fix parsing of monotonic kernel timestamps | Lennart Poettering | |
2012-10-26 | update TODO | Lennart Poettering | |
2012-10-26 | update TODO | Lennart Poettering | |
2012-10-25 | update TODO | Lennart Poettering | |
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. |