summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-16units: introduce smartcard.targetLennart Poettering
2010-07-16systemctl: always show units with active jobs in list-units outputLennart Poettering
2010-07-16socket: prepare for proper selinux labelling of socketsLennart Poettering
2010-07-16socket: don't allow mixing of accepting and non-accepting sockets in the same...Lennart Poettering
2010-07-16service: refuse to start services that are configured for per-connection inst...Lennart Poettering
2010-07-16unit: allow units to have more than one instance idLennart Poettering
2010-07-16path,timer: order units after sysinit by defaultLennart Poettering
2010-07-16target: if the user configured a manual ordering between target units and the...Lennart Poettering
2010-07-16main: disable nscd if we can to avoid deadlock, just in caseLennart Poettering
2010-07-16mount-setup: consider a few file systems API mounts and ignore themLennart Poettering
2010-07-16install: refuse installation of symlinked unitsLennart Poettering
2010-07-16systemctl: add to command for virtualizing the dependency tree with graphvizLennart Poettering
2010-07-14cgls: rename source file to cgls.c, since we have no prefix for any of the ot...Lennart Poettering
2010-07-14socket: don't close sockets when activating per-connection unitsLennart Poettering
2010-07-13systemctl: introduce try-restart and reload-or-restart commandsLennart Poettering
2010-07-13manager: always allow stopping of units that failed to loadLennart Poettering
2010-07-13main: introduce -D as quick acess to debuggingLennart Poettering
2010-07-13install: implement systemd-install realizeLennart Poettering
2010-07-13unit: disable retroactive starting/stopping of units when deserializingLennart Poettering
2010-07-13cgroup: treat non-existing cgroups like empty ones, to deal with racesLennart Poettering
2010-07-13main: replace --running-as= by --session and --system do mimic related tools ...Lennart Poettering
2010-07-13udev: use prettier subsystem paths for bluetooth devices, tooLennart Poettering
2010-07-13udev: ignore dynamic ram/loop block devicesLennart Poettering
2010-07-13units: make maximum unit name longer, since DM names manager to hit the limitLennart Poettering
2010-07-13unit: retroactively start dependencies for job-less units tooLennart Poettering
2010-07-13device: properly create dependenciesLennart Poettering
2010-07-13units: dm is an awful piece of workLennart Poettering
2010-07-13units: introduce bluetooth.target/printer.target which are activated if the r...Lennart Poettering
2010-07-13socket: when going down, flush all queued socketsLennart Poettering
2010-07-13socket: when the socket is supposed to stop, don't accept any connections any...Lennart Poettering
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-12mount: add automatic start ordering dependencies for mountsLennart Poettering
2010-07-12execute: inherit from original input, not the fixed upLennart Poettering
2010-07-12service: allow input from terminal when executing more than one start-pre or ...Lennart Poettering
2010-07-12execute: reword commentLennart Poettering
2010-07-12util: reset terminal even harderLennart Poettering
2010-07-12util: fix error handling in acquire_terminal()Lennart Poettering
2010-07-12execute: close inherited fds earlierLennart Poettering
2010-07-12pam: remove leftover libcgroup inclusionLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-12cgroup: implement cg_get_path nativelyLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-12service: trim cgroups if services that are "active" but "exited"Lennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-11sd-daemon: fix abstract namespace sockaddr for notification socketLennart Poettering
2010-07-11install: fix wrong dbus connection shutdownLennart Poettering
2010-07-11execute: use right logger socketLennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jo...Lennart Poettering
2010-07-11dbus: get rid of last non-private bussesLennart Poettering
2010-07-11dbus: don't hit an assert if we sent a changed signal for something not in th...Lennart Poettering