summaryrefslogtreecommitdiffstats
path: root/units (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-29util: introduce container_of() macroLucas De Marchi1-0/+11
2012-04-26libudev: prefix log macros with 'udev_'Kay Sievers8-39/+39
2012-04-26update TODOKay Sievers1-3/+4
2012-04-26udev: use only oom_score_adj interfaceKay Sievers1-12/+2
2012-04-26udev: docs - it's 'GUdev'Kay Sievers1-1/+1
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt8-121/+235
2012-04-25timedated: introduce systemd-timedated-ntp.target which is controlled by time...Lennart Poettering3-4/+22
2012-04-25nspawn: add --read-only switchLennart Poettering2-4/+32
2012-04-25nspawn: bind mount /etc/resolv.conf from the host by defaultLennart Poettering1-0/+25
2012-04-24shutdown: don't complain if we cannot lock memory, to make container shutdown...Lennart Poettering1-2/+1
2012-04-24remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering10-39/+19
2012-04-24update TODOLennart Poettering1-0/+4
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering16-4/+51
2012-04-24manager: drop MountAuto= and SwapAuto= optionsLennart Poettering8-45/+10
2012-04-24man: rework nspawn man page to suggest yum --installroot instead of mockLennart Poettering1-18/+19
2012-04-24readahead: rather than checking for virtualization in the C code, use Conditi...Lennart Poettering5-14/+17
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt6-40/+30
2012-04-24job: serialize jobs properlyMichal Schmidt5-21/+204
2012-04-24transaction: abort does not need to use recursive deletionMichal Schmidt1-1/+1
2012-04-24transaction: fix detection of cycles involving installed jobsMichal Schmidt1-0/+8
2012-04-24transaction: improve readabilityMichal Schmidt1-90/+62
2012-04-22shutdown: don't try to shut down DM devices in a containerLennart Poettering1-1/+3
2012-04-22hostname: if there's already a hostname set when PID 1 is invoked, don't comp...Lennart Poettering1-8/+17
2012-04-22job: the status messages are proper sentences, hence end them with a full stopLennart Poettering1-6/+6
2012-04-22units: remount file systems only if /etc/fstab actually existsLennart Poettering2-0/+2
2012-04-22mount: don't fail if fstab doesn't existLennart Poettering3-3/+10
2012-04-22transaction: downgrade warnings about masked unitsLennart Poettering1-4/+7
2012-04-22transaction: add missing emacs and license headersLennart Poettering2-0/+42
2012-04-22machine-id: fix spellingLennart Poettering1-2/+2
2012-04-22util: unify getenv() logic for other PIDLennart Poettering4-89/+97
2012-04-22nspawn: add --uuid= switch to allow setting the machine id for the containerLennart Poettering3-9/+32
2012-04-22units: don't try to load kernel modules if CAP_SYS_MODULE is missingLennart Poettering1-0/+1
2012-04-22units: skip root fsck if the root directory is writableLennart Poettering1-0/+1
2012-04-22nspawn: add -b switch to automatically look for an init binaryLennart Poettering4-2/+41
2012-04-22default to v102 everywhere, instead of vt100, to synchronize with agettyLennart Poettering2-2/+2
2012-04-22login: assing /dev/console logins to seat0Lennart Poettering3-2/+21
2012-04-22container: spawn a getty instead of a sulogin in a containerLennart Poettering4-1/+51
2012-04-22loginctl: avoid segfault for kill-session and kill-user commandsLennart Poettering1-2/+2
2012-04-22util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act...Lennart Poettering4-10/+22
2012-04-22log: include syslog identifier in default log properties, to avoid comm trunc...Lennart Poettering1-1/+3
2012-04-22nspawn: be more careful when initializing the hostname from the directory nameLennart Poettering1-5/+26
2012-04-22mount-setup: ignore common container bind mountsLennart Poettering1-8/+19
2012-04-22update TODOLennart Poettering1-0/+8
2012-04-22nspawn: make /dev/kmsg unavailable in the container, but allow access to /pro...Lennart Poettering2-1/+10
2012-04-21watchdog: fix default configuration fragment for watchdogLennart Poettering1-2/+2
2012-04-21man: doc-sync - properly delete no longer existing stuff on remote serverKay Sievers1-3/+3
2012-04-20transaction: add starting requirements for JOB_RESTARTMichal Schmidt1-1/+1
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt5-71/+131
2012-04-20transaction: remove checks for installedMichal Schmidt2-22/+6
2012-04-20transaction: rework merging with installed jobsMichal Schmidt3-13/+68