summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-19shutdown: use correct kexec optionsBrett Witherspoon
The kexec man page is awful and misleading.
2011-01-18serial-getty: invoking /sbin/securetty is no longer necessary since ↵Lennart Poettering
pam_securetty can now look for console= in /proc/cmdline
2011-01-18systemctl: before spawning pager cache number of columnsLennart Poettering
2011-01-18pam: optionally keep processes of root user aroundLennart Poettering
2011-01-18service: if a reload operation fails, don't shut down the serviceLennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2011-01-18mount: FAT uuids are uppercaseLennart Poettering
2011-01-18man: document missing KillSignal= and swap optionsLennart Poettering
2011-01-17update TODOLennart Poettering
2011-01-17arch: remove rc-local.serviceTom Gundersen
This is now shipped downstream.
2011-01-17arch: remove support for legacy daemonsTom Gundersen
This is now done by a generator, shipped downstream.
2011-01-08build-sys: prepare v16systemd/v16Lennart Poettering
2011-01-08device: don't warn if we cannot bump the socket bufferLennart Poettering
2011-01-07update TODOLennart Poettering
2011-01-07logger: when passing on PID info, fall back to our own if originating ↵Lennart Poettering
process is already gone
2011-01-07service: 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-06execute,util: fix two small memory leaksLennart Poettering
2011-01-06specifier: at minimal testLennart Poettering
2011-01-06getty: unset locale before executionLennart 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-06execute: drop empty assignments from env blocks on execution but keep them ↵Lennart Poettering
around otherwise to make them visible
2011-01-06umount: don't try to detach the dm device the root dir is on, to minimize ↵Lennart Poettering
warning messages
2011-01-06update TODOLennart Poettering
2011-01-06locale: fix variable namesLennart Poettering
2011-01-06fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart Poettering
2011-01-05update TODOLennart Poettering
2011-01-05util: don't pass invalid fd to fdopendir() on error to avoid corruption of errnoLennart Poettering
2011-01-05tmpfiles: nicer message when two or more conflicting lines are configured ↵Lennart Poettering
for the same file
2011-01-05fragment: properly handle quotes in assignments in EnvironmentFile= filesLennart Poettering
2011-01-05update TODOLennart Poettering
2011-01-05update TODOLennart Poettering
2011-01-05sysctl: don't warn if sysctls are goneLennart Poettering
2011-01-04readahead: ignore if files are removed during collection or before replayLennart Poettering
2011-01-04serial: use TERM=vt100 instead of TERM=vt100-navLennart 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-04systemctl: Don't use Debian's 'sensible-pager', use 'pager' insteadLennart Poettering
2011-01-04fix help message for --with-tty-gid configure optionMichael Biebl
2011-01-04cryptsetup: call mkswap on dm device, not on source deviceLennart Poettering
2011-01-04mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵Lennart Poettering
overridable via configure switch
2011-01-04systemctl: drop redundant getenv('LESS') checkLennart Poettering
2011-01-04systemctl: spawn pager only for commands that generates long outputLennart Poettering
2011-01-04systemctl: make the child the pager, leave systemctl as parentLennart Poettering
It's nicer if the child process gets reinitialized cleanly instead of the parent process.
2011-01-04systemctl: try harder to find a suitable pagerLennart Poettering
2011-01-02systemctl: implement auto-pager a la gitMiklos Vajna
2011-01-01arch: remove welcome messageTom Gundersen
This is now done by os-release downstream.
2011-01-01man: remaining spelling fixesMiklos Vajna
2011-01-01shutdown: drop redundant sync() invocationLennart Poettering
2011-01-01util: invoke sync() implicitly on freeze()Lennart Poettering
Suggested by Tom Gundersen.
2010-12-28update TODOKay Sievers
2010-12-28update TODOKay Sievers
2010-12-28tmpfiles: ensure we do no follow symlinks when cleaning up dirsLennart Poettering
Patch suggested by Miloslav Trmac.
2010-12-27service: ifdef (more) distro-specific compat logicMichael Biebl
This should make it easier to get rid of that compat code later and avoids problems like stripping of rc. from /etc/init.d/rc.local on Debian.