Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-10 | path: optionally, create watched directories in .path units | Lennart Poettering | |
2011-04-10 | tmpfiles: don't warn if two identical lines are configured | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=690253 | |||
2011-04-10 | bash: fix typo | Brendan Jones | |
There's a typo in the bash completion script which disables isolate target completion. https://bugzilla.redhat.com/show_bug.cgi?id=694321 | |||
2011-04-09 | update TODO | Lennart Poettering | |
2011-04-08 | man: add man page for ask-password | Lennart Poettering | |
2011-04-07 | dbus: expose monotonic timestamps on the bus | Lennart Poettering | |
2011-04-07 | manager: no need to use randomized generator dir when running as system manager | Lennart Poettering | |
2011-04-07 | don't make up buffer sizes, use standard LINE_MAX instead | Lennart Poettering | |
2011-04-07 | unit: disallow configuration of more than one on_failure dependencies if ↵ | Lennart Poettering | |
OnFailureIsolate= is on | |||
2011-04-07 | unit: pull in logger unit only when running in system mode | Lennart Poettering | |
2011-04-07 | manager: serialize/deserialize max job id and /usr taint flag | Lennart Poettering | |
2011-04-07 | manager: don't garbage collect jobs when isolating, to change global state | Lennart Poettering | |
2011-04-07 | unit: introduce OnFailureIsolate= | Lennart Poettering | |
2011-04-06 | mount: relabel both before and after a mount, just in case | Lennart Poettering | |
2011-04-06 | build-sys: bump versionsystemd/v24 | Lennart Poettering | |
2011-04-06 | update TODO | Lennart Poettering | |
2011-04-06 | cmdline: we actually want to parse the kernel cmdline in VMs, just not in ↵ | Lennart Poettering | |
containers | |||
2011-04-06 | units: rename rtc-set.target to time-sync.target and pull it in by ↵ | Lennart Poettering | |
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service. | |||
2011-04-06 | job: fix deserialization of jobs: do not ignore ordering | Lennart Poettering | |
2011-04-06 | var-lock: don't try to enable var-lock.mount if we don't install it | Lennart Poettering | |
2011-04-06 | update TODO | Lennart Poettering | |
2011-04-06 | systemctl: properly parse JobNew signals | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=693274 | |||
2011-04-06 | service: fix units with more than one socket | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=693289 | |||
2011-04-06 | systemctl: make most operations NOPs in a chroot | Lennart Poettering | |
2011-04-06 | manager: don't show PID for incoming signals if it is 0 | Lennart Poettering | |
2011-04-05 | man: fix description of systemctl reload-or-try-restart | Lennart Poettering | |
2011-04-05 | mount: block creation of mount units for API file systems | Lennart Poettering | |
2011-04-05 | units: call the logger a bridge too | Lennart Poettering | |
2011-04-05 | build-sys: we don't need rootsbindir anymore since we don't install anything ↵ | Lennart Poettering | |
to /sbin | |||
2011-04-05 | build-sys: better don't use libexecdir here at all | Lennart Poettering | |
2011-04-05 | build-sys: fix libexecdir to /usr/lib | Lennart Poettering | |
2011-04-05 | build-sys: always place user units in /usr/lib/systemd | Kay Sievers | |
./configure --libexecdir=/usr/lib | |||
2011-04-05 | update TODO | Lennart Poettering | |
2011-04-05 | build-sys: bump version numbersystemd/v23 | Lennart Poettering | |
2011-04-05 | update TODO | Lennart Poettering | |
2011-04-04 | pkgconfig: update .pc file accordingly | Lennart Poettering | |
2011-04-04 | lookup: always also look into /usr/lib for units | Lennart Poettering | |
2011-04-04 | exec: support unlimited resources | Lennart Poettering | |
2011-04-04 | selinux: relabel /run the same way as /dev after loading the policy since ↵ | Lennart Poettering | |
they both come pre-filled and unlabelled | |||
2011-04-04 | update TODO | Lennart Poettering | |
2011-04-04 | manager: fd must be int, not char | Michal Schmidt | |
This should fix the crash reported by Dan Horak on s390x which does not have VTs. | |||
2011-04-04 | change remaining /var/run to /run | Kay Sievers | |
2011-04-04 | units: move user units from /usr/share to /usr/lib since they might be ↵ | Lennart Poettering | |
arch-dependent | |||
2011-04-04 | logger: name socket like service | Lennart Poettering | |
2011-04-04 | units: improve logger descriptions | Lennart Poettering | |
2011-04-04 | man: document /etc/sysctl.d/ | Lennart Poettering | |
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | |
2011-04-03 | update TODO | Lennart Poettering | |
2011-04-03 | tmpfiles: create leading directories for d/D instructions | Kay Sievers | |
2011-04-03 | condition: use 'selinux' rather than 'SELinux' as preferred spelling | Lennart Poettering | |
The virtualization condition and others use lowercase identifiers, so for the sake of keeping things least surprising, use lowercase identifiers here too. |