summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-09units: introduce and hook up sound.targetLennart Poettering
2011-02-09dbus: allow all clients access to org.freedesktop.DBus.PeerLennart Poettering
2011-02-09man: document SYSTEMD_READY=Lennart Poettering
2011-02-09device: consider udev devices with SYSTEMD_READY=0 as unpluggedLennart Poettering
2011-02-09systemd: show status when run with plymouth, and don't start plymouth a ↵Lennart Poettering
second time when it is already running
2011-02-09manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵Lennart Poettering
the console
2011-02-09man: clarify a few thingsLennart Poettering
2011-02-09systemctl: fix opening paramsLennart Poettering
2011-02-09systemctl: don't start agent for --userLennart Poettering
2011-02-09systemctl: make sure the tty agent does not retain a copy of stdioLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=674916
2011-02-08plymouth: move plymouth out of TARGET_FEDORAJeff Mahoney
2011-02-08locale: unify some code between fedora and altlinuxLennart Poettering
2011-02-08build-sys: initial support ALTLinuxAlexey 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-08build-sys: make less noise when checking fileLucas 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-08update TODOLennart Poettering
2011-02-08build-sys: fix AC_COMPILE_IFELSE testsLucas 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-08build-sys: ensure selinux configure check follows logic of other optional ↵Lennart Poettering
features
2011-02-08build-sys: autodetect and use pkg-config for libselinuxAlexey 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-08dbus: use ControlGroup as property name to match config optionLennart Poettering
2011-02-04pam: optionally reset cgroup memberships for login sessionsLennart Poettering
2011-02-03load-fragment: properly parse Nice= valueAdrian 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-26automount: use unit_pending_inactive() where appropriateLennart Poettering
2011-01-25TODOLennart Poettering
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2011-01-22gcc: make gcc shut upLennart Poettering
2011-01-22build-sys: prep v17Lennart Poettering
2011-01-22update TODOLennart Poettering
2011-01-21vala 0.10 seem to work fineKay Sievers
2011-01-21cryptsetup: fix ordering loop when dealing with encrypted swap devicesLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=657234
2011-01-21main: don't warn if /etc/mtab is a symlink to /proc/mountsLennart Poettering
2011-01-21socket: don't crash if the .service unit for a .socket unit is not foundLennart Poettering
2011-01-21update TODO: drop issues that cannot be reproduce or have been fixed otherwiseLennart Poettering
2011-01-21mount: 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-21automount: fix segfault when shutting downLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=32076
2011-01-21man: give an example for vconsole.confLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=31955
2011-01-20dbus: don't try to connect to the system bus before it is actually upLennart Poettering
2011-01-20service: 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-20service: don't allow reload operations for oneshot servicesLennart 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-20vala: convert from dbus-glib to gdbusLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-20systemctl: show process type along process exit codesLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but ↵Lennart Poettering
just the reload job
2011-01-19shutdown: use correct kexec optionsBrett Witherspoon
The kexec man page is awful and misleading.
2011-01-18serial-getty: invoking /sbin/securetty is no longer necessary since ↵Lennart Poettering
pam_securetty can now look for console= in /proc/cmdline
2011-01-18systemctl: before spawning pager cache number of columnsLennart Poettering
2011-01-18pam: optionally keep processes of root user aroundLennart Poettering
2011-01-18service: if a reload operation fails, don't shut down the serviceLennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2011-01-18mount: FAT uuids are uppercaseLennart Poettering
2011-01-18man: document missing KillSignal= and swap optionsLennart Poettering