Age | Commit message (Expand) | Author |
2012-10-13 | log: introduce a macro to format message id | Zbigniew Jędrzejewski-Szmek |
2012-10-09 | udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS} | Kay Sievers |
2012-10-08 | dbus-manager: check return of unit_dbus_path | Lukas Nykryn |
2012-10-04 | dbus: expose Virtualization ID on PID1's bus interface | Lennart Poettering |
2012-10-03 | man: document behaviour of ListenStream= with only a port number in regards t... | Lennart Poettering |
2012-10-03 | selinux: properly free dbus error | Lennart Poettering |
2012-10-02 | selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca... | Lennart Poettering |
2012-10-02 | audit: turn the audit fd into a static variable | Lennart Poettering |
2012-10-02 | selinux: rework selinux access check logic | Lennart Poettering |
2012-09-28 | selinux: fix various problems | Daniel J Walsh |
2012-09-24 | selinux: use standard D-Bus error id for access denied | Lennart Poettering |
2012-09-24 | mount: simplify device node conditions a bit | Lennart Poettering |
2012-09-24 | mount: only run fsck for actual device nodes | Lennart Poettering |
2012-09-24 | main: don't try to mout cpuset with cpu+cpuacct anymore | Lennart Poettering |
2012-09-21 | journal: completely rework the mmap cache as I too dumb to actually understan... | Lennart Poettering |
2012-09-21 | core: call va_end in all cases | Lukas Nykryn |
2012-09-20 | fix typos | Lennart Poettering |
2012-09-19 | path: support specifier resolvin in .path units | Lennart Poettering |
2012-09-19 | mount: reword directory empty warning a bit | Lennart Poettering |
2012-09-18 | core: move ManagerRunningAs to shared | Zbigniew Jędrzejewski-Szmek |
2012-09-18 | automount: also whine if an automount directory is not empty | Lennart Poettering |
2012-09-18 | mount: notify the user if we over-mount a non-empty directory | 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-printf: before resolving exec context specifiers check whether the objec... | Lennart Poettering |
2012-09-18 | unit: split unit_printf() and friends into its own .c file | Lennart Poettering |
2012-09-18 | unit: fix %f resolving | Lennart Poettering |
2012-09-18 | target: imply default ordering for PartsOf deps as well | Lennart Poettering |
2012-09-18 | execute: apply PAM logic only to main process if PermissionsStartOnly is set | Lennart Poettering |
2012-09-18 | selinux: rework method tail, make it into a nulstr array | Lennart Poettering |
2012-09-18 | selinux: use existing library calls for audit data | Lennart Poettering |
2012-09-18 | selinux: prefer source path over fragment path | Lennart Poettering |
2012-09-18 | selinux: add bus service access control | Daniel J Walsh |
2012-09-18 | logind: split up inhibit acquire policy | Lennart Poettering |
2012-09-17 | conf-parser: don't unescape parsed configuration strings by default | Lennart Poettering |
2012-09-17 | main: newer kernels return EINVAL if we invoke reboot() in a container lackin... | Lennart Poettering |
2012-09-17 | main: when transitioning from initrd to the main system log to kmsg | Lennart Poettering |
2012-09-17 | hwclock: always set the kernel's timezone | Kay Sievers |
2012-09-17 | main: bump up RLIMIT_NOFILE for systemd itself | Lennart Poettering |
2012-09-17 | service: don't hit an assert if a service unit changes type and we get a spur... | Lennart Poettering |
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek |
2012-09-16 | socket: prevent signed integer overflow | Dave Reisner |
2012-09-13 | macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an... | Lennart Poettering |
2012-09-13 | rpm: expose preset dir as rpm macro and in systemd.pc | Lennart Poettering |
2012-09-13 | load-fragment: Expand specifiers in conditions. | Auke Kok |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-09-13 | manager: fix the build | Lennart Poettering |
2012-09-13 | manager: extend performance measurement interface to include firmware/loader ... | Lennart Poettering |
2012-09-11 | condition: add ConditionFileNotEmpty= | Lennart Poettering |
2012-09-10 | selinux: close stdin/stdout/stderr before loading selinux policy | Lennart Poettering |