Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-08 | locale: unify some code between fedora and altlinux | 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-02-08 | build-sys: make less noise when checking file | Lucas De Marchi | |
There's already a condition that gives a warning if user is cross-compiling an relying on files from the build system. AC_CHECK_FILE macro only tests for file in the build system. Hence use a simple 'test -f' that does the same job, without the warning. | |||
2011-02-08 | update TODO | Lennart Poettering | |
2011-02-08 | build-sys: fix AC_COMPILE_IFELSE tests | Lucas De Marchi | |
This removes some warnings when bootstrapping. The warnings were introduced in autoconf 2.68. Reference: http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html The following code AC_COMPILE_IFELSE([ <MY C CODE HERE> ], ...) is changed to AC_COMPILE_IFELSE( [AC_COMPILE_IFELSE([AC_LANG_SOURCE([ <MY C CODE HERE> ])], ...) | |||
2011-02-08 | build-sys: ensure selinux configure check follows logic of other optional ↵ | Lennart Poettering | |
features | |||
2011-02-08 | build-sys: autodetect and use pkg-config for libselinux | Alexey Shabalin | |
Hi! libselinux has a pkg-config file: $ rpm -qf /usr/lib64/pkgconfig/libselinux.pc libselinux-devel-2.0.98-alt1 $ cat /usr/lib64/pkgconfig/libselinux.pc prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib64 includedir=/usr/include Name: libselinux Description: SELinux utility library Version: 2.0.98 URL: http://userspace.selinuxproject.org/ Libs.private: -lsepol Libs: -lselinux Cflags: Patch for use pkg-config in attach. -- Alexey Shabalin | |||
2011-02-08 | dbus: use ControlGroup as property name to match config option | Lennart Poettering | |
2011-02-04 | pam: optionally reset cgroup memberships for login sessions | Lennart Poettering | |
2011-02-03 | load-fragment: properly parse Nice= value | Adrian Spinu | |
Hello, i`ve been using systemd for a while now, and found out that when using NICE parameter for .service files the varible is not set correctly. i`ve found the problem in file *load-fragment.c* function *config_parse_nice* variable /*c->nice_set = false;*/ should be /*c->nice_set = true;*/ Problem is alsom manifesting on v17 but did not upgrade yet ... | |||
2011-01-26 | automount: use unit_pending_inactive() where appropriate | Lennart Poettering | |
2011-01-25 | TODO | Lennart Poettering | |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering | |
2011-01-22 | gcc: make gcc shut up | Lennart Poettering | |
2011-01-22 | build-sys: prep v17 | Lennart Poettering | |
2011-01-22 | update TODO | Lennart Poettering | |
2011-01-21 | vala 0.10 seem to work fine | Kay Sievers | |
2011-01-21 | cryptsetup: fix ordering loop when dealing with encrypted swap devices | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=657234 | |||
2011-01-21 | main: don't warn if /etc/mtab is a symlink to /proc/mounts | Lennart Poettering | |
2011-01-21 | socket: don't crash if the .service unit for a .socket unit is not found | Lennart Poettering | |
2011-01-21 | update TODO: drop issues that cannot be reproduce or have been fixed otherwise | Lennart Poettering | |
2011-01-21 | mount: ignore if an fsck is requested for a bind mount, so that we don't ↵ | Lennart Poettering | |
wait for the bind 'device' to show up | |||
2011-01-21 | automount: fix segfault when shutting down | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=32076 | |||
2011-01-21 | man: give an example for vconsole.conf | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=31955 | |||
2011-01-20 | dbus: don't try to connect to the system bus before it is actually up | Lennart Poettering | |
2011-01-20 | service: make chain of main commands and control commands independent of ↵ | Lennart Poettering | |
each other, so that both can be executed simultaneously and independently | |||
2011-01-20 | service: don't allow reload operations for oneshot services | Lennart Poettering | |
During starting of oneshot we are in START state which we don't want to combine with the RELOAD state, hence we disallow both at the same time. | |||
2011-01-20 | vala: convert from dbus-glib to gdbus | Lennart Poettering | |
2011-01-20 | systemctl: highlight failed processes in systemctl status | Lennart Poettering | |
2011-01-20 | systemctl: show process type along process exit codes | Lennart Poettering | |
2011-01-20 | service: when reloading a service fails don't fail the entire service but ↵ | Lennart Poettering | |
just the reload job | |||
2011-01-19 | shutdown: use correct kexec options | Brett Witherspoon | |
The kexec man page is awful and misleading. | |||
2011-01-18 | serial-getty: invoking /sbin/securetty is no longer necessary since ↵ | Lennart Poettering | |
pam_securetty can now look for console= in /proc/cmdline | |||
2011-01-18 | systemctl: before spawning pager cache number of columns | Lennart Poettering | |
2011-01-18 | pam: optionally keep processes of root user around | Lennart Poettering | |
2011-01-18 | service: if a reload operation fails, don't shut down the service | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | mount: FAT uuids are uppercase | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2011-01-17 | update TODO | Lennart Poettering | |
2011-01-17 | arch: remove rc-local.service | Tom Gundersen | |
This is now shipped downstream. | |||
2011-01-17 | arch: remove support for legacy daemons | Tom Gundersen | |
This is now done by a generator, shipped downstream. | |||
2011-01-08 | build-sys: prepare v16systemd/v16 | Lennart Poettering | |
2011-01-08 | device: don't warn if we cannot bump the socket buffer | Lennart Poettering | |
2011-01-07 | update TODO | Lennart Poettering | |
2011-01-07 | logger: when passing on PID info, fall back to our own if originating ↵ | Lennart Poettering | |
process is already gone | |||
2011-01-07 | service: don't hit an assert if information in LSB headers is incorrectly ↵ | Lennart Poettering | |
formatted https://bugzilla.redhat.com/show_bug.cgi?id=667665 | |||
2011-01-06 | execute,util: fix two small memory leaks | Lennart Poettering | |
2011-01-06 | specifier: at minimal test | Lennart Poettering | |
2011-01-06 | getty: unset locale before execution | Lennart Poettering | |
On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900 |