Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build-sys: bump versionv24 | Lennart Poettering | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | update TODO | Lennart Poettering | 2011-04-06 | 1 | -3/+2 |
| | |||||
* | cmdline: we actually want to parse the kernel cmdline in VMs, just not in ↵ | Lennart Poettering | 2011-04-06 | 4 | -4/+4 |
| | | | | containers | ||||
* | units: rename rtc-set.target to time-sync.target and pull it in by ↵ | Lennart Poettering | 2011-04-06 | 7 | -8/+9 |
| | | | | | | | | | | 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. | ||||
* | job: fix deserialization of jobs: do not ignore ordering | Lennart Poettering | 2011-04-06 | 5 | -24/+30 |
| | |||||
* | var-lock: don't try to enable var-lock.mount if we don't install it | Lennart Poettering | 2011-04-06 | 2 | -5/+12 |
| | |||||
* | update TODO | Lennart Poettering | 2011-04-06 | 1 | -0/+4 |
| | |||||
* | systemctl: properly parse JobNew signals | Lennart Poettering | 2011-04-06 | 1 | -5/+15 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=693274 | ||||
* | service: fix units with more than one socket | Lennart Poettering | 2011-04-06 | 3 | -5/+3 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=693289 | ||||
* | systemctl: make most operations NOPs in a chroot | Lennart Poettering | 2011-04-06 | 1 | -5/+17 |
| | |||||
* | manager: don't show PID for incoming signals if it is 0 | Lennart Poettering | 2011-04-06 | 2 | -10/+12 |
| | |||||
* | man: fix description of systemctl reload-or-try-restart | Lennart Poettering | 2011-04-05 | 2 | -6/+7 |
| | |||||
* | mount: block creation of mount units for API file systems | Lennart Poettering | 2011-04-05 | 2 | -5/+6 |
| | |||||
* | units: call the logger a bridge too | Lennart Poettering | 2011-04-05 | 2 | -2/+4 |
| | |||||
* | build-sys: we don't need rootsbindir anymore since we don't install anything ↵ | Lennart Poettering | 2011-04-05 | 1 | -3/+2 |
| | | | | to /sbin | ||||
* | build-sys: better don't use libexecdir here at all | Lennart Poettering | 2011-04-05 | 1 | -4/+1 |
| | |||||
* | build-sys: fix libexecdir to /usr/lib | Lennart Poettering | 2011-04-05 | 1 | -0/+3 |
| | |||||
* | build-sys: always place user units in /usr/lib/systemd | Kay Sievers | 2011-04-05 | 3 | -8/+6 |
| | | | | ./configure --libexecdir=/usr/lib | ||||
* | update TODO | Lennart Poettering | 2011-04-05 | 1 | -2/+2 |
| | |||||
* | build-sys: bump version numberv23 | Lennart Poettering | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | update TODO | Lennart Poettering | 2011-04-05 | 1 | -1/+14 |
| | |||||
* | pkgconfig: update .pc file accordingly | Lennart Poettering | 2011-04-04 | 2 | -2/+3 |
| | |||||
* | lookup: always also look into /usr/lib for units | Lennart Poettering | 2011-04-04 | 1 | -2/+8 |
| | |||||
* | exec: support unlimited resources | Lennart Poettering | 2011-04-04 | 3 | -2/+11 |
| | |||||
* | selinux: relabel /run the same way as /dev after loading the policy since ↵ | Lennart Poettering | 2011-04-04 | 2 | -5/+7 |
| | | | | they both come pre-filled and unlabelled | ||||
* | update TODO | Lennart Poettering | 2011-04-04 | 1 | -0/+4 |
| | |||||
* | manager: fd must be int, not char | Michal Schmidt | 2011-04-04 | 1 | -1/+1 |
| | | | | | This should fix the crash reported by Dan Horak on s390x which does not have VTs. | ||||
* | change remaining /var/run to /run | Kay Sievers | 2011-04-04 | 4 | -12/+11 |
| | |||||
* | units: move user units from /usr/share to /usr/lib since they might be ↵ | Lennart Poettering | 2011-04-04 | 2 | -2/+4 |
| | | | | arch-dependent | ||||
* | logger: name socket like service | Lennart Poettering | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | units: improve logger descriptions | Lennart Poettering | 2011-04-04 | 3 | -4/+2 |
| | |||||
* | man: document /etc/sysctl.d/ | Lennart Poettering | 2011-04-04 | 4 | -3/+99 |
| | |||||
* | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | 2011-04-04 | 7 | -4/+340 |
| | |||||
* | update TODO | Lennart Poettering | 2011-04-03 | 1 | -0/+7 |
| | |||||
* | tmpfiles: create leading directories for d/D instructions | Kay Sievers | 2011-04-03 | 2 | -2/+1 |
| | |||||
* | condition: use 'selinux' rather than 'SELinux' as preferred spelling | Lennart Poettering | 2011-04-03 | 2 | -2/+2 |
| | | | | | | The virtualization condition and others use lowercase identifiers, so for the sake of keeping things least surprising, use lowercase identifiers here too. | ||||
* | man: document ConditionSecurity | Michal Schmidt | 2011-04-03 | 1 | -0/+8 |
| | |||||
* | condition: add ConditionSecurity | Michal Schmidt | 2011-04-03 | 3 | -0/+18 |
| | | | | | | | | | 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. | ||||
* | load-fragment: unify config_parse_condition_{kernel, virt} | Michal Schmidt | 2011-04-03 | 1 | -38/+6 |
| | | | | | They only differ in the condition type, otherwise the code is identical. Replace them with a more generic config_parse_condition_string(). | ||||
* | condition: fix dumping of conditions | Michal Schmidt | 2011-04-03 | 1 | -2/+5 |
| | | | | | | Several condition types were missing their strings, they were showing as "(null)" in systemctl dump. Indentation was missing too. | ||||
* | initctl: /dev/initctl is a named pipe, not a socket | Lennart Poettering | 2011-04-03 | 1 | -1/+1 |
| | |||||
* | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | 2011-04-03 | 4 | -83/+50 |
| | |||||
* | move /var/lock to HAVE_SYSV_COMPAT | Kay Sievers | 2011-04-03 | 3 | -21/+26 |
| | |||||
* | update TODO | Kay Sievers | 2011-04-03 | 1 | -0/+5 |
| | |||||
* | tmpfiles: split off rules for legacy systems into legacy.conf | Lennart Poettering | 2011-04-02 | 5 | -3/+29 |
| | |||||
* | general: replace a few uses of /var/run by /run | Lennart Poettering | 2011-04-01 | 7 | -29/+25 |
| | |||||
* | build-sys: bump versionv22 | Lennart Poettering | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | tmpfiles: enforce new /var/lock semantics | Lennart Poettering | 2011-04-01 | 1 | -1/+4 |
| | | | | http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html | ||||
* | man: document ConditionPathIsDirectory= | Lennart Poettering | 2011-04-01 | 2 | -4/+8 |
| | |||||
* | mount: also relabel pre-mounted API dirs | Lennart Poettering | 2011-03-31 | 1 | -1/+2 |
| |