summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-22units: move ctrl-alt-delete, default getty targets from /etc to /libKay Sievers2-25/+21
2010-09-22units: hwclock support for non-UTC must not be in the defaultKay Sievers2-2/+3
2010-09-21units: enable var-run + var-lock service by defaultKay Sievers5-12/+7
2010-09-21units: enable sysctl by defaultKay Sievers2-3/+2
2010-09-21units: enable hwclock by defaultKay Sievers3-6/+4
2010-09-21units: always enable random-seed, module-load, vconsoleKay Sievers5-41/+37
2010-09-21dbus: add Progress property to introspectionGustavo Sverzut Barbieri1-0/+1
2010-09-21tmpwatch: fix typo and remove [Install]Kay Sievers2-4/+1
2010-09-21suse: locale + vconsole compat supportKay Sievers2-0/+29
2010-09-21tmpwatch: install the unit filesKay Sievers1-1/+3
2010-09-21manager: calculate progress value while bootingLennart Poettering2-0/+27
2010-09-21manager: measure startup timesLennart Poettering5-0/+38
2010-09-21manager: count how many jobs we executedLennart Poettering3-0/+5
2010-09-21units: add default tmpwatch unitsLennart Poettering4-4/+41
2010-09-21vconsole: make sure we don't merge configuration settings from different sourcesLennart Poettering2-93/+104
2010-09-21locale: make sure we don't merge configuration settings from different sourcesLennart Poettering2-51/+56
2010-09-21locale: unset locale vars that are not set any longerLennart Poettering1-8/+8
2010-09-21locale: never use LC_ALL. It's evil.Lennart Poettering1-11/+9
2010-09-21service: start Arch daemonsTom Gundersen1-0/+66
Arch does not use proper SysV runlevels. Instead /etc/rc.conf contains an array of daemons to load in a multi-user runlevel, and some dependencies between them. This patch enables this behaviour in SystemD (only when compiled with Arch support), which allows SystemD to be a drop in replacement on Arch (modulo some minor bugs). v2: simplified after suggestion from Lennart
2010-09-21socket: Support IPv6-less systems with runtime check.Fabiano Fidencio4-31/+59
This patch introduces socket_ipv6_is_supported() call that checks for IPv6 availability. Code then check for it before using specific calls. In order to be less intrusive, this patch avoids IPv6 entries being parsed at all, this way we don't get such entries in the system and all other code paths are automatically ignored. However an extra check is done at socket_address_listen() to make sure of that. As the number of Netlink messages is not know upfront anymore, loopback-setup.c was refactored to dynamically calculate the sequence number and count. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).
2010-09-21gentoo: locale-setup supportGustavo Sverzut Barbieri1-0/+26
Use locale variables from /etc/profile.env as Gentoo's openrc runscript does (tool that is used by /etc/init.d/* services).
2010-09-21gentoo: vconsole-setup support.Gustavo Sverzut Barbieri2-5/+64
This patch is a bit bigger than expected since Gentoo being non-standard in some places. 1. it is installing binaries at /usr/bin instead of /bin. 2. it is using CamelCase names for consolefonts. 3. /etc/rc.conf:unicode=(yes|no) just forbids loadkeys and setfont "-u" options, but do not disable the actual kernel default_utf8 from vt module.
2010-09-21ask-password. Initializing socket_fd inside ask_agent.Luis Felipe Strano Moraes1-1/+1
Garbage value could have been used if there was an error creating the password file.
2010-09-21systemctl: make condrestart equivalent to try-restartMichal Schmidt1-3/+3
"condrestart" should be equivalent to "try-restart", i.e. it should be translated into "TryRestartUnit". See http://fedoraproject.org/wiki/Packaging:SysVInitScript#condrestart_and_try-restart Fixes https://bugzilla.redhat.com/show_bug.cgi?id=635780
2010-09-20locale: set LANG on ArchTom Gundersen1-0/+8
This variable is defined in /etc/rc.conf
2010-09-20vconsole: set keyboard mapping and font settings on ArchTom Gundersen1-0/+10
These variables are defined in /etc/rc.conf
2010-09-20random-seed: create parents of RANDOM_SEED if they do not exist.Gustavo Sverzut Barbieri1-0/+5
it may happen that parent directories of RANDOM_SEED do not exist, in that case we must create it otherwise save will not work.
2010-09-20update fixmeLennart Poettering1-0/+4
2010-09-18update fixmeLennart Poettering1-0/+6
2010-09-18vconsole: drop vconsole config file var prefixLennart Poettering1-4/+4
2010-09-18vconsole: more completely cover fedora legacy vconsole configurationLennart Poettering1-0/+15
2010-09-17ask-password: popup notification when we ask for a passwordLennart Poettering3-3/+12
2010-09-17ask-password: extend help text a littleLennart Poettering1-1/+1
2010-09-17ask-password: optionally ask questions on ttyLennart Poettering2-20/+143
2010-09-17ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering10-5/+794
passphrases from the user
2010-09-16vconsole: fall back to fedora specific configurationLennart Poettering1-18/+34
2010-09-16util: fix handling of quotes in parse_env_file()Lennart Poettering1-2/+2
2010-09-16locale: initialize locale from /etc/locale by defaultLennart Poettering5-5/+184
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering11-34/+457
2010-09-15util: use waitid() instead of waitpid() everywhere to avoid confusion due to ↵Lennart Poettering4-15/+20
SIGSTOP
2010-09-15util: introduce waitpid_loop()Lennart Poettering4-22/+39
2010-09-15systemctl: use sizeof() instead of strlen() on literal stringsLennart Poettering1-49/+54
2010-09-15systemctl: split job list writing to a seperate functionZbyszek Szmek1-1/+1
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 Poettering1-2/+5
https://bugzilla.redhat.com/show_bug.cgi?id=630156
2010-09-15mount-setup: fix selinux label after mountingLennart Poettering1-0/+3
rhbz 629268
2010-09-14systemctl: limit some column widths to widest actually usedZbigniew Jędrzejewski-Szmek1-12/+32
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-Szmek1-77/+78
2010-09-14systemctl: use on_tty() helper everywhereZbigniew Jędrzejewski-Szmek1-2/+2
2010-09-14man: include reference to the interface stability promiseLennart Poettering2-0/+10
2010-09-14util: SIGSTKFLT is unknown on Linux for SPARCLennart Poettering1-1/+3