summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-29cgroup: explain when we cannot initialize the cgroup stuffLennart Poettering
2011-03-29locale: full fledged /etc/default/locale support for debianFlorian Kriener
debian uses /etc/default/locale for all locale setup, this patch adds full support for it to systemd.
2011-03-29systemctl: don't truncate description when using pagerLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35725
2011-03-29ask-password: also accept Backspace as first keypress as silent mode switchLennart Poettering
2011-03-29unit: when deserializing jobs, don't pull in dependenciesLennart Poettering
2011-03-29man: really fix all LC_MESSAGE to LC_MESSAGESLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35534
2011-03-29build-sys: bump versionLennart Poettering
2011-03-29udev: tty - re-add accidentially removed hvc* matchKay Sievers
2011-03-29locale: fix LC_MESSAGES variable nameLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35534
2011-03-29plymouth: Remove the calls to plymouth messageWilliam Jon McCann
* messages aren't translated * console text is ugly * they are jargonny * they really aren't needed https://bugs.freedesktop.org/show_bug.cgi?id=35711
2011-03-29udev: systemd-tag all ttysKay Sievers
2011-03-29tmpfiles fix /run/lock permissionsKay Sievers
<mbiebl> kay: just wondering: d /run/lock 0755 root lock - <mbiebl> shouldn't that rather be 0775? <mbiebl> otherwise it doesn't make sense
2011-03-28man: fix references to systemd.unit= on the kernel cmdlineLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35720
2011-03-28udev: expose some more tty's for various embedded hardwareMichael Olbrich
2011-03-28ask-password: use TAB instead of backspace to disable asterisk password echoLennart Poettering
2011-03-28crypto: to show stars or not to show themJan Engelhardt
On Friday 2011-03-18 01:41, Lennart Poettering wrote: >On Fri, 18.03.11 00:18, Jan Engelhardt (jengelh@medozas.de) wrote: > >> Meanwhile, I have two new suggestions. > >I have one too (or actually Kay came up with it), and I think you are >going to like it: > >Start with showing input feedback as we currently do. If the user then >presses TAB the stars disappear, and instead we show "(no echo)" or >so. Then, the user can proceed with typing his password without >asterisks. >[...] Incorporating Graham's suggestion to use BKSP instead: The following changes since commit 65c9e467528daa438167853cc91d37bfcb875836: tainted: don't check if /usr is a mount point, only if it's not already mounted at startup (2011-03-24 22:32:21 +0100) are available in the git repository at: git://dev.medozas.de/systemd master Jan Engelhardt (1): ask-password: provide a way to activate a silent prompt src/ask-password-api.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-)
2011-03-28conf-parser: fix remaining parser functions according to new prototypeLennart Poettering
2011-03-28execute: socket isn't abstract anymoreLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
Instead of the /dev/.run trick we have currently implemented, we decided to move the early-boot runtime dir to /run. An existing /var/run directory is bind-mounted to /run. If /var/run is already a symlink, no action is taken. An existing /var/lock directory is bind-mounted to /run/lock. If /var/lock is already a symlink, no action is taken. To implement the directory vs. symlink logic, we have a: ConditionPathIsDirectory= now, which is used in the mount units. Skipped mount unit in case of symlink: $ systemctl status var-run.mount var-run.mount - Runtime Directory Loaded: loaded (/lib/systemd/system/var-run.mount) Active: inactive (dead) start condition failed at Fri, 25 Mar 2011 04:51:41 +0100; 6min ago Where: /var/run What: /run CGroup: name=systemd:/system/var-run.mount The systemd rpm needs to make sure to add something like: %pre mkdir -p -m0755 /run >/dev/null 2>&1 || : or it needs to be added to filesystem.rpm. Udev -git already uses /run if that exists, and is writable at bootup. Otherwise it falls back to the current /dev/.udev. Dracut and plymouth need to be adopted to switch from /dev/.run to run too. Cheers, Kay
2011-03-28util: detect page size runtime.cee1
Some architectures support multiple machine types with diffenent page sizes, and some machine types even support multiple page sizes themselves.
2011-03-28man: explain a couple of default dependenciesLennart Poettering
2011-03-24tainted: don't check if /usr is a mount point, only if it's not already ↵Kay Sievers
mounted at startup
2011-03-23update TODOKay Sievers
2011-03-22man: no keep-root in pam_systemd anymoreAndrey Borzenkov
2011-03-21update TODOKay Sievers
2011-03-18units: replace Names=dm.service with symlink for mandriva prefdmAndrey Borzenkov
2011-03-18mount: pull in quota services from local mountpoints with usr/grpquota optionsAndrey Borzenkov
2011-03-18service: pull in sysv facility targets from the sysv units, not the other ↵Lennart Poettering
way round For an explanation see: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001692.html
2011-03-18units: pull in syslog.target from syslog.socketLennart Poettering
2011-03-18units: don't ever pull in SysV targets from other SysV targetsLennart Poettering
2011-03-18units: document that some targets exists only for compat with SysVLennart Poettering
2011-03-18units: we don't need to generate syslog.target with sed anymoreLennart Poettering
2011-03-18units: we no longer need m4 to build graphical.target or multi-user.taregtLennart Poettering
2011-03-18man: document pidns containersLennart Poettering
2011-03-18units: deemphesize Names= settings, and explain why nobody whould use themLennart Poettering
2011-03-18units: on mandriva/fedora create single.service alias via symlink, not Names=Lennart Poettering
2011-03-18units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are ↵Lennart Poettering
much more useful
2011-03-18units: get rid of empty units/suse/ subdirLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what ↵Lennart Poettering
the name of the syslog implementation is
2011-03-18man: document .requires/ directoriesLennart Poettering
2011-03-18special: get rid of dbus.targetLennart Poettering
2011-03-18exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering
2011-03-17dbus: add service D-Bus property "Sockets"Andrey Borzenkov
2011-03-17dbus: consolidate service SysV conditionalsAndrey Borzenkov
No need to define the same set of properties twice. While on it, add FsckPassNo to introspection.
2011-03-17update TODOKay Sievers
2011-03-17update TODOKay Sievers
2011-03-17unit: serialize condition test resultsLennart Poettering
2011-03-17read-ahead: Fix broken systemd-readahead-collect on mips.cee1
This actually adjust the __NR_fanotify* system call numbers to proper ones on mips(according userspace ABI).
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-17chkconfig: check against runlevel 5 instead of 3, since it is a superset of ↵Lennart Poettering
the latter