summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
...
* Remove reference to non-existing file.Ricardo Wurmus2015-08-15
|
* Do not install aliases for units.Ricardo Wurmus2015-08-15
|
* rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus2015-08-15
|
* Remove more extraneous Makefile.am bitsAndy Wingo2015-04-20
|
* Get rid of some more unused defines and dirsAndy Wingo2015-04-19
|
* Remove certificate root checksAndy Wingo2015-04-19
|
* Remove TTY_GID checksAndy Wingo2015-04-19
|
* Remove myhostname checks/supportAndy Wingo2015-04-19
|
* Remove loadkeys/setfont checksAndy Wingo2015-04-19
|
* Remove rc.local checksAndy Wingo2015-04-19
|
* Remove resolved check and default DNS serversAndy Wingo2015-04-19
|
* Remove EFI supportAndy Wingo2015-04-19
|
* Remove timesyncd check, along with NTP server and epoch checksAndy Wingo2015-04-19
|
* Remove debug-shell / secure-tty supportAndy Wingo2015-04-19
|
* Remove librt checkAndy Wingo2015-04-19
|
* Remove sulogin supportAndy Wingo2015-04-19
|
* Remove kmod supportAndy Wingo2015-04-19
|
* Remove kill checksAndy Wingo2015-04-19
|
* Remove quotaon/quotacheck checksAndy Wingo2015-04-19
|
* Remove src/coreAndy Wingo2015-04-19
|
* Rename more things to elogindAndy Wingo2015-04-19
|
* pam_elogind compilingAndy Wingo2015-04-08
|
* Compiling.Andy Wingo2015-04-08
|
* Remove HAVE_PYTHON bitsAndy Wingo2015-04-08
|
* Gut Makefile.amAndy Wingo2015-04-08
|
* Remove libiptc thingsAndy Wingo2015-04-08
|
* Remove SysV compatAndy Wingo2015-04-08
|
* Remove utmp thingsAndy Wingo2015-04-08
|
* Make autoreconf work againAndy Wingo2015-04-08
|
* libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen2015-04-02
|
* libsystemd: add sd-device libraryTom Gundersen2015-04-02
| | | | | | | | | | | | 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.
* timedate: remove daylight saving time handling and tzfile parserKay Sievers2015-03-24
| | | | | | | | | | | | 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.
* hwdb: ship ids-update.pl & sdio.ids in the release tarballsDimitri John Ledkov2015-03-19
| | | | | This makes it easier to apply stable branch patches on top of the release tarball.
* resolved: Do not add .busname dependencies, when compiling without kdbus.Dimitri John Ledkov2015-03-19
|
* build-sys: fix name of new rules fileKay Sievers2015-03-12
|
* rules: merge tty and serial rules fileKay Sievers2015-03-12
|
* rules: merge udev-late.rules filesKay Sievers2015-03-12
|
* rules: move block device rules to its own rules fileKay Sievers2015-03-12
|
* sysctl: move property handling to shared/Kay Sievers2015-03-11
|
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-09
| | | | Also, expose it in machinectl.
* build-sys: generate CLEANFILES from EXTRA_DISTZbigniew Jędrzejewski-Szmek2015-03-04
| | | | | | | | | 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.
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-05
| | | | | | | | 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.
* import: split out compression logic, so that we can share it with between ↵Lennart Poettering2015-03-05
| | | | import and pull calls
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-05
| | | | | That way we can call the code for local container/VM imports "import" without confusion.
* Do not run sysv-generator-test when sysv compat is disabledZbigniew Jędrzejewski-Szmek2015-03-03
|
* build-sys: add fsckd.h to sourcesZbigniew Jędrzejewski-Szmek2015-03-03
| | | | Otherwise distribution tarfiles are not generated properly.
* build-sys: systemd.conf is generated, do not distributeZbigniew Jędrzejewski-Szmek2015-03-03
|
* importd: split out setup logic for /var/lib/machines into its own API fileLennart Poettering2015-03-02
|
* build-sys: use -Wno-missing-field-initializers for efi stuffZbigniew Jędrzejewski-Szmek2015-02-27
|
* build-sys: make systemd-user-sessions conditional on PAM againZbigniew Jędrzejewski-Szmek2015-02-27
| | | | | This undoes a part of previous commit: s-u-s is dependent on HAVE_PAM again, but not on HAVE_LOGIND.