aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-03-05(wait_reading_process_input):Richard M. Stallman1-2/+5
1996-03-03(wait_reading_process_input): Use getpid when generating SIGIO.Richard M. Stallman1-2/+2
1996-02-26(Fopen_network_stream): Set immediate_quit for the connect.Richard M. Stallman1-0/+8
1996-02-21(wait_reading_process_input):Karl Heuer1-6/+11
1996-02-21(Faccept_process_output): Accept sub-second timeouts.Erik Naggum1-1/+1
1996-02-11(Fopen_network_stream): Use sizeof, not strlen, for numeric_addr.Richard M. Stallman1-1/+2
1996-02-08(remove_process): Don't unlink the process marker.Richard M. Stallman1-1/+0
1996-02-05(sigchld_handler): Use cleaner end-of-list test.Karl Heuer1-2/+2
1996-02-01(wait_reading_process_input): If select times out,Richard M. Stallman1-4/+11
1996-01-29(create_process): Set outchannel to be non-blocking.Richard M. Stallman1-1/+4
1996-01-29(wait_reading_process_input): Call timer_checkRichard M. Stallman1-0/+18
1996-01-24(wait_reading_process_input) [not subprocesses]: DoKarl Heuer1-3/+6
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(create_process): Restore the signal stateKarl Heuer1-21/+30
1996-01-09(Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,Erik Naggum1-100/+100
1996-01-05Comment fixes.Karl Heuer1-1/+1
1995-12-21(Fopen_network_stream): Call bind_polling_period earlier.Karl Heuer1-7/+7
1995-12-13(create_process): Use Posix signal handling toKarl Heuer1-3/+50
1995-11-07[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.Geoff Voelker1-2/+2
1995-10-09(exec_sentinel, read_process_output):Richard M. Stallman1-2/+10
1995-08-08(read_process_output, exec_sentinel): CallRichard M. Stallman1-8/+6
1995-08-02Maybe include net/errno.h.Richard M. Stallman1-0/+3
1995-07-25(Fstart_process): Don't expand the file name before trying openp.Richard M. Stallman1-2/+1
1995-07-17(keyboard_bit_set): Fix one-off in loop end.Karl Heuer1-1/+1
1995-07-07(Fstart_process): Expand PROGRAM.Richard M. Stallman1-1/+8
1995-06-25(Fopen_network_stream): Sleep 1 sec before connect retry.Richard M. Stallman1-0/+4
1995-06-19(sigchld_handler): Change XSETFASTINT to XSETINT.Richard M. Stallman1-2/+2
1995-06-14(status_notify): Undo May 18 change.Richard M. Stallman1-77/+74
1995-06-08[!subprocesses]: Include sysselect.h.Karl Heuer1-0/+1
1995-05-26(create_process, send_process): Add volatile qualifiers.Karl Heuer1-8/+14
1995-05-18(status_notify): If Vprocess_alist changes withinKarl Heuer1-70/+75
1995-05-07(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.Richard M. Stallman1-1/+1
1995-05-06(wait_reading_process_input): Don't call prepare_menu_bars.Richard M. Stallman1-6/+6
1995-05-05(list_processes_1): Cast XFASTINT for passing to sprintf.Richard M. Stallman1-1/+1
1995-04-28(create_process): Don't reference pty_name if !HAVE_PTYS.Karl Heuer1-5/+14
1995-04-24(create_process): Don't abort if can't reopenRichard M. Stallman1-3/+8
1995-04-11(create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,Roland McGrath1-1/+1
1995-04-07(read_process_output_error_handler)Richard M. Stallman1-2/+2
1995-04-07Update copyright.Karl Heuer1-1/+1
1995-03-28(Fsignal_process): SIGCODE is a symbol, not a string.Karl Heuer1-1/+1
1995-03-28(Fsignal_process): Allow signal names as well as numbers.Richard M. Stallman1-7/+119
1995-03-03(exec_sentinel, read_process_output): If running filterRichard M. Stallman1-6/+15
1995-02-14(Fstart_process): Make process marker point into proc buf.Richard M. Stallman1-3/+8
1995-01-25(process_tick, update_tick): Make non-static.Karl Heuer1-3/+4
1995-01-23#include sysselect.h instead of defining things by hand.Karl Heuer1-20/+1
1994-11-21Added code for automatically saving and restoring the match dataFrancesco Potortì1-1/+8
1994-11-16(make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer1-11/+8
1994-11-15(NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1-4/+3
1994-11-10(create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1-0/+4
1994-11-01Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman1-9/+60