aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-11/+8
* (NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1994-11-151-4/+3
* (create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1994-11-101-0/+4
* Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman1994-11-011-9/+60
* (status_message): Add a cast.Richard M. Stallman1994-10-261-2/+4
* (list_processes_1): Print tty name.Karl Heuer1994-10-261-2/+9
* Handle multiple keyboard input descriptors.Richard M. Stallman1994-10-251-26/+86
* (read_process_output): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (make_process, list_processes_1, create_process, Faccept_process_output,Karl Heuer1994-10-041-14/+14
* (make_process, create_process, Fopen_network_stream, deactivate_process,Karl Heuer1994-10-041-10/+10
* (decode_status, Fprocessp, Fget_process, Fget_buffer_process, Fprocess_status,Karl Heuer1994-09-271-14/+14
* (Fprocess_send_eof): Delete DID_REMOTE conditional.Richard M. Stallman1994-09-241-9/+0
* (exec_sentinel_error_handler): New function.Richard M. Stallman1994-09-231-9/+64
* (wait_reading_process_input):Richard M. Stallman1994-08-191-1/+6
* (create_process): Set default handling for SIGINT, etc.Richard M. Stallman1994-07-311-2/+5
* (wait_reading_process_input): If wait_for_cell,Richard M. Stallman1994-07-271-4/+1
* [!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1994-07-251-0/+7
* (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1994-07-191-1/+9
* (Qlast_nonmenu_event): New variable.Richard M. Stallman1994-07-131-0/+6
* (send_process): Major rewrite.Richard M. Stallman1994-06-251-67/+111
* (Fprocess_status): Return nil for process name that has no process.Richard M. Stallman1994-06-171-1/+7
* (create_process): Set input_wait_mask before forking.Karl Heuer1994-06-151-4/+4
* (Fprocess_send_eof): Doc fix.Richard M. Stallman1994-06-141-1/+4
* (kill_buffer_processes): For net conn, use Fdelete_process.Richard M. Stallman1994-06-011-1/+1
* (create_process): Get a pty for any non-nil Vprocess_connection_type value.Richard M. Stallman1994-05-301-1/+1
* (create_process): Don't complain about error from TIOCSETD.Richard M. Stallman1994-05-211-2/+1
* (Fopen_network_stream): Call bind_polling_period; later unbind the binding.Richard M. Stallman1994-05-131-1/+19
* (exec_sentinel): Don't deactivate the mark. Check for asynch buffer switch.Karl Heuer1994-05-111-1/+8
* (process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH.Richard M. Stallman1994-05-091-1/+1
* (wait_reading_process_input): Don't call prepare_menu_barsRichard M. Stallman1994-05-061-3/+9
* (create_process): Undo April 19 setsid change.Richard M. Stallman1994-05-021-1/+3
* (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR.Paul Reilly1994-04-301-2/+2
* (Fopen_network_stream): Retry the connect if EADDRINUSE. Ignore EISCONN.Richard M. Stallman1994-04-301-6/+16
* (create_process): If vfork fails, close forkin and forkout.Richard M. Stallman1994-04-281-1/+7
* (create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr.Karl Heuer1994-04-261-0/+11
* (create_process): Use child_setup_tty only if pty_flag.Richard M. Stallman1994-04-241-1/+2
* (create_process): Use SETUP_SLAVE_PTY only if pty_flag.Richard M. Stallman1994-04-241-1/+4
* (max_process_desc): New variable.Richard M. Stallman1994-04-231-1/+19
* (send_process): If fpathconf fails, use 250.Richard M. Stallman1994-04-211-0/+2
* (create_process): Call setsid only if pty_flag.Richard M. Stallman1994-04-201-5/+7
* (create_process): Fix previous change.Richard M. Stallman1994-04-181-1/+1
* (create_process): Test TIOCSETD along with NTTYDISC.Richard M. Stallman1994-04-161-1/+1
* (Fset_process_window_size): New function.Richard M. Stallman1994-04-121-0/+17
* (send_process): Test pty_flag field for nil, not 0.Richard M. Stallman1994-04-121-1/+1
* (read_process_output): If buffer changes, record that fact.Karl Heuer1994-04-081-0/+5
* Fix typos in comments.Karl Heuer1994-03-291-2/+2
* (status_notify): Use assignment, not initialization.Karl Heuer1994-03-251-4/+6
* (wait_reading_process_input, both versions): Don't callRichard M. Stallman1994-03-201-3/+3
* (create_process): Skip the ioctl if fd is -1.Karl Heuer1994-03-181-1/+1
* (Fstart_process): GCPRO some things.Karl Heuer1994-03-181-10/+15