History log of /systemd/units/user/.gitignore
Revision Date Author Comments Expand
d537694a987bbb01e780bd5abe9412722fc38faa 27-Jul-2015 David Herrmann <dh.herrmann@gmail.com>

terminal: drop unfinished code This drops the libsystemd-terminal and systemd-consoled code for various reasons: * It's been sitting there unfinished for over a year now and won't get finished any time soon. * Since its initial creation, several parts need significant rework: The input handling should be replaced with the now commonly used libinput, the drm accessors should coordinate the handling of mode-object hotplugging (including split connectors) with other DRM users, and the internal library users should be converted to sd-device and friends. * There is still significant kernel work required before sd-console is really useful. This includes, but is not limited to, simpledrm and drmlog. * The authority daemon is needed before all this code can be used for real. And this will definitely take a lot more time to get done as no-one else is currently working on this, but me. * kdbus maintenance has taken up way more time than I thought and it has much higher priority. I don't see me spending much time on the terminal code in the near future. If anyone intends to hack on this, please feel free to contact me. I'll gladly help you out with any issues. Once kdbus and authorityd are finished (whenever that will be..) I'll definitely pick this up again. But until then, lets reduce compile times and maintenance efforts on this code and drop it for now.

/systemd/.gitignore /systemd/Makefile.am /systemd/autogen.sh /systemd/configure.ac /systemd/src/console/Makefile /systemd/src/console/consoled-display.c /systemd/src/console/consoled-manager.c /systemd/src/console/consoled-session.c /systemd/src/console/consoled-terminal.c /systemd/src/console/consoled-workspace.c /systemd/src/console/consoled.c /systemd/src/console/consoled.h /systemd/src/libsystemd-terminal/.gitignore /systemd/src/libsystemd-terminal/evcat.c /systemd/src/libsystemd-terminal/grdev-drm.c /systemd/src/libsystemd-terminal/grdev-internal.h /systemd/src/libsystemd-terminal/grdev.c /systemd/src/libsystemd-terminal/grdev.h /systemd/src/libsystemd-terminal/idev-evdev.c /systemd/src/libsystemd-terminal/idev-internal.h /systemd/src/libsystemd-terminal/idev-keyboard.c /systemd/src/libsystemd-terminal/idev.c /systemd/src/libsystemd-terminal/idev.h /systemd/src/libsystemd-terminal/modeset.c /systemd/src/libsystemd-terminal/subterm.c /systemd/src/libsystemd-terminal/sysview-internal.h /systemd/src/libsystemd-terminal/sysview.c /systemd/src/libsystemd-terminal/sysview.h /systemd/src/libsystemd-terminal/term-charset.c /systemd/src/libsystemd-terminal/term-internal.h /systemd/src/libsystemd-terminal/term-page.c /systemd/src/libsystemd-terminal/term-parser.c /systemd/src/libsystemd-terminal/term-screen.c /systemd/src/libsystemd-terminal/term-wcwidth.c /systemd/src/libsystemd-terminal/term.h /systemd/src/libsystemd-terminal/test-term-page.c /systemd/src/libsystemd-terminal/test-term-parser.c /systemd/src/libsystemd-terminal/test-unifont.c /systemd/src/libsystemd-terminal/unifont-def.h /systemd/src/libsystemd-terminal/unifont.c /systemd/src/libsystemd-terminal/unifont.h /systemd/tools/compile-unifont.py .gitignore systemd-consoled.service.in
a8a1a43f482af480c375a97921df6b42452c7092 17-Jan-2015 David Herrmann <dh.herrmann@gmail.com>

bus-proxy: turn into multi-threaded daemon Instead of using Accept=true and running one proxy for each connection, we now run one proxy-daemon with a thread per connection. This will enable us to share resources like policies in the future.

2355af60dc0c0ec2b7fbe69f15a77d980b017b3f 04-Oct-2014 Tom Gundersen <teg@jklm.no>

consoled: add a unit file The unit file is statically enabled, but still requires --enable-terminal to actually get installed.

0fbedd1fdc98ab6d0a29d34b00079afda01b99c1 22-Apr-2014 Kay Sievers <kay@vrfy.org>

remove bus-driverd, the interface is now handled natively by bus-proxyd

54142c6af15c24a72a1b8dcf278dbe97b95e541a 08-Jan-2014 Kay Sievers <kay@vrfy.org>

bus-driverd: support user mode

7ca7b61f70371493a0539a76108dd84e0f765264 08-Jan-2014 Kay Sievers <kay@vrfy.org>

bus-proxyd: support --user bus address

0e0320e04500d1e68630b3973714f14cfb7b3450 25-Jun-2012 Lennart Poettering <lennart@poettering.net>

units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx These service units also execute our own code, hence rename the accordingly and prefix them with systemd-

af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa 15-Nov-2010 Lennart Poettering <lennart@poettering.net>

drop support for MANAGER_SESSION, introduce MANAGER_USER instead