summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2011-01-22gcc: make gcc shut upLennart Poettering
2011-01-22build-sys: prep v17Lennart Poettering
2011-01-22update TODOLennart Poettering
2011-01-21vala 0.10 seem to work fineKay Sievers
2011-01-21cryptsetup: fix ordering loop when dealing with encrypted swap devicesLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=657234
2011-01-21main: don't warn if /etc/mtab is a symlink to /proc/mountsLennart Poettering
2011-01-21socket: don't crash if the .service unit for a .socket unit is not foundLennart Poettering
2011-01-21update TODO: drop issues that cannot be reproduce or have been fixed otherwiseLennart Poettering
2011-01-21mount: 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-21automount: fix segfault when shutting downLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=32076
2011-01-21man: give an example for vconsole.confLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=31955
2011-01-20dbus: don't try to connect to the system bus before it is actually upLennart Poettering
2011-01-20service: 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-20service: don't allow reload operations for oneshot servicesLennart 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-20vala: convert from dbus-glib to gdbusLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-20systemctl: show process type along process exit codesLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but ↵Lennart Poettering
just the reload job
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