summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-08dbus: use ControlGroup as property name to match config optionLennart Poettering
2011-02-04pam: optionally reset cgroup memberships for login sessionsLennart Poettering
2011-02-03load-fragment: properly parse Nice= valueAdrian Spinu
2011-01-26automount: use unit_pending_inactive() where appropriateLennart Poettering
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2011-01-22gcc: make gcc shut upLennart Poettering
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-21mount: ignore if an fsck is requested for a bind mount, so that we don't wait...Lennart Poettering
2011-01-21automount: fix segfault when shutting downLennart Poettering
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 each...Lennart Poettering
2011-01-20service: don't allow reload operations for oneshot servicesLennart Poettering
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 jus...Lennart Poettering
2011-01-19shutdown: use correct kexec optionsBrett Witherspoon
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-17arch: remove support for legacy daemonsTom Gundersen
2011-01-08device: don't warn if we cannot bump the socket bufferLennart Poettering
2011-01-07logger: when passing on PID info, fall back to our own if originating process...Lennart Poettering
2011-01-07service: don't hit an assert if information in LSB headers is incorrectly for...Lennart Poettering
2011-01-06execute,util: fix two small memory leaksLennart Poettering
2011-01-06specifier: at minimal testLennart Poettering
2011-01-06execute: drop empty assignments from env blocks on execution but keep them ar...Lennart Poettering
2011-01-06umount: don't try to detach the dm device the root dir is on, to minimize war...Lennart Poettering
2011-01-06locale: fix variable namesLennart Poettering
2011-01-06fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart 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 for...Lennart Poettering
2011-01-05fragment: properly handle quotes in assignments in EnvironmentFile= filesLennart 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
2011-01-04systemctl: Don't use Debian's 'sensible-pager', use 'pager' insteadLennart Poettering
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 overr...Lennart Poettering
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
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
2011-01-01shutdown: drop redundant sync() invocationLennart Poettering