Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | dbus: make daemon reexecution synchronous | Lennart Poettering | |
We simply keep open copies of the dbus connections across the reexecution and close them as last step of it. A client can thus simply wait until its connection is dropped to know when the reexecution is finished. https://bugzilla.redhat.com/show_bug.cgi?id=698198 | |||
2011-04-28 | label: don't print warning when we try ro relabel an non-existing file | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=698674 | |||
2011-04-28 | service: properly notice when services with a main process that isn't a ↵ | Lennart Poettering | |
child of init die https://bugzilla.redhat.com/show_bug.cgi?id=699114 | |||
2011-04-28 | lookup: drop empty directories from search paths | Lennart Poettering | |
2011-04-28 | path: simplify recheck logic | Lennart Poettering | |
2011-04-28 | unit: fix assert when trying to load unit instances for uninstanciable types | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2011-April/001910.html | |||
2011-04-27 | systemctl: whitelist /etc instead of blacklisting /lib to figure out if ↵ | Lennart Poettering | |
[Install] is needed | |||
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-27 | manager: fix serialization counter | Lennart Poettering | |
2011-04-27 | dbus: don't hit assert when dumping properties | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36472 | |||
2011-04-26 | cryptsetup: fix keyfile size option processing | Milan Broz | |
/etc/crypttab uses "size" argument only for plain crypt mapping (and input is limited to volume key size) For LUKS it always read whole keyfile (no arguments except "luks" should be in crypttab). Because of bug in cryptsetup 1.2.0 (fixed in 1.3.0) library did not enforced keyfile size argument, so this bug was hidden for some time. Patch also converts size in bits to bytes like excepted by libcryptsetup api. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=36264 | |||
2011-04-26 | socket: improve warning message when we get POLLHUP | Lennart Poettering | |
2011-04-26 | strv: Fix gcc unitialized variable warning | Zbigniew Jędrzejewski-Szmek | |
Since strv_* functions handle null arguments, this warning is actually valid. src/strv.c: In function ‘strv_copy’: src/strv.c:68:21: warning: ‘k’ may be used uninitialized in this function [-Wuninitialized] | |||
2011-04-26 | mount: failure to mount cgroup hierarchies should not be fatal | Lennart Poettering | |
If we cannot open /etc/cgroup, print an error message, but go on, to support cgroup-less builds. https://bugzilla.redhat.com/show_bug.cgi?id=628004 | |||
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵ | Kay Sievers | |
/etc, /run | |||
2011-04-23 | manager: mkdir /run/systemd/system when starting up | Tollef Fog Heen | |
2011-04-21 | missing: Fix broken syscall(__NR_fanotify_mark... on o32 mips. | cee1 | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23618562 MIPS o32 ABI enforces that 64bit arguments should be 64bit-aligned, and the third argument of syscall(__NR_fanotify_mark, ...) is 64bit and not 64bit-aligned on o32 mips platform, thus extra padding is inserted before it. The syscall function doesn't know the prototype of fanotify_mark, so the padding will be passed into kernel as valid argument. | |||
2011-04-21 | Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()" | Lennart Poettering | |
This reverts commit 9402841ef197e485061ab328edcaa0e6d83051bd. This freezes boot-up when /dev/urandom is used as key source | |||
2011-04-20 | mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd. | Wulf C. Krueger | |
Mounting /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd is required by rpcbind and the NFS server respectively. To depend on them being mounted, systemd needs to be allowed to create mount units for both in order to avoid having to implement hacks (mounting in ExecStartPre or using shell scripts). | |||
2011-04-20 | cryptsetup: pass 0 as key size to crypt_activate_by_keyfile() | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36264 | |||
2011-04-20 | socket: support ListeSpecial= sockets | Lennart Poettering | |
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 | 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 | mount,crypto: rework meaning of noauto/nofail | 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: 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 | 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 | 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 | |