Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-07 | main: use a shorter default $PATH if /usr is merged | Lennart Poettering | |
2012-02-07 | configure: it makes no sense to install systemd with stow | Lennart Poettering | |
2012-02-07 | build-sys: bump release | Lennart Poettering | |
2012-01-25 | build-sys: enable automake's check-news optionsystemd/v39 | Lennart Poettering | |
2012-01-25 | build-sys: bump release | Lennart Poettering | |
2012-01-16 | dbus: more efficient implementation of properties | Michal Schmidt | |
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. | |||
2012-01-14 | journal: hook up coredumping with journal | Lennart Poettering | |
2012-01-11 | build-sys: bump version | Lennart Poettering | |
2012-01-07 | build-sys: fix typo in help string | Michael Biebl | |
2012-01-05 | autogen: add --with-rootlibdir= and switch /usr/local to /usr | Kay Sievers | |
2012-01-05 | build-sys: use ${ac_default_prefix} | Kay Sievers | |
2012-01-05 | build-sys: install pam module in $rootlibdir | Kay Sievers | |
2012-01-05 | build-sys: switch autoconf's default prefix from /usr/local to /usr | Kay Sievers | |
2012-01-05 | build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod uses | Kay Sievers | |
2012-01-03 | build-sys: make quotacheck and randomseed optional | Lennart Poettering | |
2012-01-02 | build-sys: switch to tar xz | Kay Sievers | |
2011-12-31 | build-sys: make readahead and vconsole optional | Lennart Poettering | |
2011-12-31 | gnome-ask-password-agent: require libnotify >= 0.7.0 | Kay Sievers | |
2011-12-31 | build-sys: restructure logind parts in Makefile.am and add --disable-logind | Kay Sievers | |
2011-12-21 | journal: add inline compression support with XZ | Lennart Poettering | |
2011-11-02 | Merge remote-tracking branch 'zbigniew/systemadm_changes' | Lennart Poettering | |
2011-11-02 | Add Mageia support | Dexter 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-11 | build-sys: bump release for v37systemd/v37 | Lennart Poettering | |
2011-09-23 | build-sys: bump releasesystemd/v36 | Lennart Poettering | |
2011-09-20 | systemadm: add libgee as dependency and use it for a unit map | Zbigniew Jędrzejewski-Szmek | |
2011-09-01 | build-sys: bump releasesystemd/v35 | Lennart Poettering | |
2011-08-25 | build-sys: bump versionsystemd/v34 | Lennart Poettering | |
2011-08-25 | build-sys: Add --disable-localed configure switch | Miklos Vajna | |
2011-08-24 | build-sys: Add --disable-timedated configure switch | Miklos Vajna | |
2011-08-03 | build-sys: make gperf configure check fatal | Michael Biebl | |
and document the new build requirement. | |||
2011-08-03 | bump releasesystemd/v33 | Lennart Poettering | |
2011-08-02 | build-sys: Add --disable-hostnamed configure switch | Miklos Vajna | |
2011-08-01 | load-fragment: speed up parsing by using a perfect hash table with ↵ | Lennart Poettering | |
configuration settings built by gperf | |||
2011-07-29 | build-sys: prepare new release | Lennart Poettering | |
2011-07-28 | Link against -lcap only where required | Michael Biebl | |
Don't put -lcap into LIBS as otherwise everything will be linked against it, like libsystemd-daemon, where this is not desired. | |||
2011-07-27 | build-sys: prepare v31 | Lennart Poettering | |
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |
2011-07-13 | build-sys: bump release | Lennart Poettering | |
2011-07-13 | loginctl: use new udev_device_has_tag() call from libudev where applicable | Lennart Poettering | |
2011-07-12 | build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL | Kay Sievers | |
<mbiebl> kay, mezcalero: https://bugzilla.gnome.org/show_bug.cgi?id=627789 <mezcalero> so we can drop that entirely? <mezcalero> kay: if you drop those two lines, does it improve things for you? <mbiebl> kay: but ./configure should work now <mbiebl> resp. autogen.sh <kay> mezcalero, mbiebl: autogen.sh seems a lot better without the two lines <kay> mezcalero: works without the 'touch' thing <mezcalero> kay: ok, commit please | |||
2011-07-11 | build-sys: Add i18n support through intltool | Bastien Nocera | |
And put the PolicyKit policy files up for translation. | |||
2011-07-02 | configure: Add --enable-plymouth option | Henry Gebhardt | |
As in the bug[1] it would be nice to configure plymouth support independently of the distro. This patch adds a "--enable-plymouth" and "--disable-plymouth" option to the configure script to overwrite the distro specific default. [1] https://bugs.freedesktop.org/show_bug.cgi?id=38460 | |||
2011-06-21 | logind: implement ACL management | Lennart Poettering | |
2011-06-16 | build-sys: prepare new releasesystemd/v29 | Lennart Poettering | |
2011-05-26 | build-sys: prepare v28systemd/v28 | Lennart Poettering | |
2011-05-20 | build-sys: prepare new release 27systemd/v27 | Lennart Poettering | |
2011-05-09 | build-sys: Angstrom support | Koen Kooi | |
This commit consists of the initial work to include Angstrom as a ported distribution for systemd. Angstrom tries to follow the debian way as much as possible, but deviates where it doesn't make sense for 'embedded'. | |||
2011-05-09 | units: Enable plymouth for Frugalware | Miklos Vajna | |
2011-04-30 | build-sys: prepare release 26systemd/v26 | Lennart Poettering | |
2011-04-27 | build-sys: Add --disable-binfmt configure switch | Miklos Vajna | |