summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-18units: document that some targets exists only for compat with SysVLennart Poettering
2011-03-18units: we don't need to generate syslog.target with sed anymoreLennart Poettering
2011-03-18units: we no longer need m4 to build graphical.target or multi-user.taregtLennart Poettering
2011-03-18man: document pidns containersLennart Poettering
2011-03-18units: deemphesize Names= settings, and explain why nobody whould use themLennart Poettering
2011-03-18units: on mandriva/fedora create single.service alias via symlink, not Names=Lennart Poettering
2011-03-18units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are ↵Lennart Poettering
much more useful
2011-03-18units: get rid of empty units/suse/ subdirLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what ↵Lennart Poettering
the name of the syslog implementation is
2011-03-18man: document .requires/ directoriesLennart Poettering
2011-03-18special: get rid of dbus.targetLennart Poettering
2011-03-18exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering
2011-03-17dbus: add service D-Bus property "Sockets"Andrey Borzenkov
2011-03-17dbus: consolidate service SysV conditionalsAndrey Borzenkov
No need to define the same set of properties twice. While on it, add FsckPassNo to introspection.
2011-03-17update TODOKay Sievers
2011-03-17update TODOKay Sievers
2011-03-17unit: serialize condition test resultsLennart Poettering
2011-03-17read-ahead: Fix broken systemd-readahead-collect on mips.cee1
This actually adjust the __NR_fanotify* system call numbers to proper ones on mips(according userspace ABI).
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-17chkconfig: check against runlevel 5 instead of 3, since it is a superset of ↵Lennart Poettering
the latter
2011-03-17systemctl: accept condstop as alias for stopLennart Poettering
2011-03-17dbus: allow LoadUnit to unprivileged usersLennart Poettering
2011-03-16umount: make sure skip_ro is always correctly initializedLennart Poettering
2011-03-16man: fix systemctl try-restart descriptionAndrey Borzenkov
It is no more error when service is not running.
2011-03-16Add Frugalware display-manager serviceMiklos Vajna
2011-03-16main: revert recognition of "b" argumentJan Engelhardt
Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a recognized argument, however, B is not a runlevel like S. (B appears as a pseudo runlevel in openSUSE's init.d scripts only for the sake of insserv being able to manage /etc/init.d/boot.d like the other dirs).
2011-03-16main: interpret all argv[] arguments unconditionally when run in a containerLennart Poettering
2011-03-16loopback: downgrade an error to warningLennart Poettering
2011-03-16nspawn: bind mount /etc/localtimeLennart Poettering
2011-03-16nspawn: make tty code more robust against closed/reopened /dev/consoleLennart Poettering
2011-03-16util: make touched files non-writable by defaultLennart Poettering
2011-03-16nspawn: allocate a new pty instead of passing ours through to avoid terminal ↵Lennart Poettering
settings chaos
2011-03-16main: parse the whole arv[] as kernel command lineLennart Poettering
2011-03-16main: check if we have a valid PID before getting the name of itLennart Poettering
2011-03-16ask-password: reset signal mask after we are doneLennart Poettering
2011-03-15cgroup: don't recheck all the time whether the systemd hierarchy is mounted, ↵Lennart Poettering
to make strace outputs nicer and save a few stat()s
2011-03-15man: document systemd-nspawnLennart Poettering
2011-03-15cgls: don't strip user processes and kernel threads from default outputLennart Poettering
2011-03-15umount: don't try to remount bind mounts ro during shutdownLennart Poettering
2011-03-15getty: move automatic serial getty logic into generatorLennart Poettering
2011-03-14container: skip a few things when we are run in a container such as ↵Lennart Poettering
accessing /proc/cmdline
2011-03-14cgls: by default start with group of PID 1Lennart Poettering
2011-03-14pam: determine user cgroup tree from cgroup of PID 1Lennart Poettering
2011-03-14nspawn: move container into its own name=systemd cgroupLennart Poettering
2011-03-14manager: don't show kernel boot-up time for containersLennart Poettering
2011-03-14manager: show who killed usLennart Poettering
2011-03-14units: add console-shell.service which can be used insted of the gettys to ↵Lennart Poettering
get a shell on /dev/console
2011-03-14build-sys: move remaining tools from sbin/ to bin/ since they might ↵Lennart Poettering
eventually be useful for user execution
2011-03-14hostname: don't override the hostname with localhost if it is already set ↵Lennart Poettering
and /etc/hostname unset
2011-03-14audit: give up sending auditing messages when it failed due to EPERMLennart Poettering