aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fget_buffer_process): Fix typo in comment.Karl Heuer1994-03-141-1/+1
* (get_process): Allow arg to be a buffer object.Karl Heuer1994-03-121-13/+23
* (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF beforeRoland McGrath1994-03-081-1/+1
* (chan_process, Vprocess_alist): No longer static.Richard M. Stallman1994-03-021-2/+2
* Include unistd.h.Richard M. Stallman1994-03-021-3/+28
* (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.Roland McGrath1994-02-111-0/+2
* (Fprocess_kill_without_query): Doc fix.Richard M. Stallman1994-02-081-1/+1
* (sigchld_handler, status_message): Handle a NULL in sys_siglist.Richard M. Stallman1994-01-141-4/+23
* (read_process_output): Supply second arg to unbind_to.Richard M. Stallman1994-01-111-2/+2
* (create_process): Set line discipline only if pty_flag.Richard M. Stallman1994-01-101-6/+7
* Don't declare sys_nerr.Roland McGrath1994-01-091-4/+6
* Comment changes.Richard M. Stallman1994-01-091-4/+4
* (read_process_output): Use clip_to_bounds when movingRichard M. Stallman1994-01-011-1/+1
* (create_process) [NTTYDISC]: Set the tty line discipline.Richard M. Stallman1993-12-251-1/+9
* (Fopen_network_stream): Turn off SIGIO while connecting.Richard M. Stallman1993-12-241-0/+17
* (Fprocess_status): Use get_process, not Fget_process.Richard M. Stallman1993-12-231-19/+24
* (deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.Richard M. Stallman1993-12-231-0/+4
* (create_process): Do setpgrp for USG regardless of IRIX.Richard M. Stallman1993-11-251-2/+2
* (Fdelete_process): Fix paren error.Richard M. Stallman1993-11-241-1/+1
* (wait_reading_process_input):Richard M. Stallman1993-11-231-47/+53
* (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).Richard M. Stallman1993-11-131-2/+11
* (get_process): Add `static' to definition.Richard M. Stallman1993-11-131-1/+1
* [TERM]: Include client.h.Richard M. Stallman1993-11-041-0/+13
* (Fopen_netwrok_stream): Cast arg to inet_addr to (char *).Brian Fox1993-10-251-1/+1
* (status_notify): Don't read from process if filter is t.Richard M. Stallman1993-10-221-1/+7
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (keyboard_descriptor): New variable.Richard M. Stallman1993-09-081-16/+35
* Include syswait.h.Richard M. Stallman1993-08-151-68/+5
* (wait_reading_process_input): Undo last two changes:Richard M. Stallman1993-07-281-2/+7
* (Fprocess_status): Use Fget_process, to avoid errorRichard M. Stallman1993-07-241-3/+1
* (Fget_buffer_process): Delete doc string fromRichard M. Stallman1993-07-221-13/+17
* (wait_reading_process_input): If wait_for_cell, do callRichard M. Stallman1993-07-091-2/+3
* (wait_reading_process_input): Do include the keyboardRichard M. Stallman1993-07-021-9/+11
* (wait_reading_process_input): Use SIGIO only if defined.Richard M. Stallman1993-06-291-0/+2
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-181-1/+1
* * callproc.c (Fcall_process, child_setup): If IRIX is #defined,Jim Blandy1993-06-171-2/+2
* (start_process_unwind): Use XINT.Richard M. Stallman1993-06-121-1/+1
* (read_process_output): Don't deactivate the mark.Richard M. Stallman1993-06-111-21/+2
* Typo.Jim Blandy1993-06-101-1/+1
* * process.c (sigchld_handler): Add cast, to avoid warnings on Linux.Jim Blandy1993-06-091-1/+1
* * process.c (sigchld_handler): Add cast, to avoid warnings on Linux.Jim Blandy1993-06-091-1/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* (read_process_output): Deactivate the mark.Richard M. Stallman1993-06-061-0/+32
* (MAXDESC): Get it from FD_SETSIZE if that exists.Richard M. Stallman1993-05-291-0/+4
* (wait_reading_process_input): Call swallow_events.Richard M. Stallman1993-05-251-1/+5
* (create_process): Ignore retval from TIOCSTTY.Richard M. Stallman1993-05-241-2/+6
* Updated copyright years.Jim Blandy1993-05-221-1/+1