Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-20 | vconsole: don't set console font/keymap if settings are empty | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36052 If KEYMAP= is set to the empty string in /etc/vconsole leave the kernel keymap loaded. Similar for FONT=. | |||
2011-04-20 | nspawn: don't fail when we receive SIGCHLD | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36148 | |||
2011-04-20 | cgroup: don't accidentaly trim on reload | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=678555 | |||
2011-04-20 | units: set capability bounding set for syslog services | Lennart Poettering | |
2011-04-20 | socket: log more information about invalid poll events | Lennart Poettering | |
2011-04-20 | MeeGo support | Chris E Ferron | |
This commit consists of the initial work to include MeeGo as a ported distribution for systemd. The majority of the changes are small configuration additions to auto tools, so that MeeGo is identified as a valid distribution option. Some small deviations will be noticed between the configuration of MeeGo and other distributions. As MeeGo is a distribution striving for compliancy to support its near embedded attributes and target users, there is less user configuration options available by default. Most services will be enabled by systemd as part of the distribution requirements, and as such most links and service files will be pre-setup for the MeeGo distribution. As much of this is going to be done within the MeeGo distribution packaging this is still noteworthy to mention, as it explains why in systemd you will observe configuration differences where the MeeGo distribution removes all links in the pkgsysconfdir for instance. MeeGo will be user configurable if there is desire, but most services will be enabled by the distribution as designated by the MeeGo compliancy standards. Other changes are in source to add such areas as meego-release defined in utils, and hostname in hostname-setup, defining vconsole-setup, localizations and rescue additions as needed. As this is all ground work, MeeGo will continue to strive for complete compatibility. | |||
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-04-20 | mount,crypto: rework meaning of noauto/nofail | Lennart Poettering | |
2011-04-20 | fsck: don't fsck against basic.target in order to properly allow automount /home | Lennart Poettering | |
2011-04-19 | manager: when running in test mode, do not write generated unit files to ↵ | Lennart Poettering | |
/run/systemd/generator | |||
2011-04-19 | mount: properly parse timeouts options in the middle of the string | Lennart Poettering | |
2011-04-19 | hostnamed: drop all caps but CAP_SYS_ADMIN | Lennart Poettering | |
2011-04-19 | hostnamed: improve error logging | Lennart Poettering | |
2011-04-19 | execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by ↵ | Lennart Poettering | |
default. Get that temporarily when dropping capabilities for good | |||
2011-04-16 | mount: make device timeout configurable | Lennart Poettering | |
2011-04-16 | cryptsetup: do not order crypto DM devices against the cryptsetup service | Lennart Poettering | |
2011-04-16 | socket: reuse existing FIFOs | Lennart Poettering | |
2011-04-16 | socket: guarantee order in which sockets are passed to be the one of the ↵ | Lennart Poettering | |
configuration file | |||
2011-04-16 | systemctl: always consider unit files with no [Install] section but stored ↵ | Lennart Poettering | |
in /lib enabled | |||
2011-04-16 | job: also print status messages when we successfully started a unit | Lennart Poettering | |
2011-04-16 | hostnamed: add reference to SMBIOS specs | Lennart Poettering | |
2011-04-16 | man: runlevel 5 is usually more comprehensive, so use it instead of 3 to ↵ | Lennart Poettering | |
detect whether a sysv service is enabled | |||
2011-04-16 | polkit: follow the usual syntax for polkit actions | Lennart Poettering | |
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-16 | units: wording fix | Lennart Poettering | |
2011-04-16 | units: order quotacheck after remount-rootfs | Lennart Poettering | |
2011-04-16 | hostname: split out hostname validation into util.c | Lennart Poettering | |
2011-04-16 | cryptsetup: simplifications | Lennart Poettering | |
2011-04-16 | dbus: split out object management code into dbus-common, and simplify it | Lennart Poettering | |
2011-04-16 | strv: properly override settings in env_append() | Lennart Poettering | |
2011-04-16 | strv: detect non-assignments in env blocks properly in env_append() | Lennart Poettering | |
2011-04-16 | strv: handle empty lists in strv_copy() properly | Lennart Poettering | |
2011-04-16 | util: truncate newline inside of read_one_line_file() already | Lennart Poettering | |
2011-04-16 | util: modernize get_parent_of_pid() a bit | Lennart Poettering | |
2011-04-16 | crypto: let the cryptsetup binary handles its own configurable timeouts | Lennart Poettering | |
2011-04-16 | logger,initctl: use global exit timeout | Lennart Poettering | |
2011-04-16 | ask-password: use default timeout | Lennart Poettering | |
2011-04-16 | manager: drop all pending jobs when isolating | Lennart Poettering | |
2011-04-16 | manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵ | Lennart Poettering | |
around when isolating | |||
2011-04-16 | units: never pull in sysinit from utmp, so that we can shutdown from ↵ | Lennart Poettering | |
emergency mode without pulling in sysinit | |||
2011-04-16 | cryptsetup: add trailing \n | Lennart Poettering | |
2011-04-16 | manager: downgrade a few log messages | Lennart Poettering | |
2011-04-16 | units: require syslog.socket from the logger because we simply fail if we ↵ | Lennart Poettering | |
don't have it | |||
2011-04-16 | logger: adjust socket description to match service | Lennart Poettering | |
2011-04-16 | units: set stdout of kmsg syslogd to /dev/null | Lennart Poettering | |
2011-04-16 | units: add --no-block when starting normal service after shell exited | Lennart Poettering | |
2011-04-14 | update TODO | Kay Sievers | |
2011-04-13 | ask-password: use kill(PID, 0) before querying a password | Lennart Poettering | |
2011-04-13 | ask-password: support passwords without timeouts | Lennart Poettering | |
2011-04-13 | ask-password: always send final NUL char | Lennart Poettering | |