- 06 May, 2013 6 commits
-
-
Nirbheek Chauhan authored
Checking for the apparmor directory in securityfs means the apparmor module is loaded and enabled, and hence should suffice as a test. https://bugs.freedesktop.org/show_bug.cgi?id=63312
-
-
-
Kay Sievers authored
-
Kay Sievers authored
-
Harald Hoyer authored
Do the depmod in the kernel-install hooks, so hooks can produce/install kernel modules and be part of the depmod. Also move the basic boot loader entry creation and removal to a plugin script. If PRETTY_NAME is not defined in /etc/os-release, fallback to PRETTY_NAME="Linux $KERNEL_VERSION". Add documentation for everything in the man page.
-
- 04 May, 2013 3 commits
-
-
Ville Skyttä authored
-
Ville Skyttä authored
-
Zbigniew Jędrzejewski-Szmek authored
So no one needs to say "go to fd.o/software/systemd/man, open page X, then scroll down to section 3, and look for ..." anymore.
-
- 03 May, 2013 15 commits
-
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lukas Nykryn authored
This patch adds more script-friendly output for list-dependencies.
-
Colin Guthrie authored
As some SSDs are still seeing performance degredation when reaching 85% usage the default value of 5% seems a little low. Set this to 15% by default.
-
Lennart Poettering authored
-
Lennart Poettering authored
This semi-reverts 8973790e.
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
Everything which is an absolute filename marked with <filename></filename> lands in the index, unless noindex= attribute is present. Should make it easier for people to find stuff when they are looking at a file on disk. Various formatting errors in manpages are fixed, kernel-install(1) is restored to formatting sanity.
-
Zbigniew Jędrzejewski-Szmek authored
When rsyncing to fd.o, rsync would fail on symlinks in man/. We don't care about the times too much anyway. rsync will set times to "now", which is fine, since modification times don't matter much outside of each uploader's machine anyway. The point is to complete all steps of the transfer, so Python documentation is properly updated.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
The same old story as d3b9e0ff: those two use libsystemd-shared, and in turn, some functions in libsystemd-shared use libsystemd-daemon. The fact that *those* functions are used neither by the python modules in question nor pam_systemd isn't always enough. Currently, I'm seeing linking failures with -flto. The result of adding libsystemd-daemon-internal to the list of linked libraries should be harmless, with no change in size or final link requirements.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
I'm assuming that it's fine if a _const_ or _pure_ function calls assert. It is assumed that the assert won't trigger, and even if it does, it can only trigger on the first call with a given set of parameters, and we don't care if the compiler moves the order of calls.
-
- 02 May, 2013 8 commits
-
-
Daniel Buch authored
-
Daniel Buch authored
-
Kay Sievers authored
-
Auke Kok authored
-
Nathaniel Chen authored
Instead of storing bootchart sample data in arrays, this patch moves storage to linked lists so that there is no more limit on samples. This patch also fixes parsing of /proc/<pid>/smaps in kernels > 3.7.
-
Nathaniel Chen authored
Bootchart has a help option. For the sake of consistency, this patch adds it to the man page. Also, the TODO is updated. Bootcharts were added to the journal in commit c4d58b0b.
-
Kay Sievers authored
-
Dave Reisner authored
If we get as far as successfully starting the container, nspawn should inherit the exit status of the child container process as its own.
-
- 01 May, 2013 5 commits
-
-
Cristian Rodríguez authored
hexchar,unhexchar,octchar,unoctchar,decchar,undecchar are all const functions.
-
Ronny Chevalier authored
Add missing property and remove duplicate properties already in src/core/dbus-kill.h
-
Zbigniew Jędrzejewski-Szmek authored
cg_get_machine_path is modified to include the escaped machine name + ".nspawn" if the machine argument is nonnull.
-
Daniel Wallace authored
The brackets in the _arguments description of udevadm monitor need to be escaped.
-
Zbigniew Jędrzejewski-Szmek authored
-
- 30 Apr, 2013 3 commits
-
-
Colin Walters authored
Since it must be NULL terminated.
-
Kay Sievers authored
-
Kay Sievers authored
-