Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | v219.12elogind/v219.12 | Andy Wingo | |
2015-09-01 | Stop sessions on ReleaseSessionelogind/v219.11 | Andy Wingo | |
2015-09-01 | Fix the login monitor | Andy Wingo | |
* src/login/logind.c (main): Create /run/systemd/machines, so that the login monitor works. * configure.ac: v219.10. | |||
2015-09-01 | v219.9elogind/v219.9 | Andy Wingo | |
2015-08-29 | v219.8 | Andy Wingo | |
2015-08-26 | v219.7elogind/v219.7 | Andy Wingo | |
2015-08-26 | Add --with-libcap option | Andy Wingo | |
* configure.ac: Add --with-libcap option. * Makefile.am (libelogind_shared_la_LDFLAGS): Add CAP_LDFLAGS. | |||
2015-08-23 | v219.6elogind/v219.6 | Andy Wingo | |
2015-08-23 | Handle suspend/hibernate/hybrid-suspend/shutdown/reboot directly | Andy Wingo | |
* configure.ac: Get paths of halt and reboot. * Makefile.am (systemsleepdir, systemshutdowndir): New variables. Look in them for hooks to run. * src/login/logind-action.c: Inline the salient bits from systemd's system-sleep.c here. * src/login/logind-dbus.c (execute_shutdown_or_sleep): Call our own shutdown_or_sleep helper instead of invoking a systemd method. * src/login/logind.h: Declare shutdown_or_sleep. | |||
2015-08-20 | Actually working with pamelogind/v219.5 | Andy Wingo | |
* src/login/logind-user.c (user_start): Don't start slices and systemd-user services. * src/login/logind-dbus.c (method_create_session): Send a reply directly instead of waiting on systemd that isn't there. * configure.ac: Bump version. | |||
2015-08-20 | Create /run/systemd as neededelogind/v219.3 | Andy Wingo | |
* src/login/logind.c (main): Also create /run/systemd at startup. * configure.ac: Bump to 219.3. | |||
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-18 | v219.1elogind/v219.1 | Andy Wingo | |
* configure.ac: Bump version. | |||
2015-08-18 | Fix distcheckelogind/v219.0 | Andy Wingo | |
2015-08-16 | configure.ac actually defines OUR_CFLAGS | Andy Wingo | |
* configure.ac (OUR_CFLAGS): Actually define. This was preventing test executables from linking as they weren't getting the -fPIE flag. | |||
2015-04-20 | Disable -flto | Andy Wingo | |
With binutils 2.25, the following error occurred: /tmp/ccx3cAlA.ltrans10.ltrans.o: In function `bus_error_name_to_errno.5271': /home/wingo/src/elogind/src/libelogind/sd-bus/bus-error.c:113: undefined reference to `__stop_BUS_ERROR_MAP' /home/wingo/src/elogind/src/libelogind/sd-bus/bus-error.c:113: undefined reference to `__start_BUS_ERROR_MAP' collect2: error: ld returned 1 exit status | |||
2015-04-19 | Remove more vestigial configureac printouts | Andy Wingo | |
2015-04-19 | Remove some vestigial Python things | Andy Wingo | |
2015-04-19 | Remove certificate root checks | Andy Wingo | |
2015-04-19 | Remove qemu bios checks | Andy Wingo | |
2015-04-19 | Remove DKR index dir checks | Andy Wingo | |
2015-04-19 | Remove TTY_GID checks | Andy Wingo | |
2015-04-19 | Remove ldconfig support | Andy Wingo | |
2015-04-19 | Remove hibernate checks | Andy Wingo | |
2015-04-19 | Remove hwdb check | Andy Wingo | |
2015-04-19 | Remove gudev check | Andy Wingo | |
2015-04-19 | Remove myhostname checks/support | Andy Wingo | |
2015-04-19 | Remove telinit checks | 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 coredump check | Andy Wingo | |
2015-04-19 | Remove gnuefi support | Andy Wingo | |
2015-04-19 | Remove EFI support | Andy Wingo | |
2015-04-19 | Remove networkd checks | Andy Wingo | |
2015-04-19 | Remove localed check | Andy Wingo | |
2015-04-19 | Remove timesyncd check, along with NTP server and epoch checks | Andy Wingo | |
2015-04-19 | Remove machined, importd, hostnamed, timedated checks | Andy Wingo | |
2015-04-19 | logind will always be built | Andy Wingo | |
2015-04-19 | Remove rfkill check | Andy Wingo | |
2015-04-19 | Remove backlight check | Andy Wingo | |
2015-04-19 | Remove randomseed check | Andy Wingo | |
2015-04-19 | Remove firstboot check | Andy Wingo | |
2015-04-19 | Remove sysusers check | Andy Wingo | |
2015-04-19 | Remove tmpfiles check | Andy Wingo | |
2015-04-19 | Remove bootchart check | Andy Wingo | |
2015-04-19 | Remove vconsole check | Andy Wingo | |
2015-04-19 | Remove binfmt check | Andy Wingo | |
2015-04-19 | Remove libcurl checks | Andy Wingo | |
2015-04-19 | Remove libidn checks/support | Andy Wingo | |