Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-02 | tmpfiles: don't exit with an error code if we cannot access all files | Lennart Poettering | |
This is just to avoid confusion if people use stuff like FUSE file systems or SELinux which might disallow access to files even if tmpfiles is running as root. We still log away if we cannot access a file, but we do not return a failure exit code in the end. | |||
2011-07-01 | nspawn: better use setresuid() instead of setreuid() | Lennart Poettering | |
2011-07-01 | unit: support wildcards in Environment=, EnvironmentFile= | Lennart Poettering | |
2011-06-29 | acl: libudev currently doesn't handle properly enumerator matches with ↵ | Lennart Poettering | |
multiple tags, so avoid using them for now | |||
2011-06-27 | update TODO | Lennart Poettering | |
2011-06-27 | dbus: send our finished signal when we are finished booting | Lennart Poettering | |
2011-06-24 | logind: make sure we hand out write fd, and keep read fd for session end ↵ | Lennart Poettering | |
detection | |||
2011-06-21 | timedated: sync clock down to RTC where necessary | Lennart Poettering | |
2011-06-21 | update TODO | Lennart Poettering | |
2011-06-21 | dbus: introduce UnsetAndSetEnvironment() | Lennart Poettering | |
2011-06-20 | manager: include full systemctl status command line in error message | Lennart Poettering | |
2011-06-20 | update TODO | Lennart Poettering | |
2011-06-15 | update TODO | Lennart Poettering | |
2011-06-15 | man: clarify os-release in regards to spaces a bit | Lennart Poettering | |
2011-05-25 | update TODO | Kay Sievers | |
2011-05-24 | update TODO | Kay Sievers | |
2011-05-24 | update TODO | Kay Sievers | |
2011-05-20 | update TODO | Lennart Poettering | |
2011-05-19 | socket: expose SO_BROADCAST | Lennart Poettering | |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering | |
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty. | |||
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | |
2011-05-17 | hostnamed: check that nss-myhostname is installed | Lennart Poettering | |
2011-05-17 | update TODO | Lennart Poettering | |
2011-05-12 | hostnamed: SetPrettyHostname() should check PK action ↵ | Lennart Poettering | |
org.freedesktop.hostname1.set-static-hostname | |||
2011-05-09 | update TODO | Kay Sievers | |
2011-05-03 | update TODO | Lennart Poettering | |
2011-05-02 | update TODO | Lennart Poettering | |
2011-05-02 | units: enable automount units only if the kernel supports them | Lennart Poettering | |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= | Kay Sievers | |
2011-04-30 | plymouth: introduce plymouth.enable=0 kernel command line switch | Lennart Poettering | |
2011-04-30 | util: don't AND cx with cx | Lennart Poettering | |
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers | |
2011-04-28 | dbus: make daemon reexecution synchronous | Lennart Poettering | |
We simply keep open copies of the dbus connections across the reexecution and close them as last step of it. A client can thus simply wait until its connection is dropped to know when the reexecution is finished. https://bugzilla.redhat.com/show_bug.cgi?id=698198 | |||
2011-04-28 | label: don't print warning when we try ro relabel an non-existing file | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=698674 | |||
2011-04-28 | lookup: drop empty directories from search paths | Lennart Poettering | |
2011-04-28 | unit: fix assert when trying to load unit instances for uninstanciable types | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2011-April/001910.html | |||
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-27 | update TODO | Kay Sievers | |
2011-04-27 | manager: fix serialization counter | Lennart Poettering | |
2011-04-27 | update TODO | Lennart Poettering | |
2011-04-21 | update TODOsystemd/v25 | Lennart Poettering | |
2011-04-20 | socket: support ListeSpecial= sockets | Lennart Poettering | |
2011-04-20 | nspawn: don't fail when we receive SIGCHLD | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36148 | |||
2011-04-20 | units: set capability bounding set for syslog services | Lennart Poettering | |
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-04-19 | execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by ↵ | Lennart Poettering | |
default. Get that temporarily when dropping capabilities for good | |||
2011-04-16 | socket: guarantee order in which sockets are passed to be the one of the ↵ | Lennart Poettering | |
configuration file | |||
2011-04-16 | systemctl: always consider unit files with no [Install] section but stored ↵ | Lennart Poettering | |
in /lib enabled | |||
2011-04-14 | update TODO | Kay Sievers | |
2011-04-12 | execute: don't fail if we cannot fix OOM in a container | Lennart Poettering | |