Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-16 | hostname: split out hostname validation into util.c | 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-12 | pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL | Lennart Poettering | |
2011-04-07 | don't make up buffer sizes, use standard LINE_MAX instead | Lennart Poettering | |
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | |
2011-04-03 | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | |
2011-03-31 | log: fix shifting of facilities | Lennart Poettering | |
2011-03-31 | src: our lord is coverity | Lennart Poettering | |
2011-03-31 | plymouth: use PID file to detect whether ply is running | Lennart Poettering | |
2011-03-30 | status: show status messages unconditionally if plymouth is around | Lennart Poettering | |
2011-03-28 | util: detect page size runtime. | cee1 | |
Some architectures support multiple machine types with diffenent page sizes, and some machine types even support multiple page sizes themselves. | |||
2011-03-18 | man: document pidns containers | Lennart Poettering | |
2011-03-16 | util: make touched files non-writable by default | Lennart Poettering | |
2011-03-14 | util: add detect_container() | Lennart Poettering | |
2011-03-14 | util: detect CLONE_NEWPID namespaces, and cache results | Lennart Poettering | |
2011-03-14 | util: return exit status in wait_for_terminate_and_warn() | Lennart Poettering | |
2011-03-14 | util: properly identify pty devices by their major | Lennart Poettering | |
2011-03-11 | util: close all fds before freezing execution | Lennart Poettering | |
2011-03-09 | dbus: properly generate UnknownInterface, UnknownProperty and ↵ | Lennart Poettering | |
PropertyReadOnly errors | |||
2011-03-09 | drop unnecessary suffix NULs as gcc adds them anyway | Lennart Poettering | |
2011-03-08 | build-sys: add Mandriva distribution supportsystemd/v20 | Andrey Borzenkov | |
This merges several separate patches that I carry as part of Mandriva systemd RPM. They touch those parts that are very unlikely to be changed in near future and do not impose any functionality change for systemd core. I also think it is useful for troubleshooting to have real distribution name in system logs, espicially when someone reports problem upstream. The patch looks bigger than sum of replaced patches because - previous patches were applied on top of distro=fedora, now I need to add all those bits for distro=mandriva as well - part of patch was done as spec file magic, but it seems more logical to ship all these bits together | |||
2011-03-04 | execute: load environment files at time of execution, not when we load the ↵ | Lennart Poettering | |
service configuration https://bugzilla.redhat.com/show_bug.cgi?id=661282 | |||
2011-03-03 | kill: always send SIGCONT after SIGTERM | Lennart Poettering | |
When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal. | |||
2011-02-22 | virtualization: check cpuid first, since it is cheaper than DMI | Lennart Poettering | |
2011-02-22 | util: make string static | Lennart Poettering | |
2011-02-21 | virtualization: beef virtualization code | Lennart Poettering | |
2011-02-17 | util: retry opening a TTY on EIO | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=33996 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554172/comments/245 | |||
2011-02-17 | util: beef up logic to find ctty name | Lennart Poettering | |
2011-02-16 | util: seperate welcome line from other output by empty lines | Lennart Poettering | |
2011-02-15 | shutdown: execute all binaries in /lib/systemd/system-shutdown as last step ↵ | Lennart Poettering | |
before invoking reboot() | |||
2011-02-14 | util: properly resolve /dev/console if more than once console= argument was ↵ | Lennart Poettering | |
passed on the kernel command line | |||
2011-02-14 | getty: do not auto-spawn getty's on VC ttys if console=ttyN is used | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=676885 | |||
2011-02-13 | util: when determining the right TERM for /dev/console consult ↵ | Lennart Poettering | |
/sys/class/tty/console/active | |||
2011-02-13 | readahead: disable readahead in virtual machines | Lennart Poettering | |
2011-02-08 | build-sys: initial support ALTLinux | Alexey Shabalin | |
Hi all! I added basic support for ALTLinux. Please see patch or http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux Thanks. | |||
2011-01-22 | gcc: make gcc shut up | Lennart Poettering | |
2011-01-20 | systemctl: highlight failed processes in systemctl status | Lennart Poettering | |
2011-01-18 | mount: FAT uuids are uppercase | Lennart Poettering | |
2011-01-06 | execute,util: fix two small memory leaks | Lennart Poettering | |
2011-01-05 | util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno | Lennart Poettering | |
2011-01-05 | fragment: properly handle quotes in assignments in EnvironmentFile= files | Lennart Poettering | |
2011-01-04 | serial: use TERM=vt100 instead of TERM=vt100-nav | Lennart Poettering | |
TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install. | |||
2011-01-01 | arch: remove welcome message | Tom Gundersen | |
This is now done by os-release downstream. | |||
2011-01-01 | util: invoke sync() implicitly on freeze() | Lennart Poettering | |
Suggested by Tom Gundersen. | |||
2010-12-28 | tmpfiles: ensure we do no follow symlinks when cleaning up dirs | Lennart Poettering | |
Patch suggested by Miloslav Trmac. | |||
2010-12-21 | util: properly handle OOM when allocating Debian version string | Lennart Poettering | |
2010-12-21 | debian: Prefix welcome string with "Debian " | Michael Biebl | |
For stable releases /etc/debian_version only contains a version number, so we add a prefix "Debian ". |