Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-19 | Play better with non-FHS distroselogind/v219.2 | Andy Wingo | |
* Makefile.am: Remove rootprefix, rootbindir, and rootlibexecdir. udevrulesdir is substed from configure.ac. Adapt distcheck. * autogen.sh: Make more normal. * configure.ac: Add --with-udevrulesdir. Remove --with-rootprefix. Detect bin dir for udev. | |||
2015-08-19 | Remove sd-path interface | Andy Wingo | |
* src/libelogind/sd-path/sd-path.c: * src/systemd/sd-path.h: Remove files. These interfaces are not compatible with Guix. * Makefile.am: Adapt. | |||
2015-08-18 | Add rules to build and install the public libelogind library | Andy Wingo | |
* Makefile.am: Actually build and install libelogind. | |||
2015-08-18 | Fix distcheckelogind/v219.0 | Andy Wingo | |
2015-08-15 | Remove reference to non-existing file. | Ricardo Wurmus | |
2015-08-15 | Do not install aliases for units. | Ricardo Wurmus | |
2015-08-15 | rename libsystemd*.pc.in to libelogind*.pc.in | Ricardo Wurmus | |
2015-04-20 | Remove more extraneous Makefile.am bits | Andy Wingo | |
2015-04-19 | Get rid of some more unused defines and dirs | Andy Wingo | |
2015-04-19 | Remove certificate root checks | Andy Wingo | |
2015-04-19 | Remove TTY_GID checks | Andy Wingo | |
2015-04-19 | Remove myhostname checks/support | Andy Wingo | |
2015-04-19 | Remove loadkeys/setfont checks | Andy Wingo | |
2015-04-19 | Remove rc.local checks | Andy Wingo | |
2015-04-19 | Remove resolved check and default DNS servers | Andy Wingo | |
2015-04-19 | Remove EFI support | Andy Wingo | |
2015-04-19 | Remove timesyncd check, along with NTP server and epoch checks | Andy Wingo | |
2015-04-19 | Remove debug-shell / secure-tty support | Andy Wingo | |
2015-04-19 | Remove librt check | Andy Wingo | |
2015-04-19 | Remove sulogin support | Andy Wingo | |
2015-04-19 | Remove kmod support | Andy Wingo | |
2015-04-19 | Remove kill checks | Andy Wingo | |
2015-04-19 | Remove quotaon/quotacheck checks | Andy Wingo | |
2015-04-19 | Remove src/core | Andy Wingo | |
2015-04-19 | Rename more things to elogind | Andy Wingo | |
2015-04-08 | pam_elogind compiling | Andy Wingo | |
2015-04-08 | Compiling. | Andy Wingo | |
2015-04-08 | Remove HAVE_PYTHON bits | Andy Wingo | |
2015-04-08 | Gut Makefile.am | Andy Wingo | |
2015-04-08 | Remove libiptc things | Andy Wingo | |
2015-04-08 | Remove SysV compat | Andy Wingo | |
2015-04-08 | Remove utmp things | Andy Wingo | |
2015-04-08 | Make autoreconf work again | Andy Wingo | |
2015-04-02 | libudev: device - replace by a thin wrapper around sd-device | Tom Gundersen | |
2015-04-02 | libsystemd: add sd-device library | Tom Gundersen | |
This provides equivalent functionality to libudev-device, but in the systemd style. The public API only caters to creating sd_device objects from for devices that already exist in /sys, there is no support for listening for monitoring events or creating devices received over the udev netlink protocol. The private API contains the necessary functionality to make sd-device a drop-in replacement for libudev-device, but which we would not otherwise want to export. | |||
2015-03-24 | timedate: remove daylight saving time handling and tzfile parser | Kay Sievers | |
We planned to support (the conceptually broken) daylight saving time/local time features in the kernel, SCSI, networking, FAT filesystem, but it turned out to be a race we cannot win and do not want to get involved. Systemd should not fiddle with daylight saving time or parse timezone information itself. Leave everything to glibc or tools like date(1) and do not make any promises or raise expectations that systemd should handle anything like this. | |||
2015-03-19 | hwdb: ship ids-update.pl & sdio.ids in the release tarballs | Dimitri John Ledkov | |
This makes it easier to apply stable branch patches on top of the release tarball. | |||
2015-03-19 | resolved: Do not add .busname dependencies, when compiling without kdbus. | Dimitri John Ledkov | |
2015-03-12 | build-sys: fix name of new rules file | Kay Sievers | |
2015-03-12 | rules: merge tty and serial rules file | Kay Sievers | |
2015-03-12 | rules: merge udev-late.rules files | Kay Sievers | |
2015-03-12 | rules: move block device rules to its own rules file | Kay Sievers | |
2015-03-11 | sysctl: move property handling to shared/ | Kay Sievers | |
2015-03-09 | importd: add API for exporting container/VM images | Lennart Poettering | |
Also, expose it in machinectl. | |||
2015-03-04 | build-sys: generate CLEANFILES from EXTRA_DIST | Zbigniew Jędrzejewski-Szmek | |
Everything that is generated can be assumed to belong to CLEANFILES, which means that the original file has to be in EXTRA_DIST. Simplify the rules by generating as in $subject. We have less lists to adjust manually, and 'make clean' actually removes more stuff that before. | |||
2015-03-05 | importd: add new bus calls for importing local tar and raw images | Lennart Poettering | |
This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files. | |||
2015-03-05 | import: split out compression logic, so that we can share it with between ↵ | Lennart Poettering | |
import and pull calls | |||
2015-03-05 | import: rename download code from "import" to "pull" | Lennart Poettering | |
That way we can call the code for local container/VM imports "import" without confusion. | |||
2015-03-03 | Do not run sysv-generator-test when sysv compat is disabled | Zbigniew Jędrzejewski-Szmek | |
2015-03-03 | build-sys: add fsckd.h to sources | Zbigniew Jędrzejewski-Szmek | |
Otherwise distribution tarfiles are not generated properly. |