]> git.ipfire.org Git - thirdparty/systemd.git/commit
terminal: drop unfinished code 747/head
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 27 Jul 2015 18:15:34 +0000 (20:15 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 27 Jul 2015 18:15:34 +0000 (20:15 +0200)
commitd537694a987bbb01e780bd5abe9412722fc38faa
tree596cb0594f289059368924d57d0f3f47368179b8
parent2d5c8a2756fec59d12aa0122359135653de1b8cb
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.
44 files changed:
.gitignore
Makefile.am
autogen.sh
configure.ac
src/console/Makefile [deleted symlink]
src/console/consoled-display.c [deleted file]
src/console/consoled-manager.c [deleted file]
src/console/consoled-session.c [deleted file]
src/console/consoled-terminal.c [deleted file]
src/console/consoled-workspace.c [deleted file]
src/console/consoled.c [deleted file]
src/console/consoled.h [deleted file]
src/libsystemd-terminal/.gitignore [deleted file]
src/libsystemd-terminal/evcat.c [deleted file]
src/libsystemd-terminal/grdev-drm.c [deleted file]
src/libsystemd-terminal/grdev-internal.h [deleted file]
src/libsystemd-terminal/grdev.c [deleted file]
src/libsystemd-terminal/grdev.h [deleted file]
src/libsystemd-terminal/idev-evdev.c [deleted file]
src/libsystemd-terminal/idev-internal.h [deleted file]
src/libsystemd-terminal/idev-keyboard.c [deleted file]
src/libsystemd-terminal/idev.c [deleted file]
src/libsystemd-terminal/idev.h [deleted file]
src/libsystemd-terminal/modeset.c [deleted file]
src/libsystemd-terminal/subterm.c [deleted file]
src/libsystemd-terminal/sysview-internal.h [deleted file]
src/libsystemd-terminal/sysview.c [deleted file]
src/libsystemd-terminal/sysview.h [deleted file]
src/libsystemd-terminal/term-charset.c [deleted file]
src/libsystemd-terminal/term-internal.h [deleted file]
src/libsystemd-terminal/term-page.c [deleted file]
src/libsystemd-terminal/term-parser.c [deleted file]
src/libsystemd-terminal/term-screen.c [deleted file]
src/libsystemd-terminal/term-wcwidth.c [deleted file]
src/libsystemd-terminal/term.h [deleted file]
src/libsystemd-terminal/test-term-page.c [deleted file]
src/libsystemd-terminal/test-term-parser.c [deleted file]
src/libsystemd-terminal/test-unifont.c [deleted file]
src/libsystemd-terminal/unifont-def.h [deleted file]
src/libsystemd-terminal/unifont.c [deleted file]
src/libsystemd-terminal/unifont.h [deleted file]
tools/compile-unifont.py [deleted file]
units/user/.gitignore
units/user/systemd-consoled.service.in [deleted file]