summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: bump releasev35Lennart Poettering2011-09-012-2/+2
|
* label: fix database checkLennart Poettering2011-09-011-1/+1
|
* po: Initial Polish translationPiotr Drąg2011-08-311-0/+166
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39553
* locale: support $LANGUAGE tooLennart Poettering2011-08-314-3/+12
| | | | | | | $LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510
* getty: simplify things a bitLennart Poettering2011-08-311-26/+26
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39818
* getty: automatically add getty on hvsi0 virtualizer consoleLennart Poettering2011-08-312-16/+54
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39818
* dropin: don't fail if random files are stored in .wants directoriesLennart Poettering2011-08-311-5/+9
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39957
* systemctl: if we managed to reexec the init system via the bus don't retry ↵Lennart Poettering2011-08-311-1/+1
| | | | | | | | | | via signal If we managed to reeexec the init system via the bus this allows us to provide synchronous behaviour to callers. This is all lost if we then repeat the reexecution via SIGTERM. https://bugzilla.redhat.com/show_bug.cgi?id=698198
* logind: use syspath instead of sysname to identify fb devices since udlfb ↵Lennart Poettering2011-08-311-3/+2
| | | | got fixed now
* man: document /etc/timezoneLennart Poettering2011-08-312-0/+91
|
* mount: fix parsing of prio valueLennart Poettering2011-08-311-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=722803
* man: don't recommend After=syslog.target anymore since we don't support ↵Lennart Poettering2011-08-314-21/+3
| | | | non-socket-activatable syslogs anymore where that was ncessary
* getty-generator: ignore if symlinks already existLennart Poettering2011-08-311-6/+13
|
* label: minor fixesLennart Poettering2011-08-311-8/+16
|
* label: introduce label_bind() and make use of it where necessaryLennart Poettering2011-08-313-27/+110
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=729997
* service: change default stdout/stderr to syslogLennart Poettering2011-08-305-10/+21
|
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-3015-34/+33
|
* selinux: explicitly relabel /run/initramfs/root-fsck and friendsLennart Poettering2011-08-301-6/+14
|
* specifier: drop misplaced assert()Lennart Poettering2011-08-301-2/+0
|
* selinux: don't relabel /run/initramfsLennart Poettering2011-08-301-5/+12
| | | | | | | | /run/initramfs usually contains the initrd so that we can jump back into it on shutdown. It's usually relatively large and static data, hence we should avoid relabelling of it. On my netbook this saves 6s. (6.6s needed for relabelling /dev and /run goes down to 600ms -- still way too much, but much better).
* selinux: retest selinux after we loaded the policyLennart Poettering2011-08-293-1/+10
|
* logind: downgrade session create/remove log messages to LOG_DEBUG forLennart Poettering2011-08-291-2/+4
| | | | | | cronjobs and similar which have no tty/X11 server assigned https://bugzilla.redhat.com/show_bug.cgi?id=727315
* untis: allow both console and plymouth ask password agents in boot ↵Lennart Poettering2011-08-294-2/+10
| | | | transaction to allow dynamically disabled plymouth
* plymouth: don't enable ask-password agent of plymouth is disabledLennart Poettering2011-08-292-0/+2
|
* execute: fix bus serialization for commandsLennart Poettering2011-08-291-2/+5
|
* man: fix securebits docsLennart Poettering2011-08-292-4/+5
|
* build-sys: bump versionv34Lennart Poettering2011-08-252-2/+2
|
* acl: properly handle if devices are tagged as uaccess but do not have a ↵Lennart Poettering2011-08-252-3/+3
| | | | device node
* build-sys: Add --disable-localed configure switchMiklos Vajna2011-08-252-10/+50
|
* update READMELennart Poettering2011-08-242-1/+6
|
* update TODOLennart Poettering2011-08-241-0/+2
|
* update TODOLennart Poettering2011-08-241-0/+8
|
* tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease ↵Josh Triplett2011-08-243-3/+13
| | | | | | | | | | | | | | | overrides via /etc Many people prefer to avoid clearing /tmp and /var/tmp, and distributions often have explicit settings for how often to clear them if at all. Overriding those with systemd currently requires overriding all of /usr/lib/tmpfiles.d/systemd.conf via /etc/tmpfiles.d/systemd.conf, copying across all the other entries, and updating that override when systemd.conf changes. Move the /tmp and /var/tmp entries from systemd.conf to a separate tmp.conf, making them easier to override without affecting the rest of systemd.conf.
* cryptsetup-generator: block boot when querying passphrase.Frederic Crozat2011-08-241-1/+2
| | | | | Ensure we wait for passphrase before starting tty1 or graphical display. Needed when not using plymouth.
* cryptsetup: accept "none" optionFrederic Crozat2011-08-241-1/+1
|
* build-sys: Add --disable-timedated configure switchMiklos Vajna2011-08-242-10/+50
|
* path-lookup: monitor /etc/systemd/user for user managerFrederic Crozat2011-08-241-1/+1
|
* dbus: 'directrion' is not a valid attributeTero Roponen2011-08-241-3/+3
| | | | | $ gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1 Error parsing introspection XML: 115:64: attribute 'directrion' invalid for element 'arg'
* man: Sort the entries in systemd.special(7)Josh Triplett2011-08-241-14/+14
| | | | | This manpage presents the special targets in alphabetical order, but time-sync.target appeared in the wrong place.
* tmpfiles: Remove X11 lock files for displays :10 and higher tooJosh Triplett2011-08-241-1/+1
|
* initctl: check for kexec_loaded when reboot is requested through initctlFrederic Crozat2011-08-244-12/+16
|
* service: all rcS.d scripts have been converted on FrugalwareMiklos Vajna2011-08-241-1/+1
|
* strv: fix counting in strv_env_delete()Lennart Poettering2011-08-241-8/+13
|
* udev: since bt devices cannot be renamed revert to %kLennart Poettering2011-08-241-1/+1
|
* udev: use $name instead of %kLennart Poettering2011-08-231-3/+3
|
* cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering2011-08-2314-29/+307
| | | | cpu+cpuacct to the default
* timedate: make NTP controllable tooLennart Poettering2011-08-222-1/+269
|
* cgroup: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering2011-08-212-5/+56
|
* readahead: make use of block_get_whole_disk() where applicableLennart Poettering2011-08-211-31/+20
|
* cgroup: honour sticky bit when trimming cgroup treesLennart Poettering2011-08-217-23/+82
|