summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tmpfiles: move binary to /bin to make it publicly availableLennart Poettering2011-02-133-4/+4
|
* tmpfiles: take names of tmpfiles configuration files on the command lineLennart Poettering2011-02-132-64/+85
|
* tmpfiles: log to stderr if possibleLennart Poettering2011-02-121-1/+1
|
* tmpfiles: support globsLennart Poettering2011-02-123-25/+126
|
* update TODOLennart Poettering2011-02-091-2/+2
|
* units: introduce and hook up sound.targetLennart Poettering2011-02-093-2/+17
|
* dbus: allow all clients access to org.freedesktop.DBus.PeerLennart Poettering2011-02-091-0/+3
|
* man: document SYSTEMD_READY=Lennart Poettering2011-02-091-0/+19
|
* device: consider udev devices with SYSTEMD_READY=0 as unpluggedLennart Poettering2011-02-092-12/+7
|
* systemd: show status when run with plymouth, and don't start plymouth a ↵Lennart Poettering2011-02-092-0/+11
| | | | second time when it is already running
* manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵Lennart Poettering2011-02-092-1/+74
| | | | the console
* man: clarify a few thingsLennart Poettering2011-02-092-1/+16
|
* systemctl: fix opening paramsLennart Poettering2011-02-091-1/+1
|
* systemctl: don't start agent for --userLennart Poettering2011-02-091-0/+3
|
* systemctl: make sure the tty agent does not retain a copy of stdioLennart Poettering2011-02-093-2/+43
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=674916
* plymouth: move plymouth out of TARGET_FEDORAJeff Mahoney2011-02-089-17/+28
|
* locale: unify some code between fedora and altlinuxLennart Poettering2011-02-081-11/+1
|
* build-sys: initial support ALTLinuxAlexey Shabalin2011-02-087-3/+60
| | | | | | | | 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.
* build-sys: make less noise when checking fileLucas De Marchi2011-02-081-7/+7
| | | | | | | 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.
* update TODOLennart Poettering2011-02-081-0/+2
|
* build-sys: fix AC_COMPILE_IFELSE testsLucas De Marchi2011-02-082-8/+8
| | | | | | | | | | | | | | | | | | | | 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> ])], ...)
* build-sys: ensure selinux configure check follows logic of other optional ↵Lennart Poettering2011-02-081-9/+12
| | | | features
* build-sys: autodetect and use pkg-config for libselinuxAlexey Shabalin2011-02-081-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* dbus: use ControlGroup as property name to match config optionLennart Poettering2011-02-081-2/+2
|
* pam: optionally reset cgroup memberships for login sessionsLennart Poettering2011-02-043-27/+72
|
* load-fragment: properly parse Nice= valueAdrian Spinu2011-02-031-1/+1
| | | | | | | | | | | 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 ...
* automount: use unit_pending_inactive() where appropriateLennart Poettering2011-01-262-1/+4
|
* TODOLennart Poettering2011-01-251-0/+4
|
* clang: fix some issues found with clang-analyzerv17Lennart Poettering2011-01-229-42/+42
|
* gcc: make gcc shut upLennart Poettering2011-01-222-5/+5
|
* build-sys: prep v17Lennart Poettering2011-01-221-1/+1
|
* update TODOLennart Poettering2011-01-221-0/+3
|
* vala 0.10 seem to work fineKay Sievers2011-01-211-1/+1
|
* cryptsetup: fix ordering loop when dealing with encrypted swap devicesLennart Poettering2011-01-213-12/+6
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=657234
* main: don't warn if /etc/mtab is a symlink to /proc/mountsLennart Poettering2011-01-211-1/+1
|
* socket: don't crash if the .service unit for a .socket unit is not foundLennart Poettering2011-01-212-2/+5
|
* update TODO: drop issues that cannot be reproduce or have been fixed otherwiseLennart Poettering2011-01-211-5/+0
|
* mount: ignore if an fsck is requested for a bind mount, so that we don't ↵Lennart Poettering2011-01-212-5/+1
| | | | wait for the bind 'device' to show up
* automount: fix segfault when shutting downLennart Poettering2011-01-212-3/+9
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=32076
* man: give an example for vconsole.confLennart Poettering2011-01-212-0/+27
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=31955
* dbus: don't try to connect to the system bus before it is actually upLennart Poettering2011-01-205-10/+12
|
* service: make chain of main commands and control commands independent of ↵Lennart Poettering2011-01-203-26/+52
| | | | each other, so that both can be executed simultaneously and independently
* service: don't allow reload operations for oneshot servicesLennart Poettering2011-01-201-0/+6
| | | | | 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.
* vala: convert from dbus-glib to gdbusLennart Poettering2011-01-205-199/+214
|
* systemctl: highlight failed processes in systemctl statusLennart Poettering2011-01-2011-33/+62
|
* systemctl: show process type along process exit codesLennart Poettering2011-01-201-1/+9
|
* service: when reloading a service fails don't fail the entire service but ↵Lennart Poettering2011-01-2015-26/+50
| | | | just the reload job
* shutdown: use correct kexec optionsBrett Witherspoon2011-01-191-1/+1
| | | | The kexec man page is awful and misleading.
* serial-getty: invoking /sbin/securetty is no longer necessary since ↵Lennart Poettering2011-01-182-35/+28
| | | | pam_securetty can now look for console= in /proc/cmdline
* systemctl: before spawning pager cache number of columnsLennart Poettering2011-01-182-2/+4
|