bcd8e6d1bd3f434af894faeb400fee0e99445a7f |
|
01-Oct-2013 |
Lennart Poettering <lennart@poettering.net> |
local: fix memory leak when putting together locale settings
Also, we need to use proper strv_env_xyz() calls when putting together
the environment array, since otherwise settings won't be properly
overriden.
And let's get rid of strv_appendf(), is overkill and there was only one
user. |
e21fea24ae2a7a04f6d5c9d2bbbaf5833d248952 |
|
26-Jul-2013 |
Kay Sievers <kay@vrfy.org> |
rework systemd's own process environment handling/passing
Stop importing non-sensical kernel-exported variables. All
parameters in the kernel command line are exported to the
initial environment of PID1, but suppressed if they are
recognized by kernel built-in code. The EFI booted kernel
will add further kernel-internal things which do not belong
into userspace.
The passed original environ data of the process is not touched
and preserved across re-execution, to allow external reading of
/proc/self/environ for process properties like container*=. |
46a2911bf2780f616396df5671dd901cc7cb54fd |
|
04-Jan-2013 |
Lennart Poettering <lennart@poettering.net> |
core: drop support for old per-distro configuration files for console, hostname, locale, timezone
This simplifies the upstream system code quite a bit. If downstream distributions want to maintain compatibility with their old configuration files, they are welcome to do so, but need to maintain this as patches downstream. The burden needs to be on the distributions to maintain differences here. Our suggestion however is to just convert the old configuration files on upgrade, as multiple distributions already do. |
8401e9f91d65c3d8d49cf0d2e35d03146354e957 |
|
09-Jul-2012 |
Auke Kok <auke-jan.h.kok@intel.com> |
MeeGo: Remove build support for MeeGo distribution.
The MeeGo distribution is still a supported distribution, but
will probably not see an updated version of systemd anymore.
Most of the development is focussing on Tizen now, and the
generic support for building --with-distro=other is more than
adequate enough.
This patch removes the support as a custom configuration build
target in systemd. People who are still building this for
the MeeGo distribution should build as "other" distro. |