Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-31 | update TODO | Lennart Poettering | |
2012-01-31 | update TODO | Lennart Poettering | |
2012-01-23 | update TODO | Lennart Poettering | |
2012-01-23 | update TODO | Lennart Poettering | |
2012-01-23 | journal: move journal TODO into main TODO | Lennart Poettering | |
2012-01-23 | util: use /dev/rtc symlink if possible before we go searching for a suitable ↵ | Lennart Poettering | |
device | |||
2012-01-21 | util: open the first RTC that has hctosys=1 set | Lennart Poettering | |
2012-01-21 | readahead: don't monopolize IO when replaying | Lennart Poettering | |
2012-01-21 | update TODO | Kay Sievers | |
2012-01-18 | tmpfiles: support writing short strings to files, in order to support /sys ↵ | Lennart Poettering | |
manipulations at boot time, a la sysctl | |||
2012-01-18 | exec: introduce ControlGroupPersistant= to make cgroups persistant | Lennart Poettering | |
2012-01-18 | journalctl: properly honour -n when -f is passed, too | Lennart Poettering | |
2012-01-18 | update TODO | Lennart Poettering | |
2012-01-12 | log: make internal log api log directly to the journal | Lennart Poettering | |
2012-01-11 | Update TODO | Lennart Poettering | |
2012-01-11 | update TODO | Lennart Poettering | |
2012-01-07 | journald: remove inner loop debug message | Lennart Poettering | |
2012-01-03 | logind: send out Lock signal when locking | Lennart Poettering | |
2011-12-31 | gnome-ask-password-agent: require libnotify >= 0.7.0 | Kay Sievers | |
2011-12-31 | Merge branch 'journal' | Lennart Poettering | |
2011-12-29 | update TODO | Kay Sievers | |
2011-12-27 | journald: implement sophisticated rate limiting | Lennart Poettering | |
2011-12-21 | journal: add inline compression support with XZ | Lennart Poettering | |
2011-12-17 | journal: add native protocol to journald, and client side API to send ↵ | Lennart Poettering | |
journal messages | |||
2011-12-14 | update TODO | Lennart Poettering | |
2011-11-08 | Merge branch 'master' into journal | Lennart Poettering | |
2011-11-08 | TODO | Lennart Poettering | |
2011-11-03 | update TODO | Lennart Poettering | |
2011-11-01 | update TODO | Lennart Poettering | |
2011-11-01 | update TODO | Lennart Poettering | |
2011-10-11 | unit: introduce ConditionCapability | Lennart Poettering | |
2011-10-11 | units: increase LimitNOFILE a bit | Lennart Poettering | |
since we need one fd per session (for logind) and one fd per service (for stdout-syslog-bridge) increase the default rlimit a bit. | |||
2011-10-11 | logind: fail gracefully if too many sessions are created | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=744726 | |||
2011-10-11 | timedate: fall back to /etc/sysconfig/clock on Fedora, for compatibility ↵ | Lennart Poettering | |
with legacy | |||
2011-10-11 | update TODO | Lennart Poettering | |
2011-10-10 | update TODO | Lennart Poettering | |
2011-10-09 | update TODO | Kay Sievers | |
2011-10-07 | update TODO | Lennart Poettering | |
2011-10-07 | update TODO | Lennart Poettering | |
2011-09-22 | update TODO | Lennart Poettering | |
2011-09-22 | service: if StandardInput=socket and StandardOutput=inherit imply socket for ↵ | Lennart Poettering | |
output, don't imply default output This is useful for inetd-style per-connection services, so that they again can simply specify StandardOutput=socket to connect all three fds to the socket. | |||
2011-09-22 | units: introduce unit file for FUSE fs | Lennart Poettering | |
FUSE and configfs is very very similar, so handle both the same way. | |||
2011-09-21 | mount: pull in quota tools from fstab lines with 'quota' option, too | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=736360 | |||
2011-09-21 | update TODO | Kay Sievers | |
2011-09-21 | update TODO | Lennart Poettering | |
2011-09-21 | units: drop automount unit for /dev/hugepages | Lennart Poettering | |
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it. | |||
2011-09-21 | units: drop automount unit for /dev/mqueue | Lennart Poettering | |
Since the mqueue support cannot be built as a module there's little benefit in having an autofs mount point set up for this. | |||
2011-09-21 | units: drop automount unit for /sys/kernel/debug | Lennart Poettering | |
Since debugfs cannot be compiled as module there's little benefit in having it as autofs mount point. | |||
2011-09-21 | units: drop /sys/kernel/config automount unit | Lennart Poettering | |
The mount point directory /sys/kernel/config is only created after the module is loaded, hence there's little value in having this an automount unit: the runtime penalty for mounting an autofs here should be the same as for a real mount. | |||
2011-09-21 | unit: introduce ConditionPathIsMountPoint= | Lennart Poettering | |