aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_unix.c
Commit message (Expand)AuthorAge
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* CI: improve gcov handling #10404Daniel Hahler2019-07-07
* gcov: use __gcov_flush instead of __gcov_dump (#10260)Daniel Hahler2019-06-18
* clint: check env functionsJustin M. Keyes2019-02-28
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* TUI: detect BSD vt consoleJustin M. Keyes2018-12-16
* Check all child processes for exit in SIGCHLD handlerDavid Hotham2018-07-14
* Only waitpid() for processes that we care aboutDavid Hotham2018-07-13
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* api: list information about all channels/jobs.Björn Linse2018-05-23
* jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* pty_process_unix: _exit() on execvp() failureJustin M. Keyes2017-12-13
* tui: job-control: use saved termios for pty jobsJustin M. Keyes2017-11-25
* channels: refactorBjörn Linse2017-11-24
* pty_process_unix.c: include <libutil.h> on DragonFly BSDJustin M. Keyes2017-05-21
* *: Add comment to all C filesZyX2017-04-19
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
* eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04