summaryrefslogtreecommitdiff
path: root/src/pty.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann1-1/+1
2013-01-13pty: reset signal-handlers for childsDavid Herrmann1-1/+4
2012-12-12pty: add env_reset propertyDavid Herrmann1-4/+34
2012-12-12pty: add "colorterm" propertyDavid Herrmann1-2/+23
2012-12-09pty: use /bin/login by defaultDavid Herrmann1-1/+1
2012-12-02pty: use the new child-reaper sourcesDavid Herrmann1-23/+11
2012-12-02pty: simplify pty_close()David Herrmann1-16/+3
2012-12-02pty: free seat argument on destructionDavid Herrmann1-0/+1
2012-12-01pty: downgrade error to debug message on I/O errorsDavid Herrmann1-2/+2
2012-11-28pty: fix ignoring HUP on pty-master filesDavid Herrmann1-42/+65
2012-11-27pty: remove unused "master" argumentDavid Herrmann1-2/+2
2012-10-25shl: ring: provide offset parameter for shl_ring_peek()David Herrmann1-1/+1
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-22/+6
2012-10-07pty: set XDG_SEAT for childsDavid Herrmann1-2/+21
2012-09-30Fix printf() specified bugs all over the codeDavid Herrmann1-1/+2
2012-09-26pty: remove useless debug messageDavid Herrmann1-2/+0
2012-09-26pty: set argv via helper functionDavid Herrmann1-5/+42
2012-09-26pty: set "TERM" via helper function instead of kmscon_confDavid Herrmann1-3/+25
2012-09-19pty: set VERASE character to backspace during setupDavid Herrmann1-0/+16
2012-09-18pty: remove public eloop dependencyDavid Herrmann1-6/+26
2012-09-16shl: move kmscon_ring_* to shlDavid Herrmann1-8/+8
2012-08-31pty: improve application data read-pathDavid Herrmann1-3/+5
2012-08-21pty: read all available data instead of only one chunkDavid Herrmann1-12/+16
2012-08-11main: move conf_global to kmscon_conf in new header main.hDavid Herrmann1-4/+4
2012-07-17conf: add config-file parserDavid Herrmann1-2/+2
2012-06-24static: move statically linked subsystems to static_*David Herrmann1-1/+1
2012-05-17eloop: take fd argument for fd-sources at initializationDavid Herrmann1-2/+2
2012-03-27pty: add kmscon_pty_signal()David Herrmann1-0/+16
2012-03-25pty: avoid calling callbacks twiceDavid Herrmann1-11/+63
2012-03-25pty: fix using right fdDavid Herrmann1-2/+2
2012-03-25pty: random fixesDavid Herrmann1-12/+6
2012-03-25pty: correctly terminate when child_setup failsDavid Herrmann1-9/+6
2012-03-25pty: fix wrong fd checkDavid Herrmann1-1/+1
2012-03-25pty: fix race when starting childDavid Herrmann1-27/+25
2012-03-25use pthread_sigmask instead of sigprocmaskDavid Herrmann1-1/+2
2012-03-25pty: use reentrant ptsname_rDavid Herrmann1-3/+3
2012-03-24pty: introduce --termDavid Herrmann1-7/+1
2012-03-24pty: add --login optionDavid Herrmann1-7/+2
2012-03-24pty: fix log statementsDavid Herrmann1-29/+27
2012-03-24Fix some signed/unsigned warningsDavid Herrmann1-4/+6
2012-03-20eloop: move prefix to "ev_" instead of "kmscon_"David Herrmann1-16/+16
2012-03-20build: implicitly include config.hRan Benita1-3/+0
2012-01-30pty: avoid 4KB buffers on the stackDavid Herrmann1-6/+6
2012-01-30pty: increase input buffer sizeRan Benita1-1/+2
2012-01-28pty: remove unneeded variable in setup_childDavid Herrmann1-3/+3
2012-01-28pty: move fork_pty_child to setup_childDavid Herrmann1-3/+2
2012-01-28pty: avoid FIONREAD ioctlDavid Herrmann1-11/+5
2012-01-28pty: buffer data between pty and childDavid Herrmann1-40/+101
2012-01-28pty: merge input and close callbacksDavid Herrmann1-18/+4