summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-18systemctl: add compat support for shutting down the system via upstartLennart Poettering
2010-06-18execute: add EnvironmentFile= optionLennart Poettering
2010-06-18systemctl: add /dev/initctl fallbackLennart Poettering
2010-06-18git: ignore libtool m4 filesLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-18systemctl: warn users via wall that the system goes downLennart Poettering
2010-06-18build-sys: speed up build via convenience libraryLennart Poettering
2010-06-17gcc: disable warn_unused_result attribute warningsLennart Poettering
2010-06-17fix --nonet calls to xsltprocPavol Rusnak
Also, fix spelling of openSUSE
2010-06-17build-sys: pass -fno-strict-aliasing by defaultLennart Poettering
2010-06-17doc: install sd-daemon.[ch] as docsLennart Poettering
2010-06-17tcpwrap: add missing header files for suseLennart Poettering
2010-06-17sd-daemon: add gcc format string attribute to sd_notifyfLennart Poettering
2010-06-17manager: expose a few special units via SIGRTMIN+x signalsLennart Poettering
2010-06-17systemctl: provide compatibility implementations for various sysv utilitiesLennart Poettering
2010-06-17service: rework PID parsing logic everywhereLennart Poettering
2010-06-17sd-daemon: extend return value logic of sd_notify()Lennart Poettering
2010-06-17log: make color/location logging optionalLennart Poettering
2010-06-17util: implement parse_pid() functionLennart Poettering
2010-06-17notify: add systemd-notify command line toolLennart Poettering
2010-06-16units: make Arch bootTom Gundersen
This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch.
2010-06-16build-sys: fix configure output without libwrapLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16execute: setup namespace after doing NSS callsLennart Poettering
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name ↵Lennart Poettering
lookups in main systemd process
2010-06-16socket: add optional libwrap supportLennart Poettering
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-16kmod: autoload unix.ko if it isn't aroundLennart Poettering
2010-06-16cgroup: drop inherit flag, this mus be fixed in the kernelLennart Poettering
2010-06-16main: fix help regarding --unit/systemd.unit=Lennart Poettering
2010-06-16strv: introduce strv_find_prefix()Lennart Poettering
2010-06-16util: introduce random_ull()Lennart Poettering
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering
2010-06-16util: introduce readlink_and_make_absolute()Lennart Poettering
2010-06-15systemctl: make sure getopt doesn't segfaultLennart Poettering
2010-06-15service: never supervise ourselvesLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-15manager: recheck unit paths on daemon reloadLennart Poettering
2010-06-15systemctl: fix race in --blockLennart Poettering
2010-06-15dbus: fix matchLennart Poettering
2010-06-15systemctl: reimplement systemctl in pure C without Vala/GObjectLennart Poettering
2010-06-15initctl: make sure we don't exit due to dbus disconnectLennart Poettering
2010-06-15dbus: tighten match rules a bitLennart Poettering
2010-06-15set: introduce set_free_free()Lennart Poettering
2010-06-11log: don't open log targets too earlyLennart Poettering
2010-06-11reword a few log messagesLennart Poettering
2010-06-09main: rename systemd.default= to systemd.unit=Lennart Poettering
2010-06-09log: add null log targetLennart Poettering
2010-06-09build-sys: enable bz2 tarballsLennart Poettering