Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-12 | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | |
2011-07-12 | update TODO | Lennart Poettering | |
2011-07-12 | sysctl: support application of sysctl subtrees | Lennart Poettering | |
2011-07-12 | build-sys: add a number of missing header files to EXTRA_DIST | Lennart Poettering | |
2011-07-11 | update TODO | Lennart Poettering | |
2011-07-08 | acl: two tag matching is not going to be available in libudev | Lennart Poettering | |
2011-07-08 | loginctl: add various introspection functions | Lennart Poettering | |
2011-07-07 | path,unit: support globbing in conditions and path units | Lennart Poettering | |
2011-07-07 | update TODO | Lennart Poettering | |
2011-07-05 | update TODO | Lennart Poettering | |
2011-07-05 | udev: pull in printer.target from all kinds of printers | Lennart Poettering | |
2011-07-05 | logind: write rules files atomically | Lennart Poettering | |
2011-07-05 | update todo | Lennart Poettering | |
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 |