aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
1994-07-31(create_process): Set default handling for SIGINT, etc.Richard M. Stallman1-2/+5
1994-07-27(wait_reading_process_input): If wait_for_cell,Richard M. Stallman1-4/+1
1994-07-25[!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1-0/+7
1994-07-19(Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1-1/+9
1994-07-13(Qlast_nonmenu_event): New variable.Richard M. Stallman1-0/+6
1994-06-25(send_process): Major rewrite.Richard M. Stallman1-67/+111
1994-06-17(Fprocess_status): Return nil for process name that has no process.Richard M. Stallman1-1/+7
1994-06-15(create_process): Set input_wait_mask before forking.Karl Heuer1-4/+4
1994-06-14(Fprocess_send_eof): Doc fix.Richard M. Stallman1-1/+4
1994-06-01(kill_buffer_processes): For net conn, use Fdelete_process.Richard M. Stallman1-1/+1
1994-05-30(create_process): Get a pty for any non-nil Vprocess_connection_type value.Richard M. Stallman1-1/+1
1994-05-21(create_process): Don't complain about error from TIOCSETD.Richard M. Stallman1-2/+1
1994-05-13(Fopen_network_stream): Call bind_polling_period; later unbind the binding.Richard M. Stallman1-1/+19
1994-05-11(exec_sentinel): Don't deactivate the mark. Check for asynch buffer switch.Karl Heuer1-1/+8
1994-05-09(process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH.Richard M. Stallman1-1/+1
1994-05-06(wait_reading_process_input): Don't call prepare_menu_barsRichard M. Stallman1-3/+9
1994-05-02(create_process): Undo April 19 setsid change.Richard M. Stallman1-1/+3
1994-04-30(IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR.Paul Reilly1-2/+2
1994-04-30(Fopen_network_stream): Retry the connect if EADDRINUSE. Ignore EISCONN.Richard M. Stallman1-6/+16
1994-04-28(create_process): If vfork fails, close forkin and forkout.Richard M. Stallman1-1/+7
1994-04-26(create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr.Karl Heuer1-0/+11
1994-04-24(create_process): Use child_setup_tty only if pty_flag.Richard M. Stallman1-1/+2
1994-04-24(create_process): Use SETUP_SLAVE_PTY only if pty_flag.Richard M. Stallman1-1/+4
1994-04-23(max_process_desc): New variable.Richard M. Stallman1-1/+19
1994-04-21(send_process): If fpathconf fails, use 250.Richard M. Stallman1-0/+2
1994-04-20(create_process): Call setsid only if pty_flag.Richard M. Stallman1-5/+7
1994-04-18(create_process): Fix previous change.Richard M. Stallman1-1/+1
1994-04-16(create_process): Test TIOCSETD along with NTTYDISC.Richard M. Stallman1-1/+1
1994-04-12(Fset_process_window_size): New function.Richard M. Stallman1-0/+17
1994-04-12(send_process): Test pty_flag field for nil, not 0.Richard M. Stallman1-1/+1
1994-04-08(read_process_output): If buffer changes, record that fact.Karl Heuer1-0/+5
1994-03-29Fix typos in comments.Karl Heuer1-2/+2
1994-03-25(status_notify): Use assignment, not initialization.Karl Heuer1-4/+6
1994-03-20(wait_reading_process_input, both versions): Don't callRichard M. Stallman1-3/+3
1994-03-18(create_process): Skip the ioctl if fd is -1.Karl Heuer1-1/+1
1994-03-18(Fstart_process): GCPRO some things.Karl Heuer1-10/+15
1994-03-14(Fget_buffer_process): Fix typo in comment.Karl Heuer1-1/+1
1994-03-12(get_process): Allow arg to be a buffer object.Karl Heuer1-13/+23
1994-03-08(send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF beforeRoland McGrath1-1/+1
1994-03-02(chan_process, Vprocess_alist): No longer static.Richard M. Stallman1-2/+2
1994-03-02Include unistd.h.Richard M. Stallman1-3/+28
1994-02-11(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.Roland McGrath1-0/+2
1994-02-08(Fprocess_kill_without_query): Doc fix.Richard M. Stallman1-1/+1
1994-01-14(sigchld_handler, status_message): Handle a NULL in sys_siglist.Richard M. Stallman1-4/+23
1994-01-11(read_process_output): Supply second arg to unbind_to.Richard M. Stallman1-2/+2
1994-01-10(create_process): Set line discipline only if pty_flag.Richard M. Stallman1-6/+7
1994-01-09Don't declare sys_nerr.Roland McGrath1-4/+6
1994-01-09Comment changes.Richard M. Stallman1-4/+4
1994-01-01(read_process_output): Use clip_to_bounds when movingRichard M. Stallman1-1/+1
1993-12-25(create_process) [NTTYDISC]: Set the tty line discipline.Richard M. Stallman1-1/+9