index
:
~dvdhrm/kmscon
master
KMS/DRM based system console
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uterm_vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-12
uterm: vt: add uterm_vt_get_num() helper
David Herrmann
1
-0
/
+12
2013-03-04
shl: move log.[ch] to shl_log.[ch]
David Herrmann
1
-1
/
+1
2013-02-11
Fix several typos
Jakub Wilk
1
-4
/
+4
2013-02-06
build: major cleanup
David Herrmann
1
-0
/
+13
2013-01-13
eloop: add EV_ONESHOT and EV_SINGLE flags for idle sources
David Herrmann
1
-5
/
+8
2013-01-07
uterm: move uterm-vt into uterm_vt.h
David Herrmann
1
-1
/
+1
2013-01-07
uterm: move input related API to uterm_input.h
David Herrmann
1
-0
/
+1
2012-12-06
uterm: vt: use current VT if it is unused
David Herrmann
1
-0
/
+21
2012-12-06
kmscon: run only on VT-less seats in listen-mode
David Herrmann
1
-0
/
+11
2012-12-02
uterm: vt: fix opening new VTs
David Herrmann
1
-32
/
+26
2012-12-02
uterm: vt: handle HUP on controlling TTY
David Herrmann
1
-5
/
+28
2012-12-02
uterm: vt: add uterm_vt_get_type() helper
David Herrmann
1
-0
/
+8
2012-12-02
uterm: vt: set K_RAW before trying K_OFF
David Herrmann
1
-2
/
+6
2012-12-01
uterm: vt: use real VTs on all seats if available
David Herrmann
1
-9
/
+47
2012-11-19
uterm: vt: fix input-device sleep-control
David Herrmann
1
-15
/
+15
2012-11-19
uterm: vt: implement delayed VT-switches
David Herrmann
1
-5
/
+63
2012-11-19
uterm: vt: do nothing if VT-switch targets our VT
David Herrmann
1
-1
/
+1
2012-11-19
uterm: vt: do nothing if target-VT is already active during deactivation
David Herrmann
1
-1
/
+1
2012-11-17
uterm: vt: do not check SIGUSR1/2 for SI_KERNEL
David Herrmann
1
-6
/
+0
2012-11-11
uterm: vt: fix not overwriting 'ret' in error paths
David Herrmann
1
-7
/
+7
2012-11-10
uterm: vt: do not modify TTY settings
David Herrmann
1
-29
/
+1
2012-11-05
uterm: vt: avoid blocking SIGUSR1/2 twice
David Herrmann
1
-11
/
+0
2012-11-05
uterm: vt: keep graphics mode during VT switch
David Herrmann
1
-5
/
+0
2012-11-05
uterm: vt: add fake_open/close() helpers
David Herrmann
1
-8
/
+19
2012-11-05
uterm: vt: allow VT-deactivation to fail
David Herrmann
1
-28
/
+57
2012-10-28
uterm: vt: fix real VTs when opening the currently active VT
David Herrmann
1
-4
/
+47
2012-10-28
uterm: vt: put input devices asleep when inactive
David Herrmann
1
-3
/
+9
2012-10-28
uterm: vt: fix race by blocking signals before setting them
David Herrmann
1
-7
/
+10
2012-10-09
uterm: vt: reset KBMODE to K_UNICODE if it was K_OFF
David Herrmann
1
-0
/
+6
2012-10-09
uterm: input: add support for multiple keysyms
David Herrmann
1
-6
/
+6
2012-10-08
uterm: input: add flag to input-events marking them as handled
David Herrmann
1
-0
/
+9
2012-10-08
uterm: vt: handle VT switches without kernel input
David Herrmann
1
-1
/
+76
2012-10-08
uterm: vt: register input-cb for all VTs
David Herrmann
1
-20
/
+49
2012-10-08
uterm: vt: remove fake-VT SIGUSR1/2 (de)activation
David Herrmann
1
-27
/
+16
2012-10-08
uterm: vt: add a lot more verbose error messages
David Herrmann
1
-90
/
+152
2012-10-01
uterm: vt: add helpers to (de)activate all VTs at once
David Herrmann
1
-0
/
+50
2012-10-01
uterm: vt: fix skipping real_activate() when being inactive
David Herrmann
1
-1
/
+1
2012-10-01
uterm: vt: do not automatically activate fake-VTs
David Herrmann
1
-17
/
+0
2012-10-01
uterm: vt: add fake_activate() and fake_deactivate() hooks
David Herrmann
1
-2
/
+16
2012-10-01
uterm: vt: return error in real_deactivate() if VT is dead
David Herrmann
1
-4
/
+3
2012-10-01
uterm: vt: make real_activate() behave like real_deactivate()
David Herrmann
1
-2
/
+16
2012-10-01
Move grab-parsing into conf.c
David Herrmann
1
-1
/
+1
2012-09-30
kmscon: allow paths with --vt=<xy>
David Herrmann
1
-11
/
+23
2012-09-29
kmscon: add --vt=<num> option to select VT for seat0
David Herrmann
1
-3
/
+4
2012-09-18
build: make xkbcommon built-time dependency
David Herrmann
1
-0
/
+1
2012-09-16
shl: move timer to shl_timer_*
David Herrmann
1
-1
/
+0
2012-09-15
shl: move dlist to shl_dlist.h
David Herrmann
1
-0
/
+1
2012-09-15
shl: move dlist implementation to shl_dlist_*
David Herrmann
1
-6
/
+6
2012-09-11
uterm: add uterm_keysyms.h
David Herrmann
1
-2
/
+1
2012-09-11
uterm: move uterm_internal.h to uterm_input.h
David Herrmann
1
-1
/
+0
[next]