summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* build-sys: bump systemd version to 'udev version 182'Kay Sievers2012-04-06
|
* move imported udev into placeKay Sievers2012-04-04
|
* build-sys: separate ldflags from cflagsLucas De Marchi2012-03-26
|
* build-sys: do not set CFLAGS directlyLucas De Marchi2012-03-26
| | | | | | | Set a separate variable for adding warning flags. Build systems are not supposed to change CFLAGS and LDFLAGS, these are user variables. Reference: http://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html
* main: added support for loading IMA custom policiesRoberto Sassu2012-03-22
| | | | | | | | | | | | | | | | This is an S/MIME signed message The new function ima_setup() loads an IMA custom policy from a file in the default location '/etc/ima/ima-policy', if present, and writes it to the path 'ima/policy' in the security filesystem. This function is executed at early stage in order to avoid that some file operations are not measured by IMA and it is placed after the initialization of SELinux because IMA needs the latter (or other security modules) to understand LSM-specific rules. This feature is enabled by default and can be disabled by providing the option '--disable-ima' to the configure script. Signed-off-by: Roberto Sassu <roberto.sassu@polito.it> Acked-by: Gianluca Ramunno <ramunno@polito.it>
* remove GTK piecesMichal Schmidt2012-03-20
| | | | They've moved to systemd-ui.
* build-sys: prepare release 44Lennart Poettering2012-03-16
|
* build-sys: don't build distcheck version with split /usrLennart Poettering2012-03-16
|
* configure.ac: fix typo in distro help stringThierry Reding2012-03-05
|
* systemctl: forward untrusted user reboot, poweroff requests to logindKay Sievers2012-02-29
|
* build-sys: prepare release of 43Lennart Poettering2012-02-15
|
* configure.ac: fix whitespaceKay Sievers2012-02-13
|
* always use /etc/os-release and ignore all distro-specific filesKay Sievers2012-02-13
| | | | | | | | | | The text mode welcome message will only show the distro name stored in /etc/os-release and no longer read any distro-specific files. If /etc/os-release does not exist, 'Linux' will be printed. When the source tree is is ./configure'd, only /etc-os-release is read to guess the distro to build for. If /etc/os-release does not exist, --with-distro= needs to be specified.
* build-sys: prepare 42Lennart Poettering2012-02-11
|
* build-sys: Support explicitly specifying --enable-split-usr.Michał Górny2012-02-11
| | | | Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45875
* build-sys: minor typo fixLennart Poettering2012-02-10
|
* man: make building of man pages optionalLennart Poettering2012-02-10
|
* build-sys: get rid of a few unnecessary AC_SUBST callsLennart Poettering2012-02-09
|
* build-sys: prepare release 41Lennart Poettering2012-02-09
|
* kmod-setup: use libkmod rather than modprobeTom Gundersen2012-02-09
|
* main: use a shorter default $PATH if /usr is mergedLennart Poettering2012-02-07
|
* configure: it makes no sense to install systemd with stowLennart Poettering2012-02-07
|
* build-sys: bump releaseLennart Poettering2012-02-07
|
* build-sys: enable automake's check-news optionLennart Poettering2012-01-25
|
* build-sys: bump releaseLennart Poettering2012-01-25
|
* dbus: more efficient implementation of propertiesMichal Schmidt2012-01-16
| | | | | | | | | | | | | | | | | The way the various properties[] arrays are initialized is inefficient: - only the .data members change at runtime, yet the whole arrays of properties with all the fields are constructed on the stack one by one by the code. - there's duplication, eg. the properties of "org.freedesktop.systemd1.Unit" are repeated in several unit types. Fix it by moving the information about properties into static const sections. Instead of storing the .data directly in the property, store a constant offset from a run-time base. The small arrays of struct BusBoundProperties bind together the constant information with the right runtime information (the base pointer). On my system the code shrinks by 60 KB, data increases by 10 KB.
* journal: hook up coredumping with journalLennart Poettering2012-01-14
|
* build-sys: bump versionLennart Poettering2012-01-11
|
* build-sys: fix typo in help stringMichael Biebl2012-01-07
|
* autogen: add --with-rootlibdir= and switch /usr/local to /usrKay Sievers2012-01-05
|
* build-sys: use ${ac_default_prefix}Kay Sievers2012-01-05
|
* build-sys: install pam module in $rootlibdirKay Sievers2012-01-05
|
* build-sys: switch autoconf's default prefix from /usr/local to /usrKay Sievers2012-01-05
|
* build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod usesKay Sievers2012-01-05
|
* build-sys: make quotacheck and randomseed optionalLennart Poettering2012-01-03
|
* build-sys: switch to tar xzKay Sievers2012-01-02
|
* build-sys: make readahead and vconsole optionalLennart Poettering2011-12-31
|
* gnome-ask-password-agent: require libnotify >= 0.7.0Kay Sievers2011-12-31
|
* build-sys: restructure logind parts in Makefile.am and add --disable-logindKay Sievers2011-12-31
|
* journal: add inline compression support with XZLennart Poettering2011-12-21
|
* Merge remote-tracking branch 'zbigniew/systemadm_changes'Lennart Poettering2011-11-02
|\
| * systemadm: add libgee as dependency and use it for a unit mapZbigniew Jędrzejewski-Szmek2011-09-20
| |
* | Add Mageia supportDexter Morgan2011-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | build-sys: bump release for v37Lennart Poettering2011-10-11
| |
* | build-sys: bump releaseLennart Poettering2011-09-23
|/
* build-sys: bump releaseLennart Poettering2011-09-01
|
* build-sys: bump versionLennart Poettering2011-08-25
|
* build-sys: Add --disable-localed configure switchMiklos Vajna2011-08-25
|
* build-sys: Add --disable-timedated configure switchMiklos Vajna2011-08-24
|
* build-sys: make gperf configure check fatalMichael Biebl2011-08-03
| | | | and document the new build requirement.