summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: bump versionv24Lennart Poettering2011-04-061-1/+1
|
* update TODOLennart Poettering2011-04-061-3/+2
|
* cmdline: we actually want to parse the kernel cmdline in VMs, just not in ↵Lennart Poettering2011-04-064-4/+4
| | | | containers
* units: rename rtc-set.target to time-sync.target and pull it in by ↵Lennart Poettering2011-04-067-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 orderingLennart Poettering2011-04-065-24/+30
|
* var-lock: don't try to enable var-lock.mount if we don't install itLennart Poettering2011-04-062-5/+12
|
* update TODOLennart Poettering2011-04-061-0/+4
|
* systemctl: properly parse JobNew signalsLennart Poettering2011-04-061-5/+15
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=693274
* service: fix units with more than one socketLennart Poettering2011-04-063-5/+3
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=693289
* systemctl: make most operations NOPs in a chrootLennart Poettering2011-04-061-5/+17
|
* manager: don't show PID for incoming signals if it is 0Lennart Poettering2011-04-062-10/+12
|
* man: fix description of systemctl reload-or-try-restartLennart Poettering2011-04-052-6/+7
|
* mount: block creation of mount units for API file systemsLennart Poettering2011-04-052-5/+6
|
* units: call the logger a bridge tooLennart Poettering2011-04-052-2/+4
|
* build-sys: we don't need rootsbindir anymore since we don't install anything ↵Lennart Poettering2011-04-051-3/+2
| | | | to /sbin
* build-sys: better don't use libexecdir here at allLennart Poettering2011-04-051-4/+1
|
* build-sys: fix libexecdir to /usr/libLennart Poettering2011-04-051-0/+3
|
* build-sys: always place user units in /usr/lib/systemdKay Sievers2011-04-053-8/+6
| | | | ./configure --libexecdir=/usr/lib
* update TODOLennart Poettering2011-04-051-2/+2
|
* build-sys: bump version numberv23Lennart Poettering2011-04-051-1/+1
|
* update TODOLennart Poettering2011-04-051-1/+14
|
* pkgconfig: update .pc file accordinglyLennart Poettering2011-04-042-2/+3
|
* lookup: always also look into /usr/lib for unitsLennart Poettering2011-04-041-2/+8
|
* exec: support unlimited resourcesLennart Poettering2011-04-043-2/+11
|
* selinux: relabel /run the same way as /dev after loading the policy since ↵Lennart Poettering2011-04-042-5/+7
| | | | they both come pre-filled and unlabelled
* update TODOLennart Poettering2011-04-041-0/+4
|
* manager: fd must be int, not charMichal Schmidt2011-04-041-1/+1
| | | | | This should fix the crash reported by Dan Horak on s390x which does not have VTs.
* change remaining /var/run to /runKay Sievers2011-04-044-12/+11
|
* units: move user units from /usr/share to /usr/lib since they might be ↵Lennart Poettering2011-04-042-2/+4
| | | | arch-dependent
* logger: name socket like serviceLennart Poettering2011-04-041-1/+1
|
* units: improve logger descriptionsLennart Poettering2011-04-043-4/+2
|
* man: document /etc/sysctl.d/Lennart Poettering2011-04-044-3/+99
|
* binfmt: add binfmt tool to set up binfmt_misc at bootLennart Poettering2011-04-047-4/+340
|
* update TODOLennart Poettering2011-04-031-0/+7
|
* tmpfiles: create leading directories for d/D instructionsKay Sievers2011-04-032-2/+1
|
* condition: use 'selinux' rather than 'SELinux' as preferred spellingLennart Poettering2011-04-032-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 ConditionSecurityMichal Schmidt2011-04-031-0/+8
|
* condition: add ConditionSecurityMichal Schmidt2011-04-033-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 Schmidt2011-04-031-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 conditionsMichal Schmidt2011-04-031-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 socketLennart Poettering2011-04-031-1/+1
|
* kmsg-syslogd: pass facility value into kmsgLennart Poettering2011-04-034-83/+50
|
* move /var/lock to HAVE_SYSV_COMPATKay Sievers2011-04-033-21/+26
|
* update TODOKay Sievers2011-04-031-0/+5
|
* tmpfiles: split off rules for legacy systems into legacy.confLennart Poettering2011-04-025-3/+29
|
* general: replace a few uses of /var/run by /runLennart Poettering2011-04-017-29/+25
|
* build-sys: bump versionv22Lennart Poettering2011-04-011-1/+1
|
* tmpfiles: enforce new /var/lock semanticsLennart Poettering2011-04-011-1/+4
| | | | http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
* man: document ConditionPathIsDirectory=Lennart Poettering2011-04-012-4/+8
|
* mount: also relabel pre-mounted API dirsLennart Poettering2011-03-311-1/+2
|