summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-07unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering
2010-07-07systemctl: minor cosmetic fixesLennart Poettering
2010-07-07main: show welcome string only when asked forLennart Poettering
2010-07-07sd-daemon: Fix path check in sd_is_fifo()Martin Mikkelsen
sd_is_fifo() did fstat on the file descriptor twice instead of stating the supplied path.
2010-07-07main: implement manager configuration fileLennart Poettering
2010-07-07main: show welcome message on bootLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-06main: add a native implementation of the 'nomodules' kernel option ↵Lennart Poettering
understood by fedora init scripts
2010-07-06util: fix space calculation in get_process_cmdline()Lennart Poettering
2010-07-06systemctl: when we cannot load a unit, retry with getting itLennart Poettering
2010-07-06dbus: fix segfault with direct local connectionsLennart Poettering
2010-07-06systemctl: don't use UTF directlyLennart Poettering
2010-07-06systemctl: fix parsing of cgroup contentsLennart Poettering
2010-07-06install: implement --start optionLennart Poettering
2010-07-05systemctl: show cgroup contents in statusLennart Poettering
2010-07-05systemctl: implement 'status' commandLennart Poettering
2010-07-05turn negative options into positive optionsLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them ↵Lennart Poettering
unconditionally, and thus get rid of broadcast signals in most cases
2010-07-04systemctl: use format_timespan() where applicableLennart Poettering
2010-07-04dbus: fix unclean shut-downLennart Poettering
2010-07-04uniformly suffix time span properties with their unitLennart Poettering
2010-07-04man: update systemctl man pageLennart Poettering
2010-07-04dbus: complete exec command coverageLennart Poettering
2010-07-04dbus: complete exec status coverageLennart Poettering
2010-07-04dbus: include NextElapse field in timer propertiesLennart Poettering
2010-07-04dbus: complete exec coverageLennart Poettering
2010-07-04dbus: complete coverage of service unitsLennart Poettering
2010-07-04dbus: complete socket unit coverageLennart Poettering
2010-07-04dbus: complete target unit coverageLennart Poettering
2010-07-04dbus: complete automount and mount unit coverageLennart Poettering
2010-07-04dbus: complete coverage of manager interfaceLennart Poettering
2010-07-04dbus: complete coverage of timer unitsLennart Poettering
2010-07-04systemctl: load unit when introspectingLennart Poettering
2010-07-04dbus: complete coverage for unit interfaceLennart Poettering
2010-07-04dbus: complete coverage for path unitsLennart Poettering
2010-07-04systemctl: implement 'show' commandLennart Poettering
2010-07-04dbus: implement GetAll() with empty interface string properlyLennart Poettering
2010-07-04dbus: properly name StartupTimestamp propertyLennart Poettering
2010-07-03snapshot: downgrade automatic dependencies from Requires to WantsLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
In order to simplify writing of unit files introduce default dependencies that are added to all units unless explictly disabled in a unit. This option can be switched off for select units that are involved in early boot-up ot late system shutdown, This should simplify service files for most normal daemons, but breaks existing service files for software involved in early boot (notably udev), which need to be updated for a DefaultDependencies=no setting)
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ↵Lennart Poettering
one step
2010-07-02execute: check tcpwrap for sockets passed via new-style socket passing as well.Lennart Poettering
2010-07-02systemctl: implement delete commandLennart Poettering
2010-07-02automount: add DirectoryMode= settingLennart Poettering
2010-07-02mount: automatically create non-existing mount point dirs prior to mountingLennart Poettering
2010-07-01man: document socket unitsLennart Poettering
2010-07-01systemd: include /etc/systemd/system/ and /lib/systemd/system/ in search ↵Lennart Poettering
path unconditionally
2010-07-01man: finish service man pageLennart Poettering
2010-07-01socket: define IP_FREEBIND if not definedKay Sievers
2010-07-01systemd: add IP TOS field to --dump-configuration-items outputLennart Poettering