index
:
~dvdhrm/kmscon
master
KMS/DRM based system console
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
shl: move log.[ch] to shl_log.[ch]
David Herrmann
1
-1
/
+1
2013-02-08
llog: add "data" parameter to pass context
David Herrmann
1
-1
/
+1
2013-01-13
pty: reset signal-handlers for childs
David Herrmann
1
-1
/
+4
2012-12-12
pty: add env_reset property
David Herrmann
1
-4
/
+34
2012-12-12
pty: add "colorterm" property
David Herrmann
1
-2
/
+23
2012-12-09
pty: use /bin/login by default
David Herrmann
1
-1
/
+1
2012-12-02
pty: use the new child-reaper sources
David Herrmann
1
-23
/
+11
2012-12-02
pty: simplify pty_close()
David Herrmann
1
-16
/
+3
2012-12-02
pty: free seat argument on destruction
David Herrmann
1
-0
/
+1
2012-12-01
pty: downgrade error to debug message on I/O errors
David Herrmann
1
-2
/
+2
2012-11-28
pty: fix ignoring HUP on pty-master files
David Herrmann
1
-42
/
+65
2012-11-27
pty: remove unused "master" argument
David Herrmann
1
-2
/
+2
2012-10-25
shl: ring: provide offset parameter for shl_ring_peek()
David Herrmann
1
-1
/
+1
2012-10-19
kmscon: implement per-seat configuration
David Herrmann
1
-22
/
+6
2012-10-07
pty: set XDG_SEAT for childs
David Herrmann
1
-2
/
+21
2012-09-30
Fix printf() specified bugs all over the code
David Herrmann
1
-1
/
+2
2012-09-26
pty: remove useless debug message
David Herrmann
1
-2
/
+0
2012-09-26
pty: set argv via helper function
David Herrmann
1
-5
/
+42
2012-09-26
pty: set "TERM" via helper function instead of kmscon_conf
David Herrmann
1
-3
/
+25
2012-09-19
pty: set VERASE character to backspace during setup
David Herrmann
1
-0
/
+16
2012-09-18
pty: remove public eloop dependency
David Herrmann
1
-6
/
+26
2012-09-16
shl: move kmscon_ring_* to shl
David Herrmann
1
-8
/
+8
2012-08-31
pty: improve application data read-path
David Herrmann
1
-3
/
+5
2012-08-21
pty: read all available data instead of only one chunk
David Herrmann
1
-12
/
+16
2012-08-11
main: move conf_global to kmscon_conf in new header main.h
David Herrmann
1
-4
/
+4
2012-07-17
conf: add config-file parser
David Herrmann
1
-2
/
+2
2012-06-24
static: move statically linked subsystems to static_*
David Herrmann
1
-1
/
+1
2012-05-17
eloop: take fd argument for fd-sources at initialization
David Herrmann
1
-2
/
+2
2012-03-27
pty: add kmscon_pty_signal()
David Herrmann
1
-0
/
+16
2012-03-25
pty: avoid calling callbacks twice
David Herrmann
1
-11
/
+63
2012-03-25
pty: fix using right fd
David Herrmann
1
-2
/
+2
2012-03-25
pty: random fixes
David Herrmann
1
-12
/
+6
2012-03-25
pty: correctly terminate when child_setup fails
David Herrmann
1
-9
/
+6
2012-03-25
pty: fix wrong fd check
David Herrmann
1
-1
/
+1
2012-03-25
pty: fix race when starting child
David Herrmann
1
-27
/
+25
2012-03-25
use pthread_sigmask instead of sigprocmask
David Herrmann
1
-1
/
+2
2012-03-25
pty: use reentrant ptsname_r
David Herrmann
1
-3
/
+3
2012-03-24
pty: introduce --term
David Herrmann
1
-7
/
+1
2012-03-24
pty: add --login option
David Herrmann
1
-7
/
+2
2012-03-24
pty: fix log statements
David Herrmann
1
-29
/
+27
2012-03-24
Fix some signed/unsigned warnings
David Herrmann
1
-4
/
+6
2012-03-20
eloop: move prefix to "ev_" instead of "kmscon_"
David Herrmann
1
-16
/
+16
2012-03-20
build: implicitly include config.h
Ran Benita
1
-3
/
+0
2012-01-30
pty: avoid 4KB buffers on the stack
David Herrmann
1
-6
/
+6
2012-01-30
pty: increase input buffer size
Ran Benita
1
-1
/
+2
2012-01-28
pty: remove unneeded variable in setup_child
David Herrmann
1
-3
/
+3
2012-01-28
pty: move fork_pty_child to setup_child
David Herrmann
1
-3
/
+2
2012-01-28
pty: avoid FIONREAD ioctl
David Herrmann
1
-11
/
+5
2012-01-28
pty: buffer data between pty and child
David Herrmann
1
-40
/
+101
2012-01-28
pty: merge input and close callbacks
David Herrmann
1
-18
/
+4
[next]