summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2011-12-31build-sys: more remaining parts of sd-deamon to their own section in Makefile.amKay Sievers
2011-12-31build-sys: restructure sd-daemon, sd-readahead, sd-login filesKay Sievers
2011-12-31build-sys: remove redundant _CFLAGS assignmentKay Sievers
2011-12-31login: move libsystemd-login.pc.in into src/login/Lennart Poettering
2011-12-31libsystemd-daemon: restructure Makefile.amKay Sievers
2011-12-31pam_systemd: restructure Makefile.am and move inside ENABLE_LOGINDKay Sievers
2011-12-31libsystemd-id128: restructure Makefile.amKay Sievers
2011-12-31journal: restructure Makefile.amKay Sievers
2011-12-31binfmt: move sources to subdirectoryKay Sievers
2011-12-31hostnamed, localed: move config files to subdirKay Sievers
2011-12-31hostnamed: move sources to subdirectoryKay Sievers
2011-12-31localed: move sources to subdirectoryKay Sievers
2011-12-31timedated: move sources to subdirectoryKay Sievers
2011-12-31build-sys: restructure logind parts in Makefile.am and add --disable-logindKay Sievers
2011-12-31logind: add 'login' subdir to include dirsKay Sievers
When separate 'builddirs', like with 'distcheck', are used, the generated sources, like the '.c' files from 'gperf', are placed in the 'builddir' and can not find the include headers in 'srcdir'.
2011-12-31Makefile.am: consistently use tabsKay Sievers
2011-12-31journal: move symver file into subdirectoryLennart Poettering
2011-12-31logind: move more files into subdirectoryLennart Poettering
2011-12-31logind: move logind into its own subdirectoryLennart Poettering
2011-12-31Merge branch 'journal'Lennart Poettering
2011-12-30journal: add unit files and shared library glueLennart Poettering
2011-12-27journald: implement sophisticated rate limitingLennart Poettering
2011-12-21journalctl: add command line parsingLennart Poettering
2011-12-21journal: add inline compression support with XZLennart Poettering
2011-12-19man: switch to UTF-8 output, to work around charset issuesLennart Poettering
2011-12-19man: generate HTML instead of XHTML with XSL docbook to work around 'fsfunc' ↵Lennart Poettering
noise
2011-12-19man: add sd-login(7) pageLennart Poettering
2011-12-19build-sys: add rules for man page aliasesLennart Poettering
2011-12-19man: build new man pagesLennart Poettering
2011-12-17journal: add native protocol to journald, and client side API to send ↵Lennart Poettering
journal messages
2011-12-02add a generator to pull rc-local.service inMichal Schmidt
rc-local.service acts as an ordering barrier even if its condition is false, because conditions are evaluated when the service is about to be started. To avoid the ordering barrier in a legacy-free system, add a generator to pull rc-local.service into the transaction only if the script is executable. If/when we rewrite SysV compatibility into a generator, this one can become a part of it.
2011-11-08Merge branch 'master' into journalLennart Poettering
2011-11-02Merge remote-tracking branch 'zbigniew/systemadm_changes'Lennart Poettering
2011-11-02bash-completion: rename file since it is no longer for systemctl onlyRan Benita
2011-11-02Add Mageia supportDexter Morgan
This patch adds support for the Mageia Linux distribution: http://www.mageia.org/ Mageia is a fork of Mandriva although some divergence has already occured and thus inclusion of these changes upstream allow us to (hopefully) migrate more rapidly to the new standard approaches systemd offers. Indeed, we already use the preferred mechanism of OS identification via the /etc/os-release file rather than a distro specific variation. This patch mostly mirrors the patch added previously for Mandriva support. In addition to those original authors, this patch was mostly written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov.
2011-10-12journal: add cgroup path to entriesLennart Poettering
2011-10-12Merge branch 'master' into journalLennart Poettering
2011-10-11build-sys: bump release for v37systemd/v37Lennart Poettering
2011-10-11units: introduce local-fs-pre.target and remote-fs-pre.targetLennart Poettering
This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems.
2011-10-08journal: implement parallel traversal in clientLennart Poettering
2011-10-07journal: split user logs into their own journal filesLennart Poettering
2011-10-07journal: add preliminary incomplete implementationLennart Poettering
2011-09-29build-sys: fix buildLennart Poettering
2011-09-28localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus callsLennart Poettering
2011-09-23build-sys: bump releasesystemd/v36Lennart Poettering
2011-09-23util: move virtualization detection into its own files, and extend return codesLennart Poettering
2011-09-22units: introduce unit file for FUSE fsLennart Poettering
FUSE and configfs is very very similar, so handle both the same way.
2011-09-21units: drop automount unit for /dev/hugepagesLennart Poettering
Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it.
2011-09-21units: drop automount unit for /dev/mqueueLennart Poettering
Since the mqueue support cannot be built as a module there's little benefit in having an autofs mount point set up for this.
2011-09-21units: drop automount unit for /sys/kernel/securityLennart Poettering
Since securityfs cannot be build as module there's little value in having an on-demand autofs mount point for it.