summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* machinectl/machined: implement "rename", "clone", "read-only" verbs for ↵Lennart Poettering2014-12-281-1/+1
| | | | machine images
* configure.ac: keep posix compat for string testsDave Reisner2014-12-251-1/+1
| | | | | '==' and '=' are equivalent in /bin/bash, but POSIX compliant shells do not understand '==.'
* build-sys: remove references to dbusinterfacedirFilipe Brandenburger2014-12-251-7/+0
| | | | | | | This directory is not used by systemd. Tested by running a full build, running `make install` and comparing the file list in the target trees and making sure that `make distcheck` still works.
* build-sys: do not use pkgconfig dbus-1.pc to find dbus directoriesFilipe Brandenburger2014-12-251-4/+4
| | | | | | | | | | | | | | Do not use the dbus-1.pc pkgconfig settings to determine dbus directories. Use directories relative to ${sysconfdir} and ${datadir} instead. This approach was suggested by Simon McVittie in: http://lists.freedesktop.org/archives/systemd-devel/2014-October/024388.html Tested by building and installing systemd without the dbus-devel installed. Without this patch, the dbus files and directories end up in the root of the filesystem. With this patch, they end up in the same locations as previously (assuming default ${sysconfdir} and ${datadir}) whether dbus-devel is present or not. Also made sure that `make check` works without dbus-devel installed.
* import: rename 'poll-dck' to 'pull-dkr'Lennart Poettering2014-12-231-0/+9
| | | | | | | | I figure "pull-dck" is not a good name, given that one could certainly read the verb in a way that might be funny for 16year-olds. ;-) Also, don't hardcode the index URL to use, make it runtime and configure time configurable instead.
* build: add option to disable hwdbUmut Tezduyar Lindskog2014-12-201-0/+6
| | | | [tomegun: fix Makefile-man.am, based on fix from Michael Biebl]
* blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis2014-12-141-1/+1
| | | | | Bump libblkid requirement from 2.20 to 2.24. util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5
* journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt2014-12-131-2/+8
| | | | | | | | | | This is useful for exposing unsafe access to mmapped objects after the context that they were mapped in was already moved. For example: journal_file_move_to_object(f1, OBJECT_DATA, p1, &o1); journal_file_move_to_object(f2, OBJECT_DATA, p2, &o2); t = o1->object.type; /* this usually works, but is unsafe */
* configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt2014-12-131-7/+25
| | | | | | | | There will be more debugging options later. --enable-debug will enable them all. --enable-debug=hashmap will enable only hashmap debugging. Also rename the C #define to ENABLE_DEBUG_* pattern.
* build-sys: bump package and library versions in preparation for 218 releaseLennart Poettering2014-12-101-1/+1
|
* bus-proxy: cloning smack labelPrzemyslaw Kedzierski2014-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | When dbus client connects to systemd-bus-proxyd through Unix domain socket proxy takes client's smack label and sets for itself. It is done before and independent of dropping privileges. The reason of such soluton is fact that tests of access rights performed by lsm may take place inside kernel, not only in userspace of recipient of message. The bus-proxyd needs CAP_MAC_ADMIN to manipulate its label. In case of systemd running in system mode, CAP_MAC_ADMIN should be added to CapabilityBoundingSet in service file of bus-proxyd. In case of systemd running in user mode ('systemd --user') it can be achieved by addition Capabilities=cap_mac_admin=i and SecureBits=keep-caps to user@.service file and setting cap_mac_admin+ei on bus-proxyd binary.
* build-sys: configure the list of system users, files and directoriesŁukasz Stelmach2014-12-011-0/+2
| | | | | | Choose which system users defined in sysusers.d/systemd.conf and files or directories in tmpfiles.d/systemd.conf, should be provided depending on comile-time configuration.
* mount: use libmount to enumerate /proc/self/mountinfoChris Leech2014-11-281-0/+10
| | | | | This lets libmount add in user options from /run/mount/utab, like _netdev which is needed to get proper ordering against remote-fs.target
* terminal/idev: add compose-file supportDavid Herrmann2014-11-241-1/+1
| | | | | | | | Add support for compose files to idev-keyboard. This requires libxkbcommon-0.5.0, which is pretty new, but should be fine. We don't use the compose-files, yet. Further commits will put life into them.
* localed: validate xkb keymapsDavid Herrmann2014-11-241-0/+13
| | | | | | | | | | | Introduce a new optional dependency on libxkbcommon for systemd-localed. Whenever the x11 keymap settings are changed, use libxkbcommon to compile the keymap. If the compilation fails, print a warning so users will get notified. On compilation failure, we still update the keymap settings for now. This patch just introduces the xkbcommon infrastructure to have keymap validation in place. We can later decide if/how we want to enforce this.
* missing: add IFLA_BRPORT_LEARNING and friendsZbigniew Jędrzejewski-Szmek2014-11-221-1/+2
| | | | | IFLA_BRPORT_LEARNING was added in v3.10-rc4-583-g9ba18891f7, and IFLA_BRPORT_UNICAST_FLOOD in v3.10-rc4-584-g867a59436f.
* configure.ac: add --enable-hashmap-debug optionMichal Schmidt2014-10-301-0/+7
| | | | | | | The option simply enables hashmap debugging by defining ENABLE_HASHMAP_DEBUG. I suggest developing new code with it enabled, to have the iterator checks.
* util: make use of the new getrandom() syscall if it is available when ↵Lennart Poettering2014-10-291-1/+2
| | | | | | | needing entropy Doesn't require an fd, and could be a bit faster, so let's make use of it, if it is available.
* build-sys: bump version number in preparation for releaseLennart Poettering2014-10-281-1/+1
|
* login: remove multi-seat-xTimofey Titovets2014-10-281-9/+0
|
* missing: remove fanotifyZbigniew Jędrzejewski-Szmek2014-10-171-1/+0
| | | | It was only used in readahead.
* build-sys: use -Wno-gnu-variable-sized-type-not-at-end under clangZbigniew Jędrzejewski-Szmek2014-10-101-1/+3
| | | | Otherwise we get useless warnings about journal code.
* build-sys: use -Wno-typedef-redefinition only for clangZbigniew Jędrzejewski-Szmek2014-10-101-1/+5
| | | | | | Our checks for -Wno-xxx switches do not work with gcc [1]. [1] https://gcc.gnu.org/wiki/FAQ#wnowarning
* build-sys: use linux/memfd.h if availableZbigniew Jędrzejewski-Szmek2014-10-061-0/+2
| | | | | | | | | | | linux/memfd.h was added linux 3.17, so it might not be widely available for a while. Also, check if memfd_create is defined, for the HAVE_LINUX_MEMFD_H check to have a chance of succeeding. Also, collapse all ifdefs for memfd-related stuff, because they were all added together so there's no need to check separately.
* make utmp/wtmp support configurableEmil Renner Berthing2014-09-261-0/+11
| | | | | | This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed.
* readahead: wipe out readaheadDaniel Buch2014-09-251-9/+0
|
* terminal: add graphics interfaceDavid Herrmann2014-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The grdev layer provides graphics-device access via the libsystemd-terminal library. It will be used by all terminal helpers to actually access display hardware. Like idev, the grdev layer is built around session objects. On each session object you add/remove graphics devices as they appear and vanish. Any device type can be supported via specific card-backends. The exported grdev API hides any device details. Graphics devices are represented by "cards". Those are hidden in the session and any pipe-configuration is automatically applied. Out of those, we configure displays which are then exported to the API user. Displays are meant as lowest hardware entity available outside of grdev. The underlying pipe configuration is fully hidden and not accessible from the outside. The grdev tiling layer allows almost arbitrary setups out of multiple pipes, but so far we only use a small subset of this. More will follow. A grdev-display is meant to represent real connected displays/monitors. The upper level screen arrangements are user policy and not controlled by grdev. Applications are free to apply any policy they want. Real card-backends will follow in later patches.
* build: colorize gcc only if on ttyMichal Schmidt2014-09-151-1/+0
| | | | | | | | | Rather than forcing gcc to always produce colorized error messages whether on tty or not, enable automatic colorization by ensuring GCC_COLORS is set to a non-empty string. Doing it this way removes the need for workarounds in ~/.emacs or ~/.vimrc for "M-x compile" or ":make", respectively, to work.
* build-sys: configure option to disable hibernationUmut Tezduyar Lindskog2014-09-031-0/+6
|
* udev: remove userspace firmware loading supportKay Sievers2014-08-301-20/+0
|
* terminal: add xkb-based keyboard devices to idevDavid Herrmann2014-08-271-1/+1
| | | | | | | | | | The idev-keyboard object provides keyboard devices to the idev interface. It uses libxkbcommon to provide proper keymap support. So far, the keyboard implementation is pretty straightforward with one keyboard device per matching evdev element. We feed everything into the system keymap and provide proper high-level keyboard events to the application. Compose-features and IM need to be added later.
* terminal: add evdev elements to idevDavid Herrmann2014-08-271-2/+5
| | | | | | | | | | | | | | The evdev-element provides linux evdev interfaces as idev-elements. This way, all real input hardware devices on linux can be used with the idev interface. We use libevdev to interface with the kernel. It's a simple wrapper library around the kernel evdev API that takes care to resync devices after kernel-queue overflows, which is a rather non-trivial task. Furthermore, it's a well tested interface used by all other major input users (Xorg, weston, libinput, ...). Last but not least, it provides nice keycode to keyname lookup tables (and vice versa), which is really nice for debugging input problems.
* tmpfiles: make resolv.conf entry conditional on resolved supportTom Gundersen2014-08-271-0/+1
|
* build-sys: update versions for upcoming releaseLennart Poettering2014-08-191-1/+1
|
* hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering2014-08-191-0/+1
|
* ldconfig: add configure option to disableUmut Tezduyar Lindskog2014-08-141-0/+5
|
* resolved: handle IDNA domainsLennart Poettering2014-08-011-0/+16
| | | | | | | | Make sure we format UTF-8 labels as IDNA when writing them to DNS packets, and as native UTF-8 when writing them to mDNS or LLMNR packets. When comparing or processing labels always consider native UTF-8 and IDNA formats equivalent.
* build-sys: check for intltool also when polkit is enabledRobert Schiele2014-07-311-1/+1
| | | | | | | | intltool is needed for nls _and_ polkit, thus the check needs to be changed to do the test whenever one of them is enables. Without this build fails when configured with --disable-nls --enable-polkit
* configure: add -Wno-typedef-redefinitionZbigniew Jędrzejewski-Szmek2014-07-221-0/+1
| | | | Message-ID: <CAJ+BJsz9Qy-JU25dUuGT2n0LMNzcOpoJNGNtbf_boSuT_6hONw@mail.gmail.com>
* Add IFLA_VTI defines to missing.hJean-André Santoni2014-07-221-0/+1
|
* ui/term: add line/cell/char handling for terminal pagesDavid Herrmann2014-07-171-0/+10
| | | | | | | | | | This commit introduces libsystemd-ui, a systemd-internal helper library that will contain all the UI related functionality. It is going to be used by systemd-welcomed, systemd-consoled, systemd-greeter and systemd-er. Further use-cases may follow. For now, this commit only adds terminal-page handling based on lines only. Follow-up commits will add more functionality.
* missing.h: add IFLA_MACVLAN_FLAGSZbigniew Jędrzejewski-Szmek2014-07-161-1/+2
| | | | | | Now we are getting into kernel < 3.4 territory... https://bugs.freedesktop.org/show_bug.cgi?id=80095
* journal-remote: add units and read certs from default locationsZbigniew Jędrzejewski-Szmek2014-07-161-0/+9
|
* build-sys: add check for libcurlZbigniew Jędrzejewski-Szmek2014-07-161-0/+13
|
* Fix build without any compression enabledZbigniew Jędrzejewski-Szmek2014-07-111-0/+2
|
* firstboot: add new component to query basic system settings on first boot, ↵Lennart Poettering2014-07-071-0/+9
| | | | | | | | | | | | | | | | | | | | or when creating OS images offline A new tool "systemd-firstboot" can be used either interactively on boot, where it will query basic locale, timezone, hostname, root password information and set it. Or it can be used non-interactively from the command line when prepareing disk images for booting. When used non-inertactively the tool can either copy settings from the host, or take settings on the command line. $ systemd-firstboot --root=/path/to/my/new/root --copy-locale --copy-root-password --hostname=waldi The tool will be automatically invoked (interactively) now on first boot if /etc is found unpopulated. This also creates the infrastructure for generators to be notified via an environment variable whether they are running on the first boot, or not.
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-071-2/+13
| | | | | | | | | | | | | | Add liblz4 as an optional dependency when requested with --enable-lz4, and use it in preference to liblzma for journal blob and coredump compression. To retain backwards compatibility, XZ is used to decompress old blobs. Things will function correctly only with lz4-119. Based on the benchmarks found on the web, lz4 seems to be the best choice for "quick" compressors atm. For pkg-config status, see http://code.google.com/p/lz4/issues/detail?id=135.
* build-sys: bump package and library versionsv215Lennart Poettering2014-07-031-1/+1
|
* build-sys: disable NLS support if intltool is not foundFilipe Brandenburger2014-06-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | IT_PROG_INTLTOOL makes configure fail if intltool is not present. If we can not find intltool, then disable NLS (otherwise make in po/ fails since MSGFMT will not be defined.) Tested: Built it on a host without intltool. $ ./configure --enable-nls ... checking for intltool-merge... no configure: error: --enable-nls requested but intltool not found $ ./configure --disable-polkit ... checking for intltool-merge... no configure: WARNING: *** Disabling NLS support because intltool was not found checking whether NLS is requested... no ... $ make https://bugs.freedesktop.org/show_bug.cgi?id=79692
* build-sys: add explicit support for --disable-nlsFilipe Brandenburger2014-06-261-0/+10
| | | | | | | | In particular, disable intltool when --disable-nls is passed to configure. Tested: Built it on a host without intltool or gettext. $ ./configure --disable-nls --disable-polkit $ make