summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-09bootchart: check return of fopen before setvbuf in log.cLukas Nykryn
2013-01-09udev: don't call fclose on NULL in is_pci_multifunctionLukas Nykryn
2013-01-08update TODOLennart Poettering
2013-01-08dbus: fix serialization of calendar timersLennart Poettering
2013-01-08update TODOLennart Poettering
2013-01-08bootchart: install missing man page and config fileUmut Tezduyar
2013-01-08udev: net_id - skip stacked network devicesKay Sievers
2013-01-08build-sys: fix spelling of sysvrcndirsystemd/v197Lennart Poettering
2013-01-08update NEWSLennart Poettering
2013-01-08build-sys: bump version and so revisionsLennart Poettering
2013-01-08core: properly initialize kernel timestampLennart Poettering
2013-01-08analyze: add emacs mode headerLennart Poettering
2013-01-08git: ignore bootchart binaryLennart Poettering
2013-01-07build-sys: disable static librariesKay Sievers
2013-01-07Revert "build-sys: remove .la files after installation"Kay Sievers
"make distcheck" fails with: ERROR: files left after uninstall: ./usr/lib64/security/pam_systemd.so ./lib/libnss_myhostname.so.2 ./lib64/python2.7/site-packages/systemd/_journal.so This reverts commit ca25fde748dba7ee74e24dff2db6aff1d9faea00.
2013-01-07bootchart: merge bootchartAuke Kok
Bootchart is renamed to 'systemd-bootchart' and installed as /usr/lib/systemd/systemd-bootchart. The configuration file will reside in /etc/systemd/bootchart.conf.
2013-01-07TODO: updateKay Sievers
2013-01-07update TODOLennart Poettering
2013-01-07build-sys: fix help text for --disable-myhostnameLennart Poettering
2013-01-07build-sys: remove .la files after installationZbigniew Jędrzejewski-Szmek
Define KEEP_LA_FILES to keep them. The hook is repeated because both install-exec-hook and install-data-hook can install libraries and with parallel make it's not possible to predict which one will run first. http://lists.freedesktop.org/archives/systemd-devel/2013-January/008016.html tl;dr: Libtool .la files are not very useful for linking linux libraries.
2013-01-07localectl: use automatic cleanupZbigniew Jędrzejewski-Szmek
set_freep() is added to automatize set_free().
2013-01-07Update .mailmapZbigniew Jędrzejewski-Szmek
2013-01-07logind: Capability of making seats without framebuffer devicesOleg Samarin
file logind.c: The seat is now activated by any device with udev tag "seat-master" file 71-seat.rules.in: All framebuffer devices have this tag
2013-01-07localectl: support systems without locale-archiveGiovanni Campagna
Not all systems ships with locales inside /usr/lib/locale-archive, some prefer to have locale data as individual subdirectories of /usr/lib/locale. (A notable example of this is OpenEmbeddded, and OSes deriving from it like gnome-ostree). Given that glibc supports both ways, localectl should too.
2013-01-07tmpfiles: move legacy flag-files handling to legacy.confTom Gundersen
2013-01-07TODOTom Gundersen
2013-01-07nss-myhostname: remove redundant .gitignoreTom Gundersen
2013-01-07nss-myhostname: integrate documentationTom Gundersen
Converted from html to xml and changed the style to fit into the other manpages.
2013-01-07nss-myhostname: integrate into systemd buildsystemTom Gundersen
Note that there are still some rome for cleanups. In particular, the .la files are now installed, which we probably don't want; and some of the macros in Makefile.am are likely redundan.
2013-01-07nss-myhostname: remove duplicate LICENCETom Gundersen
Also update the licence in the source files.
2013-01-07nss-myhostname: remove non-Linux supportTom Gundersen
2013-01-07Merge nss-myhostnameTom Gundersen
2013-01-06build: Drop "=" from move-to-rootlibdir defineMichael Biebl
The variable assignment operator was introduced in make 3.82 and thus breaks "make install" with older versions of make. Since "=" is optional in make 3.82 it is safe to drop.
2013-01-06update TODOZbigniew Jędrzejewski-Szmek
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2013-01-06journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek
Adding UNIT= to log lines allows them to be shown in 'systemctl status' output, etc. A new set of macros and functions is added. This allows for less verbose notation than using log_struct() explicitly. The set of logging functions is expanded to take a pair of arguments (e.g. "UNIT=" and the RHS) which add an extra line to the structured log entry. This can be used to add macros which add a different identifier later on.
2013-01-06fstab-generator: modernize styleZbigniew Jędrzejewski-Szmek
2013-01-06core/path: modernize styleZbigniew Jędrzejewski-Szmek
2013-01-06core/mount: modernize styleZbigniew Jędrzejewski-Szmek
2013-01-06core/dbus-unit: modernize styleZbigniew Jędrzejewski-Szmek
2013-01-06core/manager: modernize styleZbigniew Jędrzejewski-Szmek
2013-01-06build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compatZbigniew Jędrzejewski-Szmek
Actually, one might want to run valgrind even on optimized code. Now the same check is used in the jenkins hash functions and hashtable.
2013-01-06build-sys: use recipe for moving libsZbigniew Jędrzejewski-Szmek
Just avoids repeating the same code a few times. The way that hooks are named is standardized. No functional change.
2013-01-06TODO: updateKay Sievers
2013-01-06udev: fix net name rules matchesKay Sievers
2013-01-06analyze: add .gitignoreKay Sievers
2013-01-06udev: enable persistent network device namingKay Sievers
2013-01-05build-sys: use full path to python in scriptsZbigniew Jędrzejewski-Szmek
Commit c4eb236a2c didn't take into account the situation when the user sets e.g. PYTHON=python3 (without the full path). This value would then be used verbatim for PYTHON_BINARY and in she-bang lines in scripts, which is incorrect. To fix this, $PYTHON is passed through which, which expands the path. If $PYTHON_BINARY is desired which is not installed on the build system, then PYTHON_BINARY must be set separately.
2013-01-04build-sys: fix message about gintrospectionZbigniew Jędrzejewski-Szmek
When gobject-introspection-devel was not available, the message was missing the yes/no part
2013-01-04build-sys: invoke scripts with $PYTHON during buildZbigniew Jędrzejewski-Szmek
Python binary to be used during compilation can be set with ./configure PYTHON=... The she-bang line is removed, since it is not used anymore.