summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-30status: show status messages unconditionally if plymouth is aroundLennart Poettering4-7/+11
2011-03-30taint: add missing cgroups taint flagLennart Poettering2-11/+30
2011-03-30locale: don't access misinitialized variableLennart Poettering1-1/+1
2011-03-30quota: do not pull in quota tools for mounts that do not originate in neither...Lennart Poettering1-63/+77
2011-03-30manager: fix taint check for /usrLennart Poettering3-1/+5
2011-03-30unit: never apply /etc/rcN.d/ priority to native servicesLennart Poettering2-3/+11
2011-03-29unit: fix parsing of condition-resultLennart Poettering1-0/+2
2011-03-29unit: don't complain about failed units when deserializingLennart Poettering1-1/+1
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering7-25/+12
2011-03-29cgroup: explain when we cannot initialize the cgroup stuffLennart Poettering1-2/+8
2011-03-29locale: full fledged /etc/default/locale support for debianFlorian Kriener1-1/+13
2011-03-29systemctl: don't truncate description when using pagerLennart Poettering1-2/+2
2011-03-29ask-password: also accept Backspace as first keypress as silent mode switchLennart Poettering1-0/+16
2011-03-29unit: when deserializing jobs, don't pull in dependenciesLennart Poettering1-1/+1
2011-03-29udev: tty - re-add accidentially removed hvc* matchKay Sievers1-1/+1
2011-03-29locale: fix LC_MESSAGES variable nameLennart Poettering1-1/+1
2011-03-29udev: systemd-tag all ttysKay Sievers1-6/+1
2011-03-28udev: expose some more tty's for various embedded hardwareMichael Olbrich1-0/+3
2011-03-28ask-password: use TAB instead of backspace to disable asterisk password echoLennart Poettering1-13/+31
2011-03-28crypto: to show stars or not to show themJan Engelhardt1-4/+7
2011-03-28conf-parser: fix remaining parser functions according to new prototypeLennart Poettering2-0/+6
2011-03-28execute: socket isn't abstract anymoreLennart Poettering1-1/+0
2011-03-28use /run instead of /dev/.runKay Sievers25-242/+308
2011-03-28util: detect page size runtime.cee15-10/+23
2011-03-24tainted: don't check if /usr is a mount point, only if it's not already mount...Kay Sievers1-1/+1
2011-03-18mount: pull in quota services from local mountpoints with usr/grpquota optionsAndrey Borzenkov2-2/+16
2011-03-18service: pull in sysv facility targets from the sysv units, not the other way...Lennart Poettering1-10/+15
2011-03-18man: document pidns containersLennart Poettering1-1/+1
2011-03-18syslog: rework syslog detection so that we need no compile-time option what t...Lennart Poettering4-18/+60
2011-03-18special: get rid of dbus.targetLennart Poettering2-18/+21
2011-03-18exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering4-6/+51
2011-03-17dbus: add service D-Bus property "Sockets"Andrey Borzenkov1-0/+2
2011-03-17dbus: consolidate service SysV conditionalsAndrey Borzenkov1-29/+8
2011-03-17unit: serialize condition test resultsLennart Poettering1-0/+21
2011-03-17read-ahead: Fix broken systemd-readahead-collect on mips.cee11-12/+39
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering13-18/+50
2011-03-17chkconfig: check against runlevel 5 instead of 3, since it is a superset of t...Lennart Poettering1-1/+1
2011-03-17systemctl: accept condstop as alias for stopLennart Poettering1-1/+3
2011-03-17dbus: allow LoadUnit to unprivileged usersLennart Poettering1-0/+4
2011-03-16umount: make sure skip_ro is always correctly initializedLennart Poettering1-3/+1
2011-03-16main: revert recognition of "b" argumentJan Engelhardt1-1/+0
2011-03-16main: interpret all argv[] arguments unconditionally when run in a containerLennart Poettering1-24/+22
2011-03-16loopback: downgrade an error to warningLennart Poettering1-1/+1
2011-03-16nspawn: bind mount /etc/localtimeLennart Poettering1-1/+8
2011-03-16nspawn: make tty code more robust against closed/reopened /dev/consoleLennart Poettering1-57/+12
2011-03-16util: make touched files non-writable by defaultLennart Poettering1-1/+1
2011-03-16nspawn: allocate a new pty instead of passing ours through to avoid terminal ...Lennart Poettering1-51/+399
2011-03-16main: parse the whole arv[] as kernel command lineLennart Poettering1-1/+1
2011-03-16main: check if we have a valid PID before getting the name of itLennart Poettering2-2/+6
2011-03-16ask-password: reset signal mask after we are doneLennart Poettering1-5/+7