summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-16vconsole: fall back to fedora specific configurationLennart Poettering
2010-09-16util: fix handling of quotes in parse_env_file()Lennart Poettering
2010-09-16locale: initialize locale from /etc/locale by defaultLennart Poettering
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering
2010-09-15util: use waitid() instead of waitpid() everywhere to avoid confusion due to ↵Lennart Poettering
SIGSTOP
2010-09-15util: introduce waitpid_loop()Lennart Poettering
2010-09-15systemctl: use sizeof() instead of strlen() on literal stringsLennart Poettering
2010-09-15systemctl: split job list writing to a seperate functionZbyszek Szmek
On Tue, Sep 14, 2010 at 10:23:28PM +0200, Lennart Poettering wrote: > On Tue, 07.09.10 17:02, Zbigniew Jędrzejewski-Szmek (zbyszek@in.waw.pl) wrote: > > Urks, now I commited the wrong one... Can you prep an updated patch against > current git? Once more sorry about that. Fix below. Zbyszek
2010-09-15man: document that first param to ExecStart= cannot be variable substitutionLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=630156
2010-09-15mount-setup: fix selinux label after mountingLennart Poettering
rhbz 629268
2010-09-14systemctl: limit some column widths to widest actually usedZbigniew Jędrzejewski-Szmek
old UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Page dev-mqueue.automount loaded active waiting POSIX Mes proc-sys...misc.automount loaded active waiting Arbitrary sys-kern...ebug.automount loaded active running Debug Fil new UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Pages File System Automount Poi dev-mqueue.automount loaded active waiting POSIX Message Queue File System Auto systemd-shutdownd.socket loaded active listening systemd Delayed Shutdown Socket
2010-09-14systemctl: split job list writing to a seperate functionZbigniew Jędrzejewski-Szmek
2010-09-14systemctl: use on_tty() helper everywhereZbigniew Jędrzejewski-Szmek
2010-09-14man: include reference to the interface stability promiseLennart Poettering
2010-09-14util: SIGSTKFLT is unknown on Linux for SPARCLennart Poettering
2010-09-14build-sys: bump versionsystemd/v10Lennart Poettering
2010-09-14systemctl: use isolate when called as telinit for a runlevelLennart Poettering
2010-09-14manager: log job mode when running jobLennart Poettering
2010-09-14prefdm: make sure we start prefdm only after the getty is killedLennart Poettering
2010-09-14initctl: properly use isolate when activating runlevelsLennart Poettering
2010-09-14target: add implicit target/unit ordering deps only if both sides have been ↵Lennart Poettering
fully loaded
2010-09-14socket: fix output of TCP congestion optionsLennart Poettering
2010-09-14units: make sure the file system is writable before we write utmp dataLennart Poettering
2010-09-14service: fix check for non-LSB filesLennart Poettering
2010-09-14units: add generic description for http-daemon.targetLennart Poettering
2010-09-13service: add generic LSB provides handling for facilitiesLennart Poettering
2010-09-13service: translate 'httpd' LSB Provides into '$httpd' on FedoraLennart Poettering
2010-09-13man: s/triggerin/triggerun/ for rpm upgradesLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=626966
2010-09-13minor nit: printf attribute was removed by -DSD_EXPORT_SYMBOLSRainer Gerhards
2010-09-13fedora: don't quit plymouth too earlyMichal Schmidt
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed.
2010-09-13util: add Arch welcome messageTom Gundersen
Arch has no release name, so juts prints 'Welcome to Arch Linux!'. The color is the same as used by Arch's native rc.sysinit.
2010-09-13util: add Debian welcome messageSedat Dilek
Hi, after talked with Michael on IRC, here is the patch to see a systemd Welcome message on Debian systems. FYI: I had to remove "quiet" from Kernel-command-line to see it. "Stolen from Gentoo" :-) [1,2]? Kind Regards, - Sedat - [1] http://lists.freedesktop.org/archives/systemd-devel/2010-September/000267.html [2] http://cgit.freedesktop.org/systemd/commit/?id=0d37b36b2890fdf8149d12460ebb00822e555977 From 76d860ca774cb8724de25c3ed3c455ebe5d548e3 Mon Sep 17 00:00:00 2001 From: Sedat Dilek <sedat.dilek@gmail.com> Date: Sun, 12 Sep 2010 23:02:22 +0200 Subject: [PATCH] util: add Debian welcome message Include the "Debian" string as /etc/debian_version contains only the Distribution name like "squeeze". Use Light Red color for Debian. Based on a proposal patch of Michael Biebl <biebl@debian.org>
2010-09-13target: add default unit ordering deps from the unit not the targetLennart Poettering
2010-09-13man: some clarificationsLennart Poettering
2010-09-11manager: report correctly which job was deleted when breaking cycleMichal Schmidt
2010-09-11service: don't automatically add D-Bus service name as an alias to all dbus ↵Lennart Poettering
service, rely on manual symlinks to allow disabling of dbus services
2010-09-10units: pull in syslog.target for synchronization purposes by ↵Lennart Poettering
systemd-logger.service
2010-09-10units: start logger only after syslog is upLennart Poettering
2010-09-10units: we should be able to reach syslog.target even if no logger is enabled ↵Lennart Poettering
at all
2010-09-10units: set working directory to /root for sulogin, since sulogin is crazyLennart Poettering
2010-09-10logger: support SOCK_STREAM /dev/log sockets as necessary for syslog-ngLennart Poettering
2010-09-10units: set HOME=/root when running shellsLennart Poettering
2010-09-10update fixmeKay Sievers
2010-09-10update fixmeKay Sievers
2010-09-09util: add Gentoo welcome message.Gustavo Sverzut Barbieri
2010-09-08log: support logging into SOCK_STREAM /dev/log sockets for comaptibility ↵Lennart Poettering
with syslog-ng
2010-09-08units: On Debian Runlevel 2, 3, 4 and 5 are multi-userMichael Biebl
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org>
2010-09-08units: add umount unit files for DebianMichael Biebl
Add unit files to call /etc/init.d/umountnfs.sh stop (network file systems) /etc/init.d/umountfs stop (local file systems) /etc/init.d/umountroot stop ("/" file system) in the right order and hook them up in the umount.target so they are run on shutdown and reboot.
2010-09-08sd-daemon: optionally, avoid hiding the ELF symbolsLennart Poettering
2010-09-08main: when we encounter 'emergency' on the kernel cmdline start the ↵Lennart Poettering
emergency shell