Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-04-03 | man: document ConditionSecurity | Michal Schmidt | |
2011-04-03 | condition: add ConditionSecurity | Michal Schmidt | |
Using ConditionSecurity a unit can depend on a security module being enabled/disabled. For now the only recognized security module is SELinux. I'd like to use this feature for a unit that creates /.autorelabel if SELinux is disabled, to ensure a relabel is done automatically when the system is later rebooted with SELinux enabled. | |||
2011-04-03 | load-fragment: unify config_parse_condition_{kernel, virt} | Michal Schmidt | |
They only differ in the condition type, otherwise the code is identical. Replace them with a more generic config_parse_condition_string(). | |||
2011-04-03 | condition: fix dumping of conditions | Michal Schmidt | |
Several condition types were missing their strings, they were showing as "(null)" in systemctl dump. Indentation was missing too. | |||
2011-04-03 | initctl: /dev/initctl is a named pipe, not a socket | Lennart Poettering | |
2011-04-03 | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | |
2011-04-03 | move /var/lock to HAVE_SYSV_COMPAT | Kay Sievers | |
2011-04-03 | update TODO | Kay Sievers | |
2011-04-02 | tmpfiles: split off rules for legacy systems into legacy.conf | Lennart Poettering | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-04-01 | build-sys: bump versionsystemd/v22 | Lennart Poettering | |
2011-04-01 | tmpfiles: enforce new /var/lock semantics | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html | |||
2011-04-01 | man: document ConditionPathIsDirectory= | Lennart Poettering | |
2011-03-31 | mount: also relabel pre-mounted API dirs | Lennart Poettering | |
2011-03-31 | log: fix shifting of facilities | Lennart Poettering | |
2011-03-31 | log: don't strip facility when writing to kmsg | Lennart Poettering | |
2011-03-31 | man: uinput.ko is a bad example | Lennart Poettering | |
2011-03-31 | build-sys: create a number of drop-in config dirs | Lennart Poettering | |
2011-03-31 | src: our lord is coverity | Lennart Poettering | |
2011-03-31 | random: do not print warning if random seed doesn't exist yet | Lennart Poettering | |
2011-03-31 | plymouth: use PID file to detect whether ply is running | Lennart Poettering | |
2011-03-31 | build-sys: install systemd-analyze by default | Lennart Poettering | |
2011-03-31 | analyze: improve output | Lennart Poettering | |
2011-03-31 | update TODO | Kay Sievers | |
2011-03-31 | analyze: add plotter | Lennart Poettering | |
2011-03-30 | unit: when deserializing do reconnect to dbus/syslog when they show up | Lennart Poettering | |