Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-15 | update TODO | Lennart Poettering | |
2012-09-15 | TODO: isolate items to fix before F18 | Lennart Poettering | |
2012-09-14 | update TODO | Lennart Poettering | |
2012-09-14 | man: update localtime(5) a bit | Lennart Poettering | |
2012-09-14 | timedate: assorted improvements | Lennart Poettering | |
- Make writing/reading of /etc/timezone dependendent of HAVE_SYSV_COMPAT - Introduce symlink_atomic() after all, and use it - Use relative symlink for /etc/localtime | |||
2012-09-14 | systemctl: show unit name when a job fails | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=845028 https://bugzilla.redhat.com/show_bug.cgi?id=846483 | |||
2012-09-13 | update TODO | Lennart Poettering | |
2012-09-13 | readahead: use 20K instead of 16K as temporary request nr bump | Lennart Poettering | |
2012-09-12 | update TODO | Kay Sievers | |
2012-09-12 | update TODO | Kay Sievers | |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=855863 | |||
2012-09-11 | update TODO | Lennart Poettering | |
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" ↵ | Lennart Poettering | |
state | |||
2012-09-11 | update TODO | Lennart Poettering | |
2012-09-10 | update TODO | Lennart Poettering | |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering | |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering | |
2012-09-05 | localed: system-setup-keyboard is no more on fedora | Lennart Poettering | |
2012-09-05 | man: document that ExecStart= doesn't understand shell command lines | Lennart Poettering | |
2012-09-05 | tmpfiles: don't attempt creation of device nodes when we run in a container | Lennart Poettering | |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering | |
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering | |
This splits the JSON output mode into different modes: json and json-pretty. The former printing one entry per line, the latter showing JSON objects nicely indented and in multiple lines to make it easier to read for humans. | |||
2012-09-05 | nspawn: generate a new randomized boot ID for each container | Lennart Poettering | |
2012-09-04 | update TODO | Lennart Poettering | |
2012-09-03 | update TODO -- hackfest edition | Lennart Poettering | |
2012-09-03 | journalctl: include logs from PID 1 about services in systemctl status | Lennart Poettering | |