Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | serial-getty: invoking /sbin/securetty is no longer necessary since ↵ | Lennart Poettering | |
pam_securetty can now look for console= in /proc/cmdline | |||
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 | update TODO | Lennart Poettering | |
2011-01-17 | arch: remove rc-local.service | Tom Gundersen | |
This is now shipped downstream. | |||
2011-01-17 | arch: remove support for legacy daemons | Tom Gundersen | |
This is now done by a generator, shipped downstream. | |||
2011-01-08 | build-sys: prepare v16systemd/v16 | Lennart Poettering | |
2011-01-08 | device: don't warn if we cannot bump the socket buffer | Lennart Poettering | |
2011-01-07 | update TODO | 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 | getty: unset locale before execution | Lennart Poettering | |
On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900 | |||
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 | update TODO | Lennart Poettering | |
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 | update TODO | 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 | update TODO | Lennart Poettering | |
2011-01-05 | update TODO | 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 | fix help message for --with-tty-gid configure option | Michael Biebl | |
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 | |||
2011-01-04 | systemctl: drop redundant getenv('LESS') check | Lennart Poettering | |
2011-01-04 | systemctl: spawn pager only for commands that generates long output | Lennart Poettering | |
2011-01-04 | systemctl: make the child the pager, leave systemctl as parent | Lennart Poettering | |
It's nicer if the child process gets reinitialized cleanly instead of the parent process. | |||
2011-01-04 | systemctl: try harder to find a suitable pager | Lennart Poettering | |
2011-01-02 | systemctl: implement auto-pager a la git | Miklos Vajna | |
2011-01-01 | arch: remove welcome message | Tom Gundersen | |
This is now done by os-release downstream. | |||
2011-01-01 | man: remaining spelling fixes | Miklos Vajna | |
2011-01-01 | shutdown: drop redundant sync() invocation | Lennart Poettering | |
2011-01-01 | util: invoke sync() implicitly on freeze() | Lennart Poettering | |
Suggested by Tom Gundersen. | |||
2010-12-28 | update TODO | Kay Sievers | |
2010-12-28 | update TODO | Kay Sievers | |
2010-12-28 | tmpfiles: ensure we do no follow symlinks when cleaning up dirs | Lennart Poettering | |
Patch suggested by Miloslav Trmac. |