aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-02Add a new variable 'process-error-pause-time'Lars Ingebrigtsen1-2/+10
2021-11-20Add support for the Haiku operating system and its window systemPo Lu1-3/+7
2021-11-17Fix recent changes related to USABLE_SIGIOEli Zaretskii1-1/+1
2021-11-17Avoid delays waiting for input on systems without SIGIOKen Brown1-0/+9
2021-10-18Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen1-4/+8
2021-10-16Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii1-3/+19
2021-10-10New function num-processorsPaul Eggert1-0/+18
2021-10-03Port unused decls to C2xPaul Eggert1-1/+1
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen1-2/+2
2021-08-23Clarify :stderr in the make-process doc stringLars Ingebrigtsen1-1/+4
2021-07-13Block TLS handshake until TCP connection establishedMattias Engdegård1-1/+4
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter1-1/+1
2021-05-25Fix documentation of a recent changeEli Zaretskii1-4/+7
2021-05-25Try to not prioritise reading from lower file descriptorsMiha Rihtaršič1-1/+25
2021-05-13Process sentinels need to work under X and commandlinedickmao1-7/+8
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo1-1/+1
2021-02-18Fix typosMattias Engdegård1-1/+1
2021-01-29; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias Engdegård1-1/+1
2021-01-23; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii1-1/+0
2021-01-23Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani1-0/+5
2021-01-23Mark both ends of self-pipe a nonblocking.Philipp Stephani1-0/+2
2021-01-23Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii1-2/+21
2021-01-19Make child signal read pipe non-blocking.Philipp Stephani1-0/+2
2021-01-17Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani1-0/+9
2021-01-16Don't crash if no asynchronous process has been created yet.scratch/sigchld-fdPhilipp Stephani1-2/+2
2021-01-16Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani1-1/+93
2021-01-10Remove a pointless check for WCOREDUMPED.Philipp Stephani1-2/+1
2021-01-09Don't unblock SIGCHLD too early.Philipp Stephani1-1/+9
2021-01-01Port to Solaris 10Paul Eggert1-9/+0
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-31Improve documentation of 'network-lookup-address-info'Eli Zaretskii1-2/+3
2020-12-31Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani1-1/+2
2020-12-31Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani1-0/+25
2020-12-30Consistently check for FD_SETSIZE overflow.Philipp Stephani1-0/+42
2020-12-26Fix test/src/process-tests on MS-WindowsEli Zaretskii1-0/+6
2020-12-24Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii1-1/+1
2020-12-24Centralize subprocess creation in a single function.Philipp Stephani1-142/+7
2020-12-23Pass C string pointer to current directory to 'child_setup'.Philipp Stephani1-2/+4
2020-12-23Allocate environment block before forking.Philipp Stephani1-2/+10
2020-12-23Remove an unused parameter from 'child_setup' function.Philipp Stephani1-2/+2
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios1-6/+6
2020-12-12Remove some unused process.c variablesLars Ingebrigtsen1-5/+0
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier1-38/+0
2020-11-14Work around glib messing with signal handlers more than it shouldAkira Kyle1-5/+21
2020-09-25Tweak updating the process mark in set-process-bufferLars Ingebrigtsen1-2/+5
2020-09-24Make set-process-buffer also update the process markLars Ingebrigtsen1-9/+11
2020-09-24Refactor process mark settingLars Ingebrigtsen1-18/+14
2020-09-14Don't retry reading after receiving EINVALPip Cet1-1/+3
2020-08-21Mention `exec-path' in some process related doc stringsLars Ingebrigtsen1-1/+4