Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | systemd: show status when run with plymouth, and don't start plymouth a ↵ | Lennart Poettering | |
second time when it is already running | |||
2011-02-09 | manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵ | Lennart Poettering | |
the console | |||
2011-02-09 | systemctl: fix opening params | Lennart Poettering | |
2011-02-09 | systemctl: don't start agent for --user | Lennart Poettering | |
2011-02-09 | systemctl: make sure the tty agent does not retain a copy of stdio | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=674916 | |||
2011-02-08 | locale: unify some code between fedora and altlinux | Lennart Poettering | |
2011-02-08 | build-sys: initial support ALTLinux | Alexey Shabalin | |
Hi all! I added basic support for ALTLinux. Please see patch or http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux Thanks. | |||
2011-02-08 | dbus: use ControlGroup as property name to match config option | Lennart Poettering | |
2011-02-04 | pam: optionally reset cgroup memberships for login sessions | Lennart Poettering | |
2011-02-03 | load-fragment: properly parse Nice= value | Adrian Spinu | |
Hello, i`ve been using systemd for a while now, and found out that when using NICE parameter for .service files the varible is not set correctly. i`ve found the problem in file *load-fragment.c* function *config_parse_nice* variable /*c->nice_set = false;*/ should be /*c->nice_set = true;*/ Problem is alsom manifesting on v17 but did not upgrade yet ... | |||
2011-01-26 | automount: use unit_pending_inactive() where appropriate | Lennart Poettering | |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering | |
2011-01-22 | gcc: make gcc shut up | Lennart Poettering | |
2011-01-21 | main: don't warn if /etc/mtab is a symlink to /proc/mounts | Lennart Poettering | |
2011-01-21 | socket: don't crash if the .service unit for a .socket unit is not found | Lennart Poettering | |
2011-01-21 | mount: ignore if an fsck is requested for a bind mount, so that we don't ↵ | Lennart Poettering | |
wait for the bind 'device' to show up | |||
2011-01-21 | automount: fix segfault when shutting down | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=32076 | |||
2011-01-20 | dbus: don't try to connect to the system bus before it is actually up | Lennart Poettering | |
2011-01-20 | service: make chain of main commands and control commands independent of ↵ | Lennart Poettering | |
each other, so that both can be executed simultaneously and independently | |||
2011-01-20 | service: don't allow reload operations for oneshot services | Lennart Poettering | |
During starting of oneshot we are in START state which we don't want to combine with the RELOAD state, hence we disallow both at the same time. | |||
2011-01-20 | vala: convert from dbus-glib to gdbus | Lennart Poettering | |
2011-01-20 | systemctl: highlight failed processes in systemctl status | Lennart Poettering | |
2011-01-20 | systemctl: show process type along process exit codes | Lennart Poettering | |
2011-01-20 | service: when reloading a service fails don't fail the entire service but ↵ | Lennart Poettering | |
just the reload job | |||
2011-01-19 | shutdown: use correct kexec options | Brett Witherspoon | |
The kexec man page is awful and misleading. | |||
2011-01-18 | systemctl: before spawning pager cache number of columns | Lennart Poettering | |
2011-01-18 | pam: optionally keep processes of root user around | Lennart Poettering | |
2011-01-18 | service: if a reload operation fails, don't shut down the service | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | mount: FAT uuids are uppercase | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2011-01-17 | arch: remove support for legacy daemons | Tom Gundersen | |
This is now done by a generator, shipped downstream. | |||
2011-01-08 | device: don't warn if we cannot bump the socket buffer | Lennart Poettering | |
2011-01-07 | logger: when passing on PID info, fall back to our own if originating ↵ | Lennart Poettering | |
process is already gone | |||
2011-01-07 | service: don't hit an assert if information in LSB headers is incorrectly ↵ | Lennart Poettering | |
formatted https://bugzilla.redhat.com/show_bug.cgi?id=667665 | |||
2011-01-06 | execute,util: fix two small memory leaks | Lennart Poettering | |
2011-01-06 | specifier: at minimal test | Lennart Poettering | |
2011-01-06 | execute: drop empty assignments from env blocks on execution but keep them ↵ | Lennart Poettering | |
around otherwise to make them visible | |||
2011-01-06 | umount: don't try to detach the dm device the root dir is on, to minimize ↵ | Lennart Poettering | |
warning messages | |||
2011-01-06 | locale: fix variable names | Lennart Poettering | |
2011-01-06 | fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors | Lennart Poettering | |
2011-01-05 | util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno | Lennart Poettering | |
2011-01-05 | tmpfiles: nicer message when two or more conflicting lines are configured ↵ | Lennart Poettering | |
for the same file | |||
2011-01-05 | fragment: properly handle quotes in assignments in EnvironmentFile= files | Lennart Poettering | |
2011-01-05 | sysctl: don't warn if sysctls are gone | Lennart Poettering | |
2011-01-04 | readahead: ignore if files are removed during collection or before replay | Lennart Poettering | |
2011-01-04 | serial: use TERM=vt100 instead of TERM=vt100-nav | Lennart Poettering | |
TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install. | |||
2011-01-04 | systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead | Lennart Poettering | |
2011-01-04 | cryptsetup: call mkswap on dm device, not on source device | Lennart Poettering | |
2011-01-04 | mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵ | Lennart Poettering | |
overridable via configure switch |