Refactor window-system configuration
[bpt/emacs.git] / src / process.c
CommitLineData
d0d6b7c5 1/* Asynchronous subprocess control for GNU Emacs.
95df8112 2
acaf905b 3Copyright (C) 1985-1988, 1993-1996, 1998-1999, 2001-2012
95df8112 4 Free Software Foundation, Inc.
d0d6b7c5
JB
5
6This file is part of GNU Emacs.
7
9ec0b715 8GNU Emacs is free software: you can redistribute it and/or modify
d0d6b7c5 9it under the terms of the GNU General Public License as published by
9ec0b715
GM
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
d0d6b7c5
JB
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
9ec0b715 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
d0d6b7c5
JB
20
21
18160b98 22#include <config.h>
6a09a33b
PE
23
24#define PROCESS_INLINE EXTERN_INLINE
25
68c45bf0 26#include <signal.h>
d0d6b7c5
JB
27#include <stdio.h>
28#include <errno.h>
29#include <setjmp.h>
6c60eb9f 30#include <sys/types.h> /* Some typedefs are used in sys/file.h. */
d0d6b7c5
JB
31#include <sys/file.h>
32#include <sys/stat.h>
d7306fe6 33#include <setjmp.h>
934e2a68 34
93b4f699 35#include <unistd.h>
e98d950b 36#include <fcntl.h>
e98d950b 37
0898ca10
JB
38#include "lisp.h"
39
f388c88a
EZ
40/* Only MS-DOS does not define `subprocesses'. */
41#ifdef subprocesses
42
d0d6b7c5
JB
43#include <sys/socket.h>
44#include <netdb.h>
45#include <netinet/in.h>
46#include <arpa/inet.h>
e690ca94
KS
47
48/* Are local (unix) sockets supported? */
4624371d 49#if defined (HAVE_SYS_UN_H)
e690ca94
KS
50#if !defined (AF_LOCAL) && defined (AF_UNIX)
51#define AF_LOCAL AF_UNIX
52#endif
53#ifdef AF_LOCAL
54#define HAVE_LOCAL_SOCKETS
55#include <sys/un.h>
56#endif
57#endif
d0d6b7c5 58
d0d6b7c5 59#include <sys/ioctl.h>
5e617bc2 60#if defined (HAVE_NET_IF_H)
32bc6709
DN
61#include <net/if.h>
62#endif /* HAVE_NET_IF_H */
d0d6b7c5 63
5e617bc2 64#if defined (HAVE_IFADDRS_H)
377538cb
JD
65/* Must be after net/if.h */
66#include <ifaddrs.h>
67
68/* We only use structs from this header when we use getifaddrs. */
5e617bc2 69#if defined (HAVE_NET_IF_DL_H)
377538cb
JD
70#include <net/if_dl.h>
71#endif
72
73#endif
74
d0d6b7c5
JB
75#ifdef NEED_BSDTTY
76#include <bsdtty.h>
77#endif
78
08116b48
CY
79#ifdef HAVE_RES_INIT
80#include <netinet/in.h>
81#include <arpa/nameser.h>
82#include <resolv.h>
83#endif
84
3d608a86
J
85#ifdef HAVE_UTIL_H
86#include <util.h>
87#endif
88
9bf58201
DN
89#ifdef HAVE_PTY_H
90#include <pty.h>
91#endif
92
f388c88a
EZ
93#endif /* subprocesses */
94
d0d6b7c5 95#include "systime.h"
36ebaafa 96#include "systty.h"
d0d6b7c5 97
d0d6b7c5 98#include "window.h"
5bbf78c1 99#include "character.h"
e5560ff7 100#include "buffer.h"
0fa1789e 101#include "coding.h"
d0d6b7c5 102#include "process.h"
428a555e 103#include "frame.h"
d0d6b7c5
JB
104#include "termhooks.h"
105#include "termopts.h"
106#include "commands.h"
3ec68006 107#include "keyboard.h"
ececcbec 108#include "blockinput.h"
dfcf069d 109#include "dispextern.h"
e0016554 110#include "composite.h"
30904ab7 111#include "atimer.h"
f388c88a
EZ
112#include "sysselect.h"
113#include "syssignal.h"
114#include "syswait.h"
8af55556
TZ
115#ifdef HAVE_GNUTLS
116#include "gnutls.h"
117#endif
d0d6b7c5 118
17a2cbbd
DC
119#ifdef HAVE_WINDOW_SYSTEM
120#include TERM_HEADER
121#endif /* HAVE_WINDOW_SYSTEM */
122
0949d2b6 123#if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
872870b2 124#include "xgselect.h"
0949d2b6 125#endif
57507bf8 126
b8df54ff
PE
127/* Work around GCC 4.7.0 bug with strict overflow checking; see
128 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904>.
129 These lines can be removed once the GCC bug is fixed. */
130#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
131# pragma GCC diagnostic ignored "-Wstrict-overflow"
132#endif
133
fdb183d6
DN
134Lisp_Object Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname, Qtpgid;
135Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcstime;
136Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs;
137Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtime, Qctime;
138Lisp_Object QCname, QCtype;
139\f
140/* Non-zero if keyboard input is on hold, zero otherwise. */
141
142static int kbd_is_on_hold;
143
fdb183d6
DN
144/* Nonzero means don't run process sentinels. This is used
145 when exiting. */
146int inhibit_sentinels;
147
f388c88a
EZ
148#ifdef subprocesses
149
dd2281ae 150Lisp_Object Qprocessp;
955cbe7b
PE
151static Lisp_Object Qrun, Qstop, Qsignal;
152static Lisp_Object Qopen, Qclosed, Qconnect, Qfailed, Qlisten;
153Lisp_Object Qlocal;
154static Lisp_Object Qipv4, Qdatagram, Qseqpacket;
155static Lisp_Object Qreal, Qnetwork, Qserial;
e1652a86 156#ifdef AF_INET6
955cbe7b 157static Lisp_Object Qipv6;
e1652a86 158#endif
955cbe7b
PE
159static Lisp_Object QCport, QCprocess;
160Lisp_Object QCspeed;
d888760c
GM
161Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
162Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
955cbe7b
PE
163static Lisp_Object QCbuffer, QChost, QCservice;
164static Lisp_Object QClocal, QCremote, QCcoding;
165static Lisp_Object QCserver, QCnowait, QCnoquery, QCstop;
166static Lisp_Object QCsentinel, QClog, QCoptions, QCplist;
167static Lisp_Object Qlast_nonmenu_event;
3635ecad
JR
168/* QCfamily is declared and initialized in xfaces.c,
169 QCfilter in keyboard.c. */
170extern Lisp_Object QCfamily, QCfilter;
171
d0d6b7c5
JB
172/* Qexit is declared and initialized in eval.c. */
173
e0f712ba
AC
174/* QCfamily is defined in xfaces.c. */
175extern Lisp_Object QCfamily;
176/* QCfilter is defined in keyboard.c. */
177extern Lisp_Object QCfilter;
178
4d2b044c
DA
179#define NETCONN_P(p) (EQ (XPROCESS (p)->type, Qnetwork))
180#define NETCONN1_P(p) (EQ (p->type, Qnetwork))
181#define SERIALCONN_P(p) (EQ (XPROCESS (p)->type, Qserial))
182#define SERIALCONN1_P(p) (EQ (p->type, Qserial))
d0d6b7c5 183
5f0929a7
RS
184#ifndef HAVE_H_ERRNO
185extern int h_errno;
186#endif
187
d0d6b7c5 188/* Number of events of change of status of a process. */
e4d81efc 189static EMACS_INT process_tick;
d0d6b7c5 190/* Number of events for which the user or sentinel has been notified. */
e4d81efc 191static EMACS_INT update_tick;
d0d6b7c5 192
dd2a17ab
KS
193/* Define NON_BLOCKING_CONNECT if we can support non-blocking connects. */
194
82d6e50b 195/* Only W32 has this, it really means that select can't take write mask. */
dd2a17ab
KS
196#ifdef BROKEN_NON_BLOCKING_CONNECT
197#undef NON_BLOCKING_CONNECT
82d6e50b 198#define SELECT_CANT_DO_WRITE_MASK
dd2a17ab
KS
199#else
200#ifndef NON_BLOCKING_CONNECT
dd2a17ab
KS
201#ifdef HAVE_SELECT
202#if defined (HAVE_GETPEERNAME) || defined (GNU_LINUX)
203#if defined (O_NONBLOCK) || defined (O_NDELAY)
204#if defined (EWOULDBLOCK) || defined (EINPROGRESS)
205#define NON_BLOCKING_CONNECT
206#endif /* EWOULDBLOCK || EINPROGRESS */
207#endif /* O_NONBLOCK || O_NDELAY */
208#endif /* HAVE_GETPEERNAME || GNU_LINUX */
209#endif /* HAVE_SELECT */
dd2a17ab
KS
210#endif /* NON_BLOCKING_CONNECT */
211#endif /* BROKEN_NON_BLOCKING_CONNECT */
212
e690ca94
KS
213/* Define DATAGRAM_SOCKETS if datagrams can be used safely on
214 this system. We need to read full packets, so we need a
215 "non-destructive" select. So we require either native select,
216 or emulation of select using FIONREAD. */
217
e690ca94
KS
218#ifdef BROKEN_DATAGRAM_SOCKETS
219#undef DATAGRAM_SOCKETS
220#else
221#ifndef DATAGRAM_SOCKETS
e690ca94
KS
222#if defined (HAVE_SELECT) || defined (FIONREAD)
223#if defined (HAVE_SENDTO) && defined (HAVE_RECVFROM) && defined (EMSGSIZE)
224#define DATAGRAM_SOCKETS
225#endif /* HAVE_SENDTO && HAVE_RECVFROM && EMSGSIZE */
226#endif /* HAVE_SELECT || FIONREAD */
e690ca94
KS
227#endif /* DATAGRAM_SOCKETS */
228#endif /* BROKEN_DATAGRAM_SOCKETS */
229
f00c449b
SM
230#if defined HAVE_LOCAL_SOCKETS && defined DATAGRAM_SOCKETS
231# define HAVE_SEQPACKET
232#endif
233
6b61353c 234#if !defined (ADAPTIVE_READ_BUFFERING) && !defined (NO_ADAPTIVE_READ_BUFFERING)
6b61353c
KH
235#define ADAPTIVE_READ_BUFFERING
236#endif
6b61353c
KH
237
238#ifdef ADAPTIVE_READ_BUFFERING
d35af63c 239#define READ_OUTPUT_DELAY_INCREMENT (EMACS_TIME_RESOLUTION / 100)
6b61353c
KH
240#define READ_OUTPUT_DELAY_MAX (READ_OUTPUT_DELAY_INCREMENT * 5)
241#define READ_OUTPUT_DELAY_MAX_MAX (READ_OUTPUT_DELAY_INCREMENT * 7)
242
db853b7a
KS
243/* Number of processes which have a non-zero read_output_delay,
244 and therefore might be delayed for adaptive read buffering. */
6b61353c
KH
245
246static int process_output_delay_count;
247
db853b7a 248/* Non-zero if any process has non-nil read_output_skip. */
6b61353c
KH
249
250static int process_output_skip;
251
6b61353c
KH
252#else
253#define process_output_delay_count 0
254#endif
255
40ccffa6 256static void create_process (Lisp_Object, char **, Lisp_Object);
006c5daa 257#ifdef SIGIO
f57e2426 258static int keyboard_bit_set (SELECT_TYPE *);
006c5daa 259#endif
f57e2426
J
260static void deactivate_process (Lisp_Object);
261static void status_notify (struct Lisp_Process *);
262static int read_process_output (Lisp_Object, int);
263static void create_pty (Lisp_Object);
41d03b9a 264
583dcae4 265/* If we support a window system, turn on the code to poll periodically
44ade2e9 266 to detect C-g. It isn't actually used when doing interrupt input. */
5e617bc2 267#if defined (HAVE_WINDOW_SYSTEM) && !defined (USE_ASYNC_EVENTS)
44ade2e9
RS
268#define POLL_FOR_INPUT
269#endif
270
d3da34e0
JB
271static Lisp_Object get_process (register Lisp_Object name);
272static void exec_sentinel (Lisp_Object proc, Lisp_Object reason);
84af9896 273
f388c88a
EZ
274/* Mask of bits indicating the descriptors that we wait for input on. */
275
276static SELECT_TYPE input_wait_mask;
277
994d9841 278/* Mask that excludes keyboard input descriptor(s). */
a69281ff
RS
279
280static SELECT_TYPE non_keyboard_wait_mask;
281
994d9841 282/* Mask that excludes process input descriptor(s). */
b5dc1c83
RS
283
284static SELECT_TYPE non_process_wait_mask;
285
3fad2ad2 286/* Mask for selecting for write. */
994d9841 287
3fad2ad2 288static SELECT_TYPE write_mask;
994d9841 289
bad49fc7 290#ifdef NON_BLOCKING_CONNECT
dd2a17ab
KS
291/* Mask of bits indicating the descriptors that we wait for connect to
292 complete on. Once they complete, they are removed from this mask
293 and added to the input_wait_mask and non_keyboard_wait_mask. */
294
295static SELECT_TYPE connect_wait_mask;
296
297/* Number of bits set in connect_wait_mask. */
298static int num_pending_connects;
f388c88a 299#endif /* NON_BLOCKING_CONNECT */
bad49fc7 300
7d0e672e
RS
301/* The largest descriptor currently in use for a process object. */
302static int max_process_desc;
303
3fad2ad2
J
304/* The largest descriptor currently in use for input. */
305static int max_input_desc;
994d9841 306
d0d6b7c5 307/* Indexed by descriptor, gives the process (if any) for that descriptor */
40ccffa6 308static Lisp_Object chan_process[MAXDESC];
d0d6b7c5
JB
309
310/* Alist of elements (NAME . PROCESS) */
40ccffa6 311static Lisp_Object Vprocess_alist;
d0d6b7c5
JB
312
313/* Buffered-ahead input char from process, indexed by channel.
314 -1 means empty (no char is buffered).
315 Used on sys V where the only way to tell if there is any
316 output from the process is to read at least one char.
317 Always -1 on systems that support FIONREAD. */
318
40ccffa6 319static int proc_buffered_char[MAXDESC];
dd2281ae 320
0fa1789e 321/* Table of `struct coding-system' for each process. */
c7580538
KH
322static struct coding_system *proc_decode_coding_system[MAXDESC];
323static struct coding_system *proc_encode_coding_system[MAXDESC];
0fa1789e 324
e690ca94
KS
325#ifdef DATAGRAM_SOCKETS
326/* Table of `partner address' for datagram sockets. */
40ccffa6 327static struct sockaddr_and_len {
e690ca94
KS
328 struct sockaddr *sa;
329 int len;
330} datagram_address[MAXDESC];
331#define DATAGRAM_CHAN_P(chan) (datagram_address[chan].sa != 0)
60f0fb11 332#define DATAGRAM_CONN_P(proc) (PROCESSP (proc) && datagram_address[XPROCESS (proc)->infd].sa != 0)
e690ca94
KS
333#else
334#define DATAGRAM_CHAN_P(chan) (0)
335#define DATAGRAM_CONN_P(proc) (0)
336#endif
337
93b4f699
RS
338/* Maximum number of bytes to send to a pty without an eof. */
339static int pty_max_bytes;
3b9a3dfa 340
6a09a33b
PE
341/* These setters are used only in this file, so they can be private. */
342static inline void
343pset_buffer (struct Lisp_Process *p, Lisp_Object val)
344{
345 p->buffer = val;
346}
347static inline void
348pset_command (struct Lisp_Process *p, Lisp_Object val)
349{
350 p->command = val;
351}
352static inline void
353pset_decode_coding_system (struct Lisp_Process *p, Lisp_Object val)
354{
355 p->decode_coding_system = val;
356}
357static inline void
358pset_decoding_buf (struct Lisp_Process *p, Lisp_Object val)
359{
360 p->decoding_buf = val;
361}
362static inline void
363pset_encode_coding_system (struct Lisp_Process *p, Lisp_Object val)
364{
365 p->encode_coding_system = val;
366}
367static inline void
368pset_encoding_buf (struct Lisp_Process *p, Lisp_Object val)
369{
370 p->encoding_buf = val;
371}
372static inline void
373pset_filter (struct Lisp_Process *p, Lisp_Object val)
374{
375 p->filter = val;
376}
377static inline void
378pset_log (struct Lisp_Process *p, Lisp_Object val)
379{
380 p->log = val;
381}
382static inline void
383pset_mark (struct Lisp_Process *p, Lisp_Object val)
384{
385 p->mark = val;
386}
387static inline void
388pset_name (struct Lisp_Process *p, Lisp_Object val)
389{
390 p->name = val;
391}
392static inline void
393pset_plist (struct Lisp_Process *p, Lisp_Object val)
394{
395 p->plist = val;
396}
397static inline void
398pset_sentinel (struct Lisp_Process *p, Lisp_Object val)
399{
400 p->sentinel = val;
401}
402static inline void
403pset_status (struct Lisp_Process *p, Lisp_Object val)
404{
405 p->status = val;
406}
407static inline void
408pset_tty_name (struct Lisp_Process *p, Lisp_Object val)
409{
410 p->tty_name = val;
411}
412static inline void
413pset_type (struct Lisp_Process *p, Lisp_Object val)
414{
415 p->type = val;
416}
417static inline void
418pset_write_queue (struct Lisp_Process *p, Lisp_Object val)
419{
420 p->write_queue = val;
421}
422
d0d6b7c5 423\f
3fad2ad2 424
40ccffa6 425static struct fd_callback_data
3fad2ad2
J
426{
427 fd_callback func;
428 void *data;
429#define FOR_READ 1
430#define FOR_WRITE 2
431 int condition; /* mask of the defines above. */
432} fd_callback_info[MAXDESC];
433
434
435/* Add a file descriptor FD to be monitored for when read is possible.
436 When read is possible, call FUNC with argument DATA. */
437
438void
439add_read_fd (int fd, fd_callback func, void *data)
440{
a54e2c05 441 eassert (fd < MAXDESC);
3fad2ad2
J
442 add_keyboard_wait_descriptor (fd);
443
444 fd_callback_info[fd].func = func;
445 fd_callback_info[fd].data = data;
446 fd_callback_info[fd].condition |= FOR_READ;
447}
448
449/* Stop monitoring file descriptor FD for when read is possible. */
450
451void
452delete_read_fd (int fd)
453{
a54e2c05 454 eassert (fd < MAXDESC);
3fad2ad2
J
455 delete_keyboard_wait_descriptor (fd);
456
457 fd_callback_info[fd].condition &= ~FOR_READ;
458 if (fd_callback_info[fd].condition == 0)
459 {
460 fd_callback_info[fd].func = 0;
461 fd_callback_info[fd].data = 0;
462 }
463}
464
465/* Add a file descriptor FD to be monitored for when write is possible.
466 When write is possible, call FUNC with argument DATA. */
467
468void
469add_write_fd (int fd, fd_callback func, void *data)
470{
a54e2c05 471 eassert (fd < MAXDESC);
3fad2ad2
J
472 FD_SET (fd, &write_mask);
473 if (fd > max_input_desc)
474 max_input_desc = fd;
475
476 fd_callback_info[fd].func = func;
477 fd_callback_info[fd].data = data;
478 fd_callback_info[fd].condition |= FOR_WRITE;
479}
480
481/* Stop monitoring file descriptor FD for when write is possible. */
482
483void
484delete_write_fd (int fd)
485{
486 int lim = max_input_desc;
487
a54e2c05 488 eassert (fd < MAXDESC);
3fad2ad2
J
489 FD_CLR (fd, &write_mask);
490 fd_callback_info[fd].condition &= ~FOR_WRITE;
491 if (fd_callback_info[fd].condition == 0)
492 {
493 fd_callback_info[fd].func = 0;
494 fd_callback_info[fd].data = 0;
495
496 if (fd == max_input_desc)
497 for (fd = lim; fd >= 0; fd--)
498 if (FD_ISSET (fd, &input_wait_mask) || FD_ISSET (fd, &write_mask))
499 {
500 max_input_desc = fd;
501 break;
502 }
51b59d79 503
3fad2ad2
J
504 }
505}
506
507\f
d0d6b7c5
JB
508/* Compute the Lisp form of the process status, p->status, from
509 the numeric status that was returned by `wait'. */
510
bba104c1 511static Lisp_Object status_convert (int);
f9738840 512
ff6daed3 513static void
d3da34e0 514update_status (struct Lisp_Process *p)
d0d6b7c5 515{
6bfd98e7 516 eassert (p->raw_status_new);
6a09a33b 517 pset_status (p, status_convert (p->raw_status));
6bfd98e7 518 p->raw_status_new = 0;
d0d6b7c5
JB
519}
520
177c0ea7 521/* Convert a process status word in Unix format to
d0d6b7c5
JB
522 the list that we use internally. */
523
ff6daed3 524static Lisp_Object
bba104c1 525status_convert (int w)
d0d6b7c5
JB
526{
527 if (WIFSTOPPED (w))
528 return Fcons (Qstop, Fcons (make_number (WSTOPSIG (w)), Qnil));
529 else if (WIFEXITED (w))
13294f95 530 return Fcons (Qexit, Fcons (make_number (WEXITSTATUS (w)),
d0d6b7c5
JB
531 WCOREDUMP (w) ? Qt : Qnil));
532 else if (WIFSIGNALED (w))
533 return Fcons (Qsignal, Fcons (make_number (WTERMSIG (w)),
534 WCOREDUMP (w) ? Qt : Qnil));
535 else
536 return Qrun;
537}
538
539/* Given a status-list, extract the three pieces of information
540 and store them individually through the three pointers. */
541
ff6daed3 542static void
d3da34e0 543decode_status (Lisp_Object l, Lisp_Object *symbol, int *code, int *coredump)
d0d6b7c5
JB
544{
545 Lisp_Object tem;
546
bcd69aea 547 if (SYMBOLP (l))
d0d6b7c5
JB
548 {
549 *symbol = l;
550 *code = 0;
551 *coredump = 0;
552 }
553 else
554 {
70949dac
KR
555 *symbol = XCAR (l);
556 tem = XCDR (l);
557 *code = XFASTINT (XCAR (tem));
558 tem = XCDR (tem);
d0d6b7c5
JB
559 *coredump = !NILP (tem);
560 }
561}
562
563/* Return a string describing a process status list. */
564
116c423c 565static Lisp_Object
d3da34e0 566status_message (struct Lisp_Process *p)
d0d6b7c5 567{
4d2b044c 568 Lisp_Object status = p->status;
d0d6b7c5
JB
569 Lisp_Object symbol;
570 int code, coredump;
571 Lisp_Object string, string2;
572
573 decode_status (status, &symbol, &code, &coredump);
574
575 if (EQ (symbol, Qsignal) || EQ (symbol, Qstop))
576 {
68c45bf0 577 char *signame;
ca9c0567 578 synchronize_system_messages_locale ();
68c45bf0 579 signame = strsignal (code);
b97ad9ea 580 if (signame == 0)
66bd43d1
KH
581 string = build_string ("unknown");
582 else
583 {
584 int c1, c2;
585
d7ea76b4 586 string = build_unibyte_string (signame);
66bd43d1
KH
587 if (! NILP (Vlocale_coding_system))
588 string = (code_convert_string_norecord
589 (string, Vlocale_coding_system, 0));
42a5b22f 590 c1 = STRING_CHAR (SDATA (string));
5da9919f 591 c2 = downcase (c1);
66bd43d1 592 if (c1 != c2)
4735b74e 593 Faset (string, make_number (0), make_number (c2));
66bd43d1 594 }
d0d6b7c5 595 string2 = build_string (coredump ? " (core dumped)\n" : "\n");
d0d6b7c5
JB
596 return concat2 (string, string2);
597 }
598 else if (EQ (symbol, Qexit))
599 {
116c423c
KS
600 if (NETCONN1_P (p))
601 return build_string (code == 0 ? "deleted\n" : "connection broken by remote peer\n");
d0d6b7c5
JB
602 if (code == 0)
603 return build_string ("finished\n");
f2980264 604 string = Fnumber_to_string (make_number (code));
d0d6b7c5 605 string2 = build_string (coredump ? " (core dumped)\n" : "\n");
e690ca94
KS
606 return concat3 (build_string ("exited abnormally with code "),
607 string, string2);
d0d6b7c5 608 }
dd2a17ab
KS
609 else if (EQ (symbol, Qfailed))
610 {
611 string = Fnumber_to_string (make_number (code));
612 string2 = build_string ("\n");
e690ca94
KS
613 return concat3 (build_string ("failed with code "),
614 string, string2);
dd2a17ab 615 }
d0d6b7c5
JB
616 else
617 return Fcopy_sequence (Fsymbol_name (symbol));
618}
619\f
620#ifdef HAVE_PTYS
d0d6b7c5 621
9bf58201
DN
622/* The file name of the pty opened by allocate_pty. */
623static char pty_name[24];
624
875e6b94
KH
625/* Open an available pty, returning a file descriptor.
626 Return -1 on failure.
627 The file name of the terminal corresponding to the pty
628 is left in the variable pty_name. */
629
ff6daed3 630static int
d3da34e0 631allocate_pty (void)
d0d6b7c5 632{
d0d6b7c5
JB
633 int fd;
634
635#ifdef PTY_ITERATION
636 PTY_ITERATION
637#else
be02381c 638 register int c, i;
d0d6b7c5
JB
639 for (c = FIRST_PTY_LETTER; c <= 'z'; c++)
640 for (i = 0; i < 16; i++)
641#endif
642 {
643#ifdef PTY_NAME_SPRINTF
644 PTY_NAME_SPRINTF
d0d6b7c5
JB
645#else
646 sprintf (pty_name, "/dev/pty%c%x", c, i);
d0d6b7c5
JB
647#endif /* no PTY_NAME_SPRINTF */
648
4d7c105e
RS
649#ifdef PTY_OPEN
650 PTY_OPEN;
651#else /* no PTY_OPEN */
34967d0f 652 {
34967d0f
SM
653 { /* Some systems name their pseudoterminals so that there are gaps in
654 the usual sequence - for example, on HP9000/S700 systems, there
655 are no pseudoterminals with names ending in 'f'. So we wait for
656 three failures in a row before deciding that we've reached the
657 end of the ptys. */
658 int failed_count = 0;
57048744 659 struct stat stb;
f3d9532b 660
34967d0f
SM
661 if (stat (pty_name, &stb) < 0)
662 {
663 failed_count++;
664 if (failed_count >= 3)
665 return -1;
666 }
667 else
668 failed_count = 0;
32676c08 669 }
34967d0f
SM
670# ifdef O_NONBLOCK
671 fd = emacs_open (pty_name, O_RDWR | O_NONBLOCK, 0);
672# else
673 fd = emacs_open (pty_name, O_RDWR | O_NDELAY, 0);
674# endif
34967d0f 675 }
4d7c105e 676#endif /* no PTY_OPEN */
d0d6b7c5
JB
677
678 if (fd >= 0)
679 {
680 /* check to make certain that both sides are available
681 this avoids a nasty yet stupid bug in rlogins */
682#ifdef PTY_TTY_NAME_SPRINTF
683 PTY_TTY_NAME_SPRINTF
d0d6b7c5 684#else
63136da6 685 sprintf (pty_name, "/dev/tty%c%x", c, i);
d0d6b7c5 686#endif /* no PTY_TTY_NAME_SPRINTF */
d0d6b7c5
JB
687 if (access (pty_name, 6) != 0)
688 {
68c45bf0 689 emacs_close (fd);
132d0475 690# ifndef __sgi
d0d6b7c5 691 continue;
34967d0f 692# else
d0d6b7c5 693 return -1;
132d0475 694# endif /* __sgi */
d0d6b7c5 695 }
d0d6b7c5
JB
696 setup_pty (fd);
697 return fd;
698 }
699 }
700 return -1;
701}
702#endif /* HAVE_PTYS */
703\f
ff6daed3 704static Lisp_Object
d3da34e0 705make_process (Lisp_Object name)
d0d6b7c5
JB
706{
707 register Lisp_Object val, tem, name1;
708 register struct Lisp_Process *p;
31c286f7
PE
709 char suffix[sizeof "<>" + INT_STRLEN_BOUND (printmax_t)];
710 printmax_t i;
d0d6b7c5 711
98423852 712 p = allocate_process ();
62efea5e
DA
713 /* Initialize Lisp data. Note that allocate_process initializes all
714 Lisp data to nil, so do it only for slots which should not be nil. */
6a09a33b
PE
715 pset_status (p, Qrun);
716 pset_mark (p, Fmake_marker ());
d0d6b7c5 717
62efea5e
DA
718 /* Initialize non-Lisp data. Note that allocate_process zeroes out all
719 non-Lisp data, so do it only for slots which should not be zero. */
720 p->infd = -1;
721 p->outfd = -1;
6b61353c 722
8af55556
TZ
723#ifdef HAVE_GNUTLS
724 p->gnutls_initstage = GNUTLS_STAGE_EMPTY;
725#endif
726
d0d6b7c5
JB
727 /* If name is already in use, modify it until it is unused. */
728
729 name1 = name;
730 for (i = 1; ; i++)
731 {
732 tem = Fget_process (name1);
733 if (NILP (tem)) break;
a8290ec3 734 name1 = concat2 (name, make_formatted_string (suffix, "<%"pMd">", i));
d0d6b7c5
JB
735 }
736 name = name1;
6a09a33b 737 pset_name (p, name);
23d6bb9c 738 XSETPROCESS (val, p);
d0d6b7c5
JB
739 Vprocess_alist = Fcons (Fcons (name, val), Vprocess_alist);
740 return val;
741}
742
ff6daed3 743static void
d3da34e0 744remove_process (register Lisp_Object proc)
d0d6b7c5
JB
745{
746 register Lisp_Object pair;
747
748 pair = Frassq (proc, Vprocess_alist);
749 Vprocess_alist = Fdelq (pair, Vprocess_alist);
d0d6b7c5
JB
750
751 deactivate_process (proc);
752}
03f04413 753
d0d6b7c5
JB
754\f
755DEFUN ("processp", Fprocessp, Sprocessp, 1, 1, 0,
fdb82f93 756 doc: /* Return t if OBJECT is a process. */)
5842a27b 757 (Lisp_Object object)
d0d6b7c5 758{
4ee3e309 759 return PROCESSP (object) ? Qt : Qnil;
d0d6b7c5
JB
760}
761
762DEFUN ("get-process", Fget_process, Sget_process, 1, 1, 0,
fdb82f93 763 doc: /* Return the process named NAME, or nil if there is none. */)
5842a27b 764 (register Lisp_Object name)
d0d6b7c5 765{
bcd69aea 766 if (PROCESSP (name))
d0d6b7c5 767 return name;
b7826503 768 CHECK_STRING (name);
d0d6b7c5
JB
769 return Fcdr (Fassoc (name, Vprocess_alist));
770}
771
ebb9e16f
JB
772/* This is how commands for the user decode process arguments. It
773 accepts a process, a process name, a buffer, a buffer name, or nil.
774 Buffers denote the first process in the buffer, and nil denotes the
775 current buffer. */
d0d6b7c5 776
77b221b1 777static Lisp_Object
d3da34e0 778get_process (register Lisp_Object name)
d0d6b7c5 779{
1619761d
KH
780 register Lisp_Object proc, obj;
781 if (STRINGP (name))
782 {
783 obj = Fget_process (name);
784 if (NILP (obj))
785 obj = Fget_buffer (name);
786 if (NILP (obj))
d5db4077 787 error ("Process %s does not exist", SDATA (name));
1619761d
KH
788 }
789 else if (NILP (name))
790 obj = Fcurrent_buffer ();
d0d6b7c5 791 else
1619761d
KH
792 obj = name;
793
794 /* Now obj should be either a buffer object or a process object.
795 */
796 if (BUFFERP (obj))
d0d6b7c5 797 {
1619761d 798 proc = Fget_buffer_process (obj);
d0d6b7c5 799 if (NILP (proc))
4b4deea2 800 error ("Buffer %s has no process", SDATA (BVAR (XBUFFER (obj), name)));
d0d6b7c5 801 }
d0d6b7c5 802 else
1619761d 803 {
b7826503 804 CHECK_PROCESS (obj);
1619761d
KH
805 proc = obj;
806 }
807 return proc;
d0d6b7c5
JB
808}
809
a5cfdda8
KS
810
811#ifdef SIGCHLD
812/* Fdelete_process promises to immediately forget about the process, but in
813 reality, Emacs needs to remember those processes until they have been
814 treated by sigchld_handler; otherwise this handler would consider the
815 process as being synchronous and say that the synchronous process is
816 dead. */
817static Lisp_Object deleted_pid_list;
818#endif
819
d0d6b7c5 820DEFUN ("delete-process", Fdelete_process, Sdelete_process, 1, 1, 0,
fdb82f93
PJ
821 doc: /* Delete PROCESS: kill it and forget about it immediately.
822PROCESS may be a process, a buffer, the name of a process or buffer, or
823nil, indicating the current buffer's process. */)
5842a27b 824 (register Lisp_Object process)
d0d6b7c5 825{
ff6daed3
KS
826 register struct Lisp_Process *p;
827
4ee3e309 828 process = get_process (process);
ff6daed3
KS
829 p = XPROCESS (process);
830
6bfd98e7 831 p->raw_status_new = 0;
d888760c 832 if (NETCONN1_P (p) || SERIALCONN1_P (p))
d0d6b7c5 833 {
6a09a33b 834 pset_status (p, Fcons (Qexit, Fcons (make_number (0), Qnil)));
60f0fb11 835 p->tick = ++process_tick;
ff6daed3 836 status_notify (p);
e42bdf01 837 redisplay_preserve_echo_area (13);
d0d6b7c5 838 }
60f0fb11 839 else if (p->infd >= 0)
d0d6b7c5 840 {
a5cfdda8
KS
841#ifdef SIGCHLD
842 Lisp_Object symbol;
d311d28c 843 pid_t pid = p->pid;
a5cfdda8
KS
844
845 /* No problem storing the pid here, as it is still in Vprocess_alist. */
d30fe779 846 deleted_pid_list = Fcons (make_fixnum_or_float (pid),
a5cfdda8
KS
847 /* GC treated elements set to nil. */
848 Fdelq (Qnil, deleted_pid_list));
849 /* If the process has already signaled, remove it from the list. */
850 if (p->raw_status_new)
851 update_status (p);
4d2b044c
DA
852 symbol = p->status;
853 if (CONSP (p->status))
854 symbol = XCAR (p->status);
a5cfdda8 855 if (EQ (symbol, Qsignal) || EQ (symbol, Qexit))
29ed4d51
CY
856 deleted_pid_list
857 = Fdelete (make_fixnum_or_float (pid), deleted_pid_list);
a5cfdda8
KS
858 else
859#endif
860 {
861 Fkill_process (process, Qnil);
862 /* Do this now, since remove_process will make sigchld_handler do nothing. */
6a09a33b 863 pset_status (p, Fcons (Qsignal, Fcons (make_number (SIGKILL), Qnil)));
60f0fb11 864 p->tick = ++process_tick;
a5cfdda8 865 status_notify (p);
e42bdf01 866 redisplay_preserve_echo_area (13);
a5cfdda8 867 }
d0d6b7c5 868 }
4ee3e309 869 remove_process (process);
d0d6b7c5
JB
870 return Qnil;
871}
872\f
873DEFUN ("process-status", Fprocess_status, Sprocess_status, 1, 1, 0,
fdb82f93
PJ
874 doc: /* Return the status of PROCESS.
875The returned value is one of the following symbols:
876run -- for a process that is running.
877stop -- for a process stopped but continuable.
878exit -- for a process that has exited.
879signal -- for a process that has got a fatal signal.
880open -- for a network stream connection that is open.
e690ca94 881listen -- for a network stream server that is listening.
fdb82f93 882closed -- for a network stream connection that is closed.
e4984112
KS
883connect -- when waiting for a non-blocking connection to complete.
884failed -- when a non-blocking connection has failed.
fdb82f93
PJ
885nil -- if arg is a process name and no such process exists.
886PROCESS may be a process, a buffer, the name of a process, or
887nil, indicating the current buffer's process. */)
5842a27b 888 (register Lisp_Object process)
d0d6b7c5
JB
889{
890 register struct Lisp_Process *p;
891 register Lisp_Object status;
343f4114 892
4ee3e309
EN
893 if (STRINGP (process))
894 process = Fget_process (process);
343f4114 895 else
4ee3e309 896 process = get_process (process);
343f4114 897
4ee3e309
EN
898 if (NILP (process))
899 return process;
343f4114 900
4ee3e309 901 p = XPROCESS (process);
6bfd98e7 902 if (p->raw_status_new)
d0d6b7c5 903 update_status (p);
4d2b044c 904 status = p->status;
bcd69aea 905 if (CONSP (status))
70949dac 906 status = XCAR (status);
d888760c 907 if (NETCONN1_P (p) || SERIALCONN1_P (p))
d0d6b7c5 908 {
e690ca94 909 if (EQ (status, Qexit))
d0d6b7c5 910 status = Qclosed;
4d2b044c 911 else if (EQ (p->command, Qt))
e690ca94
KS
912 status = Qstop;
913 else if (EQ (status, Qrun))
914 status = Qopen;
d0d6b7c5
JB
915 }
916 return status;
917}
918
919DEFUN ("process-exit-status", Fprocess_exit_status, Sprocess_exit_status,
920 1, 1, 0,
fdb82f93
PJ
921 doc: /* Return the exit status of PROCESS or the signal number that killed it.
922If PROCESS has not yet exited or died, return 0. */)
5842a27b 923 (register Lisp_Object process)
d0d6b7c5 924{
b7826503 925 CHECK_PROCESS (process);
6bfd98e7 926 if (XPROCESS (process)->raw_status_new)
4ee3e309 927 update_status (XPROCESS (process));
4d2b044c
DA
928 if (CONSP (XPROCESS (process)->status))
929 return XCAR (XCDR (XPROCESS (process)->status));
d0d6b7c5
JB
930 return make_number (0);
931}
932
933DEFUN ("process-id", Fprocess_id, Sprocess_id, 1, 1, 0,
fdb82f93 934 doc: /* Return the process id of PROCESS.
f3d9532b 935This is the pid of the external process which PROCESS uses or talks to.
fdb82f93 936For a network connection, this value is nil. */)
5842a27b 937 (register Lisp_Object process)
d0d6b7c5 938{
d311d28c 939 pid_t pid;
d30fe779 940
b7826503 941 CHECK_PROCESS (process);
d30fe779
EZ
942 pid = XPROCESS (process)->pid;
943 return (pid ? make_fixnum_or_float (pid) : Qnil);
d0d6b7c5
JB
944}
945
946DEFUN ("process-name", Fprocess_name, Sprocess_name, 1, 1, 0,
fdb82f93
PJ
947 doc: /* Return the name of PROCESS, as a string.
948This is the name of the program invoked in PROCESS,
949possibly modified to make it unique among process names. */)
5842a27b 950 (register Lisp_Object process)
d0d6b7c5 951{
b7826503 952 CHECK_PROCESS (process);
4d2b044c 953 return XPROCESS (process)->name;
d0d6b7c5
JB
954}
955
956DEFUN ("process-command", Fprocess_command, Sprocess_command, 1, 1, 0,
fdb82f93
PJ
957 doc: /* Return the command that was executed to start PROCESS.
958This is a list of strings, the first string being the program executed
959and the rest of the strings being the arguments given to it.
d888760c
GM
960For a network or serial process, this is nil (process is running) or t
961\(process is stopped). */)
5842a27b 962 (register Lisp_Object process)
d0d6b7c5 963{
b7826503 964 CHECK_PROCESS (process);
4d2b044c 965 return XPROCESS (process)->command;
d0d6b7c5
JB
966}
967
3b9a3dfa 968DEFUN ("process-tty-name", Fprocess_tty_name, Sprocess_tty_name, 1, 1, 0,
fdb82f93
PJ
969 doc: /* Return the name of the terminal PROCESS uses, or nil if none.
970This is the terminal that the process itself reads and writes on,
971not the name of the pty that Emacs uses to talk with that terminal. */)
5842a27b 972 (register Lisp_Object process)
3b9a3dfa 973{
b7826503 974 CHECK_PROCESS (process);
4d2b044c 975 return XPROCESS (process)->tty_name;
3b9a3dfa
RS
976}
977
d0d6b7c5 978DEFUN ("set-process-buffer", Fset_process_buffer, Sset_process_buffer,
fdb82f93 979 2, 2, 0,
76147d94
DD
980 doc: /* Set buffer associated with PROCESS to BUFFER (a buffer, or nil).
981Return BUFFER. */)
5842a27b 982 (register Lisp_Object process, Lisp_Object buffer)
d0d6b7c5 983{
e690ca94
KS
984 struct Lisp_Process *p;
985
b7826503 986 CHECK_PROCESS (process);
d0d6b7c5 987 if (!NILP (buffer))
b7826503 988 CHECK_BUFFER (buffer);
e690ca94 989 p = XPROCESS (process);
6a09a33b 990 pset_buffer (p, buffer);
d888760c 991 if (NETCONN1_P (p) || SERIALCONN1_P (p))
6a09a33b 992 pset_childp (p, Fplist_put (p->childp, QCbuffer, buffer));
03f04413 993 setup_process_coding_systems (process);
d0d6b7c5
JB
994 return buffer;
995}
996
997DEFUN ("process-buffer", Fprocess_buffer, Sprocess_buffer,
fdb82f93
PJ
998 1, 1, 0,
999 doc: /* Return the buffer PROCESS is associated with.
1000Output from PROCESS is inserted in this buffer unless PROCESS has a filter. */)
5842a27b 1001 (register Lisp_Object process)
d0d6b7c5 1002{
b7826503 1003 CHECK_PROCESS (process);
4d2b044c 1004 return XPROCESS (process)->buffer;
d0d6b7c5
JB
1005}
1006
1007DEFUN ("process-mark", Fprocess_mark, Sprocess_mark,
fdb82f93
PJ
1008 1, 1, 0,
1009 doc: /* Return the marker for the end of the last output from PROCESS. */)
5842a27b 1010 (register Lisp_Object process)
d0d6b7c5 1011{
b7826503 1012 CHECK_PROCESS (process);
4d2b044c 1013 return XPROCESS (process)->mark;
d0d6b7c5
JB
1014}
1015
1016DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
fdb82f93
PJ
1017 2, 2, 0,
1018 doc: /* Give PROCESS the filter function FILTER; nil means no filter.
7b82c3b6 1019A value of t means stop accepting output from the process.
3452df9e
KS
1020
1021When a process has a filter, its buffer is not used for output.
1022Instead, each time it does output, the entire string of output is
177c0ea7 1023passed to the filter.
3452df9e 1024
fdb82f93 1025The filter gets two arguments: the process and the string of output.
3452df9e
KS
1026The string argument is normally a multibyte string, except:
1027- if the process' input coding system is no-conversion or raw-text,
1028 it is a unibyte string (the non-converted input), or else
1029- if `default-enable-multibyte-characters' is nil, it is a unibyte
1030 string (the result of converting the decoded input multibyte
1031 string to unibyte with `string-make-unibyte'). */)
5842a27b 1032 (register Lisp_Object process, Lisp_Object filter)
d0d6b7c5 1033{
471f86b9 1034 struct Lisp_Process *p;
177c0ea7 1035
b7826503 1036 CHECK_PROCESS (process);
471f86b9
GM
1037 p = XPROCESS (process);
1038
1039 /* Don't signal an error if the process' input file descriptor
1040 is closed. This could make debugging Lisp more difficult,
1041 for example when doing something like
1042
1043 (setq process (start-process ...))
1044 (debug)
1045 (set-process-filter process ...) */
177c0ea7 1046
60f0fb11 1047 if (p->infd >= 0)
a69281ff 1048 {
4d2b044c 1049 if (EQ (filter, Qt) && !EQ (p->status, Qlisten))
471f86b9 1050 {
60f0fb11
SM
1051 FD_CLR (p->infd, &input_wait_mask);
1052 FD_CLR (p->infd, &non_keyboard_wait_mask);
471f86b9 1053 }
4d2b044c 1054 else if (EQ (p->filter, Qt)
d888760c 1055 /* Network or serial process not stopped: */
4d2b044c 1056 && !EQ (p->command, Qt))
471f86b9 1057 {
60f0fb11
SM
1058 FD_SET (p->infd, &input_wait_mask);
1059 FD_SET (p->infd, &non_keyboard_wait_mask);
471f86b9 1060 }
a69281ff 1061 }
177c0ea7 1062
6a09a33b 1063 pset_filter (p, filter);
d888760c 1064 if (NETCONN1_P (p) || SERIALCONN1_P (p))
6a09a33b 1065 pset_childp (p, Fplist_put (p->childp, QCfilter, filter));
03f04413 1066 setup_process_coding_systems (process);
d0d6b7c5
JB
1067 return filter;
1068}
1069
1070DEFUN ("process-filter", Fprocess_filter, Sprocess_filter,
fdb82f93
PJ
1071 1, 1, 0,
1072 doc: /* Returns the filter function of PROCESS; nil if none.
1073See `set-process-filter' for more info on filter functions. */)
5842a27b 1074 (register Lisp_Object process)
d0d6b7c5 1075{
b7826503 1076 CHECK_PROCESS (process);
4d2b044c 1077 return XPROCESS (process)->filter;
d0d6b7c5
JB
1078}
1079
1080DEFUN ("set-process-sentinel", Fset_process_sentinel, Sset_process_sentinel,
fdb82f93
PJ
1081 2, 2, 0,
1082 doc: /* Give PROCESS the sentinel SENTINEL; nil for none.
1083The sentinel is called as a function when the process changes state.
1084It gets two arguments: the process, and a string describing the change. */)
5842a27b 1085 (register Lisp_Object process, Lisp_Object sentinel)
d0d6b7c5 1086{
6b61353c
KH
1087 struct Lisp_Process *p;
1088
b7826503 1089 CHECK_PROCESS (process);
6b61353c
KH
1090 p = XPROCESS (process);
1091
6a09a33b 1092 pset_sentinel (p, sentinel);
d888760c 1093 if (NETCONN1_P (p) || SERIALCONN1_P (p))
6a09a33b 1094 pset_childp (p, Fplist_put (p->childp, QCsentinel, sentinel));
d0d6b7c5
JB
1095 return sentinel;
1096}
1097
1098DEFUN ("process-sentinel", Fprocess_sentinel, Sprocess_sentinel,
fdb82f93
PJ
1099 1, 1, 0,
1100 doc: /* Return the sentinel of PROCESS; nil if none.
1101See `set-process-sentinel' for more info on sentinels. */)
5842a27b 1102 (register Lisp_Object process)
d0d6b7c5 1103{
b7826503 1104 CHECK_PROCESS (process);
4d2b044c 1105 return XPROCESS (process)->sentinel;
d0d6b7c5
JB
1106}
1107
396df322 1108DEFUN ("set-process-window-size", Fset_process_window_size,
fdb82f93
PJ
1109 Sset_process_window_size, 3, 3, 0,
1110 doc: /* Tell PROCESS that it has logical window size HEIGHT and WIDTH. */)
5842a27b 1111 (register Lisp_Object process, Lisp_Object height, Lisp_Object width)
396df322 1112{
b7826503 1113 CHECK_PROCESS (process);
af5a5a98
AS
1114 CHECK_RANGED_INTEGER (height, 0, INT_MAX);
1115 CHECK_RANGED_INTEGER (width, 0, INT_MAX);
177c0ea7 1116
60f0fb11
SM
1117 if (XPROCESS (process)->infd < 0
1118 || set_window_size (XPROCESS (process)->infd,
471f86b9 1119 XINT (height), XINT (width)) <= 0)
396df322
RS
1120 return Qnil;
1121 else
1122 return Qt;
1123}
1124
52a1b894 1125DEFUN ("set-process-inherit-coding-system-flag",
fdb82f93
PJ
1126 Fset_process_inherit_coding_system_flag,
1127 Sset_process_inherit_coding_system_flag, 2, 2, 0,
1128 doc: /* Determine whether buffer of PROCESS will inherit coding-system.
1129If the second argument FLAG is non-nil, then the variable
1130`buffer-file-coding-system' of the buffer associated with PROCESS
1131will be bound to the value of the coding system used to decode
1132the process output.
1133
1134This is useful when the coding system specified for the process buffer
1135leaves either the character code conversion or the end-of-line conversion
1136unspecified, or if the coding system used to decode the process output
1137is more appropriate for saving the process buffer.
1138
1139Binding the variable `inherit-process-coding-system' to non-nil before
1140starting the process is an alternative way of setting the inherit flag
016a35df
GM
1141for the process which will run.
1142
1143This function returns FLAG. */)
5842a27b 1144 (register Lisp_Object process, Lisp_Object flag)
52a1b894 1145{
b7826503 1146 CHECK_PROCESS (process);
60f0fb11 1147 XPROCESS (process)->inherit_coding_system_flag = !NILP (flag);
52a1b894
EZ
1148 return flag;
1149}
1150
e690ca94
KS
1151DEFUN ("set-process-query-on-exit-flag",
1152 Fset_process_query_on_exit_flag, Sset_process_query_on_exit_flag,
1153 2, 2, 0,
1154 doc: /* Specify if query is needed for PROCESS when Emacs is exited.
f3d9532b 1155If the second argument FLAG is non-nil, Emacs will query the user before
016a35df
GM
1156exiting or killing a buffer if PROCESS is running. This function
1157returns FLAG. */)
5842a27b 1158 (register Lisp_Object process, Lisp_Object flag)
d0d6b7c5 1159{
b7826503 1160 CHECK_PROCESS (process);
60f0fb11 1161 XPROCESS (process)->kill_without_query = NILP (flag);
e690ca94 1162 return flag;
d0d6b7c5 1163}
312c9964 1164
e690ca94
KS
1165DEFUN ("process-query-on-exit-flag",
1166 Fprocess_query_on_exit_flag, Sprocess_query_on_exit_flag,
fdb82f93 1167 1, 1, 0,
f3d9532b 1168 doc: /* Return the current value of query-on-exit flag for PROCESS. */)
5842a27b 1169 (register Lisp_Object process)
de282a05 1170{
b7826503 1171 CHECK_PROCESS (process);
60f0fb11 1172 return (XPROCESS (process)->kill_without_query ? Qnil : Qt);
e690ca94
KS
1173}
1174
e690ca94
KS
1175DEFUN ("process-contact", Fprocess_contact, Sprocess_contact,
1176 1, 2, 0,
1177 doc: /* Return the contact info of PROCESS; t for a real child.
d888760c
GM
1178For a network or serial connection, the value depends on the optional
1179KEY arg. If KEY is nil, value is a cons cell of the form (HOST
1180SERVICE) for a network connection or (PORT SPEED) for a serial
1181connection. If KEY is t, the complete contact information for the
1182connection is returned, else the specific value for the keyword KEY is
1183returned. See `make-network-process' or `make-serial-process' for a
1184list of keywords. */)
5842a27b 1185 (register Lisp_Object process, Lisp_Object key)
e690ca94
KS
1186{
1187 Lisp_Object contact;
1188
1189 CHECK_PROCESS (process);
4d2b044c 1190 contact = XPROCESS (process)->childp;
e690ca94
KS
1191
1192#ifdef DATAGRAM_SOCKETS
1193 if (DATAGRAM_CONN_P (process)
1194 && (EQ (key, Qt) || EQ (key, QCremote)))
177c0ea7 1195 contact = Fplist_put (contact, QCremote,
e690ca94
KS
1196 Fprocess_datagram_address (process));
1197#endif
1198
d888760c 1199 if ((!NETCONN_P (process) && !SERIALCONN_P (process)) || EQ (key, Qt))
e690ca94 1200 return contact;
d888760c 1201 if (NILP (key) && NETCONN_P (process))
e690ca94
KS
1202 return Fcons (Fplist_get (contact, QChost),
1203 Fcons (Fplist_get (contact, QCservice), Qnil));
d888760c
GM
1204 if (NILP (key) && SERIALCONN_P (process))
1205 return Fcons (Fplist_get (contact, QCport),
1206 Fcons (Fplist_get (contact, QCspeed), Qnil));
e690ca94 1207 return Fplist_get (contact, key);
de282a05
RS
1208}
1209
faa7db08
KS
1210DEFUN ("process-plist", Fprocess_plist, Sprocess_plist,
1211 1, 1, 0,
1212 doc: /* Return the plist of PROCESS. */)
5842a27b 1213 (register Lisp_Object process)
365aee82 1214{
ac4a7584 1215 CHECK_PROCESS (process);
4d2b044c 1216 return XPROCESS (process)->plist;
ac4a7584 1217}
365aee82 1218
faa7db08
KS
1219DEFUN ("set-process-plist", Fset_process_plist, Sset_process_plist,
1220 2, 2, 0,
26a086c6 1221 doc: /* Replace the plist of PROCESS with PLIST. Returns PLIST. */)
5842a27b 1222 (register Lisp_Object process, Lisp_Object plist)
ac4a7584 1223{
365aee82 1224 CHECK_PROCESS (process);
faa7db08 1225 CHECK_LIST (plist);
365aee82 1226
6a09a33b 1227 pset_plist (XPROCESS (process), plist);
26a086c6 1228 return plist;
365aee82
KS
1229}
1230
312c9964
RS
1231#if 0 /* Turned off because we don't currently record this info
1232 in the process. Perhaps add it. */
1233DEFUN ("process-connection", Fprocess_connection, Sprocess_connection, 1, 1, 0,
fdb82f93
PJ
1234 doc: /* Return the connection type of PROCESS.
1235The value is nil for a pipe, t or `pty' for a pty, or `stream' for
1236a socket connection. */)
5842a27b 1237 (Lisp_Object process)
312c9964 1238{
4d2b044c 1239 return XPROCESS (process)->type;
312c9964
RS
1240}
1241#endif
2a7bb882 1242
d888760c
GM
1243DEFUN ("process-type", Fprocess_type, Sprocess_type, 1, 1, 0,
1244 doc: /* Return the connection type of PROCESS.
1245The value is either the symbol `real', `network', or `serial'.
1246PROCESS may be a process, a buffer, the name of a process or buffer, or
1247nil, indicating the current buffer's process. */)
5842a27b 1248 (Lisp_Object process)
d888760c
GM
1249{
1250 Lisp_Object proc;
1251 proc = get_process (process);
4d2b044c 1252 return XPROCESS (proc)->type;
d888760c 1253}
991234f0 1254
991234f0 1255DEFUN ("format-network-address", Fformat_network_address, Sformat_network_address,
0dccee41 1256 1, 2, 0,
991234f0 1257 doc: /* Convert network ADDRESS from internal format to a string.
e1652a86
KS
1258A 4 or 5 element vector represents an IPv4 address (with port number).
1259An 8 or 9 element vector represents an IPv6 address (with port number).
0dccee41 1260If optional second argument OMIT-PORT is non-nil, don't include a port
e1652a86
KS
1261number in the string, even when present in ADDRESS.
1262Returns nil if format of ADDRESS is invalid. */)
5842a27b 1263 (Lisp_Object address, Lisp_Object omit_port)
991234f0 1264{
991234f0
KS
1265 if (NILP (address))
1266 return Qnil;
1267
1268 if (STRINGP (address)) /* AF_LOCAL */
1269 return address;
1270
e1652a86 1271 if (VECTORP (address)) /* AF_INET or AF_INET6 */
991234f0
KS
1272 {
1273 register struct Lisp_Vector *p = XVECTOR (address);
d311d28c 1274 ptrdiff_t size = p->header.size;
ded83665 1275 Lisp_Object args[10];
0dccee41 1276 int nargs, i;
991234f0 1277
eab3844f 1278 if (size == 4 || (size == 5 && !NILP (omit_port)))
0dccee41
KS
1279 {
1280 args[0] = build_string ("%d.%d.%d.%d");
1281 nargs = 4;
1282 }
eab3844f 1283 else if (size == 5)
0dccee41
KS
1284 {
1285 args[0] = build_string ("%d.%d.%d.%d:%d");
1286 nargs = 5;
1287 }
eab3844f 1288 else if (size == 8 || (size == 9 && !NILP (omit_port)))
e1652a86
KS
1289 {
1290 args[0] = build_string ("%x:%x:%x:%x:%x:%x:%x:%x");
1291 nargs = 8;
1292 }
eab3844f 1293 else if (size == 9)
e1652a86
KS
1294 {
1295 args[0] = build_string ("[%x:%x:%x:%x:%x:%x:%x:%x]:%d");
1296 nargs = 9;
1297 }
0dccee41 1298 else
991234f0
KS
1299 return Qnil;
1300
0dccee41 1301 for (i = 0; i < nargs; i++)
cbf23adb 1302 {
d311d28c 1303 if (! RANGED_INTEGERP (0, p->contents[i], 65535))
cbf23adb
JB
1304 return Qnil;
1305
1306 if (nargs <= 5 /* IPv4 */
1307 && i < 4 /* host, not port */
d311d28c 1308 && XINT (p->contents[i]) > 255)
cbf23adb
JB
1309 return Qnil;
1310
1311 args[i+1] = p->contents[i];
1312 }
1313
0dccee41 1314 return Fformat (nargs+1, args);
991234f0
KS
1315 }
1316
1317 if (CONSP (address))
1318 {
1319 Lisp_Object args[2];
1320 args[0] = build_string ("<Family %d>");
8d2ff840 1321 args[1] = Fcar (address);
991234f0 1322 return Fformat (2, args);
991234f0
KS
1323 }
1324
1325 return Qnil;
1326}
d0d6b7c5
JB
1327
1328DEFUN ("process-list", Fprocess_list, Sprocess_list, 0, 0, 0,
fdb82f93 1329 doc: /* Return a list of all processes. */)
5842a27b 1330 (void)
d0d6b7c5
JB
1331{
1332 return Fmapcar (Qcdr, Vprocess_alist);
1333}
1334\f
b0310da4
JB
1335/* Starting asynchronous inferior processes. */
1336
d3da34e0 1337static Lisp_Object start_process_unwind (Lisp_Object proc);
b0310da4 1338
d0d6b7c5 1339DEFUN ("start-process", Fstart_process, Sstart_process, 3, MANY, 0,
fdb82f93
PJ
1340 doc: /* Start a program in a subprocess. Return the process object for it.
1341NAME is name for process. It is modified if necessary to make it unique.
553acde5 1342BUFFER is the buffer (or buffer name) to associate with the process.
4b6c5eee
EZ
1343
1344Process output (both standard output and standard error streams) goes
1345at end of BUFFER, unless you specify an output stream or filter
1346function to handle the output. BUFFER may also be nil, meaning that
16fdeb17
RS
1347this process is not associated with any buffer.
1348
6b8bc570
CY
1349PROGRAM is the program file name. It is searched for in `exec-path'
1350(which see). If nil, just associate a pty with the buffer. Remaining
1351arguments are strings to give program as arguments.
320aebc9 1352
4b6c5eee
EZ
1353If you want to separate standard output from standard error, invoke
1354the command through a shell and redirect one of them using the shell
1355syntax.
320aebc9 1356
3ecdf100 1357usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */)
f66c7cf8 1358 (ptrdiff_t nargs, Lisp_Object *args)
d0d6b7c5 1359{
1e30af70 1360 Lisp_Object buffer, name, program, proc, current_dir, tem;
d0d6b7c5 1361 register unsigned char **new_argv;
f66c7cf8 1362 ptrdiff_t i;
d311d28c 1363 ptrdiff_t count = SPECPDL_INDEX ();
d0d6b7c5
JB
1364
1365 buffer = args[1];
1366 if (!NILP (buffer))
1367 buffer = Fget_buffer_create (buffer);
1368
1e30af70
JB
1369 /* Make sure that the child will be able to chdir to the current
1370 buffer's current directory, or its unhandled equivalent. We
1371 can't just have the child check for an error when it does the
1372 chdir, since it's in a vfork.
1373
1374 We have to GCPRO around this because Fexpand_file_name and
1375 Funhandled_file_name_directory might call a file name handling
1376 function. The argument list is protected by the caller, so all
1377 we really have to worry about is buffer. */
1378 {
1379 struct gcpro gcpro1, gcpro2;
1380
4b4deea2 1381 current_dir = BVAR (current_buffer, directory);
1e30af70
JB
1382
1383 GCPRO2 (buffer, current_dir);
1384
ca319910
SM
1385 current_dir = Funhandled_file_name_directory (current_dir);
1386 if (NILP (current_dir))
1387 /* If the file name handler says that current_dir is unreachable, use
1388 a sensible default. */
1389 current_dir = build_string ("~/");
1390 current_dir = expand_and_dir_to_file (current_dir, Qnil);
1e30af70
JB
1391 if (NILP (Ffile_accessible_directory_p (current_dir)))
1392 report_file_error ("Setting current directory",
4b4deea2 1393 Fcons (BVAR (current_buffer, directory), Qnil));
1e30af70
JB
1394
1395 UNGCPRO;
1396 }
1397
d0d6b7c5 1398 name = args[0];
b7826503 1399 CHECK_STRING (name);
d0d6b7c5
JB
1400
1401 program = args[2];
1402
850d0752
NR
1403 if (!NILP (program))
1404 CHECK_STRING (program);
d0d6b7c5 1405
d0d6b7c5 1406 proc = make_process (name);
b0310da4
JB
1407 /* If an error occurs and we can't start the process, we want to
1408 remove it from the process list. This means that each error
1409 check in create_process doesn't need to call remove_process
1410 itself; it's all taken care of here. */
1411 record_unwind_protect (start_process_unwind, proc);
d0d6b7c5 1412
6a09a33b
PE
1413 pset_childp (XPROCESS (proc), Qt);
1414 pset_plist (XPROCESS (proc), Qnil);
1415 pset_type (XPROCESS (proc), Qreal);
1416 pset_buffer (XPROCESS (proc), buffer);
1417 pset_sentinel (XPROCESS (proc), Qnil);
1418 pset_filter (XPROCESS (proc), Qnil);
1419 pset_command (XPROCESS (proc), Flist (nargs - 2, args + 2));
d0d6b7c5 1420
8af55556
TZ
1421#ifdef HAVE_GNUTLS
1422 /* AKA GNUTLS_INITSTAGE(proc). */
1423 XPROCESS (proc)->gnutls_initstage = GNUTLS_STAGE_EMPTY;
6a09a33b 1424 pset_gnutls_cred_type (XPROCESS (proc), Qnil);
8af55556
TZ
1425#endif
1426
6b61353c 1427#ifdef ADAPTIVE_READ_BUFFERING
60f0fb11
SM
1428 XPROCESS (proc)->adaptive_read_buffering
1429 = (NILP (Vprocess_adaptive_read_buffering) ? 0
1430 : EQ (Vprocess_adaptive_read_buffering, Qt) ? 1 : 2);
6b61353c
KH
1431#endif
1432
7af71e17 1433 /* Make the process marker point into the process buffer (if any). */
f523e0c3 1434 if (BUFFERP (buffer))
4d2b044c 1435 set_marker_both (XPROCESS (proc)->mark, buffer,
d8a2934e
RS
1436 BUF_ZV (XBUFFER (buffer)),
1437 BUF_ZV_BYTE (XBUFFER (buffer)));
7af71e17 1438
67918941 1439 {
d5d4ae71
KH
1440 /* Decide coding systems for communicating with the process. Here
1441 we don't setup the structure coding_system nor pay attention to
1442 unibyte mode. They are done in create_process. */
1443
67918941
RS
1444 /* Qt denotes we have not yet called Ffind_operation_coding_system. */
1445 Lisp_Object coding_systems = Qt;
1446 Lisp_Object val, *args2;
a4a37e65 1447 struct gcpro gcpro1, gcpro2;
67918941 1448
d5d4ae71
KH
1449 val = Vcoding_system_for_read;
1450 if (NILP (val))
67918941 1451 {
38182d90 1452 args2 = alloca ((nargs + 1) * sizeof *args2);
67918941
RS
1453 args2[0] = Qstart_process;
1454 for (i = 0; i < nargs; i++) args2[i + 1] = args[i];
a4a37e65 1455 GCPRO2 (proc, current_dir);
850d0752
NR
1456 if (!NILP (program))
1457 coding_systems = Ffind_operation_coding_system (nargs + 1, args2);
67918941
RS
1458 UNGCPRO;
1459 if (CONSP (coding_systems))
70949dac 1460 val = XCAR (coding_systems);
67918941 1461 else if (CONSP (Vdefault_process_coding_system))
70949dac 1462 val = XCAR (Vdefault_process_coding_system);
67918941 1463 }
6a09a33b 1464 pset_decode_coding_system (XPROCESS (proc), val);
67918941 1465
d5d4ae71
KH
1466 val = Vcoding_system_for_write;
1467 if (NILP (val))
67918941
RS
1468 {
1469 if (EQ (coding_systems, Qt))
1470 {
38182d90 1471 args2 = alloca ((nargs + 1) * sizeof *args2);
67918941
RS
1472 args2[0] = Qstart_process;
1473 for (i = 0; i < nargs; i++) args2[i + 1] = args[i];
a4a37e65 1474 GCPRO2 (proc, current_dir);
850d0752
NR
1475 if (!NILP (program))
1476 coding_systems = Ffind_operation_coding_system (nargs + 1, args2);
67918941
RS
1477 UNGCPRO;
1478 }
1479 if (CONSP (coding_systems))
70949dac 1480 val = XCDR (coding_systems);
67918941 1481 else if (CONSP (Vdefault_process_coding_system))
70949dac 1482 val = XCDR (Vdefault_process_coding_system);
67918941 1483 }
6a09a33b 1484 pset_encode_coding_system (XPROCESS (proc), val);
e1dbe924 1485 /* Note: At this moment, the above coding system may leave
fcaf8878
KH
1486 text-conversion or eol-conversion unspecified. They will be
1487 decided after we read output from the process and decode it by
1488 some coding system, or just before we actually send a text to
1489 the process. */
67918941 1490 }
0fa1789e 1491
a4a37e65 1492
6a09a33b 1493 pset_decoding_buf (XPROCESS (proc), empty_unibyte_string);
850d0752 1494 XPROCESS (proc)->decoding_carryover = 0;
6a09a33b 1495 pset_encoding_buf (XPROCESS (proc), empty_unibyte_string);
ed30cf85 1496
850d0752
NR
1497 XPROCESS (proc)->inherit_coding_system_flag
1498 = !(NILP (buffer) || !inherit_process_coding_system);
77bf07e1 1499
850d0752
NR
1500 if (!NILP (program))
1501 {
1502 /* If program file name is not absolute, search our path for it.
1503 Put the name we will really use in TEM. */
1504 if (!IS_DIRECTORY_SEP (SREF (program, 0))
1505 && !(SCHARS (program) > 1
1506 && IS_DEVICE_SEP (SREF (program, 1))))
1507 {
1508 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
1509
1510 tem = Qnil;
1511 GCPRO4 (name, program, buffer, current_dir);
1512 openp (Vexec_path, program, Vexec_suffixes, &tem, make_number (X_OK));
1513 UNGCPRO;
1514 if (NILP (tem))
1515 report_file_error ("Searching for program", Fcons (program, Qnil));
1516 tem = Fexpand_file_name (tem, Qnil);
1517 }
1518 else
1519 {
1520 if (!NILP (Ffile_directory_p (program)))
1521 error ("Specified program for new process is a directory");
1522 tem = program;
1523 }
ed30cf85 1524
850d0752
NR
1525 /* If program file name starts with /: for quoting a magic name,
1526 discard that. */
1527 if (SBYTES (tem) > 2 && SREF (tem, 0) == '/'
1528 && SREF (tem, 1) == ':')
1529 tem = Fsubstring (tem, make_number (2), Qnil);
77bf07e1 1530
77bf07e1 1531 {
fcaf8878 1532 Lisp_Object arg_encoding = Qnil;
850d0752
NR
1533 struct gcpro gcpro1;
1534 GCPRO1 (tem);
a4a37e65 1535
850d0752
NR
1536 /* Encode the file name and put it in NEW_ARGV.
1537 That's where the child will use it to execute the program. */
1538 tem = Fcons (ENCODE_FILE (tem), Qnil);
77bf07e1 1539
850d0752
NR
1540 /* Here we encode arguments by the coding system used for sending
1541 data to the process. We don't support using different coding
1542 systems for encoding arguments and for encoding data sent to the
1543 process. */
77bf07e1 1544
850d0752
NR
1545 for (i = 3; i < nargs; i++)
1546 {
1547 tem = Fcons (args[i], tem);
1548 CHECK_STRING (XCAR (tem));
1549 if (STRING_MULTIBYTE (XCAR (tem)))
fcaf8878
KH
1550 {
1551 if (NILP (arg_encoding))
1552 arg_encoding = (complement_process_encoding_system
4d2b044c 1553 (XPROCESS (proc)->encode_coding_system));
fcaf8878
KH
1554 XSETCAR (tem,
1555 code_convert_string_norecord
1556 (XCAR (tem), arg_encoding, 1));
1557 }
850d0752 1558 }
a4a37e65 1559
850d0752
NR
1560 UNGCPRO;
1561 }
0fa1789e 1562
850d0752
NR
1563 /* Now that everything is encoded we can collect the strings into
1564 NEW_ARGV. */
38182d90 1565 new_argv = alloca ((nargs - 1) * sizeof *new_argv);
850d0752 1566 new_argv[nargs - 2] = 0;
52a1b894 1567
c5101a77 1568 for (i = nargs - 2; i-- != 0; )
850d0752
NR
1569 {
1570 new_argv[i] = SDATA (XCAR (tem));
1571 tem = XCDR (tem);
1572 }
1573
1574 create_process (proc, (char **) new_argv, current_dir);
1575 }
1576 else
1577 create_pty (proc);
d0d6b7c5 1578
b0310da4 1579 return unbind_to (count, proc);
d0d6b7c5
JB
1580}
1581
b0310da4 1582/* This function is the unwind_protect form for Fstart_process. If
8e6208c5 1583 PROC doesn't have its pid set, then we know someone has signaled
b0310da4
JB
1584 an error and the process wasn't started successfully, so we should
1585 remove it from the process list. */
1586static Lisp_Object
d3da34e0 1587start_process_unwind (Lisp_Object proc)
b0310da4 1588{
bcd69aea 1589 if (!PROCESSP (proc))
b0310da4
JB
1590 abort ();
1591
2bf26180
GM
1592 /* Was PROC started successfully?
1593 -2 is used for a pty with no process, eg for gdb. */
1594 if (XPROCESS (proc)->pid <= 0 && XPROCESS (proc)->pid != -2)
b0310da4
JB
1595 remove_process (proc);
1596
1597 return Qnil;
1598}
1599
ff6daed3 1600static void
d3da34e0 1601create_process_1 (struct atimer *timer)
d0d6b7c5 1602{
30904ab7 1603 /* Nothing to do. */
d0d6b7c5
JB
1604}
1605
30904ab7 1606
40ccffa6 1607static void
d3da34e0 1608create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir)
d0d6b7c5 1609{
29ed4d51
CY
1610 int inchannel, outchannel;
1611 pid_t pid;
d0d6b7c5 1612 int sv[2];
2c4df143
YM
1613#if !defined (WINDOWSNT) && defined (FD_CLOEXEC)
1614 int wait_child_setup[2];
1615#endif
0dc70c33
KH
1616 sigset_t procmask;
1617 sigset_t blocked;
1618 struct sigaction sigint_action;
1619 struct sigaction sigquit_action;
c0ad4ea5 1620 struct sigaction sigpipe_action;
0dc70c33
KH
1621#ifdef AIX
1622 struct sigaction sighup_action;
1623#endif
ecd1f654
KH
1624 /* Use volatile to protect variables from being clobbered by longjmp. */
1625 volatile int forkin, forkout;
1626 volatile int pty_flag = 0;
d0d6b7c5 1627
d0d6b7c5
JB
1628 inchannel = outchannel = -1;
1629
1630#ifdef HAVE_PTYS
fe45da4e 1631 if (!NILP (Vprocess_connection_type))
d0d6b7c5
JB
1632 outchannel = inchannel = allocate_pty ();
1633
d0d6b7c5
JB
1634 if (inchannel >= 0)
1635 {
2af70a0c
RS
1636#if ! defined (USG) || defined (USG_SUBTTY_WORKS)
1637 /* On most USG systems it does not work to open the pty's tty here,
1638 then close it and reopen it in the child. */
d0d6b7c5
JB
1639#ifdef O_NOCTTY
1640 /* Don't let this terminal become our controlling terminal
1641 (in case we don't have one). */
68c45bf0 1642 forkout = forkin = emacs_open (pty_name, O_RDWR | O_NOCTTY, 0);
d0d6b7c5 1643#else
68c45bf0 1644 forkout = forkin = emacs_open (pty_name, O_RDWR, 0);
d0d6b7c5
JB
1645#endif
1646 if (forkin < 0)
1647 report_file_error ("Opening pty", Qnil);
1648#else
1649 forkin = forkout = -1;
2af70a0c 1650#endif /* not USG, or USG_SUBTTY_WORKS */
d0d6b7c5
JB
1651 pty_flag = 1;
1652 }
1653 else
1654#endif /* HAVE_PTYS */
d0d6b7c5 1655 {
fc14013c
KH
1656 int tem;
1657 tem = pipe (sv);
1658 if (tem < 0)
1659 report_file_error ("Creating pipe", Qnil);
d0d6b7c5
JB
1660 inchannel = sv[0];
1661 forkout = sv[1];
fc14013c
KH
1662 tem = pipe (sv);
1663 if (tem < 0)
1664 {
68c45bf0
PE
1665 emacs_close (inchannel);
1666 emacs_close (forkout);
fc14013c
KH
1667 report_file_error ("Creating pipe", Qnil);
1668 }
d0d6b7c5
JB
1669 outchannel = sv[1];
1670 forkin = sv[0];
1671 }
d0d6b7c5 1672
2c4df143
YM
1673#if !defined (WINDOWSNT) && defined (FD_CLOEXEC)
1674 {
1675 int tem;
1676
1677 tem = pipe (wait_child_setup);
1678 if (tem < 0)
1679 report_file_error ("Creating pipe", Qnil);
1680 tem = fcntl (wait_child_setup[1], F_GETFD, 0);
1681 if (tem >= 0)
1682 tem = fcntl (wait_child_setup[1], F_SETFD, tem | FD_CLOEXEC);
1683 if (tem < 0)
1684 {
1685 emacs_close (wait_child_setup[0]);
1686 emacs_close (wait_child_setup[1]);
1687 report_file_error ("Setting file descriptor flags", Qnil);
1688 }
1689 }
1690#endif
1691
d0d6b7c5
JB
1692#ifdef O_NONBLOCK
1693 fcntl (inchannel, F_SETFL, O_NONBLOCK);
03832893 1694 fcntl (outchannel, F_SETFL, O_NONBLOCK);
d0d6b7c5
JB
1695#else
1696#ifdef O_NDELAY
1697 fcntl (inchannel, F_SETFL, O_NDELAY);
03832893 1698 fcntl (outchannel, F_SETFL, O_NDELAY);
d0d6b7c5
JB
1699#endif
1700#endif
1701
1702 /* Record this as an active process, with its channels.
1703 As a result, child_setup will close Emacs's side of the pipes. */
1704 chan_process[inchannel] = process;
60f0fb11
SM
1705 XPROCESS (process)->infd = inchannel;
1706 XPROCESS (process)->outfd = outchannel;
16782258
JD
1707
1708 /* Previously we recorded the tty descriptor used in the subprocess.
1709 It was only used for getting the foreground tty process, so now
1710 we just reopen the device (see emacs_get_tty_pgrp) as this is
1711 more portable (see USG_SUBTTY_WORKS above). */
1712
60f0fb11 1713 XPROCESS (process)->pty_flag = pty_flag;
6a09a33b 1714 pset_status (XPROCESS (process), Qrun);
d0d6b7c5
JB
1715
1716 /* Delay interrupts until we have a chance to store
1717 the new fork's pid in its process structure */
0dc70c33
KH
1718 sigemptyset (&blocked);
1719#ifdef SIGCHLD
1720 sigaddset (&blocked, SIGCHLD);
1721#endif
351e611f 1722#ifdef HAVE_WORKING_VFORK
0dc70c33
KH
1723 /* On many hosts (e.g. Solaris 2.4), if a vforked child calls `signal',
1724 this sets the parent's signal handlers as well as the child's.
1725 So delay all interrupts whose handlers the child might munge,
1726 and record the current handlers so they can be restored later. */
1727 sigaddset (&blocked, SIGINT ); sigaction (SIGINT , 0, &sigint_action );
1728 sigaddset (&blocked, SIGQUIT); sigaction (SIGQUIT, 0, &sigquit_action);
c0ad4ea5 1729 sigaddset (&blocked, SIGPIPE); sigaction (SIGPIPE, 0, &sigpipe_action);
0dc70c33
KH
1730#ifdef AIX
1731 sigaddset (&blocked, SIGHUP ); sigaction (SIGHUP , 0, &sighup_action );
1732#endif
351e611f 1733#endif /* HAVE_WORKING_VFORK */
123403e4 1734 pthread_sigmask (SIG_BLOCK, &blocked, &procmask);
d0d6b7c5 1735
3081bf8d 1736 FD_SET (inchannel, &input_wait_mask);
a69281ff 1737 FD_SET (inchannel, &non_keyboard_wait_mask);
3081bf8d
KH
1738 if (inchannel > max_process_desc)
1739 max_process_desc = inchannel;
1740
d0d6b7c5
JB
1741 /* Until we store the proper pid, enable sigchld_handler
1742 to recognize an unknown pid as standing for this process.
1743 It is very important not to let this `marker' value stay
1744 in the table after this function has returned; if it does
1745 it might cause call-process to hang and subsequent asynchronous
1746 processes to get their return values scrambled. */
6bfd98e7 1747 XPROCESS (process)->pid = -1;
d0d6b7c5 1748
5cf2b69b
KH
1749 /* This must be called after the above line because it may signal an
1750 error. */
1751 setup_process_coding_systems (process);
1752
ececcbec 1753 BLOCK_INPUT;
177c0ea7 1754
d0d6b7c5
JB
1755 {
1756 /* child_setup must clobber environ on systems with true vfork.
1757 Protect it from permanent change. */
1758 char **save_environ = environ;
12d8b6ab 1759 volatile Lisp_Object encoded_current_dir = ENCODE_FILE (current_dir);
a932f187 1760
e98d950b 1761#ifndef WINDOWSNT
d0d6b7c5
JB
1762 pid = vfork ();
1763 if (pid == 0)
e98d950b 1764#endif /* not WINDOWSNT */
d0d6b7c5
JB
1765 {
1766 int xforkin = forkin;
1767 int xforkout = forkout;
1768
1769#if 0 /* This was probably a mistake--it duplicates code later on,
1770 but fails to handle all the cases. */
1771 /* Make sure SIGCHLD is not blocked in the child. */
1772 sigsetmask (SIGEMPTYMASK);
1773#endif
1774
1775 /* Make the pty be the controlling terminal of the process. */
1776#ifdef HAVE_PTYS
1777 /* First, disconnect its current controlling terminal. */
1778#ifdef HAVE_SETSID
7ce48618
RS
1779 /* We tried doing setsid only if pty_flag, but it caused
1780 process_set_signal to fail on SGI when using a pipe. */
1781 setsid ();
ce4c9c90 1782 /* Make the pty's terminal the controlling terminal. */
ce8f5a9a 1783 if (pty_flag && xforkin >= 0)
39e9ebcd 1784 {
39e9ebcd
RS
1785#ifdef TIOCSCTTY
1786 /* We ignore the return value
1787 because faith@cs.unc.edu says that is necessary on Linux. */
1788 ioctl (xforkin, TIOCSCTTY, 0);
ce4c9c90 1789#endif
39e9ebcd 1790 }
d0d6b7c5 1791#else /* not HAVE_SETSID */
c14e53a4 1792#ifdef USG
000ab717 1793 /* It's very important to call setpgrp here and no time
d0d6b7c5
JB
1794 afterwards. Otherwise, we lose our controlling tty which
1795 is set when we open the pty. */
1796 setpgrp ();
1797#endif /* USG */
1798#endif /* not HAVE_SETSID */
a7ebc409 1799#if defined (LDISC1)
9bcf8ec6
KH
1800 if (pty_flag && xforkin >= 0)
1801 {
1802 struct termios t;
1803 tcgetattr (xforkin, &t);
1804 t.c_lflag = LDISC1;
1805 if (tcsetattr (xforkin, TCSANOW, &t) < 0)
68c45bf0 1806 emacs_write (1, "create_process/tcsetattr LDISC1 failed\n", 39);
9bcf8ec6
KH
1807 }
1808#else
aafadd9f 1809#if defined (NTTYDISC) && defined (TIOCSETD)
ff773a4e 1810 if (pty_flag && xforkin >= 0)
afc549fd
RS
1811 {
1812 /* Use new line discipline. */
1813 int ldisc = NTTYDISC;
4458f555 1814 ioctl (xforkin, TIOCSETD, &ldisc);
afc549fd 1815 }
000ab717 1816#endif
9bcf8ec6 1817#endif
177c0ea7 1818#ifdef TIOCNOTTY
d0d6b7c5
JB
1819 /* In 4.3BSD, the TIOCSPGRP bug has been fixed, and now you
1820 can do TIOCSPGRP only to the process's controlling tty. */
1821 if (pty_flag)
1822 {
177c0ea7 1823 /* I wonder: would just ioctl (0, TIOCNOTTY, 0) work here?
d0d6b7c5 1824 I can't test it since I don't have 4.3. */
68c45bf0 1825 int j = emacs_open ("/dev/tty", O_RDWR, 0);
ce8f5a9a
AS
1826 if (j >= 0)
1827 {
1828 ioctl (j, TIOCNOTTY, 0);
1829 emacs_close (j);
1830 }
5a570e37 1831#ifndef USG
d0d6b7c5
JB
1832 /* In order to get a controlling terminal on some versions
1833 of BSD, it is necessary to put the process in pgrp 0
1834 before it opens the terminal. */
99c1aeca 1835#ifdef HAVE_SETPGID
3ea1d291
RS
1836 setpgid (0, 0);
1837#else
d0d6b7c5 1838 setpgrp (0, 0);
3ea1d291 1839#endif
d0d6b7c5
JB
1840#endif
1841 }
1842#endif /* TIOCNOTTY */
1843
e39a993c 1844#if !defined (DONT_REOPEN_PTY)
d0d6b7c5 1845/*** There is a suggestion that this ought to be a
99153b9e
RS
1846 conditional on TIOCSPGRP,
1847 or !(defined (HAVE_SETSID) && defined (TIOCSCTTY)).
1848 Trying the latter gave the wrong results on Debian GNU/Linux 1.1;
1849 that system does seem to need this code, even though
1850 both HAVE_SETSID and TIOCSCTTY are defined. */
d0d6b7c5
JB
1851 /* Now close the pty (if we had it open) and reopen it.
1852 This makes the pty the controlling terminal of the subprocess. */
1853 if (pty_flag)
1854 {
99e3d726 1855
68c45bf0
PE
1856 /* I wonder if emacs_close (emacs_open (pty_name, ...))
1857 would work? */
d0d6b7c5 1858 if (xforkin >= 0)
68c45bf0
PE
1859 emacs_close (xforkin);
1860 xforkout = xforkin = emacs_open (pty_name, O_RDWR, 0);
d0d6b7c5 1861
4aa54ba8
RS
1862 if (xforkin < 0)
1863 {
68c45bf0
PE
1864 emacs_write (1, "Couldn't open the pty terminal ", 31);
1865 emacs_write (1, pty_name, strlen (pty_name));
1866 emacs_write (1, "\n", 1);
4aa54ba8
RS
1867 _exit (1);
1868 }
1869
d0d6b7c5 1870 }
e39a993c 1871#endif /* not DONT_REOPEN_PTY */
e9bf058b 1872
d0d6b7c5 1873#ifdef SETUP_SLAVE_PTY
13a72104
RS
1874 if (pty_flag)
1875 {
1876 SETUP_SLAVE_PTY;
1877 }
d0d6b7c5
JB
1878#endif /* SETUP_SLAVE_PTY */
1879#ifdef AIX
1880 /* On AIX, we've disabled SIGHUP above once we start a child on a pty.
1881 Now reenable it in the child, so it will die when we want it to. */
1882 if (pty_flag)
1883 signal (SIGHUP, SIG_DFL);
1884#endif
1885#endif /* HAVE_PTYS */
1886
0dc70c33
KH
1887 signal (SIGINT, SIG_DFL);
1888 signal (SIGQUIT, SIG_DFL);
2f9a22e2 1889 /* GConf causes us to ignore SIGPIPE, make sure it is restored
c0ad4ea5
AS
1890 in the child. */
1891 signal (SIGPIPE, SIG_DFL);
0dc70c33
KH
1892
1893 /* Stop blocking signals in the child. */
123403e4 1894 pthread_sigmask (SIG_SETMASK, &procmask, 0);
5e7e1da2 1895
ab01d0a8
RS
1896 if (pty_flag)
1897 child_setup_tty (xforkout);
e98d950b
RS
1898#ifdef WINDOWSNT
1899 pid = child_setup (xforkin, xforkout, xforkout,
12d8b6ab 1900 new_argv, 1, encoded_current_dir);
177c0ea7 1901#else /* not WINDOWSNT */
2c4df143
YM
1902#ifdef FD_CLOEXEC
1903 emacs_close (wait_child_setup[0]);
1904#endif
d0d6b7c5 1905 child_setup (xforkin, xforkout, xforkout,
12d8b6ab 1906 new_argv, 1, encoded_current_dir);
e98d950b 1907#endif /* not WINDOWSNT */
d0d6b7c5
JB
1908 }
1909 environ = save_environ;
1910 }
1911
ececcbec
RS
1912 UNBLOCK_INPUT;
1913
4a127b3b 1914 /* This runs in the Emacs process. */
d0d6b7c5 1915 if (pid < 0)
6311cf58
RS
1916 {
1917 if (forkin >= 0)
68c45bf0 1918 emacs_close (forkin);
6311cf58 1919 if (forkin != forkout && forkout >= 0)
68c45bf0 1920 emacs_close (forkout);
6311cf58 1921 }
4a127b3b
KH
1922 else
1923 {
1924 /* vfork succeeded. */
6bfd98e7 1925 XPROCESS (process)->pid = pid;
d0d6b7c5 1926
e98d950b 1927#ifdef WINDOWSNT
4a127b3b 1928 register_child (pid, inchannel);
e98d950b
RS
1929#endif /* WINDOWSNT */
1930
4a127b3b
KH
1931 /* If the subfork execv fails, and it exits,
1932 this close hangs. I don't know why.
1933 So have an interrupt jar it loose. */
30904ab7
GM
1934 {
1935 struct atimer *timer;
e9a9ae03 1936 EMACS_TIME offset = make_emacs_time (1, 0);
177c0ea7 1937
30904ab7 1938 stop_polling ();
30904ab7 1939 timer = start_atimer (ATIMER_RELATIVE, offset, create_process_1, 0);
177c0ea7 1940
30904ab7
GM
1941 if (forkin >= 0)
1942 emacs_close (forkin);
1943
1944 cancel_atimer (timer);
1945 start_polling ();
1946 }
177c0ea7 1947
4a127b3b 1948 if (forkin != forkout && forkout >= 0)
68c45bf0 1949 emacs_close (forkout);
d0d6b7c5 1950
875e6b94 1951#ifdef HAVE_PTYS
4a127b3b 1952 if (pty_flag)
6a09a33b 1953 pset_tty_name (XPROCESS (process), build_string (pty_name));
4a127b3b 1954 else
875e6b94 1955#endif
6a09a33b 1956 pset_tty_name (XPROCESS (process), Qnil);
2c4df143
YM
1957
1958#if !defined (WINDOWSNT) && defined (FD_CLOEXEC)
1959 /* Wait for child_setup to complete in case that vfork is
1960 actually defined as fork. The descriptor wait_child_setup[1]
1961 of a pipe is closed at the child side either by close-on-exec
1962 on successful execvp or the _exit call in child_setup. */
1963 {
1964 char dummy;
1965
1966 emacs_close (wait_child_setup[1]);
1967 emacs_read (wait_child_setup[0], &dummy, 1);
1968 emacs_close (wait_child_setup[0]);
1969 }
1970#endif
4a127b3b 1971 }
3b9a3dfa 1972
4a127b3b
KH
1973 /* Restore the signal state whether vfork succeeded or not.
1974 (We will signal an error, below, if it failed.) */
351e611f 1975#ifdef HAVE_WORKING_VFORK
0dc70c33
KH
1976 /* Restore the parent's signal handlers. */
1977 sigaction (SIGINT, &sigint_action, 0);
1978 sigaction (SIGQUIT, &sigquit_action, 0);
c0ad4ea5 1979 sigaction (SIGPIPE, &sigpipe_action, 0);
0dc70c33
KH
1980#ifdef AIX
1981 sigaction (SIGHUP, &sighup_action, 0);
1982#endif
351e611f 1983#endif /* HAVE_WORKING_VFORK */
0dc70c33 1984 /* Stop blocking signals in the parent. */
123403e4 1985 pthread_sigmask (SIG_SETMASK, &procmask, 0);
4a127b3b
KH
1986
1987 /* Now generate the error if vfork failed. */
1988 if (pid < 0)
1989 report_file_error ("Doing vfork", Qnil);
d0d6b7c5 1990}
d0d6b7c5 1991
850d0752 1992void
d3da34e0 1993create_pty (Lisp_Object process)
850d0752
NR
1994{
1995 int inchannel, outchannel;
afd4052b 1996 int pty_flag = 0;
850d0752
NR
1997
1998 inchannel = outchannel = -1;
1999
2000#ifdef HAVE_PTYS
2001 if (!NILP (Vprocess_connection_type))
2002 outchannel = inchannel = allocate_pty ();
2003
2004 if (inchannel >= 0)
2005 {
2006#if ! defined (USG) || defined (USG_SUBTTY_WORKS)
2007 /* On most USG systems it does not work to open the pty's tty here,
2008 then close it and reopen it in the child. */
2009#ifdef O_NOCTTY
2010 /* Don't let this terminal become our controlling terminal
2011 (in case we don't have one). */
afd4052b 2012 int forkout = emacs_open (pty_name, O_RDWR | O_NOCTTY, 0);
850d0752 2013#else
afd4052b 2014 int forkout = emacs_open (pty_name, O_RDWR, 0);
850d0752 2015#endif
aba7731a 2016 if (forkout < 0)
850d0752 2017 report_file_error ("Opening pty", Qnil);
019d2c4c 2018#if defined (DONT_REOPEN_PTY)
850d0752
NR
2019 /* In the case that vfork is defined as fork, the parent process
2020 (Emacs) may send some data before the child process completes
2021 tty options setup. So we setup tty before forking. */
2022 child_setup_tty (forkout);
019d2c4c 2023#endif /* DONT_REOPEN_PTY */
850d0752
NR
2024#endif /* not USG, or USG_SUBTTY_WORKS */
2025 pty_flag = 1;
2026 }
2027#endif /* HAVE_PTYS */
2028
2029#ifdef O_NONBLOCK
2030 fcntl (inchannel, F_SETFL, O_NONBLOCK);
2031 fcntl (outchannel, F_SETFL, O_NONBLOCK);
2032#else
2033#ifdef O_NDELAY
2034 fcntl (inchannel, F_SETFL, O_NDELAY);
2035 fcntl (outchannel, F_SETFL, O_NDELAY);
2036#endif
2037#endif
2038
2039 /* Record this as an active process, with its channels.
2040 As a result, child_setup will close Emacs's side of the pipes. */
2041 chan_process[inchannel] = process;
2042 XPROCESS (process)->infd = inchannel;
2043 XPROCESS (process)->outfd = outchannel;
2044
2045 /* Previously we recorded the tty descriptor used in the subprocess.
2046 It was only used for getting the foreground tty process, so now
2047 we just reopen the device (see emacs_get_tty_pgrp) as this is
2048 more portable (see USG_SUBTTY_WORKS above). */
2049
2050 XPROCESS (process)->pty_flag = pty_flag;
6a09a33b 2051 pset_status (XPROCESS (process), Qrun);
850d0752
NR
2052 setup_process_coding_systems (process);
2053
2054 FD_SET (inchannel, &input_wait_mask);
2055 FD_SET (inchannel, &non_keyboard_wait_mask);
2056 if (inchannel > max_process_desc)
2057 max_process_desc = inchannel;
2058
2059 XPROCESS (process)->pid = -2;
8b9fc636
EZ
2060#ifdef HAVE_PTYS
2061 if (pty_flag)
6a09a33b 2062 pset_tty_name (XPROCESS (process), build_string (pty_name));
8b9fc636
EZ
2063 else
2064#endif
6a09a33b 2065 pset_tty_name (XPROCESS (process), Qnil);
850d0752
NR
2066}
2067
e690ca94 2068\f
e690ca94
KS
2069/* Convert an internal struct sockaddr to a lisp object (vector or string).
2070 The address family of sa is not included in the result. */
2071
2072static Lisp_Object
d3da34e0 2073conv_sockaddr_to_lisp (struct sockaddr *sa, int len)
e690ca94
KS
2074{
2075 Lisp_Object address;
2076 int i;
2077 unsigned char *cp;
2078 register struct Lisp_Vector *p;
2079
63136da6
AS
2080 /* Workaround for a bug in getsockname on BSD: Names bound to
2081 sockets in the UNIX domain are inaccessible; getsockname returns
2082 a zero length name. */
89887d67 2083 if (len < offsetof (struct sockaddr, sa_family) + sizeof (sa->sa_family))
fff4e459 2084 return empty_unibyte_string;
63136da6 2085
e690ca94
KS
2086 switch (sa->sa_family)
2087 {
2088 case AF_INET:
2089 {
2090 struct sockaddr_in *sin = (struct sockaddr_in *) sa;
2091 len = sizeof (sin->sin_addr) + 1;
2092 address = Fmake_vector (make_number (len), Qnil);
2093 p = XVECTOR (address);
2094 p->contents[--len] = make_number (ntohs (sin->sin_port));
63136da6 2095 cp = (unsigned char *) &sin->sin_addr;
e690ca94
KS
2096 break;
2097 }
e1652a86
KS
2098#ifdef AF_INET6
2099 case AF_INET6:
2100 {
2101 struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa;
63136da6 2102 uint16_t *ip6 = (uint16_t *) &sin6->sin6_addr;
e1652a86
KS
2103 len = sizeof (sin6->sin6_addr)/2 + 1;
2104 address = Fmake_vector (make_number (len), Qnil);
2105 p = XVECTOR (address);
2106 p->contents[--len] = make_number (ntohs (sin6->sin6_port));
2107 for (i = 0; i < len; i++)
2108 p->contents[i] = make_number (ntohs (ip6[i]));
2109 return address;
2110 }
2111#endif
e690ca94
KS
2112#ifdef HAVE_LOCAL_SOCKETS
2113 case AF_LOCAL:
2114 {
fb23673a
EZ
2115 struct sockaddr_un *sockun = (struct sockaddr_un *) sa;
2116 for (i = 0; i < sizeof (sockun->sun_path); i++)
2117 if (sockun->sun_path[i] == 0)
e690ca94 2118 break;
fb23673a 2119 return make_unibyte_string (sockun->sun_path, i);
e690ca94
KS
2120 }
2121#endif
2122 default:
89887d67 2123 len -= offsetof (struct sockaddr, sa_family) + sizeof (sa->sa_family);
e690ca94
KS
2124 address = Fcons (make_number (sa->sa_family),
2125 Fmake_vector (make_number (len), Qnil));
2126 p = XVECTOR (XCDR (address));
63136da6 2127 cp = (unsigned char *) &sa->sa_family + sizeof (sa->sa_family);
e690ca94
KS
2128 break;
2129 }
2130
2131 i = 0;
2132 while (i < len)
2133 p->contents[i++] = make_number (*cp++);
2134
2135 return address;
2136}
2137
2138
2139/* Get family and required size for sockaddr structure to hold ADDRESS. */
2140
2141static int
d3da34e0 2142get_lisp_to_sockaddr_size (Lisp_Object address, int *familyp)
e690ca94
KS
2143{
2144 register struct Lisp_Vector *p;
2145
2146 if (VECTORP (address))
2147 {
2148 p = XVECTOR (address);
eab3844f 2149 if (p->header.size == 5)
e690ca94
KS
2150 {
2151 *familyp = AF_INET;
2152 return sizeof (struct sockaddr_in);
2153 }
e1652a86 2154#ifdef AF_INET6
eab3844f 2155 else if (p->header.size == 9)
e1652a86
KS
2156 {
2157 *familyp = AF_INET6;
2158 return sizeof (struct sockaddr_in6);
2159 }
2160#endif
e690ca94
KS
2161 }
2162#ifdef HAVE_LOCAL_SOCKETS
2163 else if (STRINGP (address))
2164 {
2165 *familyp = AF_LOCAL;
2166 return sizeof (struct sockaddr_un);
2167 }
2168#endif
d311d28c
PE
2169 else if (CONSP (address) && TYPE_RANGED_INTEGERP (int, XCAR (address))
2170 && VECTORP (XCDR (address)))
e690ca94
KS
2171 {
2172 struct sockaddr *sa;
2173 *familyp = XINT (XCAR (address));
2174 p = XVECTOR (XCDR (address));
eab3844f 2175 return p->header.size + sizeof (sa->sa_family);
e690ca94
KS
2176 }
2177 return 0;
2178}
2179
2180/* Convert an address object (vector or string) to an internal sockaddr.
9d1a8e5d
RS
2181
2182 The address format has been basically validated by
2183 get_lisp_to_sockaddr_size, but this does not mean FAMILY is valid;
2184 it could have come from user data. So if FAMILY is not valid,
2185 we return after zeroing *SA. */
e690ca94
KS
2186
2187static void
d3da34e0 2188conv_lisp_to_sockaddr (int family, Lisp_Object address, struct sockaddr *sa, int len)
e690ca94
KS
2189{
2190 register struct Lisp_Vector *p;
34967d0f 2191 register unsigned char *cp = NULL;
e690ca94 2192 register int i;
d311d28c 2193 EMACS_INT hostport;
e690ca94 2194
72af86bd 2195 memset (sa, 0, len);
e690ca94
KS
2196
2197 if (VECTORP (address))
2198 {
2199 p = XVECTOR (address);
2200 if (family == AF_INET)
2201 {
2202 struct sockaddr_in *sin = (struct sockaddr_in *) sa;
2203 len = sizeof (sin->sin_addr) + 1;
d311d28c
PE
2204 hostport = XINT (p->contents[--len]);
2205 sin->sin_port = htons (hostport);
e690ca94 2206 cp = (unsigned char *)&sin->sin_addr;
9d1a8e5d 2207 sa->sa_family = family;
e690ca94 2208 }
e1652a86
KS
2209#ifdef AF_INET6
2210 else if (family == AF_INET6)
2211 {
2212 struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa;
2213 uint16_t *ip6 = (uint16_t *)&sin6->sin6_addr;
2214 len = sizeof (sin6->sin6_addr) + 1;
d311d28c
PE
2215 hostport = XINT (p->contents[--len]);
2216 sin6->sin6_port = htons (hostport);
e1652a86
KS
2217 for (i = 0; i < len; i++)
2218 if (INTEGERP (p->contents[i]))
2219 {
2220 int j = XFASTINT (p->contents[i]) & 0xffff;
2221 ip6[i] = ntohs (j);
2222 }
9d1a8e5d 2223 sa->sa_family = family;
0eb7675e 2224 return;
e1652a86
KS
2225 }
2226#endif
0eb7675e
AS
2227 else
2228 return;
e690ca94
KS
2229 }
2230 else if (STRINGP (address))
2231 {
2232#ifdef HAVE_LOCAL_SOCKETS
2233 if (family == AF_LOCAL)
2234 {
fb23673a 2235 struct sockaddr_un *sockun = (struct sockaddr_un *) sa;
d5db4077 2236 cp = SDATA (address);
fb23673a
EZ
2237 for (i = 0; i < sizeof (sockun->sun_path) && *cp; i++)
2238 sockun->sun_path[i] = *cp++;
9d1a8e5d 2239 sa->sa_family = family;
e690ca94
KS
2240 }
2241#endif
2242 return;
2243 }
2244 else
2245 {
2246 p = XVECTOR (XCDR (address));
2247 cp = (unsigned char *)sa + sizeof (sa->sa_family);
2248 }
2249
2250 for (i = 0; i < len; i++)
2251 if (INTEGERP (p->contents[i]))
2252 *cp++ = XFASTINT (p->contents[i]) & 0xff;
2253}
2254
2255#ifdef DATAGRAM_SOCKETS
2256DEFUN ("process-datagram-address", Fprocess_datagram_address, Sprocess_datagram_address,
2257 1, 1, 0,
2258 doc: /* Get the current datagram address associated with PROCESS. */)
5842a27b 2259 (Lisp_Object process)
e690ca94
KS
2260{
2261 int channel;
2262
2263 CHECK_PROCESS (process);
2264
2265 if (!DATAGRAM_CONN_P (process))
2266 return Qnil;
2267
60f0fb11 2268 channel = XPROCESS (process)->infd;
e690ca94
KS
2269 return conv_sockaddr_to_lisp (datagram_address[channel].sa,
2270 datagram_address[channel].len);
2271}
2272
2273DEFUN ("set-process-datagram-address", Fset_process_datagram_address, Sset_process_datagram_address,
2274 2, 2, 0,
2275 doc: /* Set the datagram address for PROCESS to ADDRESS.
2276Returns nil upon error setting address, ADDRESS otherwise. */)
5842a27b 2277 (Lisp_Object process, Lisp_Object address)
e690ca94
KS
2278{
2279 int channel;
2280 int family, len;
2281
2282 CHECK_PROCESS (process);
2283
2284 if (!DATAGRAM_CONN_P (process))
2285 return Qnil;
2286
60f0fb11 2287 channel = XPROCESS (process)->infd;
e690ca94
KS
2288
2289 len = get_lisp_to_sockaddr_size (address, &family);
2290 if (datagram_address[channel].len != len)
2291 return Qnil;
2292 conv_lisp_to_sockaddr (family, address, datagram_address[channel].sa, len);
2293 return address;
2294}
2295#endif
2296\f
2297
5e2327cf 2298static const struct socket_options {
e690ca94 2299 /* The name of this option. Should be lowercase version of option
177c0ea7 2300 name without SO_ prefix. */
fce70521 2301 const char *name;
e690ca94
KS
2302 /* Option level SOL_... */
2303 int optlevel;
2304 /* Option number SO_... */
2305 int optnum;
6b61353c
KH
2306 enum { SOPT_UNKNOWN, SOPT_BOOL, SOPT_INT, SOPT_IFNAME, SOPT_LINGER } opttype;
2307 enum { OPIX_NONE=0, OPIX_MISC=1, OPIX_REUSEADDR=2 } optbit;
e690ca94
KS
2308} socket_options[] =
2309 {
2310#ifdef SO_BINDTODEVICE
6b61353c 2311 { ":bindtodevice", SOL_SOCKET, SO_BINDTODEVICE, SOPT_IFNAME, OPIX_MISC },
e690ca94
KS
2312#endif
2313#ifdef SO_BROADCAST
6b61353c 2314 { ":broadcast", SOL_SOCKET, SO_BROADCAST, SOPT_BOOL, OPIX_MISC },
e690ca94
KS
2315#endif
2316#ifdef SO_DONTROUTE
6b61353c 2317 { ":dontroute", SOL_SOCKET, SO_DONTROUTE, SOPT_BOOL, OPIX_MISC },
e690ca94
KS
2318#endif
2319#ifdef SO_KEEPALIVE
6b61353c 2320 { ":keepalive", SOL_SOCKET, SO_KEEPALIVE, SOPT_BOOL, OPIX_MISC },
e690ca94
KS
2321#endif
2322#ifdef SO_LINGER
6b61353c 2323 { ":linger", SOL_SOCKET, SO_LINGER, SOPT_LINGER, OPIX_MISC },
e690ca94
KS
2324#endif
2325#ifdef SO_OOBINLINE
6b61353c 2326 { ":oobinline", SOL_SOCKET, SO_OOBINLINE, SOPT_BOOL, OPIX_MISC },
e690ca94
KS
2327#endif
2328#ifdef SO_PRIORITY
6b61353c 2329 { ":priority", SOL_SOCKET, SO_PRIORITY, SOPT_INT, OPIX_MISC },
e690ca94
KS
2330#endif
2331#ifdef SO_REUSEADDR
6b61353c 2332 { ":reuseaddr", SOL_SOCKET, SO_REUSEADDR, SOPT_BOOL, OPIX_REUSEADDR },
e690ca94 2333#endif
6b61353c 2334 { 0, 0, 0, SOPT_UNKNOWN, OPIX_NONE }
e690ca94
KS
2335 };
2336
6b61353c 2337/* Set option OPT to value VAL on socket S.
e690ca94 2338
6b61353c
KH
2339 Returns (1<<socket_options[OPT].optbit) if option is known, 0 otherwise.
2340 Signals an error if setting a known option fails.
2341*/
e690ca94
KS
2342
2343static int
d3da34e0 2344set_socket_option (int s, Lisp_Object opt, Lisp_Object val)
e690ca94 2345{
6b61353c 2346 char *name;
5e2327cf 2347 const struct socket_options *sopt;
6b61353c 2348 int ret = 0;
e690ca94 2349
6b61353c 2350 CHECK_SYMBOL (opt);
e690ca94 2351
51b59d79 2352 name = SSDATA (SYMBOL_NAME (opt));
6b61353c
KH
2353 for (sopt = socket_options; sopt->name; sopt++)
2354 if (strcmp (name, sopt->name) == 0)
2355 break;
e690ca94 2356
6b61353c
KH
2357 switch (sopt->opttype)
2358 {
2359 case SOPT_BOOL:
2360 {
2361 int optval;
2362 optval = NILP (val) ? 0 : 1;
2363 ret = setsockopt (s, sopt->optlevel, sopt->optnum,
2364 &optval, sizeof (optval));
2365 break;
2366 }
e690ca94 2367
6b61353c
KH
2368 case SOPT_INT:
2369 {
2370 int optval;
d311d28c 2371 if (TYPE_RANGED_INTEGERP (int, val))
6b61353c
KH
2372 optval = XINT (val);
2373 else
2374 error ("Bad option value for %s", name);
2375 ret = setsockopt (s, sopt->optlevel, sopt->optnum,
2376 &optval, sizeof (optval));
2377 break;
2378 }
e690ca94 2379
6b61353c
KH
2380#ifdef SO_BINDTODEVICE
2381 case SOPT_IFNAME:
2382 {
2383 char devname[IFNAMSIZ+1];
e690ca94 2384
6b61353c
KH
2385 /* This is broken, at least in the Linux 2.4 kernel.
2386 To unbind, the arg must be a zero integer, not the empty string.
2387 This should work on all systems. KFS. 2003-09-23. */
72af86bd 2388 memset (devname, 0, sizeof devname);
6b61353c 2389 if (STRINGP (val))
e690ca94 2390 {
51b59d79 2391 char *arg = SSDATA (val);
6b61353c 2392 int len = min (strlen (arg), IFNAMSIZ);
72af86bd 2393 memcpy (devname, arg, len);
e690ca94 2394 }
6b61353c
KH
2395 else if (!NILP (val))
2396 error ("Bad option value for %s", name);
2397 ret = setsockopt (s, sopt->optlevel, sopt->optnum,
2398 devname, IFNAMSIZ);
2399 break;
2400 }
2401#endif
e690ca94 2402
177c0ea7 2403#ifdef SO_LINGER
6b61353c
KH
2404 case SOPT_LINGER:
2405 {
2406 struct linger linger;
e690ca94 2407
6b61353c
KH
2408 linger.l_onoff = 1;
2409 linger.l_linger = 0;
d311d28c 2410 if (TYPE_RANGED_INTEGERP (int, val))
6b61353c
KH
2411 linger.l_linger = XINT (val);
2412 else
2413 linger.l_onoff = NILP (val) ? 0 : 1;
2414 ret = setsockopt (s, sopt->optlevel, sopt->optnum,
2415 &linger, sizeof (linger));
2416 break;
2417 }
e690ca94 2418#endif
6b61353c
KH
2419
2420 default:
2421 return 0;
e690ca94 2422 }
6b61353c
KH
2423
2424 if (ret < 0)
2425 report_file_error ("Cannot set network option",
2426 Fcons (opt, Fcons (val, Qnil)));
2427 return (1 << sopt->optbit);
e690ca94
KS
2428}
2429
6b61353c
KH
2430
2431DEFUN ("set-network-process-option",
2432 Fset_network_process_option, Sset_network_process_option,
2433 3, 4, 0,
2434 doc: /* For network process PROCESS set option OPTION to value VALUE.
2435See `make-network-process' for a list of options and values.
2436If optional fourth arg NO-ERROR is non-nil, don't signal an error if
2437OPTION is not a supported option, return nil instead; otherwise return t. */)
5842a27b 2438 (Lisp_Object process, Lisp_Object option, Lisp_Object value, Lisp_Object no_error)
e690ca94 2439{
6b61353c
KH
2440 int s;
2441 struct Lisp_Process *p;
e690ca94 2442
e690ca94 2443 CHECK_PROCESS (process);
6b61353c
KH
2444 p = XPROCESS (process);
2445 if (!NETCONN1_P (p))
2446 error ("Process is not a network process");
2447
60f0fb11 2448 s = p->infd;
6b61353c
KH
2449 if (s < 0)
2450 error ("Process is not running");
2451
2452 if (set_socket_option (s, option, value))
e690ca94 2453 {
6a09a33b 2454 pset_childp (p, Fplist_put (p->childp, option, value));
6b61353c 2455 return Qt;
e690ca94 2456 }
6b61353c
KH
2457
2458 if (NILP (no_error))
2459 error ("Unknown or unsupported option");
2460
2461 return Qnil;
e690ca94 2462}
6b61353c 2463
e690ca94 2464\f
d888760c
GM
2465DEFUN ("serial-process-configure",
2466 Fserial_process_configure,
2467 Sserial_process_configure,
2468 0, MANY, 0,
2469 doc: /* Configure speed, bytesize, etc. of a serial process.
2470
2471Arguments are specified as keyword/argument pairs. Attributes that
2472are not given are re-initialized from the process's current
2473configuration (available via the function `process-contact') or set to
2474reasonable default values. The following arguments are defined:
2475
2476:process PROCESS
2477:name NAME
2478:buffer BUFFER
2479:port PORT
2480-- Any of these arguments can be given to identify the process that is
2481to be configured. If none of these arguments is given, the current
2482buffer's process is used.
2483
2484:speed SPEED -- SPEED is the speed of the serial port in bits per
2485second, also called baud rate. Any value can be given for SPEED, but
2486most serial ports work only at a few defined values between 1200 and
2487115200, with 9600 being the most common value. If SPEED is nil, the
2488serial port is not configured any further, i.e., all other arguments
2489are ignored. This may be useful for special serial ports such as
2490Bluetooth-to-serial converters which can only be configured through AT
2491commands. A value of nil for SPEED can be used only when passed
2492through `make-serial-process' or `serial-term'.
2493
2494:bytesize BYTESIZE -- BYTESIZE is the number of bits per byte, which
2495can be 7 or 8. If BYTESIZE is not given or nil, a value of 8 is used.
2496
2497:parity PARITY -- PARITY can be nil (don't use parity), the symbol
2498`odd' (use odd parity), or the symbol `even' (use even parity). If
2499PARITY is not given, no parity is used.
2500
2501:stopbits STOPBITS -- STOPBITS is the number of stopbits used to
2502terminate a byte transmission. STOPBITS can be 1 or 2. If STOPBITS
2503is not given or nil, 1 stopbit is used.
2504
2505:flowcontrol FLOWCONTROL -- FLOWCONTROL determines the type of
2506flowcontrol to be used, which is either nil (don't use flowcontrol),
2507the symbol `hw' (use RTS/CTS hardware flowcontrol), or the symbol `sw'
2508\(use XON/XOFF software flowcontrol). If FLOWCONTROL is not given, no
2509flowcontrol is used.
2510
2511`serial-process-configure' is called by `make-serial-process' for the
2512initial configuration of the serial port.
2513
2514Examples:
2515
2516\(serial-process-configure :process "/dev/ttyS0" :speed 1200)
2517
2518\(serial-process-configure
2519 :buffer "COM1" :stopbits 1 :parity 'odd :flowcontrol 'hw)
2520
2521\(serial-process-configure :port "\\\\.\\COM13" :bytesize 7)
2522
2523usage: (serial-process-configure &rest ARGS) */)
f66c7cf8 2524 (ptrdiff_t nargs, Lisp_Object *args)
d888760c
GM
2525{
2526 struct Lisp_Process *p;
2527 Lisp_Object contact = Qnil;
2528 Lisp_Object proc = Qnil;
2529 struct gcpro gcpro1;
2530
2531 contact = Flist (nargs, args);
2532 GCPRO1 (contact);
2533
2534 proc = Fplist_get (contact, QCprocess);
2535 if (NILP (proc))
2536 proc = Fplist_get (contact, QCname);
2537 if (NILP (proc))
2538 proc = Fplist_get (contact, QCbuffer);
2539 if (NILP (proc))
2540 proc = Fplist_get (contact, QCport);
2541 proc = get_process (proc);
2542 p = XPROCESS (proc);
4d2b044c 2543 if (!EQ (p->type, Qserial))
d888760c
GM
2544 error ("Not a serial process");
2545
4d2b044c 2546 if (NILP (Fplist_get (p->childp, QCspeed)))
d888760c
GM
2547 {
2548 UNGCPRO;
2549 return Qnil;
2550 }
2551
2552 serial_configure (p, contact);
2553
2554 UNGCPRO;
2555 return Qnil;
2556}
d888760c 2557
d888760c 2558/* Used by make-serial-process to recover from errors. */
b766f867
PE
2559static Lisp_Object
2560make_serial_process_unwind (Lisp_Object proc)
d888760c
GM
2561{
2562 if (!PROCESSP (proc))
2563 abort ();
2564 remove_process (proc);
2565 return Qnil;
2566}
d888760c 2567
d888760c
GM
2568DEFUN ("make-serial-process", Fmake_serial_process, Smake_serial_process,
2569 0, MANY, 0,
2570 doc: /* Create and return a serial port process.
2571
2572In Emacs, serial port connections are represented by process objects,
2573so input and output work as for subprocesses, and `delete-process'
2574closes a serial port connection. However, a serial process has no
2575process id, it cannot be signaled, and the status codes are different
2576from normal processes.
2577
2578`make-serial-process' creates a process and a buffer, on which you
2579probably want to use `process-send-string'. Try \\[serial-term] for
2580an interactive terminal. See below for examples.
2581
2582Arguments are specified as keyword/argument pairs. The following
2583arguments are defined:
2584
2585:port PORT -- (mandatory) PORT is the path or name of the serial port.
2586For example, this could be "/dev/ttyS0" on Unix. On Windows, this
2587could be "COM1", or "\\\\.\\COM10" for ports higher than COM9 (double
2588the backslashes in strings).
2589
2590:speed SPEED -- (mandatory) is handled by `serial-process-configure',
4373fd43 2591which this function calls.
d888760c
GM
2592
2593:name NAME -- NAME is the name of the process. If NAME is not given,
2594the value of PORT is used.
2595
2596:buffer BUFFER -- BUFFER is the buffer (or buffer-name) to associate
2597with the process. Process output goes at the end of that buffer,
2598unless you specify an output stream or filter function to handle the
2599output. If BUFFER is not given, the value of NAME is used.
2600
2601:coding CODING -- If CODING is a symbol, it specifies the coding
2602system used for both reading and writing for this process. If CODING
2603is a cons (DECODING . ENCODING), DECODING is used for reading, and
2604ENCODING is used for writing.
2605
2606:noquery BOOL -- When exiting Emacs, query the user if BOOL is nil and
2607the process is running. If BOOL is not given, query before exiting.
2608
2609:stop BOOL -- Start process in the `stopped' state if BOOL is non-nil.
2610In the stopped state, a serial process does not accept incoming data,
2611but you can send outgoing data. The stopped state is cleared by
2612`continue-process' and set by `stop-process'.
2613
2614:filter FILTER -- Install FILTER as the process filter.
2615
2616:sentinel SENTINEL -- Install SENTINEL as the process sentinel.
2617
2618:plist PLIST -- Install PLIST as the initial plist of the process.
2619
d888760c
GM
2620:bytesize
2621:parity
2622:stopbits
2623:flowcontrol
4373fd43
GM
2624-- This function calls `serial-process-configure' to handle these
2625arguments.
d888760c
GM
2626
2627The original argument list, possibly modified by later configuration,
2628is available via the function `process-contact'.
2629
2630Examples:
2631
2632\(make-serial-process :port "/dev/ttyS0" :speed 9600)
2633
2634\(make-serial-process :port "COM1" :speed 115200 :stopbits 2)
2635
2636\(make-serial-process :port "\\\\.\\COM13" :speed 1200 :bytesize 7 :parity 'odd)
2637
2638\(make-serial-process :port "/dev/tty.BlueConsole-SPP-1" :speed nil)
2639
2640usage: (make-serial-process &rest ARGS) */)
f66c7cf8 2641 (ptrdiff_t nargs, Lisp_Object *args)
d888760c
GM
2642{
2643 int fd = -1;
2644 Lisp_Object proc, contact, port;
2645 struct Lisp_Process *p;
2646 struct gcpro gcpro1;
2647 Lisp_Object name, buffer;
2648 Lisp_Object tem, val;
d311d28c 2649 ptrdiff_t specpdl_count = -1;
d888760c
GM
2650
2651 if (nargs == 0)
2652 return Qnil;
2653
2654 contact = Flist (nargs, args);
2655 GCPRO1 (contact);
2656
2657 port = Fplist_get (contact, QCport);
2658 if (NILP (port))
2659 error ("No port specified");
2660 CHECK_STRING (port);
2661
2662 if (NILP (Fplist_member (contact, QCspeed)))
2663 error (":speed not specified");
2664 if (!NILP (Fplist_get (contact, QCspeed)))
2665 CHECK_NUMBER (Fplist_get (contact, QCspeed));
2666
2667 name = Fplist_get (contact, QCname);
2668 if (NILP (name))
2669 name = port;
2670 CHECK_STRING (name);
2671 proc = make_process (name);
2672 specpdl_count = SPECPDL_INDEX ();
2673 record_unwind_protect (make_serial_process_unwind, proc);
2674 p = XPROCESS (proc);
2675
51b59d79 2676 fd = serial_open (SSDATA (port));
d888760c
GM
2677 p->infd = fd;
2678 p->outfd = fd;
2679 if (fd > max_process_desc)
2680 max_process_desc = fd;
2681 chan_process[fd] = proc;
2682
2683 buffer = Fplist_get (contact, QCbuffer);
2684 if (NILP (buffer))
2685 buffer = name;
2686 buffer = Fget_buffer_create (buffer);
6a09a33b
PE
2687 pset_buffer (p, buffer);
2688
2689 pset_childp (p, contact);
2690 pset_plist (p, Fcopy_sequence (Fplist_get (contact, QCplist)));
2691 pset_type (p, Qserial);
2692 pset_sentinel (p, Fplist_get (contact, QCsentinel));
2693 pset_filter (p, Fplist_get (contact, QCfilter));
2694 pset_log (p, Qnil);
d888760c
GM
2695 if (tem = Fplist_get (contact, QCnoquery), !NILP (tem))
2696 p->kill_without_query = 1;
2697 if (tem = Fplist_get (contact, QCstop), !NILP (tem))
6a09a33b 2698 pset_command (p, Qt);
d888760c
GM
2699 p->pty_flag = 0;
2700
4d2b044c 2701 if (!EQ (p->command, Qt))
d888760c
GM
2702 {
2703 FD_SET (fd, &input_wait_mask);
2704 FD_SET (fd, &non_keyboard_wait_mask);
2705 }
2706
2707 if (BUFFERP (buffer))
2708 {
4d2b044c 2709 set_marker_both (p->mark, buffer,
d888760c
GM
2710 BUF_ZV (XBUFFER (buffer)),
2711 BUF_ZV_BYTE (XBUFFER (buffer)));
2712 }
2713
2714 tem = Fplist_member (contact, QCcoding);
2715 if (!NILP (tem) && (!CONSP (tem) || !CONSP (XCDR (tem))))
2716 tem = Qnil;
2717
2718 val = Qnil;
2719 if (!NILP (tem))
2720 {
2721 val = XCAR (XCDR (tem));
2722 if (CONSP (val))
2723 val = XCAR (val);
2724 }
2725 else if (!NILP (Vcoding_system_for_read))
2726 val = Vcoding_system_for_read;
4b4deea2
TT
2727 else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
2728 || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
d888760c 2729 val = Qnil;
6a09a33b 2730 pset_decode_coding_system (p, val);
d888760c
GM
2731
2732 val = Qnil;
2733 if (!NILP (tem))
2734 {
2735 val = XCAR (XCDR (tem));
2736 if (CONSP (val))
2737 val = XCDR (val);
2738 }
2739 else if (!NILP (Vcoding_system_for_write))
2740 val = Vcoding_system_for_write;
4b4deea2
TT
2741 else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
2742 || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
d888760c 2743 val = Qnil;
6a09a33b 2744 pset_encode_coding_system (p, val);
d888760c
GM
2745
2746 setup_process_coding_systems (proc);
6a09a33b 2747 pset_decoding_buf (p, empty_unibyte_string);
d888760c 2748 p->decoding_carryover = 0;
6a09a33b 2749 pset_encoding_buf (p, empty_unibyte_string);
d888760c
GM
2750 p->inherit_coding_system_flag
2751 = !(!NILP (tem) || NILP (buffer) || !inherit_process_coding_system);
2752
ed3751c8 2753 Fserial_process_configure (nargs, args);
d888760c
GM
2754
2755 specpdl_ptr = specpdl + specpdl_count;
2756
2757 UNGCPRO;
2758 return proc;
2759}
d888760c 2760
e690ca94
KS
2761/* Create a network stream/datagram client/server process. Treated
2762 exactly like a normal process when reading and writing. Primary
d0d6b7c5
JB
2763 differences are in status display and process deletion. A network
2764 connection has no PID; you cannot signal it. All you can do is
e690ca94
KS
2765 stop/continue it and deactivate/close it via delete-process */
2766
177c0ea7
JB
2767DEFUN ("make-network-process", Fmake_network_process, Smake_network_process,
2768 0, MANY, 0,
e690ca94
KS
2769 doc: /* Create and return a network server or client process.
2770
fa9d4315 2771In Emacs, network connections are represented by process objects, so
e690ca94
KS
2772input and output work as for subprocesses and `delete-process' closes
2773a network connection. However, a network process has no process id,
d22426e1 2774it cannot be signaled, and the status codes are different from normal
e690ca94
KS
2775processes.
2776
2777Arguments are specified as keyword/argument pairs. The following
2778arguments are defined:
2779
2780:name NAME -- NAME is name for process. It is modified if necessary
2781to make it unique.
2782
2783:buffer BUFFER -- BUFFER is the buffer (or buffer-name) to associate
2784with the process. Process output goes at end of that buffer, unless
2785you specify an output stream or filter function to handle the output.
2786BUFFER may be also nil, meaning that this process is not associated
2787with any buffer.
2788
2789:host HOST -- HOST is name of the host to connect to, or its IP
2790address. The symbol `local' specifies the local host. If specified
2791for a server process, it must be a valid name or address for the local
2792host, and only clients connecting to that address will be accepted.
2793
2794:service SERVICE -- SERVICE is name of the service desired, or an
2795integer specifying a port number to connect to. If SERVICE is t,
eba25e7c
GM
2796a random port number is selected for the server. (If Emacs was
2797compiled with getaddrinfo, a port number can also be specified as a
2798string, e.g. "80", as well as an integer. This is not portable.)
e690ca94 2799
9057ff80 2800:type TYPE -- TYPE is the type of connection. The default (nil) is a
f00c449b
SM
2801stream type connection, `datagram' creates a datagram type connection,
2802`seqpacket' creates a reliable datagram connection.
9057ff80 2803
e690ca94 2804:family FAMILY -- FAMILY is the address (and protocol) family for the
e1652a86
KS
2805service specified by HOST and SERVICE. The default (nil) is to use
2806whatever address family (IPv4 or IPv6) that is defined for the host
2807and port number specified by HOST and SERVICE. Other address families
2808supported are:
e690ca94 2809 local -- for a local (i.e. UNIX) address specified by SERVICE.
e1652a86
KS
2810 ipv4 -- use IPv4 address family only.
2811 ipv6 -- use IPv6 address family only.
e690ca94
KS
2812
2813:local ADDRESS -- ADDRESS is the local address used for the connection.
2814This parameter is ignored when opening a client process. When specified
2815for a server process, the FAMILY, HOST and SERVICE args are ignored.
2816
2817:remote ADDRESS -- ADDRESS is the remote partner's address for the
2818connection. This parameter is ignored when opening a stream server
2819process. For a datagram server process, it specifies the initial
2820setting of the remote datagram address. When specified for a client
2821process, the FAMILY, HOST, and SERVICE args are ignored.
2822
2823The format of ADDRESS depends on the address family:
2824- An IPv4 address is represented as an vector of integers [A B C D P]
2825corresponding to numeric IP address A.B.C.D and port number P.
2826- A local address is represented as a string with the address in the
2827local address space.
2828- An "unsupported family" address is represented by a cons (F . AV)
2829where F is the family number and AV is a vector containing the socket
2830address data with one element per address data byte. Do not rely on
2831this format in portable code, as it may depend on implementation
2832defined constants, data sizes, and data structure alignment.
2833
6b61353c
KH
2834:coding CODING -- If CODING is a symbol, it specifies the coding
2835system used for both reading and writing for this process. If CODING
2836is a cons (DECODING . ENCODING), DECODING is used for reading, and
2837ENCODING is used for writing.
e690ca94
KS
2838
2839:nowait BOOL -- If BOOL is non-nil for a stream type client process,
2840return without waiting for the connection to complete; instead, the
2841sentinel function will be called with second arg matching "open" (if
2842successful) or "failed" when the connect completes. Default is to use
2843a blocking connect (i.e. wait) for stream type connections.
2844
2845:noquery BOOL -- Query the user unless BOOL is non-nil, and process is
f3d9532b 2846running when Emacs is exited.
e690ca94
KS
2847
2848:stop BOOL -- Start process in the `stopped' state if BOOL non-nil.
2849In the stopped state, a server process does not accept new
2850connections, and a client process does not handle incoming traffic.
2851The stopped state is cleared by `continue-process' and set by
2852`stop-process'.
2853
2854:filter FILTER -- Install FILTER as the process filter.
2855
7392e23c
KS
2856:filter-multibyte BOOL -- If BOOL is non-nil, strings given to the
2857process filter are multibyte, otherwise they are unibyte.
e0f24100 2858If this keyword is not specified, the strings are multibyte if
016a35df 2859the default value of `enable-multibyte-characters' is non-nil.
03f04413 2860
e690ca94
KS
2861:sentinel SENTINEL -- Install SENTINEL as the process sentinel.
2862
2863:log LOG -- Install LOG as the server process log function. This
991234f0 2864function is called when the server accepts a network connection from a
e690ca94
KS
2865client. The arguments are SERVER, CLIENT, and MESSAGE, where SERVER
2866is the server process, CLIENT is the new process for the connection,
2867and MESSAGE is a string.
2868
faa7db08 2869:plist PLIST -- Install PLIST as the new process' initial plist.
177c0ea7 2870
6b61353c 2871:server QLEN -- if QLEN is non-nil, create a server process for the
e690ca94 2872specified FAMILY, SERVICE, and connection type (stream or datagram).
6b61353c
KH
2873If QLEN is an integer, it is used as the max. length of the server's
2874pending connection queue (also known as the backlog); the default
2875queue length is 5. Default is to create a client process.
2876
2877The following network options can be specified for this connection:
2878
2879:broadcast BOOL -- Allow send and receive of datagram broadcasts.
2880:dontroute BOOL -- Only send to directly connected hosts.
2881:keepalive BOOL -- Send keep-alive messages on network stream.
2882:linger BOOL or TIMEOUT -- Send queued messages before closing.
2883:oobinline BOOL -- Place out-of-band data in receive data stream.
2884:priority INT -- Set protocol defined priority for sent packets.
2885:reuseaddr BOOL -- Allow reusing a recently used local address
2886 (this is allowed by default for a server process).
2887:bindtodevice NAME -- bind to interface NAME. Using this may require
2888 special privileges on some systems.
2889
2890Consult the relevant system programmer's manual pages for more
2891information on using these options.
2892
2893
2894A server process will listen for and accept connections from clients.
2895When a client connection is accepted, a new network process is created
2896for the connection with the following parameters:
e690ca94 2897
e690ca94
KS
2898- The client's process name is constructed by concatenating the server
2899process' NAME and a client identification string.
2900- If the FILTER argument is non-nil, the client process will not get a
2901separate process buffer; otherwise, the client's process buffer is a newly
2902created buffer named after the server process' BUFFER name or process
177c0ea7 2903NAME concatenated with the client identification string.
e690ca94
KS
2904- The connection type and the process filter and sentinel parameters are
2905inherited from the server process' TYPE, FILTER and SENTINEL.
2906- The client process' contact info is set according to the client's
2907addressing information (typically an IP address and a port number).
faa7db08 2908- The client process' plist is initialized from the server's plist.
e690ca94
KS
2909
2910Notice that the FILTER and SENTINEL args are never used directly by
2911the server process. Also, the BUFFER argument is not used directly by
9e9a5792
KS
2912the server process, but via the optional :log function, accepted (and
2913failed) connections may be logged in the server process' buffer.
e690ca94 2914
365aee82
KS
2915The original argument list, modified with the actual connection
2916information, is available via the `process-contact' function.
365aee82 2917
fa9d4315 2918usage: (make-network-process &rest ARGS) */)
f66c7cf8 2919 (ptrdiff_t nargs, Lisp_Object *args)
d0d6b7c5
JB
2920{
2921 Lisp_Object proc;
e690ca94
KS
2922 Lisp_Object contact;
2923 struct Lisp_Process *p;
70dbdb36 2924#ifdef HAVE_GETADDRINFO
e690ca94 2925 struct addrinfo ai, *res, *lres;
e1652a86 2926 struct addrinfo hints;
8ea90aa3
DN
2927 const char *portstring;
2928 char portbuf[128];
70dbdb36 2929#else /* HAVE_GETADDRINFO */
dd2a17ab
KS
2930 struct _emacs_addrinfo
2931 {
2932 int ai_family;
2933 int ai_socktype;
2934 int ai_protocol;
2935 int ai_addrlen;
2936 struct sockaddr *ai_addr;
2937 struct _emacs_addrinfo *ai_next;
2938 } ai, *res, *lres;
418b48fd 2939#endif /* HAVE_GETADDRINFO */
e690ca94
KS
2940 struct sockaddr_in address_in;
2941#ifdef HAVE_LOCAL_SOCKETS
2942 struct sockaddr_un address_un;
2943#endif
2944 int port;
dd2a17ab
KS
2945 int ret = 0;
2946 int xerrno = 0;
418b48fd 2947 int s = -1, outch, inch;
e690ca94 2948 struct gcpro gcpro1;
d311d28c
PE
2949 ptrdiff_t count = SPECPDL_INDEX ();
2950 ptrdiff_t count1;
e690ca94
KS
2951 Lisp_Object QCaddress; /* one of QClocal or QCremote */
2952 Lisp_Object tem;
2953 Lisp_Object name, buffer, host, service, address;
2954 Lisp_Object filter, sentinel;
2955 int is_non_blocking_client = 0;
6b61353c 2956 int is_server = 0, backlog = 5;
9057ff80 2957 int socktype;
e690ca94
KS
2958 int family = -1;
2959
2960 if (nargs == 0)
2961 return Qnil;
dd2a17ab 2962
e690ca94
KS
2963 /* Save arguments for process-contact and clone-process. */
2964 contact = Flist (nargs, args);
2965 GCPRO1 (contact);
2966
bff3ed0a
RS
2967#ifdef WINDOWSNT
2968 /* Ensure socket support is loaded if available. */
2969 init_winsock (TRUE);
2970#endif
2971
9057ff80
KS
2972 /* :type TYPE (nil: stream, datagram */
2973 tem = Fplist_get (contact, QCtype);
2974 if (NILP (tem))
2975 socktype = SOCK_STREAM;
2976#ifdef DATAGRAM_SOCKETS
2977 else if (EQ (tem, Qdatagram))
2978 socktype = SOCK_DGRAM;
f00c449b
SM
2979#endif
2980#ifdef HAVE_SEQPACKET
2981 else if (EQ (tem, Qseqpacket))
2982 socktype = SOCK_SEQPACKET;
e690ca94 2983#endif
9057ff80
KS
2984 else
2985 error ("Unsupported connection type");
e690ca94
KS
2986
2987 /* :server BOOL */
2988 tem = Fplist_get (contact, QCserver);
2989 if (!NILP (tem))
2990 {
75728599
JR
2991 /* Don't support network sockets when non-blocking mode is
2992 not available, since a blocked Emacs is not useful. */
5e617bc2 2993#if !defined (O_NONBLOCK) && !defined (O_NDELAY)
e690ca94
KS
2994 error ("Network servers not supported");
2995#else
2996 is_server = 1;
d311d28c 2997 if (TYPE_RANGED_INTEGERP (int, tem))
6b61353c 2998 backlog = XINT (tem);
e690ca94
KS
2999#endif
3000 }
3001
3002 /* Make QCaddress an alias for :local (server) or :remote (client). */
3003 QCaddress = is_server ? QClocal : QCremote;
3004
d7e344cd 3005 /* :nowait BOOL */
84b31826 3006 if (!is_server && socktype != SOCK_DGRAM
e690ca94
KS
3007 && (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
3008 {
3009#ifndef NON_BLOCKING_CONNECT
3010 error ("Non-blocking connect not supported");
3011#else
3012 is_non_blocking_client = 1;
3013#endif
3014 }
3015
3016 name = Fplist_get (contact, QCname);
3017 buffer = Fplist_get (contact, QCbuffer);
3018 filter = Fplist_get (contact, QCfilter);
3019 sentinel = Fplist_get (contact, QCsentinel);
3020
b7826503 3021 CHECK_STRING (name);
e690ca94 3022
e690ca94
KS
3023 /* Initialize addrinfo structure in case we don't use getaddrinfo. */
3024 ai.ai_socktype = socktype;
3025 ai.ai_protocol = 0;
3026 ai.ai_next = NULL;
3027 res = &ai;
a319f7c1 3028
e690ca94
KS
3029 /* :local ADDRESS or :remote ADDRESS */
3030 address = Fplist_get (contact, QCaddress);
3031 if (!NILP (address))
a319f7c1 3032 {
e690ca94
KS
3033 host = service = Qnil;
3034
3035 if (!(ai.ai_addrlen = get_lisp_to_sockaddr_size (address, &family)))
3036 error ("Malformed :address");
3037 ai.ai_family = family;
3038 ai.ai_addr = alloca (ai.ai_addrlen);
3039 conv_lisp_to_sockaddr (family, address, ai.ai_addr, ai.ai_addrlen);
3040 goto open_socket;
a319f7c1 3041 }
e690ca94
KS
3042
3043 /* :family FAMILY -- nil (for Inet), local, or integer. */
3044 tem = Fplist_get (contact, QCfamily);
e1652a86 3045 if (NILP (tem))
a319f7c1 3046 {
5e617bc2 3047#if defined (HAVE_GETADDRINFO) && defined (AF_INET6)
e1652a86
KS
3048 family = AF_UNSPEC;
3049#else
3050 family = AF_INET;
e690ca94 3051#endif
a319f7c1 3052 }
e1652a86
KS
3053#ifdef HAVE_LOCAL_SOCKETS
3054 else if (EQ (tem, Qlocal))
3055 family = AF_LOCAL;
3056#endif
3057#ifdef AF_INET6
3058 else if (EQ (tem, Qipv6))
3059 family = AF_INET6;
3060#endif
3061 else if (EQ (tem, Qipv4))
3062 family = AF_INET;
d311d28c 3063 else if (TYPE_RANGED_INTEGERP (int, tem))
e1652a86
KS
3064 family = XINT (tem);
3065 else
e690ca94 3066 error ("Unknown address family");
e1652a86 3067
e690ca94
KS
3068 ai.ai_family = family;
3069
3070 /* :service SERVICE -- string, integer (port number), or t (random port). */
3071 service = Fplist_get (contact, QCservice);
3072
66a9f7f4
SM
3073 /* :host HOST -- hostname, ip address, or 'local for localhost. */
3074 host = Fplist_get (contact, QChost);
3075 if (!NILP (host))
3076 {
3077 if (EQ (host, Qlocal))
ba3033ee
JB
3078 /* Depending on setup, "localhost" may map to different IPv4 and/or
3079 IPv6 addresses, so it's better to be explicit. (Bug#6781) */
3080 host = build_string ("127.0.0.1");
66a9f7f4
SM
3081 CHECK_STRING (host);
3082 }
3083
e690ca94
KS
3084#ifdef HAVE_LOCAL_SOCKETS
3085 if (family == AF_LOCAL)
d0d6b7c5 3086 {
66a9f7f4
SM
3087 if (!NILP (host))
3088 {
3089 message (":family local ignores the :host \"%s\" property",
3090 SDATA (host));
3091 contact = Fplist_put (contact, QChost, Qnil);
3092 host = Qnil;
3093 }
b7826503 3094 CHECK_STRING (service);
72af86bd 3095 memset (&address_un, 0, sizeof address_un);
e690ca94 3096 address_un.sun_family = AF_LOCAL;
e99a530f
PE
3097 if (sizeof address_un.sun_path <= SBYTES (service))
3098 error ("Service name too long");
3099 strcpy (address_un.sun_path, SSDATA (service));
e690ca94
KS
3100 ai.ai_addr = (struct sockaddr *) &address_un;
3101 ai.ai_addrlen = sizeof address_un;
3102 goto open_socket;
d0d6b7c5 3103 }
e690ca94 3104#endif
a319f7c1 3105
798b64bb
KH
3106 /* Slow down polling to every ten seconds.
3107 Some kernels have a bug which causes retrying connect to fail
3108 after a connect. Polling can interfere with gethostbyname too. */
3109#ifdef POLL_FOR_INPUT
84b31826 3110 if (socktype != SOCK_DGRAM)
e690ca94
KS
3111 {
3112 record_unwind_protect (unwind_stop_other_atimers, Qnil);
3113 bind_polling_period (10);
3114 }
798b64bb
KH
3115#endif
3116
a319f7c1 3117#ifdef HAVE_GETADDRINFO
e690ca94
KS
3118 /* If we have a host, use getaddrinfo to resolve both host and service.
3119 Otherwise, use getservbyname to lookup the service. */
3120 if (!NILP (host))
3121 {
3122
3123 /* SERVICE can either be a string or int.
3124 Convert to a C string for later use by getaddrinfo. */
3125 if (EQ (service, Qt))
3126 portstring = "0";
3127 else if (INTEGERP (service))
3128 {
c2982e87 3129 sprintf (portbuf, "%"pI"d", XINT (service));
e690ca94
KS
3130 portstring = portbuf;
3131 }
3132 else
3133 {
3134 CHECK_STRING (service);
42a5b22f 3135 portstring = SSDATA (service);
e690ca94
KS
3136 }
3137
3138 immediate_quit = 1;
3139 QUIT;
3140 memset (&hints, 0, sizeof (hints));
3141 hints.ai_flags = 0;
e1652a86 3142 hints.ai_family = family;
e690ca94
KS
3143 hints.ai_socktype = socktype;
3144 hints.ai_protocol = 0;
08116b48
CY
3145
3146#ifdef HAVE_RES_INIT
3147 res_init ();
3148#endif
3149
42a5b22f 3150 ret = getaddrinfo (SSDATA (host), portstring, &hints, &res);
e690ca94 3151 if (ret)
f6270f62 3152#ifdef HAVE_GAI_STRERROR
42a5b22f 3153 error ("%s/%s %s", SSDATA (host), portstring, gai_strerror (ret));
f6270f62 3154#else
42a5b22f 3155 error ("%s/%s getaddrinfo error %d", SSDATA (host), portstring, ret);
f6270f62 3156#endif
e690ca94 3157 immediate_quit = 0;
a319f7c1 3158
e690ca94
KS
3159 goto open_socket;
3160 }
3161#endif /* HAVE_GETADDRINFO */
a319f7c1 3162
e690ca94
KS
3163 /* We end up here if getaddrinfo is not defined, or in case no hostname
3164 has been specified (e.g. for a local server process). */
3165
3166 if (EQ (service, Qt))
3167 port = 0;
3168 else if (INTEGERP (service))
3169 port = htons ((unsigned short) XINT (service));
3170 else
616da37c 3171 {
e690ca94
KS
3172 struct servent *svc_info;
3173 CHECK_STRING (service);
42a5b22f 3174 svc_info = getservbyname (SSDATA (service),
e690ca94
KS
3175 (socktype == SOCK_DGRAM ? "udp" : "tcp"));
3176 if (svc_info == 0)
d5db4077 3177 error ("Unknown service: %s", SDATA (service));
e690ca94
KS
3178 port = svc_info->s_port;
3179 }
3180
72af86bd 3181 memset (&address_in, 0, sizeof address_in);
e690ca94
KS
3182 address_in.sin_family = family;
3183 address_in.sin_addr.s_addr = INADDR_ANY;
3184 address_in.sin_port = port;
3185
3186#ifndef HAVE_GETADDRINFO
3187 if (!NILP (host))
3188 {
3189 struct hostent *host_info_ptr;
3190
c5e87d10 3191 /* gethostbyname may fail with TRY_AGAIN, but we don't honor that,
f3d9532b 3192 as it may `hang' Emacs for a very long time. */
5d6c2aa3
RS
3193 immediate_quit = 1;
3194 QUIT;
08116b48
CY
3195
3196#ifdef HAVE_RES_INIT
3197 res_init ();
3198#endif
3199
d5db4077 3200 host_info_ptr = gethostbyname (SDATA (host));
5d6c2aa3 3201 immediate_quit = 0;
177c0ea7 3202
e690ca94
KS
3203 if (host_info_ptr)
3204 {
72af86bd
AS
3205 memcpy (&address_in.sin_addr, host_info_ptr->h_addr,
3206 host_info_ptr->h_length);
e690ca94
KS
3207 family = host_info_ptr->h_addrtype;
3208 address_in.sin_family = family;
3209 }
3210 else
3211 /* Attempt to interpret host as numeric inet address */
3212 {
4624371d 3213 unsigned long numeric_addr;
51b59d79 3214 numeric_addr = inet_addr (SSDATA (host));
4624371d 3215 if (numeric_addr == -1)
d5db4077 3216 error ("Unknown host \"%s\"", SDATA (host));
d0d6b7c5 3217
72af86bd
AS
3218 memcpy (&address_in.sin_addr, &numeric_addr,
3219 sizeof (address_in.sin_addr));
e690ca94 3220 }
d0d6b7c5 3221
e690ca94 3222 }
dd2a17ab 3223#endif /* not HAVE_GETADDRINFO */
d0d6b7c5 3224
e690ca94
KS
3225 ai.ai_family = family;
3226 ai.ai_addr = (struct sockaddr *) &address_in;
3227 ai.ai_addrlen = sizeof address_in;
3228
3229 open_socket:
3230
dd2a17ab 3231 /* Do this in case we never enter the for-loop below. */
aed13378 3232 count1 = SPECPDL_INDEX ();
dd2a17ab 3233 s = -1;
457a9bee 3234
dd2a17ab
KS
3235 for (lres = res; lres; lres = lres->ai_next)
3236 {
f66c7cf8 3237 ptrdiff_t optn;
c5101a77 3238 int optbits;
6b61353c 3239
4dc343ee 3240#ifdef WINDOWSNT
649dbf36 3241 retry_connect:
4dc343ee 3242#endif
649dbf36 3243
dd2a17ab
KS
3244 s = socket (lres->ai_family, lres->ai_socktype, lres->ai_protocol);
3245 if (s < 0)
3246 {
3247 xerrno = errno;
3248 continue;
3249 }
0f2ee0c1 3250
e690ca94
KS
3251#ifdef DATAGRAM_SOCKETS
3252 if (!is_server && socktype == SOCK_DGRAM)
3253 break;
3254#endif /* DATAGRAM_SOCKETS */
3255
dd2a17ab 3256#ifdef NON_BLOCKING_CONNECT
e690ca94 3257 if (is_non_blocking_client)
dd2a17ab
KS
3258 {
3259#ifdef O_NONBLOCK
3260 ret = fcntl (s, F_SETFL, O_NONBLOCK);
3261#else
3262 ret = fcntl (s, F_SETFL, O_NDELAY);
3263#endif
3264 if (ret < 0)
3265 {
3266 xerrno = errno;
3267 emacs_close (s);
3268 s = -1;
3269 continue;
3270 }
3271 }
3272#endif
177c0ea7 3273
dd2a17ab 3274 /* Make us close S if quit. */
dd2a17ab
KS
3275 record_unwind_protect (close_file_unwind, make_number (s));
3276
6b61353c
KH
3277 /* Parse network options in the arg list.
3278 We simply ignore anything which isn't a known option (including other keywords).
63136da6 3279 An error is signaled if setting a known option fails. */
6b61353c
KH
3280 for (optn = optbits = 0; optn < nargs-1; optn += 2)
3281 optbits |= set_socket_option (s, args[optn], args[optn+1]);
3282
e690ca94
KS
3283 if (is_server)
3284 {
3285 /* Configure as a server socket. */
6b61353c
KH
3286
3287 /* SO_REUSEADDR = 1 is default for server sockets; must specify
3288 explicit :reuseaddr key to override this. */
e690ca94
KS
3289#ifdef HAVE_LOCAL_SOCKETS
3290 if (family != AF_LOCAL)
3291#endif
6b61353c
KH
3292 if (!(optbits & (1 << OPIX_REUSEADDR)))
3293 {
3294 int optval = 1;
3295 if (setsockopt (s, SOL_SOCKET, SO_REUSEADDR, &optval, sizeof optval))
3296 report_file_error ("Cannot set reuse option on server socket", Qnil);
3297 }
177c0ea7 3298
e690ca94
KS
3299 if (bind (s, lres->ai_addr, lres->ai_addrlen))
3300 report_file_error ("Cannot bind server socket", Qnil);
3301
3302#ifdef HAVE_GETSOCKNAME
3303 if (EQ (service, Qt))
3304 {
3305 struct sockaddr_in sa1;
401bf9b4 3306 socklen_t len1 = sizeof (sa1);
e690ca94
KS
3307 if (getsockname (s, (struct sockaddr *)&sa1, &len1) == 0)
3308 {
3309 ((struct sockaddr_in *)(lres->ai_addr))->sin_port = sa1.sin_port;
21bd170d 3310 service = make_number (ntohs (sa1.sin_port));
e690ca94
KS
3311 contact = Fplist_put (contact, QCservice, service);
3312 }
3313 }
3314#endif
3315
84b31826 3316 if (socktype != SOCK_DGRAM && listen (s, backlog))
e690ca94
KS
3317 report_file_error ("Cannot listen on server socket", Qnil);
3318
3319 break;
3320 }
3321
dd2a17ab
KS
3322 immediate_quit = 1;
3323 QUIT;
3324
dd2a17ab
KS
3325 ret = connect (s, lres->ai_addr, lres->ai_addrlen);
3326 xerrno = errno;
3327
dd2a17ab
KS
3328 if (ret == 0 || xerrno == EISCONN)
3329 {
dd2a17ab
KS
3330 /* The unwind-protect will be discarded afterwards.
3331 Likewise for immediate_quit. */
3332 break;
3333 }
3334
3335#ifdef NON_BLOCKING_CONNECT
3336#ifdef EINPROGRESS
e690ca94 3337 if (is_non_blocking_client && xerrno == EINPROGRESS)
dd2a17ab
KS
3338 break;
3339#else
3340#ifdef EWOULDBLOCK
e690ca94 3341 if (is_non_blocking_client && xerrno == EWOULDBLOCK)
dd2a17ab
KS
3342 break;
3343#endif
3344#endif
3345#endif
649dbf36
CY
3346
3347#ifndef WINDOWSNT
cd591dbc
HE
3348 if (xerrno == EINTR)
3349 {
3350 /* Unlike most other syscalls connect() cannot be called
3351 again. (That would return EALREADY.) The proper way to
d35af63c 3352 wait for completion is pselect(). */
401bf9b4
PE
3353 int sc;
3354 socklen_t len;
cd591dbc
HE
3355 SELECT_TYPE fdset;
3356 retry_select:
3357 FD_ZERO (&fdset);
3358 FD_SET (s, &fdset);
3359 QUIT;
d35af63c 3360 sc = pselect (s + 1, NULL, &fdset, NULL, NULL, NULL);
cd591dbc
HE
3361 if (sc == -1)
3362 {
649dbf36 3363 if (errno == EINTR)
cd591dbc 3364 goto retry_select;
649dbf36 3365 else
cd591dbc
HE
3366 report_file_error ("select failed", Qnil);
3367 }
3368 eassert (sc > 0);
649dbf36
CY
3369
3370 len = sizeof xerrno;
3371 eassert (FD_ISSET (s, &fdset));
3372 if (getsockopt (s, SOL_SOCKET, SO_ERROR, &xerrno, &len) == -1)
3373 report_file_error ("getsockopt failed", Qnil);
3374 if (xerrno)
3375 errno = xerrno, report_file_error ("error during connect", Qnil);
3376 else
3377 break;
cd591dbc 3378 }
649dbf36 3379#endif /* !WINDOWSNT */
e333e864 3380
0f2ee0c1
RS
3381 immediate_quit = 0;
3382
dd2a17ab 3383 /* Discard the unwind protect closing S. */
5684cd6e 3384 specpdl_ptr = specpdl + count1;
68c45bf0 3385 emacs_close (s);
dd2a17ab 3386 s = -1;
649dbf36
CY
3387
3388#ifdef WINDOWSNT
3389 if (xerrno == EINTR)
3390 goto retry_connect;
3391#endif
dd2a17ab 3392 }
457a9bee 3393
e690ca94
KS
3394 if (s >= 0)
3395 {
3396#ifdef DATAGRAM_SOCKETS
3397 if (socktype == SOCK_DGRAM)
3398 {
3399 if (datagram_address[s].sa)
3400 abort ();
23f86fce 3401 datagram_address[s].sa = xmalloc (lres->ai_addrlen);
e690ca94
KS
3402 datagram_address[s].len = lres->ai_addrlen;
3403 if (is_server)
3404 {
3405 Lisp_Object remote;
72af86bd 3406 memset (datagram_address[s].sa, 0, lres->ai_addrlen);
e690ca94
KS
3407 if (remote = Fplist_get (contact, QCremote), !NILP (remote))
3408 {
3409 int rfamily, rlen;
3410 rlen = get_lisp_to_sockaddr_size (remote, &rfamily);
3411 if (rfamily == lres->ai_family && rlen == lres->ai_addrlen)
3412 conv_lisp_to_sockaddr (rfamily, remote,
3413 datagram_address[s].sa, rlen);
3414 }
3415 }
3416 else
72af86bd 3417 memcpy (datagram_address[s].sa, lres->ai_addr, lres->ai_addrlen);
e690ca94
KS
3418 }
3419#endif
177c0ea7 3420 contact = Fplist_put (contact, QCaddress,
e690ca94 3421 conv_sockaddr_to_lisp (lres->ai_addr, lres->ai_addrlen));
2185db04
KS
3422#ifdef HAVE_GETSOCKNAME
3423 if (!is_server)
3424 {
3425 struct sockaddr_in sa1;
401bf9b4 3426 socklen_t len1 = sizeof (sa1);
2185db04
KS
3427 if (getsockname (s, (struct sockaddr *)&sa1, &len1) == 0)
3428 contact = Fplist_put (contact, QClocal,
d3da34e0 3429 conv_sockaddr_to_lisp ((struct sockaddr *)&sa1, len1));
2185db04
KS
3430 }
3431#endif
e690ca94
KS
3432 }
3433
54b3b62f
YM
3434 immediate_quit = 0;
3435
dd2a17ab 3436#ifdef HAVE_GETADDRINFO
e690ca94 3437 if (res != &ai)
54b3b62f
YM
3438 {
3439 BLOCK_INPUT;
3440 freeaddrinfo (res);
3441 UNBLOCK_INPUT;
3442 }
dd2a17ab
KS
3443#endif
3444
e690ca94
KS
3445 /* Discard the unwind protect for closing S, if any. */
3446 specpdl_ptr = specpdl + count1;
3447
3448 /* Unwind bind_polling_period and request_sigio. */
3449 unbind_to (count, Qnil);
3450
dd2a17ab
KS
3451 if (s < 0)
3452 {
dd2a17ab
KS
3453 /* If non-blocking got this far - and failed - assume non-blocking is
3454 not supported after all. This is probably a wrong assumption, but
e690ca94
KS
3455 the normal blocking calls to open-network-stream handles this error
3456 better. */
3457 if (is_non_blocking_client)
dd2a17ab 3458 return Qnil;
dd2a17ab 3459
d0d6b7c5 3460 errno = xerrno;
e690ca94
KS
3461 if (is_server)
3462 report_file_error ("make server process failed", contact);
3463 else
3464 report_file_error ("make client process failed", contact);
d0d6b7c5 3465 }
44ade2e9 3466
d0d6b7c5 3467 inch = s;
59f23005 3468 outch = s;
d0d6b7c5
JB
3469
3470 if (!NILP (buffer))
3471 buffer = Fget_buffer_create (buffer);
3472 proc = make_process (name);
3473
3474 chan_process[inch] = proc;
3475
3476#ifdef O_NONBLOCK
3477 fcntl (inch, F_SETFL, O_NONBLOCK);
3478#else
3479#ifdef O_NDELAY
3480 fcntl (inch, F_SETFL, O_NDELAY);
3481#endif
3482#endif
3483
e690ca94
KS
3484 p = XPROCESS (proc);
3485
6a09a33b
PE
3486 pset_childp (p, contact);
3487 pset_plist (p, Fcopy_sequence (Fplist_get (contact, QCplist)));
3488 pset_type (p, Qnetwork);
177c0ea7 3489
6a09a33b
PE
3490 pset_buffer (p, buffer);
3491 pset_sentinel (p, sentinel);
3492 pset_filter (p, filter);
3493 pset_log (p, Fplist_get (contact, QClog));
e690ca94 3494 if (tem = Fplist_get (contact, QCnoquery), !NILP (tem))
60f0fb11 3495 p->kill_without_query = 1;
e690ca94 3496 if ((tem = Fplist_get (contact, QCstop), !NILP (tem)))
6a09a33b 3497 pset_command (p, Qt);
6bfd98e7 3498 p->pid = 0;
60f0fb11
SM
3499 p->infd = inch;
3500 p->outfd = outch;
84b31826 3501 if (is_server && socktype != SOCK_DGRAM)
6a09a33b 3502 pset_status (p, Qlisten);
dd2a17ab 3503
f523e0c3
SM
3504 /* Make the process marker point into the process buffer (if any). */
3505 if (BUFFERP (buffer))
4d2b044c 3506 set_marker_both (p->mark, buffer,
f523e0c3
SM
3507 BUF_ZV (XBUFFER (buffer)),
3508 BUF_ZV_BYTE (XBUFFER (buffer)));
3509
dd2a17ab 3510#ifdef NON_BLOCKING_CONNECT
e690ca94 3511 if (is_non_blocking_client)
dd2a17ab
KS
3512 {
3513 /* We may get here if connect did succeed immediately. However,
3514 in that case, we still need to signal this like a non-blocking
3515 connection. */
6a09a33b 3516 pset_status (p, Qconnect);
dd2a17ab
KS
3517 if (!FD_ISSET (inch, &connect_wait_mask))
3518 {
3519 FD_SET (inch, &connect_wait_mask);
3fad2ad2 3520 FD_SET (inch, &write_mask);
dd2a17ab
KS
3521 num_pending_connects++;
3522 }
3523 }
3524 else
3525#endif
e690ca94
KS
3526 /* A server may have a client filter setting of Qt, but it must
3527 still listen for incoming connects unless it is stopped. */
4d2b044c
DA
3528 if ((!EQ (p->filter, Qt) && !EQ (p->command, Qt))
3529 || (EQ (p->status, Qlisten) && NILP (p->command)))
dd2a17ab
KS
3530 {
3531 FD_SET (inch, &input_wait_mask);
3532 FD_SET (inch, &non_keyboard_wait_mask);
3533 }
3534
7d0e672e
RS
3535 if (inch > max_process_desc)
3536 max_process_desc = inch;
d0d6b7c5 3537
e690ca94
KS
3538 tem = Fplist_member (contact, QCcoding);
3539 if (!NILP (tem) && (!CONSP (tem) || !CONSP (XCDR (tem))))
3540 tem = Qnil; /* No error message (too late!). */
3541
67918941
RS
3542 {
3543 /* Setup coding systems for communicating with the network stream. */
dbf31225 3544 struct gcpro gcpro1;
67918941
RS
3545 /* Qt denotes we have not yet called Ffind_operation_coding_system. */
3546 Lisp_Object coding_systems = Qt;
b93aacde 3547 Lisp_Object fargs[5], val;
67918941 3548
e690ca94 3549 if (!NILP (tem))
6b61353c
KH
3550 {
3551 val = XCAR (XCDR (tem));
3552 if (CONSP (val))
3553 val = XCAR (val);
3554 }
e690ca94 3555 else if (!NILP (Vcoding_system_for_read))
67918941 3556 val = Vcoding_system_for_read;
4b4deea2
TT
3557 else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
3558 || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
67918941
RS
3559 /* We dare not decode end-of-line format by setting VAL to
3560 Qraw_text, because the existing Emacs Lisp libraries
9858f6c3 3561 assume that they receive bare code including a sequence of
67918941
RS
3562 CR LF. */
3563 val = Qnil;
3564 else
3565 {
991234f0
KS
3566 if (NILP (host) || NILP (service))
3567 coding_systems = Qnil;
3568 else
3569 {
b93aacde
PE
3570 fargs[0] = Qopen_network_stream, fargs[1] = name,
3571 fargs[2] = buffer, fargs[3] = host, fargs[4] = service;
dbf31225 3572 GCPRO1 (proc);
b93aacde 3573 coding_systems = Ffind_operation_coding_system (5, fargs);
dbf31225 3574 UNGCPRO;
991234f0 3575 }
67918941 3576 if (CONSP (coding_systems))
70949dac 3577 val = XCAR (coding_systems);
67918941 3578 else if (CONSP (Vdefault_process_coding_system))
70949dac 3579 val = XCAR (Vdefault_process_coding_system);
67918941
RS
3580 else
3581 val = Qnil;
3582 }
6a09a33b 3583 pset_decode_coding_system (p, val);
0fa1789e 3584
e690ca94 3585 if (!NILP (tem))
6b61353c
KH
3586 {
3587 val = XCAR (XCDR (tem));
3588 if (CONSP (val))
3589 val = XCDR (val);
3590 }
e690ca94 3591 else if (!NILP (Vcoding_system_for_write))
67918941 3592 val = Vcoding_system_for_write;
4b4deea2 3593 else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
67918941
RS
3594 val = Qnil;
3595 else
3596 {
3597 if (EQ (coding_systems, Qt))
3598 {
991234f0
KS
3599 if (NILP (host) || NILP (service))
3600 coding_systems = Qnil;
3601 else
3602 {
b93aacde
PE
3603 fargs[0] = Qopen_network_stream, fargs[1] = name,
3604 fargs[2] = buffer, fargs[3] = host, fargs[4] = service;
dbf31225 3605 GCPRO1 (proc);
b93aacde 3606 coding_systems = Ffind_operation_coding_system (5, fargs);
dbf31225 3607 UNGCPRO;
991234f0 3608 }
67918941
RS
3609 }
3610 if (CONSP (coding_systems))
70949dac 3611 val = XCDR (coding_systems);
67918941 3612 else if (CONSP (Vdefault_process_coding_system))
70949dac 3613 val = XCDR (Vdefault_process_coding_system);
67918941
RS
3614 else
3615 val = Qnil;
3616 }
6a09a33b 3617 pset_encode_coding_system (p, val);
67918941 3618 }
03f04413 3619 setup_process_coding_systems (proc);
0fa1789e 3620
6a09a33b 3621 pset_decoding_buf (p, empty_unibyte_string);
60f0fb11 3622 p->decoding_carryover = 0;
6a09a33b 3623 pset_encoding_buf (p, empty_unibyte_string);
0fa1789e 3624
e690ca94 3625 p->inherit_coding_system_flag
e6fca843 3626 = !(!NILP (tem) || NILP (buffer) || !inherit_process_coding_system);
52a1b894 3627
d0d6b7c5
JB
3628 UNGCPRO;
3629 return proc;
3630}
d0d6b7c5 3631
6b61353c 3632\f
5e617bc2 3633#if defined (HAVE_NET_IF_H)
6b61353c
KH
3634
3635#ifdef SIOCGIFCONF
3636DEFUN ("network-interface-list", Fnetwork_interface_list, Snetwork_interface_list, 0, 0, 0,
3637 doc: /* Return an alist of all network interfaces and their network address.
3638Each element is a cons, the car of which is a string containing the
3639interface name, and the cdr is the network address in internal
3640format; see the description of ADDRESS in `make-network-process'. */)
5842a27b 3641 (void)
6b61353c
KH
3642{
3643 struct ifconf ifconf;
377538cb
JD
3644 struct ifreq *ifreq;
3645 void *buf = NULL;
70c60eb2
PE
3646 ptrdiff_t buf_size = 512;
3647 int s, i;
6b61353c
KH
3648 Lisp_Object res;
3649
3650 s = socket (AF_INET, SOCK_STREAM, 0);
3651 if (s < 0)
3652 return Qnil;
3653
76667214 3654 do
6b61353c 3655 {
76667214
PE
3656 buf = xpalloc (buf, &buf_size, 1, INT_MAX, 1);
3657 ifconf.ifc_buf = buf;
3658 ifconf.ifc_len = buf_size;
156bffbe
AS
3659 if (ioctl (s, SIOCGIFCONF, &ifconf))
3660 {
3661 close (s);
76667214 3662 xfree (buf);
156bffbe
AS
3663 return Qnil;
3664 }
6b61353c 3665 }
76667214 3666 while (ifconf.ifc_len == buf_size);
6b61353c
KH
3667
3668 close (s);
6b61353c
KH
3669
3670 res = Qnil;
156bffbe
AS
3671 ifreq = ifconf.ifc_req;
3672 while ((char *) ifreq < (char *) ifconf.ifc_req + ifconf.ifc_len)
6b61353c 3673 {
377538cb
JD
3674 struct ifreq *ifq = ifreq;
3675#ifdef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
156bffbe
AS
3676#define SIZEOF_IFREQ(sif) \
3677 ((sif)->ifr_addr.sa_len < sizeof (struct sockaddr) \
3678 ? sizeof (*(sif)) : sizeof ((sif)->ifr_name) + (sif)->ifr_addr.sa_len)
377538cb
JD
3679
3680 int len = SIZEOF_IFREQ (ifq);
3681#else
3682 int len = sizeof (*ifreq);
3683#endif
6b61353c 3684 char namebuf[sizeof (ifq->ifr_name) + 1];
377538cb 3685 i += len;
156bffbe 3686 ifreq = (struct ifreq *) ((char *) ifreq + len);
377538cb 3687
6b61353c
KH
3688 if (ifq->ifr_addr.sa_family != AF_INET)
3689 continue;
377538cb 3690
72af86bd 3691 memcpy (namebuf, ifq->ifr_name, sizeof (ifq->ifr_name));
6b61353c
KH
3692 namebuf[sizeof (ifq->ifr_name)] = 0;
3693 res = Fcons (Fcons (build_string (namebuf),
3694 conv_sockaddr_to_lisp (&ifq->ifr_addr,
3695 sizeof (struct sockaddr))),
3696 res);
3697 }
3698
377538cb 3699 xfree (buf);
6b61353c
KH
3700 return res;
3701}
3702#endif /* SIOCGIFCONF */
3703
5e617bc2 3704#if defined (SIOCGIFADDR) || defined (SIOCGIFHWADDR) || defined (SIOCGIFFLAGS)
6b61353c
KH
3705
3706struct ifflag_def {
3707 int flag_bit;
91433552 3708 const char *flag_sym;
6b61353c
KH
3709};
3710
91433552 3711static const struct ifflag_def ifflag_table[] = {
6b61353c
KH
3712#ifdef IFF_UP
3713 { IFF_UP, "up" },
3714#endif
3715#ifdef IFF_BROADCAST
3716 { IFF_BROADCAST, "broadcast" },
3717#endif
3718#ifdef IFF_DEBUG
3719 { IFF_DEBUG, "debug" },
3720#endif
3721#ifdef IFF_LOOPBACK
3722 { IFF_LOOPBACK, "loopback" },
3723#endif
3724#ifdef IFF_POINTOPOINT
3725 { IFF_POINTOPOINT, "pointopoint" },
3726#endif
3727#ifdef IFF_RUNNING
3728 { IFF_RUNNING, "running" },
3729#endif
3730#ifdef IFF_NOARP
3731 { IFF_NOARP, "noarp" },
3732#endif
3733#ifdef IFF_PROMISC
3734 { IFF_PROMISC, "promisc" },
3735#endif
3736#ifdef IFF_NOTRAILERS
377538cb
JD
3737#ifdef NS_IMPL_COCOA
3738 /* Really means smart, notrailers is obsolete */
3739 { IFF_NOTRAILERS, "smart" },
3740#else
6b61353c
KH
3741 { IFF_NOTRAILERS, "notrailers" },
3742#endif
377538cb 3743#endif
6b61353c
KH
3744#ifdef IFF_ALLMULTI
3745 { IFF_ALLMULTI, "allmulti" },
3746#endif
3747#ifdef IFF_MASTER
3748 { IFF_MASTER, "master" },
3749#endif
3750#ifdef IFF_SLAVE
3751 { IFF_SLAVE, "slave" },
3752#endif
3753#ifdef IFF_MULTICAST
3754 { IFF_MULTICAST, "multicast" },
3755#endif
3756#ifdef IFF_PORTSEL
3757 { IFF_PORTSEL, "portsel" },
3758#endif
3759#ifdef IFF_AUTOMEDIA
3760 { IFF_AUTOMEDIA, "automedia" },
3761#endif
3762#ifdef IFF_DYNAMIC
3763 { IFF_DYNAMIC, "dynamic" },
e1652a86 3764#endif
2026418c
YM
3765#ifdef IFF_OACTIVE
3766 { IFF_OACTIVE, "oactive" }, /* OpenBSD: transmission in progress */
e1652a86
KS
3767#endif
3768#ifdef IFF_SIMPLEX
3769 { IFF_SIMPLEX, "simplex" }, /* OpenBSD: can't hear own transmissions */
3770#endif
3771#ifdef IFF_LINK0
3772 { IFF_LINK0, "link0" }, /* OpenBSD: per link layer defined bit */
3773#endif
3774#ifdef IFF_LINK1
3775 { IFF_LINK1, "link1" }, /* OpenBSD: per link layer defined bit */
3776#endif
3777#ifdef IFF_LINK2
3778 { IFF_LINK2, "link2" }, /* OpenBSD: per link layer defined bit */
6b61353c
KH
3779#endif
3780 { 0, 0 }
3781};
3782
3783DEFUN ("network-interface-info", Fnetwork_interface_info, Snetwork_interface_info, 1, 1, 0,
3784 doc: /* Return information about network interface named IFNAME.
3785The return value is a list (ADDR BCAST NETMASK HWADDR FLAGS),
3786where ADDR is the layer 3 address, BCAST is the layer 3 broadcast address,
e4920bc9 3787NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and
6b61353c 3788FLAGS is the current flags of the interface. */)
5842a27b 3789 (Lisp_Object ifname)
6b61353c
KH
3790{
3791 struct ifreq rq;
3792 Lisp_Object res = Qnil;
3793 Lisp_Object elt;
3794 int s;
3795 int any = 0;
0a0d27fb
PE
3796#if (! (defined SIOCGIFHWADDR && defined HAVE_STRUCT_IFREQ_IFR_HWADDR) \
3797 && defined HAVE_GETIFADDRS && defined LLADDR)
377538cb
JD
3798 struct ifaddrs *ifap;
3799#endif
6b61353c
KH
3800
3801 CHECK_STRING (ifname);
3802
e99a530f
PE
3803 if (sizeof rq.ifr_name <= SBYTES (ifname))
3804 error ("interface name too long");
3805 strcpy (rq.ifr_name, SSDATA (ifname));
6b61353c
KH
3806
3807 s = socket (AF_INET, SOCK_STREAM, 0);
3808 if (s < 0)
3809 return Qnil;
3810
3811 elt = Qnil;
5e617bc2 3812#if defined (SIOCGIFFLAGS) && defined (HAVE_STRUCT_IFREQ_IFR_FLAGS)
6b61353c
KH
3813 if (ioctl (s, SIOCGIFFLAGS, &rq) == 0)
3814 {
3815 int flags = rq.ifr_flags;
91433552 3816 const struct ifflag_def *fp;
6b61353c
KH
3817 int fnum;
3818
377538cb
JD
3819 /* If flags is smaller than int (i.e. short) it may have the high bit set
3820 due to IFF_MULTICAST. In that case, sign extending it into
3821 an int is wrong. */
3822 if (flags < 0 && sizeof (rq.ifr_flags) < sizeof (flags))
3823 flags = (unsigned short) rq.ifr_flags;
3824
bc57d757 3825 any = 1;
82a80058 3826 for (fp = ifflag_table; flags != 0 && fp->flag_sym; fp++)
6b61353c
KH
3827 {
3828 if (flags & fp->flag_bit)
3829 {
3830 elt = Fcons (intern (fp->flag_sym), elt);
3831 flags -= fp->flag_bit;
3832 }
3833 }
fa3c87e1 3834 for (fnum = 0; flags && fnum < 32; flags >>= 1, fnum++)
6b61353c 3835 {
fa3c87e1 3836 if (flags & 1)
6b61353c
KH
3837 {
3838 elt = Fcons (make_number (fnum), elt);
3839 }
3840 }
3841 }
3842#endif
3843 res = Fcons (elt, res);
3844
3845 elt = Qnil;
5e617bc2 3846#if defined (SIOCGIFHWADDR) && defined (HAVE_STRUCT_IFREQ_IFR_HWADDR)
6b61353c
KH
3847 if (ioctl (s, SIOCGIFHWADDR, &rq) == 0)
3848 {
3849 Lisp_Object hwaddr = Fmake_vector (make_number (6), Qnil);
3850 register struct Lisp_Vector *p = XVECTOR (hwaddr);
3851 int n;
3852
bc57d757 3853 any = 1;
6b61353c
KH
3854 for (n = 0; n < 6; n++)
3855 p->contents[n] = make_number (((unsigned char *)&rq.ifr_hwaddr.sa_data[0])[n]);
3856 elt = Fcons (make_number (rq.ifr_hwaddr.sa_family), hwaddr);
3857 }
5e617bc2 3858#elif defined (HAVE_GETIFADDRS) && defined (LLADDR)
377538cb
JD
3859 if (getifaddrs (&ifap) != -1)
3860 {
3861 Lisp_Object hwaddr = Fmake_vector (make_number (6), Qnil);
3862 register struct Lisp_Vector *p = XVECTOR (hwaddr);
3863 struct ifaddrs *it;
3864
3865 for (it = ifap; it != NULL; it = it->ifa_next)
3866 {
3867 struct sockaddr_dl *sdl = (struct sockaddr_dl*) it->ifa_addr;
3868 unsigned char linkaddr[6];
3869 int n;
3870
3871 if (it->ifa_addr->sa_family != AF_LINK
3872 || strcmp (it->ifa_name, SSDATA (ifname)) != 0
3873 || sdl->sdl_alen != 6)
3874 continue;
3875
5e617bc2 3876 memcpy (linkaddr, LLADDR (sdl), sdl->sdl_alen);
377538cb
JD
3877 for (n = 0; n < 6; n++)
3878 p->contents[n] = make_number (linkaddr[n]);
3879
3880 elt = Fcons (make_number (it->ifa_addr->sa_family), hwaddr);
3881 break;
3882 }
3883 }
3884#ifdef HAVE_FREEIFADDRS
3885 freeifaddrs (ifap);
6b61353c 3886#endif
377538cb
JD
3887
3888#endif /* HAVE_GETIFADDRS && LLADDR */
3889
6b61353c
KH
3890 res = Fcons (elt, res);
3891
3892 elt = Qnil;
5e617bc2 3893#if defined (SIOCGIFNETMASK) && (defined (HAVE_STRUCT_IFREQ_IFR_NETMASK) || defined (HAVE_STRUCT_IFREQ_IFR_ADDR))
6b61353c
KH
3894 if (ioctl (s, SIOCGIFNETMASK, &rq) == 0)
3895 {
bc57d757 3896 any = 1;
2026418c 3897#ifdef HAVE_STRUCT_IFREQ_IFR_NETMASK
6b61353c 3898 elt = conv_sockaddr_to_lisp (&rq.ifr_netmask, sizeof (rq.ifr_netmask));
2026418c
YM
3899#else
3900 elt = conv_sockaddr_to_lisp (&rq.ifr_addr, sizeof (rq.ifr_addr));
3901#endif
6b61353c
KH
3902 }
3903#endif
3904 res = Fcons (elt, res);
3905
3906 elt = Qnil;
5e617bc2 3907#if defined (SIOCGIFBRDADDR) && defined (HAVE_STRUCT_IFREQ_IFR_BROADADDR)
6b61353c
KH
3908 if (ioctl (s, SIOCGIFBRDADDR, &rq) == 0)
3909 {
bc57d757 3910 any = 1;
6b61353c
KH
3911 elt = conv_sockaddr_to_lisp (&rq.ifr_broadaddr, sizeof (rq.ifr_broadaddr));
3912 }
3913#endif
3914 res = Fcons (elt, res);
3915
3916 elt = Qnil;
5e617bc2 3917#if defined (SIOCGIFADDR) && defined (HAVE_STRUCT_IFREQ_IFR_ADDR)
6b61353c
KH
3918 if (ioctl (s, SIOCGIFADDR, &rq) == 0)
3919 {
bc57d757 3920 any = 1;
6b61353c
KH
3921 elt = conv_sockaddr_to_lisp (&rq.ifr_addr, sizeof (rq.ifr_addr));
3922 }
3923#endif
3924 res = Fcons (elt, res);
3925
3926 close (s);
3927
3928 return any ? res : Qnil;
3929}
3930#endif
5e617bc2 3931#endif /* defined (HAVE_NET_IF_H) */
6b61353c 3932
04391069
RS
3933/* Turn off input and output for process PROC. */
3934
40ccffa6 3935static void
d3da34e0 3936deactivate_process (Lisp_Object proc)
d0d6b7c5
JB
3937{
3938 register int inchannel, outchannel;
3939 register struct Lisp_Process *p = XPROCESS (proc);
3940
9c6c6f49
CY
3941#ifdef HAVE_GNUTLS
3942 /* Delete GnuTLS structures in PROC, if any. */
3943 emacs_gnutls_deinit (proc);
3944#endif /* HAVE_GNUTLS */
3945
60f0fb11
SM
3946 inchannel = p->infd;
3947 outchannel = p->outfd;
d0d6b7c5 3948
6b61353c 3949#ifdef ADAPTIVE_READ_BUFFERING
60f0fb11 3950 if (p->read_output_delay > 0)
6b61353c
KH
3951 {
3952 if (--process_output_delay_count < 0)
3953 process_output_delay_count = 0;
60f0fb11
SM
3954 p->read_output_delay = 0;
3955 p->read_output_skip = 0;
6b61353c
KH
3956 }
3957#endif
f3d9532b 3958
a9f2c884 3959 if (inchannel >= 0)
d0d6b7c5
JB
3960 {
3961 /* Beware SIGCHLD hereabouts. */
3962 flush_pending_output (inchannel);
68c45bf0 3963 emacs_close (inchannel);
a9f2c884 3964 if (outchannel >= 0 && outchannel != inchannel)
68c45bf0 3965 emacs_close (outchannel);
d0d6b7c5 3966
60f0fb11
SM
3967 p->infd = -1;
3968 p->outfd = -1;
e690ca94
KS
3969#ifdef DATAGRAM_SOCKETS
3970 if (DATAGRAM_CHAN_P (inchannel))
3971 {
3972 xfree (datagram_address[inchannel].sa);
3973 datagram_address[inchannel].sa = 0;
3974 datagram_address[inchannel].len = 0;
3975 }
3976#endif
d0d6b7c5
JB
3977 chan_process[inchannel] = Qnil;
3978 FD_CLR (inchannel, &input_wait_mask);
a69281ff 3979 FD_CLR (inchannel, &non_keyboard_wait_mask);
bad49fc7 3980#ifdef NON_BLOCKING_CONNECT
dd2a17ab
KS
3981 if (FD_ISSET (inchannel, &connect_wait_mask))
3982 {
3983 FD_CLR (inchannel, &connect_wait_mask);
3fad2ad2 3984 FD_CLR (inchannel, &write_mask);
dd2a17ab
KS
3985 if (--num_pending_connects < 0)
3986 abort ();
3987 }
bad49fc7 3988#endif
7d0e672e
RS
3989 if (inchannel == max_process_desc)
3990 {
3991 int i;
3992 /* We just closed the highest-numbered process input descriptor,
3993 so recompute the highest-numbered one now. */
3994 max_process_desc = 0;
3995 for (i = 0; i < MAXDESC; i++)
3996 if (!NILP (chan_process[i]))
3997 max_process_desc = i;
3998 }
d0d6b7c5
JB
3999 }
4000}
4001
d0d6b7c5
JB
4002\f
4003DEFUN ("accept-process-output", Faccept_process_output, Saccept_process_output,
107ed38d 4004 0, 4, 0,
fdb82f93
PJ
4005 doc: /* Allow any pending output from subprocesses to be read by Emacs.
4006It is read into the process' buffers or given to their filter functions.
4007Non-nil arg PROCESS means do not return until some output has been received
4008from PROCESS.
5088da42 4009
2a7bb882
MR
4010Non-nil second arg SECONDS and third arg MILLISEC are number of seconds
4011and milliseconds to wait; return after that much time whether or not
4012there is any subprocess output. If SECONDS is a floating point number,
5088da42 4013it specifies a fractional number of seconds to wait.
891bd142 4014The MILLISEC argument is obsolete and should be avoided.
5088da42 4015
107ed38d
KS
4016If optional fourth arg JUST-THIS-ONE is non-nil, only accept output
4017from PROCESS, suspending reading output from other processes.
4018If JUST-THIS-ONE is an integer, don't run any timers either.
e0f24100 4019Return non-nil if we received any output before the timeout expired. */)
5842a27b 4020 (register Lisp_Object process, Lisp_Object seconds, Lisp_Object millisec, Lisp_Object just_this_one)
d0d6b7c5 4021{
d35af63c
PE
4022 intmax_t secs;
4023 int nsecs;
d0d6b7c5 4024
0748d150 4025 if (! NILP (process))
b7826503 4026 CHECK_PROCESS (process);
107ed38d
KS
4027 else
4028 just_this_one = Qnil;
0748d150 4029
891bd142
SM
4030 if (!NILP (millisec))
4031 { /* Obsolete calling convention using integers rather than floats. */
4032 CHECK_NUMBER (millisec);
4033 if (NILP (seconds))
4034 seconds = make_float (XINT (millisec) / 1000.0);
4035 else
4036 {
4037 CHECK_NUMBER (seconds);
4038 seconds = make_float (XINT (millisec) / 1000.0 + XINT (seconds));
4039 }
4040 }
4041
d35af63c
PE
4042 secs = 0;
4043 nsecs = -1;
4044
5088da42 4045 if (!NILP (seconds))
d0d6b7c5 4046 {
d35af63c
PE
4047 if (INTEGERP (seconds))
4048 {
4049 if (0 < XINT (seconds))
4050 {
4051 secs = XINT (seconds);
4052 nsecs = 0;
4053 }
4054 }
4055 else if (FLOATP (seconds))
4056 {
4057 if (0 < XFLOAT_DATA (seconds))
4058 {
4059 EMACS_TIME t = EMACS_TIME_FROM_DOUBLE (XFLOAT_DATA (seconds));
f1dd8073 4060 secs = min (EMACS_SECS (t), WAIT_READING_MAX);
d35af63c
PE
4061 nsecs = EMACS_NSECS (t);
4062 }
4063 }
4064 else
4065 wrong_type_argument (Qnumberp, seconds);
d0d6b7c5 4066 }
d35af63c
PE
4067 else if (! NILP (process))
4068 nsecs = 0;
d0d6b7c5
JB
4069
4070 return
d35af63c 4071 (wait_reading_process_output (secs, nsecs, 0, 0,
214d6069
KS
4072 Qnil,
4073 !NILP (process) ? XPROCESS (process) : NULL,
4074 NILP (just_this_one) ? 0 :
4075 !INTEGERP (just_this_one) ? 1 : -1)
d0d6b7c5
JB
4076 ? Qt : Qnil);
4077}
4078
e690ca94
KS
4079/* Accept a connection for server process SERVER on CHANNEL. */
4080
4081static int connect_counter = 0;
4082
4083static void
d3da34e0 4084server_accept_connection (Lisp_Object server, int channel)
e690ca94
KS
4085{
4086 Lisp_Object proc, caller, name, buffer;
4087 Lisp_Object contact, host, service;
4088 struct Lisp_Process *ps= XPROCESS (server);
4089 struct Lisp_Process *p;
4090 int s;
4091 union u_sockaddr {
4092 struct sockaddr sa;
4093 struct sockaddr_in in;
e1652a86
KS
4094#ifdef AF_INET6
4095 struct sockaddr_in6 in6;
4096#endif
e690ca94
KS
4097#ifdef HAVE_LOCAL_SOCKETS
4098 struct sockaddr_un un;
4099#endif
4100 } saddr;
401bf9b4 4101 socklen_t len = sizeof saddr;
e690ca94
KS
4102
4103 s = accept (channel, &saddr.sa, &len);
4104
4105 if (s < 0)
4106 {
4107 int code = errno;
4108
4109 if (code == EAGAIN)
4110 return;
4111#ifdef EWOULDBLOCK
4112 if (code == EWOULDBLOCK)
4113 return;
4114#endif
4115
4d2b044c
DA
4116 if (!NILP (ps->log))
4117 call3 (ps->log, server, Qnil,
e690ca94
KS
4118 concat3 (build_string ("accept failed with code"),
4119 Fnumber_to_string (make_number (code)),
4120 build_string ("\n")));
4121 return;
4122 }
4123
4124 connect_counter++;
4125
4126 /* Setup a new process to handle the connection. */
4127
4128 /* Generate a unique identification of the caller, and build contact
4129 information for this process. */
4130 host = Qt;
4131 service = Qnil;
4132 switch (saddr.sa.sa_family)
4133 {
4134 case AF_INET:
4135 {
4136 Lisp_Object args[5];
4137 unsigned char *ip = (unsigned char *)&saddr.in.sin_addr.s_addr;
4138 args[0] = build_string ("%d.%d.%d.%d");
4139 args[1] = make_number (*ip++);
4140 args[2] = make_number (*ip++);
4141 args[3] = make_number (*ip++);
4142 args[4] = make_number (*ip++);
4143 host = Fformat (5, args);
4144 service = make_number (ntohs (saddr.in.sin_port));
4145
4146 args[0] = build_string (" <%s:%d>");
4147 args[1] = host;
4148 args[2] = service;
4149 caller = Fformat (3, args);
4150 }
4151 break;
4152
e1652a86
KS
4153#ifdef AF_INET6
4154 case AF_INET6:
4155 {
4156 Lisp_Object args[9];
4157 uint16_t *ip6 = (uint16_t *)&saddr.in6.sin6_addr;
4158 int i;
4159 args[0] = build_string ("%x:%x:%x:%x:%x:%x:%x:%x");
4160 for (i = 0; i < 8; i++)
ed3751c8 4161 args[i+1] = make_number (ntohs (ip6[i]));
e1652a86
KS
4162 host = Fformat (9, args);
4163 service = make_number (ntohs (saddr.in.sin_port));
4164
4165 args[0] = build_string (" <[%s]:%d>");
4166 args[1] = host;
4167 args[2] = service;
4168 caller = Fformat (3, args);
4169 }
4170 break;
4171#endif
4172
e690ca94
KS
4173#ifdef HAVE_LOCAL_SOCKETS
4174 case AF_LOCAL:
4175#endif
4176 default:
4177 caller = Fnumber_to_string (make_number (connect_counter));
eef60308 4178 caller = concat3 (build_string (" <"), caller, build_string (">"));
e690ca94
KS
4179 break;
4180 }
4181
4182 /* Create a new buffer name for this process if it doesn't have a
4183 filter. The new buffer name is based on the buffer name or
4184 process name of the server process concatenated with the caller
4185 identification. */
4186
4d2b044c 4187 if (!NILP (ps->filter) && !EQ (ps->filter, Qt))
e690ca94
KS
4188 buffer = Qnil;
4189 else
4190 {
4d2b044c 4191 buffer = ps->buffer;
e690ca94
KS
4192 if (!NILP (buffer))
4193 buffer = Fbuffer_name (buffer);
4194 else
4d2b044c 4195 buffer = ps->name;
e690ca94
KS
4196 if (!NILP (buffer))
4197 {
4198 buffer = concat2 (buffer, caller);
4199 buffer = Fget_buffer_create (buffer);
4200 }
4201 }
4202
4203 /* Generate a unique name for the new server process. Combine the
4204 server process name with the caller identification. */
4205
4d2b044c 4206 name = concat2 (ps->name, caller);
e690ca94
KS
4207 proc = make_process (name);
4208
4209 chan_process[s] = proc;
4210
4211#ifdef O_NONBLOCK
4212 fcntl (s, F_SETFL, O_NONBLOCK);
4213#else
4214#ifdef O_NDELAY
4215 fcntl (s, F_SETFL, O_NDELAY);
4216#endif
4217#endif
4218
4219 p = XPROCESS (proc);
4220
4221 /* Build new contact information for this setup. */
4d2b044c 4222 contact = Fcopy_sequence (ps->childp);
e690ca94
KS
4223 contact = Fplist_put (contact, QCserver, Qnil);
4224 contact = Fplist_put (contact, QChost, host);
4225 if (!NILP (service))
4226 contact = Fplist_put (contact, QCservice, service);
177c0ea7 4227 contact = Fplist_put (contact, QCremote,
e690ca94
KS
4228 conv_sockaddr_to_lisp (&saddr.sa, len));
4229#ifdef HAVE_GETSOCKNAME
4230 len = sizeof saddr;
2185db04 4231 if (getsockname (s, &saddr.sa, &len) == 0)
177c0ea7 4232 contact = Fplist_put (contact, QClocal,
e690ca94
KS
4233 conv_sockaddr_to_lisp (&saddr.sa, len));
4234#endif
4235
6a09a33b
PE
4236 pset_childp (p, contact);
4237 pset_plist (p, Fcopy_sequence (ps->plist));
4238 pset_type (p, Qnetwork);
ac4a7584 4239
6a09a33b
PE
4240 pset_buffer (p, buffer);
4241 pset_sentinel (p, ps->sentinel);
4242 pset_filter (p, ps->filter);
4243 pset_command (p, Qnil);
6bfd98e7 4244 p->pid = 0;
60f0fb11
SM
4245 p->infd = s;
4246 p->outfd = s;
6a09a33b 4247 pset_status (p, Qrun);
e690ca94
KS
4248
4249 /* Client processes for accepted connections are not stopped initially. */
4d2b044c 4250 if (!EQ (p->filter, Qt))
e690ca94
KS
4251 {
4252 FD_SET (s, &input_wait_mask);
4253 FD_SET (s, &non_keyboard_wait_mask);
4254 }
4255
4256 if (s > max_process_desc)
4257 max_process_desc = s;
4258
177c0ea7 4259 /* Setup coding system for new process based on server process.
e690ca94
KS
4260 This seems to be the proper thing to do, as the coding system
4261 of the new process should reflect the settings at the time the
4262 server socket was opened; not the current settings. */
4263
6a09a33b
PE
4264 pset_decode_coding_system (p, ps->decode_coding_system);
4265 pset_encode_coding_system (p, ps->encode_coding_system);
03f04413 4266 setup_process_coding_systems (proc);
e690ca94 4267
6a09a33b 4268 pset_decoding_buf (p, empty_unibyte_string);
60f0fb11 4269 p->decoding_carryover = 0;
6a09a33b 4270 pset_encoding_buf (p, empty_unibyte_string);
e690ca94
KS
4271
4272 p->inherit_coding_system_flag
60f0fb11 4273 = (NILP (buffer) ? 0 : ps->inherit_coding_system_flag);
e690ca94 4274
4d2b044c
DA
4275 if (!NILP (ps->log))
4276 call3 (ps->log, server, proc,
e690ca94
KS
4277 concat3 (build_string ("accept from "),
4278 (STRINGP (host) ? host : build_string ("-")),
4279 build_string ("\n")));
4280
4d2b044c 4281 if (!NILP (p->sentinel))
177c0ea7 4282 exec_sentinel (proc,
e690ca94
KS
4283 concat3 (build_string ("open from "),
4284 (STRINGP (host) ? host : build_string ("-")),
4285 build_string ("\n")));
4286}
4287
d0d6b7c5
JB
4288/* This variable is different from waiting_for_input in keyboard.c.
4289 It is used to communicate to a lisp process-filter/sentinel (via the
f3d9532b 4290 function Fwaiting_for_user_input_p below) whether Emacs was waiting
d0d6b7c5
JB
4291 for user-input when that process-filter was called.
4292 waiting_for_input cannot be used as that is by definition 0 when
d430ee71
RS
4293 lisp code is being evalled.
4294 This is also used in record_asynch_buffer_change.
4295 For that purpose, this must be 0
214d6069 4296 when not inside wait_reading_process_output. */
d0d6b7c5
JB
4297static int waiting_for_user_input_p;
4298
2beb96f9 4299static Lisp_Object
d3da34e0 4300wait_reading_process_output_unwind (Lisp_Object data)
2beb96f9
KS
4301{
4302 waiting_for_user_input_p = XINT (data);
4303 return Qnil;
4304}
4305
c573ae8e 4306/* This is here so breakpoints can be put on it. */
dfcf069d 4307static void
d3da34e0 4308wait_reading_process_output_1 (void)
c573ae8e
RS
4309{
4310}
4311
d0d6b7c5
JB
4312/* Read and dispose of subprocess output while waiting for timeout to
4313 elapse and/or keyboard input to be available.
4314
de6fd4b9 4315 TIME_LIMIT is:
d35af63c
PE
4316 timeout in seconds
4317 If negative, gobble data immediately available but don't wait for any.
d0d6b7c5 4318
d35af63c
PE
4319 NSECS is:
4320 an additional duration to wait, measured in nanoseconds
4321 If TIME_LIMIT is zero, then:
4322 If NSECS == 0, there is no limit.
d188e26b 4323 If NSECS > 0, the timeout consists of NSECS only.
d35af63c 4324 If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
6e4f3667 4325
a0bee46f 4326 READ_KBD is:
d0d6b7c5
JB
4327 0 to ignore keyboard input, or
4328 1 to return when input is available, or
84aa3ace 4329 -1 meaning caller will actually read the input, so don't throw to
d0d6b7c5 4330 the quit handler, or
d0d6b7c5 4331
de6fd4b9 4332 DO_DISPLAY != 0 means redisplay should be done to show subprocess
107ed38d 4333 output that arrives.
d0d6b7c5 4334
b89a415a
KS
4335 If WAIT_FOR_CELL is a cons cell, wait until its car is non-nil
4336 (and gobble terminal input into the buffer if any arrives).
d0d6b7c5 4337
b89a415a 4338 If WAIT_PROC is specified, wait until something arrives from that
e0f24100 4339 process. The return value is true if we read some input from
b89a415a
KS
4340 that process.
4341
4342 If JUST_WAIT_PROC is non-nil, handle only output from WAIT_PROC
4343 (suspending output from other processes). A negative value
4344 means don't run any timers either.
4345
e0f24100 4346 If WAIT_PROC is specified, then the function returns true if we
b89a415a 4347 received input from that process before the timeout elapsed.
e0f24100 4348 Otherwise, return true if we received input from any process. */
d0d6b7c5 4349
dfcf069d 4350int
d35af63c 4351wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
d5a3eaaf
AS
4352 int do_display,
4353 Lisp_Object wait_for_cell,
4354 struct Lisp_Process *wait_proc, int just_wait_proc)
d0d6b7c5 4355{
41d03b9a 4356 register int channel, nfds;
855448dc 4357 SELECT_TYPE Available;
3fad2ad2
J
4358 SELECT_TYPE Writeok;
4359 int check_write;
bad49fc7 4360 int check_delay, no_avail;
d0d6b7c5
JB
4361 int xerrno;
4362 Lisp_Object proc;
41d03b9a 4363 EMACS_TIME timeout, end_time;
a9f2c884 4364 int wait_channel = -1;
d0d6b7c5 4365 int got_some_input = 0;
d311d28c 4366 ptrdiff_t count = SPECPDL_INDEX ();
d0d6b7c5
JB
4367
4368 FD_ZERO (&Available);
3fad2ad2 4369 FD_ZERO (&Writeok);
d0d6b7c5 4370
d35af63c 4371 if (time_limit == 0 && nsecs == 0 && wait_proc && !NILP (Vinhibit_quit)
4d2b044c
DA
4372 && !(CONSP (wait_proc->status)
4373 && EQ (XCAR (wait_proc->status), Qexit)))
2b0a91e7
SM
4374 message ("Blocking call to accept-process-output with quit inhibited!!");
4375
b89a415a
KS
4376 /* If wait_proc is a process to watch, set wait_channel accordingly. */
4377 if (wait_proc != NULL)
60f0fb11 4378 wait_channel = wait_proc->infd;
84aa3ace 4379
2beb96f9
KS
4380 record_unwind_protect (wait_reading_process_output_unwind,
4381 make_number (waiting_for_user_input_p));
b89a415a 4382 waiting_for_user_input_p = read_kbd;
d0d6b7c5 4383
d35af63c
PE
4384 if (time_limit < 0)
4385 {
4386 time_limit = 0;
4387 nsecs = -1;
4388 }
4389 else if (TYPE_MAXIMUM (time_t) < time_limit)
4390 time_limit = TYPE_MAXIMUM (time_t);
4391
d0d6b7c5
JB
4392 /* Since we may need to wait several times,
4393 compute the absolute time to return at. */
216ee680 4394 if (time_limit || 0 < nsecs)
d0d6b7c5 4395 {
e9a9ae03
PE
4396 timeout = make_emacs_time (time_limit, nsecs);
4397 end_time = add_emacs_time (current_emacs_time (), timeout);
d0d6b7c5
JB
4398 }
4399
d0d6b7c5
JB
4400 while (1)
4401 {
c0239a0b
RS
4402 int timeout_reduced_for_timers = 0;
4403
d0d6b7c5
JB
4404 /* If calling from keyboard input, do not quit
4405 since we want to return C-g as an input character.
4406 Otherwise, do pending quit if requested. */
b89a415a 4407 if (read_kbd >= 0)
d0d6b7c5 4408 QUIT;
6b61353c 4409#ifdef SYNC_INPUT
ef5eb925 4410 else
c3eff1b0 4411 process_pending_signals ();
6b61353c 4412#endif
d0d6b7c5 4413
889255b4 4414 /* Exit now if the cell we're waiting for became non-nil. */
f3fbd155 4415 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell)))
889255b4
RS
4416 break;
4417
d0d6b7c5
JB
4418 /* Compute time from now till when time limit is up */
4419 /* Exit if already run out */
d35af63c 4420 if (nsecs < 0)
d0d6b7c5 4421 {
216ee680 4422 /* A negative timeout means
d0d6b7c5
JB
4423 gobble output available now
4424 but don't wait at all. */
4425
e9a9ae03 4426 timeout = make_emacs_time (0, 0);
d0d6b7c5 4427 }
216ee680 4428 else if (time_limit || 0 < nsecs)
d0d6b7c5 4429 {
e9a9ae03
PE
4430 EMACS_TIME now = current_emacs_time ();
4431 if (EMACS_TIME_LE (end_time, now))
d0d6b7c5 4432 break;
e9a9ae03 4433 timeout = sub_emacs_time (end_time, now);
d0d6b7c5
JB
4434 }
4435 else
4436 {
e9a9ae03 4437 timeout = make_emacs_time (100000, 0);
d0d6b7c5
JB
4438 }
4439
f854a00b
RS
4440 /* Normally we run timers here.
4441 But not if wait_for_cell; in those cases,
4442 the wait is supposed to be short,
4443 and those callers cannot handle running arbitrary Lisp code here. */
107ed38d 4444 if (NILP (wait_for_cell)
b89a415a 4445 && just_wait_proc >= 0)
fb4c3627 4446 {
c0239a0b 4447 EMACS_TIME timer_delay;
c573ae8e 4448
9baacf76 4449 do
c573ae8e 4450 {
9baacf76 4451 int old_timers_run = timers_run;
c88164fe 4452 struct buffer *old_buffer = current_buffer;
70bb1e5f 4453 Lisp_Object old_window = selected_window;
177c0ea7 4454
f868cd8a 4455 timer_delay = timer_check ();
a2fab450
GM
4456
4457 /* If a timer has run, this might have changed buffers
4458 an alike. Make read_key_sequence aware of that. */
4459 if (timers_run != old_timers_run
70bb1e5f
CY
4460 && (old_buffer != current_buffer
4461 || !EQ (old_window, selected_window))
a2fab450
GM
4462 && waiting_for_user_input_p == -1)
4463 record_asynch_buffer_change ();
177c0ea7 4464
9baacf76
GM
4465 if (timers_run != old_timers_run && do_display)
4466 /* We must retry, since a timer may have requeued itself
4467 and that could alter the time_delay. */
3007ebfb 4468 redisplay_preserve_echo_area (9);
9baacf76
GM
4469 else
4470 break;
c573ae8e 4471 }
9baacf76 4472 while (!detect_input_pending ());
c573ae8e 4473
69645afc 4474 /* If there is unread keyboard input, also return. */
b89a415a 4475 if (read_kbd != 0
69645afc
RS
4476 && requeued_events_pending_p ())
4477 break;
4478
216ee680 4479 /* A negative timeout means do not wait at all. */
d35af63c 4480 if (0 <= nsecs)
fb4c3627 4481 {
d35af63c 4482 if (EMACS_TIME_VALID_P (timer_delay))
c0239a0b 4483 {
d35af63c
PE
4484 if (EMACS_TIME_LT (timer_delay, timeout))
4485 {
4486 timeout = timer_delay;
4487 timeout_reduced_for_timers = 1;
4488 }
4489 }
4490 else
4491 {
4492 /* This is so a breakpoint can be put here. */
4493 wait_reading_process_output_1 ();
c0239a0b 4494 }
c573ae8e 4495 }
fb4c3627
RS
4496 }
4497
90ab1a81
JB
4498 /* Cause C-g and alarm signals to take immediate action,
4499 and cause input available signals to zero out timeout.
4500
4501 It is important that we do this before checking for process
4502 activity. If we get a SIGCHLD after the explicit checks for
4503 process activity, timeout is the only way we will know. */
b89a415a 4504 if (read_kbd < 0)
90ab1a81
JB
4505 set_waiting_for_input (&timeout);
4506
6be429b1
JB
4507 /* If status of something has changed, and no input is
4508 available, notify the user of the change right away. After
4509 this explicit check, we'll let the SIGCHLD handler zap
e42bdf01
CY
4510 timeout to get our attention. */
4511 if (update_tick != process_tick)
6be429b1 4512 {
bad49fc7 4513 SELECT_TYPE Atemp;
bad49fc7 4514 SELECT_TYPE Ctemp;
dd2a17ab 4515
cb768704
J
4516 if (kbd_on_hold_p ())
4517 FD_ZERO (&Atemp);
4518 else
4519 Atemp = input_wait_mask;
3fad2ad2 4520 Ctemp = write_mask;
bad49fc7 4521
e9a9ae03 4522 timeout = make_emacs_time (0, 0);
d35af63c
PE
4523 if ((pselect (max (max_process_desc, max_input_desc) + 1,
4524 &Atemp,
bad49fc7 4525#ifdef NON_BLOCKING_CONNECT
d35af63c 4526 (num_pending_connects > 0 ? &Ctemp : NULL),
bad49fc7 4527#else
d35af63c 4528 NULL,
bad49fc7 4529#endif
d35af63c 4530 NULL, &timeout, NULL)
ecd1f654 4531 <= 0))
90ab1a81
JB
4532 {
4533 /* It's okay for us to do this and then continue with
a0e4d3f3 4534 the loop, since timeout has already been zeroed out. */
90ab1a81 4535 clear_waiting_for_input ();
ff6daed3 4536 status_notify (NULL);
e42bdf01 4537 if (do_display) redisplay_preserve_echo_area (13);
90ab1a81 4538 }
6be429b1
JB
4539 }
4540
dd2a17ab 4541 /* Don't wait for output from a non-running process. Just
63136da6 4542 read whatever data has already been received. */
6bfd98e7 4543 if (wait_proc && wait_proc->raw_status_new)
6be429b1 4544 update_status (wait_proc);
6bfd98e7 4545 if (wait_proc
4d2b044c
DA
4546 && ! EQ (wait_proc->status, Qrun)
4547 && ! EQ (wait_proc->status, Qconnect))
9aa2a7f4 4548 {
215b45e9 4549 int nread, total_nread = 0;
7ce63188 4550
9aa2a7f4 4551 clear_waiting_for_input ();
7ce63188
RS
4552 XSETPROCESS (proc, wait_proc);
4553
4554 /* Read data from the process, until we exhaust it. */
60f0fb11 4555 while (wait_proc->infd >= 0)
215b45e9 4556 {
60f0fb11 4557 nread = read_process_output (proc, wait_proc->infd);
e1b37c34
GM
4558
4559 if (nread == 0)
4560 break;
4561
63136da6
AS
4562 if (0 < nread)
4563 {
891bd142
SM
4564 total_nread += nread;
4565 got_some_input = 1;
4566 }
215b45e9
RS
4567#ifdef EIO
4568 else if (nread == -1 && EIO == errno)
63136da6 4569 break;
e1b37c34
GM
4570#endif
4571#ifdef EAGAIN
4572 else if (nread == -1 && EAGAIN == errno)
63136da6 4573 break;
e1b37c34
GM
4574#endif
4575#ifdef EWOULDBLOCK
4576 else if (nread == -1 && EWOULDBLOCK == errno)
63136da6 4577 break;
215b45e9
RS
4578#endif
4579 }
7ce63188 4580 if (total_nread > 0 && do_display)
3007ebfb 4581 redisplay_preserve_echo_area (10);
7ce63188 4582
9aa2a7f4
JB
4583 break;
4584 }
6be429b1 4585
d0d6b7c5
JB
4586 /* Wait till there is something to do */
4587
b89a415a 4588 if (wait_proc && just_wait_proc)
107ed38d 4589 {
60f0fb11 4590 if (wait_proc->infd < 0) /* Terminated */
b89a415a 4591 break;
60f0fb11 4592 FD_SET (wait_proc->infd, &Available);
bad49fc7 4593 check_delay = 0;
3fad2ad2 4594 check_write = 0;
107ed38d
KS
4595 }
4596 else if (!NILP (wait_for_cell))
dd2a17ab
KS
4597 {
4598 Available = non_process_wait_mask;
bad49fc7 4599 check_delay = 0;
3fad2ad2 4600 check_write = 0;
dd2a17ab 4601 }
a69281ff 4602 else
dd2a17ab 4603 {
b89a415a 4604 if (! read_kbd)
dd2a17ab
KS
4605 Available = non_keyboard_wait_mask;
4606 else
4607 Available = input_wait_mask;
3fad2ad2 4608 Writeok = write_mask;
82d6e50b
J
4609#ifdef SELECT_CANT_DO_WRITE_MASK
4610 check_write = 0;
4611#else
3fad2ad2 4612 check_write = 1;
82d6e50b 4613#endif
6b61353c 4614 check_delay = wait_channel >= 0 ? 0 : process_output_delay_count;
dd2a17ab 4615 }
d0d6b7c5 4616
ff11dfa1 4617 /* If frame size has changed or the window is newly mapped,
ffd56f97
JB
4618 redisplay now, before we start to wait. There is a race
4619 condition here; if a SIGIO arrives between now and the select
016899c0
JB
4620 and indicates that a frame is trashed, the select may block
4621 displaying a trashed screen. */
5164ee8e 4622 if (frame_garbaged && do_display)
7286affd
RS
4623 {
4624 clear_waiting_for_input ();
3007ebfb 4625 redisplay_preserve_echo_area (11);
b89a415a 4626 if (read_kbd < 0)
7efe788e 4627 set_waiting_for_input (&timeout);
7286affd 4628 }
ffd56f97 4629
029529ac
CY
4630 /* Skip the `select' call if input is available and we're
4631 waiting for keyboard input or a cell change (which can be
4632 triggered by processing X events). In the latter case, set
4633 nfds to 1 to avoid breaking the loop. */
dd2a17ab 4634 no_avail = 0;
029529ac
CY
4635 if ((read_kbd || !NILP (wait_for_cell))
4636 && detect_input_pending ())
0a65b032 4637 {
029529ac 4638 nfds = read_kbd ? 0 : 1;
dd2a17ab 4639 no_avail = 1;
0a65b032 4640 }
029529ac
CY
4641
4642 if (!no_avail)
dd2a17ab 4643 {
6b61353c
KH
4644
4645#ifdef ADAPTIVE_READ_BUFFERING
db853b7a 4646 /* Set the timeout for adaptive read buffering if any
60f0fb11 4647 process has non-zero read_output_skip and non-zero
db853b7a
KS
4648 read_output_delay, and we are not reading output for a
4649 specific wait_channel. It is not executed if
4650 Vprocess_adaptive_read_buffering is nil. */
6b61353c
KH
4651 if (process_output_skip && check_delay > 0)
4652 {
d35af63c
PE
4653 int nsecs = EMACS_NSECS (timeout);
4654 if (EMACS_SECS (timeout) > 0 || nsecs > READ_OUTPUT_DELAY_MAX)
4655 nsecs = READ_OUTPUT_DELAY_MAX;
6b61353c
KH
4656 for (channel = 0; check_delay > 0 && channel <= max_process_desc; channel++)
4657 {
4658 proc = chan_process[channel];
4659 if (NILP (proc))
4660 continue;
db853b7a 4661 /* Find minimum non-zero read_output_delay among the
60f0fb11
SM
4662 processes with non-zero read_output_skip. */
4663 if (XPROCESS (proc)->read_output_delay > 0)
6b61353c
KH
4664 {
4665 check_delay--;
60f0fb11 4666 if (!XPROCESS (proc)->read_output_skip)
6b61353c
KH
4667 continue;
4668 FD_CLR (channel, &Available);
60f0fb11 4669 XPROCESS (proc)->read_output_skip = 0;
d35af63c
PE
4670 if (XPROCESS (proc)->read_output_delay < nsecs)
4671 nsecs = XPROCESS (proc)->read_output_delay;
6b61353c
KH
4672 }
4673 }
e9a9ae03 4674 timeout = make_emacs_time (0, nsecs);
6b61353c
KH
4675 process_output_skip = 0;
4676 }
4677#endif
0949d2b6 4678#if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
872870b2
JD
4679 nfds = xg_select
4680#elif defined (HAVE_NS)
63136da6 4681 nfds = ns_select
edfda783 4682#else
d35af63c 4683 nfds = pselect
edfda783 4684#endif
3fad2ad2
J
4685 (max (max_process_desc, max_input_desc) + 1,
4686 &Available,
4687 (check_write ? &Writeok : (SELECT_TYPE *)0),
d35af63c 4688 NULL, &timeout, NULL);
e061a11b
TZ
4689
4690#ifdef HAVE_GNUTLS
4691 /* GnuTLS buffers data internally. In lowat mode it leaves
4692 some data in the TCP buffers so that select works, but
4693 with custom pull/push functions we need to check if some
4694 data is available in the buffers manually. */
261b6fd4
LMI
4695 if (nfds == 0)
4696 {
4697 if (! wait_proc)
4698 {
4699 /* We're not waiting on a specific process, so loop
16c1ad08
LMI
4700 through all the channels and check for data.
4701 This is a workaround needed for some versions of
4702 the gnutls library -- 2.12.14 has been confirmed
4703 to need it. See
4704 http://comments.gmane.org/gmane.emacs.devel/145074 */
261b6fd4 4705 for (channel = 0; channel < MAXDESC; ++channel)
5b76caa4
PE
4706 if (! NILP (chan_process[channel]))
4707 {
4708 struct Lisp_Process *p =
4709 XPROCESS (chan_process[channel]);
4710 if (p && p->gnutls_p && p->infd
4711 && ((emacs_gnutls_record_check_pending
4712 (p->gnutls_state))
4713 > 0))
4714 {
4715 nfds++;
4716 FD_SET (p->infd, &Available);
4717 }
4718 }
261b6fd4
LMI
4719 }
4720 else
4721 {
4722 /* Check this specific channel. */
5b76caa4 4723 if (wait_proc->gnutls_p /* Check for valid process. */
261b6fd4 4724 /* Do we have pending data? */
5b76caa4
PE
4725 && ((emacs_gnutls_record_check_pending
4726 (wait_proc->gnutls_state))
4727 > 0))
261b6fd4
LMI
4728 {
4729 nfds = 1;
4730 /* Set to Available. */
4731 FD_SET (wait_proc->infd, &Available);
4732 }
4733 }
4734 }
e061a11b 4735#endif
dd2a17ab 4736 }
6720a7fb 4737
d0d6b7c5
JB
4738 xerrno = errno;
4739
4740 /* Make C-g and alarm signals set flags again */
4741 clear_waiting_for_input ();
4742
4743 /* If we woke up due to SIGWINCH, actually change size now. */
2b653806 4744 do_pending_window_change (0);
d0d6b7c5 4745
d35af63c 4746 if ((time_limit || nsecs) && nfds == 0 && ! timeout_reduced_for_timers)
216ee680 4747 /* We waited the full specified time, so return now. */
d0d6b7c5
JB
4748 break;
4749 if (nfds < 0)
4750 {
4751 if (xerrno == EINTR)
dd2a17ab 4752 no_avail = 1;
d0d6b7c5
JB
4753 else if (xerrno == EBADF)
4754 {
4755#ifdef AIX
4756 /* AIX doesn't handle PTY closure the same way BSD does. On AIX,
4757 the child's closure of the pts gives the parent a SIGHUP, and
4758 the ptc file descriptor is automatically closed,
4759 yielding EBADF here or at select() call above.
4760 So, SIGHUP is ignored (see def of PTY_TTY_NAME_SPRINTF
a0e4d3f3 4761 in m/ibmrt-aix.h), and here we just ignore the select error.
d0d6b7c5 4762 Cleanup occurs c/o status_notify after SIGCLD. */
dd2a17ab 4763 no_avail = 1; /* Cannot depend on values returned */
d0d6b7c5
JB
4764#else
4765 abort ();
4766#endif
4767 }
4768 else
68c45bf0 4769 error ("select error: %s", emacs_strerror (xerrno));
d0d6b7c5 4770 }
dd2a17ab
KS
4771
4772 if (no_avail)
4773 {
4774 FD_ZERO (&Available);
3fad2ad2 4775 check_write = 0;
dd2a17ab
KS
4776 }
4777
5d5beb62
RS
4778#if 0 /* When polling is used, interrupt_input is 0,
4779 so get_input_pending should read the input.
4780 So this should not be needed. */
4781 /* If we are using polling for input,
4782 and we see input available, make it get read now.
4783 Otherwise it might not actually get read for a second.
214d6069 4784 And on hpux, since we turn off polling in wait_reading_process_output,
5d5beb62 4785 it might never get read at all if we don't spend much time
214d6069 4786 outside of wait_reading_process_output. */
b89a415a 4787 if (read_kbd && interrupt_input
5d5beb62
RS
4788 && keyboard_bit_set (&Available)
4789 && input_polling_used ())
4790 kill (getpid (), SIGALRM);
4791#endif
4792
d0d6b7c5
JB
4793 /* Check for keyboard input */
4794 /* If there is any, return immediately
4795 to give it higher priority than subprocesses */
4796
b89a415a 4797 if (read_kbd != 0)
6ed6233b 4798 {
a2fab450 4799 int old_timers_run = timers_run;
c88164fe 4800 struct buffer *old_buffer = current_buffer;
c0323133 4801 Lisp_Object old_window = selected_window;
a2fab450 4802 int leave = 0;
177c0ea7 4803
5d6c2aa3 4804 if (detect_input_pending_run_timers (do_display))
a2fab450
GM
4805 {
4806 swallow_events (do_display);
4807 if (detect_input_pending_run_timers (do_display))
4808 leave = 1;
4809 }
6ed6233b 4810
a2fab450
GM
4811 /* If a timer has run, this might have changed buffers
4812 an alike. Make read_key_sequence aware of that. */
4813 if (timers_run != old_timers_run
c88164fe 4814 && waiting_for_user_input_p == -1
c0323133
GM
4815 && (old_buffer != current_buffer
4816 || !EQ (old_window, selected_window)))
a2fab450
GM
4817 record_asynch_buffer_change ();
4818
4819 if (leave)
4820 break;
177c0ea7
JB
4821 }
4822
69645afc 4823 /* If there is unread keyboard input, also return. */
b89a415a 4824 if (read_kbd != 0
69645afc
RS
4825 && requeued_events_pending_p ())
4826 break;
4827
77e1b3d4
RS
4828 /* If we are not checking for keyboard input now,
4829 do process events (but don't run any timers).
4830 This is so that X events will be processed.
0c9960e9 4831 Otherwise they may have to wait until polling takes place.
77e1b3d4
RS
4832 That would causes delays in pasting selections, for example.
4833
4834 (We used to do this only if wait_for_cell.) */
b89a415a 4835 if (read_kbd == 0 && detect_input_pending ())
f854a00b
RS
4836 {
4837 swallow_events (do_display);
0c9960e9 4838#if 0 /* Exiting when read_kbd doesn't request that seems wrong, though. */
f854a00b
RS
4839 if (detect_input_pending ())
4840 break;
5d5beb62 4841#endif
0c9960e9 4842 }
f854a00b 4843
84aa3ace 4844 /* Exit now if the cell we're waiting for became non-nil. */
f3fbd155 4845 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell)))
84aa3ace
RS
4846 break;
4847
4746118a 4848#ifdef SIGIO
5d5beb62 4849 /* If we think we have keyboard input waiting, but didn't get SIGIO,
d0d6b7c5
JB
4850 go read it. This can happen with X on BSD after logging out.
4851 In that case, there really is no input and no SIGIO,
4852 but select says there is input. */
4853
b89a415a 4854 if (read_kbd && interrupt_input
2601f59e 4855 && keyboard_bit_set (&Available) && ! noninteractive)
e643c5be 4856 kill (getpid (), SIGIO);
4746118a 4857#endif
d0d6b7c5 4858
d0d6b7c5
JB
4859 if (! wait_proc)
4860 got_some_input |= nfds > 0;
4861
32676c08
JB
4862 /* If checking input just got us a size-change event from X,
4863 obey it now if we should. */
b89a415a 4864 if (read_kbd || ! NILP (wait_for_cell))
2b653806 4865 do_pending_window_change (0);
32676c08 4866
a9f2c884 4867 /* Check for data from a process. */
dd2a17ab
KS
4868 if (no_avail || nfds == 0)
4869 continue;
4870
3fad2ad2
J
4871 for (channel = 0; channel <= max_input_desc; ++channel)
4872 {
4873 struct fd_callback_data *d = &fd_callback_info[channel];
de1339b0
PE
4874 if (d->func
4875 && ((d->condition & FOR_READ
4876 && FD_ISSET (channel, &Available))
4877 || (d->condition & FOR_WRITE
4878 && FD_ISSET (channel, &write_mask))))
4879 d->func (channel, d->data);
4880 }
3fad2ad2 4881
a69281ff 4882 for (channel = 0; channel <= max_process_desc; channel++)
d0d6b7c5 4883 {
a69281ff 4884 if (FD_ISSET (channel, &Available)
3fad2ad2
J
4885 && FD_ISSET (channel, &non_keyboard_wait_mask)
4886 && !FD_ISSET (channel, &non_process_wait_mask))
d0d6b7c5
JB
4887 {
4888 int nread;
4889
4890 /* If waiting for this channel, arrange to return as
4891 soon as no more input to be processed. No more
4892 waiting. */
4893 if (wait_channel == channel)
4894 {
a9f2c884 4895 wait_channel = -1;
d35af63c 4896 nsecs = -1;
d0d6b7c5
JB
4897 got_some_input = 1;
4898 }
4899 proc = chan_process[channel];
4900 if (NILP (proc))
4901 continue;
4902
e690ca94 4903 /* If this is a server stream socket, accept connection. */
4d2b044c 4904 if (EQ (XPROCESS (proc)->status, Qlisten))
e690ca94
KS
4905 {
4906 server_accept_connection (proc, channel);
4907 continue;
4908 }
4909
d0d6b7c5
JB
4910 /* Read data from the process, starting with our
4911 buffered-ahead character if we have one. */
4912
4913 nread = read_process_output (proc, channel);
4914 if (nread > 0)
4915 {
4916 /* Since read_process_output can run a filter,
4917 which can call accept-process-output,
4918 don't try to read from any other processes
4919 before doing the select again. */
4920 FD_ZERO (&Available);
4921
4922 if (do_display)
3007ebfb 4923 redisplay_preserve_echo_area (12);
d0d6b7c5
JB
4924 }
4925#ifdef EWOULDBLOCK
4926 else if (nread == -1 && errno == EWOULDBLOCK)
4927 ;
0b75e9a4 4928#endif
89d7280d
RS
4929 /* ISC 4.1 defines both EWOULDBLOCK and O_NONBLOCK,
4930 and Emacs uses O_NONBLOCK, so what we get is EAGAIN. */
d0d6b7c5
JB
4931#ifdef O_NONBLOCK
4932 else if (nread == -1 && errno == EAGAIN)
4933 ;
4934#else
4935#ifdef O_NDELAY
4936 else if (nread == -1 && errno == EAGAIN)
4937 ;
4938 /* Note that we cannot distinguish between no input
4939 available now and a closed pipe.
4940 With luck, a closed pipe will be accompanied by
4941 subprocess termination and SIGCHLD. */
d888760c 4942 else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc))
d0d6b7c5 4943 ;
4740825c
KS
4944#endif /* O_NDELAY */
4945#endif /* O_NONBLOCK */
d0d6b7c5
JB
4946#ifdef HAVE_PTYS
4947 /* On some OSs with ptys, when the process on one end of
4948 a pty exits, the other end gets an error reading with
4949 errno = EIO instead of getting an EOF (0 bytes read).
4950 Therefore, if we get an error reading and errno =
4951 EIO, just continue, because the child process has
4952 exited and should clean itself up soon (e.g. when we
5651af6d
RS
4953 get a SIGCHLD).
4954
4955 However, it has been known to happen that the SIGCHLD
4740825c 4956 got lost. So raise the signal again just in case.
5651af6d 4957 It can't hurt. */
d0d6b7c5 4958 else if (nread == -1 && errno == EIO)
4740825c 4959 {
f30d612a
CY
4960 struct Lisp_Process *p = XPROCESS (proc);
4961
4962 /* Clear the descriptor now, so we only raise the
4963 signal once. */
4964 FD_CLR (channel, &input_wait_mask);
4965 FD_CLR (channel, &non_keyboard_wait_mask);
4966
4967 if (p->pid == -2)
4968 {
4969 /* If the EIO occurs on a pty, sigchld_handler's
13294f95 4970 waitpid() will not find the process object to
f30d612a
CY
4971 delete. Do it here. */
4972 p->tick = ++process_tick;
6a09a33b 4973 pset_status (p, Qfailed);
f30d612a
CY
4974 }
4975 else
4976 kill (getpid (), SIGCHLD);
4740825c
KS
4977 }
4978#endif /* HAVE_PTYS */
5063c0e1
TN
4979 /* If we can detect process termination, don't consider the
4980 process gone just because its pipe is closed. */
d0d6b7c5 4981#ifdef SIGCHLD
d888760c 4982 else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc))
d0d6b7c5
JB
4983 ;
4984#endif
4985 else
4986 {
4987 /* Preserve status of processes already terminated. */
60f0fb11 4988 XPROCESS (proc)->tick = ++process_tick;
d0d6b7c5 4989 deactivate_process (proc);
6bfd98e7 4990 if (XPROCESS (proc)->raw_status_new)
d0d6b7c5 4991 update_status (XPROCESS (proc));
4d2b044c 4992 if (EQ (XPROCESS (proc)->status, Qrun))
6a09a33b
PE
4993 pset_status (XPROCESS (proc),
4994 list2 (Qexit, make_number (256)));
d0d6b7c5
JB
4995 }
4996 }
177c0ea7 4997#ifdef NON_BLOCKING_CONNECT
3fad2ad2 4998 if (FD_ISSET (channel, &Writeok)
1566f511 4999 && FD_ISSET (channel, &connect_wait_mask))
dd2a17ab
KS
5000 {
5001 struct Lisp_Process *p;
dd2a17ab
KS
5002
5003 FD_CLR (channel, &connect_wait_mask);
d8a4b27a 5004 FD_CLR (channel, &write_mask);
dd2a17ab
KS
5005 if (--num_pending_connects < 0)
5006 abort ();
5007
5008 proc = chan_process[channel];
5009 if (NILP (proc))
5010 continue;
5011
5012 p = XPROCESS (proc);
5013
5014#ifdef GNU_LINUX
5015 /* getsockopt(,,SO_ERROR,,) is said to hang on some systems.
63136da6 5016 So only use it on systems where it is known to work. */
dd2a17ab 5017 {
401bf9b4 5018 socklen_t xlen = sizeof (xerrno);
ed3751c8 5019 if (getsockopt (channel, SOL_SOCKET, SO_ERROR, &xerrno, &xlen))
dd2a17ab
KS
5020 xerrno = errno;
5021 }
5022#else
44c887be
PJ
5023 {
5024 struct sockaddr pname;
ed3751c8 5025 int pnamelen = sizeof (pname);
44c887be
PJ
5026
5027 /* If connection failed, getpeername will fail. */
5028 xerrno = 0;
ed3751c8 5029 if (getpeername (channel, &pname, &pnamelen) < 0)
44c887be
PJ
5030 {
5031 /* Obtain connect failure code through error slippage. */
5032 char dummy;
dd2a17ab 5033 xerrno = errno;
ed3751c8 5034 if (errno == ENOTCONN && read (channel, &dummy, 1) < 0)
44c887be
PJ
5035 xerrno = errno;
5036 }
5037 }
dd2a17ab
KS
5038#endif
5039 if (xerrno)
5040 {
60f0fb11 5041 p->tick = ++process_tick;
6a09a33b 5042 pset_status (p, list2 (Qfailed, make_number (xerrno)));
dd2a17ab
KS
5043 deactivate_process (proc);
5044 }
5045 else
5046 {
6a09a33b 5047 pset_status (p, Qrun);
dd2a17ab
KS
5048 /* Execute the sentinel here. If we had relied on
5049 status_notify to do it later, it will read input
5050 from the process before calling the sentinel. */
5051 exec_sentinel (proc, build_string ("open\n"));
4d2b044c 5052 if (!EQ (p->filter, Qt) && !EQ (p->command, Qt))
dd2a17ab 5053 {
60f0fb11
SM
5054 FD_SET (p->infd, &input_wait_mask);
5055 FD_SET (p->infd, &non_keyboard_wait_mask);
dd2a17ab
KS
5056 }
5057 }
5058 }
5059#endif /* NON_BLOCKING_CONNECT */
ffd56f97
JB
5060 } /* end for each file descriptor */
5061 } /* end while exit conditions not met */
d0d6b7c5 5062
2beb96f9 5063 unbind_to (count, Qnil);
d430ee71 5064
ffd56f97
JB
5065 /* If calling from keyboard input, do not quit
5066 since we want to return C-g as an input character.
5067 Otherwise, do pending quit if requested. */
b89a415a 5068 if (read_kbd >= 0)
ffd56f97
JB
5069 {
5070 /* Prevent input_pending from remaining set if we quit. */
5071 clear_input_pending ();
5072 QUIT;
5073 }
efa2a55c 5074
d0d6b7c5
JB
5075 return got_some_input;
5076}
5077\f
3b9a3dfa
RS
5078/* Given a list (FUNCTION ARGS...), apply FUNCTION to the ARGS. */
5079
5080static Lisp_Object
d3da34e0 5081read_process_output_call (Lisp_Object fun_and_args)
3b9a3dfa 5082{
70949dac 5083 return apply1 (XCAR (fun_and_args), XCDR (fun_and_args));
3b9a3dfa
RS
5084}
5085
5086static Lisp_Object
b93aacde 5087read_process_output_error_handler (Lisp_Object error_val)
3b9a3dfa 5088{
b93aacde 5089 cmd_error_internal (error_val, "error in process filter: ");
3b9a3dfa
RS
5090 Vinhibit_quit = Qt;
5091 update_echo_area ();
833ba342 5092 Fsleep_for (make_number (2), Qnil);
8c983bf2 5093 return Qt;
3b9a3dfa
RS
5094}
5095
d0d6b7c5
JB
5096/* Read pending output from the process channel,
5097 starting with our buffered-ahead character if we have one.
0fa1789e 5098 Yield number of decoded characters read.
d0d6b7c5 5099
116c423c 5100 This function reads at most 4096 characters.
d0d6b7c5 5101 If you want to read all available subprocess output,
0fa1789e
KH
5102 you must call it repeatedly until it returns zero.
5103
5104 The characters read are decoded according to PROC's coding-system
5105 for decoding. */
d0d6b7c5 5106
ff6daed3 5107static int
d3da34e0 5108read_process_output (Lisp_Object proc, register int channel)
d0d6b7c5 5109{
368f4090 5110 register ssize_t nbytes;
d0d6b7c5 5111 char *chars;
d0d6b7c5 5112 register Lisp_Object outstream;
d0d6b7c5 5113 register struct Lisp_Process *p = XPROCESS (proc);
d311d28c 5114 register ptrdiff_t opoint;
c7580538 5115 struct coding_system *coding = proc_decode_coding_system[channel];
60f0fb11 5116 int carryover = p->decoding_carryover;
116c423c 5117 int readmax = 4096;
d311d28c 5118 ptrdiff_t count = SPECPDL_INDEX ();
3a4fa2f2 5119 Lisp_Object odeactivate;
d0d6b7c5 5120
38182d90 5121 chars = alloca (carryover + readmax);
e7fbaa65
KH
5122 if (carryover)
5123 /* See the comment above. */
4d2b044c 5124 memcpy (chars, SDATA (p->decoding_buf), carryover);
0fa1789e 5125
e690ca94
KS
5126#ifdef DATAGRAM_SOCKETS
5127 /* We have a working select, so proc_buffered_char is always -1. */
5128 if (DATAGRAM_CHAN_P (channel))
5129 {
401bf9b4 5130 socklen_t len = datagram_address[channel].len;
39b1da20 5131 nbytes = recvfrom (channel, chars + carryover, readmax,
e690ca94
KS
5132 0, datagram_address[channel].sa, &len);
5133 }
5134 else
5135#endif
6b61353c 5136 {
82eaa333
PE
5137 int buffered = 0 <= proc_buffered_char[channel];
5138 if (buffered)
5139 {
5140 chars[carryover] = proc_buffered_char[channel];
5141 proc_buffered_char[channel] = -1;
5142 }
8af55556 5143#ifdef HAVE_GNUTLS
959ad23f
AS
5144 if (p->gnutls_p)
5145 nbytes = emacs_gnutls_read (p, chars + carryover + buffered,
82eaa333 5146 readmax - buffered);
8af55556
TZ
5147 else
5148#endif
82eaa333
PE
5149 nbytes = emacs_read (channel, chars + carryover + buffered,
5150 readmax - buffered);
6b61353c 5151#ifdef ADAPTIVE_READ_BUFFERING
60f0fb11 5152 if (nbytes > 0 && p->adaptive_read_buffering)
6b61353c 5153 {
60f0fb11 5154 int delay = p->read_output_delay;
6b61353c
KH
5155 if (nbytes < 256)
5156 {
5157 if (delay < READ_OUTPUT_DELAY_MAX_MAX)
5158 {
5159 if (delay == 0)
5160 process_output_delay_count++;
5161 delay += READ_OUTPUT_DELAY_INCREMENT * 2;
5162 }
5163 }
82eaa333 5164 else if (delay > 0 && nbytes == readmax - buffered)
6b61353c
KH
5165 {
5166 delay -= READ_OUTPUT_DELAY_INCREMENT;
5167 if (delay == 0)
5168 process_output_delay_count--;
5169 }
60f0fb11 5170 p->read_output_delay = delay;
6b61353c
KH
5171 if (delay)
5172 {
60f0fb11 5173 p->read_output_skip = 1;
6b61353c
KH
5174 process_output_skip = 1;
5175 }
5176 }
5177#endif
fe07cdfa
PE
5178 nbytes += buffered;
5179 nbytes += buffered && nbytes <= 0;
d0d6b7c5 5180 }
d0d6b7c5 5181
60f0fb11 5182 p->decoding_carryover = 0;
ca65341e 5183
ed7a4b2d 5184 /* At this point, NBYTES holds number of bytes just received
0fa1789e 5185 (including the one in proc_buffered_char[channel]). */
de7fbd09
KH
5186 if (nbytes <= 0)
5187 {
5188 if (nbytes < 0 || coding->mode & CODING_MODE_LAST_BLOCK)
5189 return nbytes;
5190 coding->mode |= CODING_MODE_LAST_BLOCK;
5191 }
d0d6b7c5 5192
1d2fc612 5193 /* Now set NBYTES how many bytes we must decode. */
e7fbaa65 5194 nbytes += carryover;
0fa1789e 5195
3a4fa2f2
SM
5196 odeactivate = Vdeactivate_mark;
5197 /* There's no good reason to let process filters change the current
5198 buffer, and many callers of accept-process-output, sit-for, and
5199 friends don't expect current-buffer to be changed from under them. */
66322887 5200 record_unwind_current_buffer ();
3a4fa2f2 5201
1d2fc612 5202 /* Read and dispose of the process output. */
4d2b044c 5203 outstream = p->filter;
d0d6b7c5
JB
5204 if (!NILP (outstream))
5205 {
1d2fc612 5206 Lisp_Object text;
4da2f5be 5207 int outer_running_asynch_code = running_asynch_code;
bbce7d72 5208 int waiting = waiting_for_user_input_p;
30c78175 5209
dfc21838
RS
5210 /* No need to gcpro these, because all we do with them later
5211 is test them for EQness, and none of them should be a string. */
aba7731a
PE
5212#if 0
5213 Lisp_Object obuffer, okeymap;
dfc21838 5214 XSETBUFFER (obuffer, current_buffer);
4b4deea2 5215 okeymap = BVAR (current_buffer, keymap);
aba7731a 5216#endif
30c78175 5217
3a4fa2f2
SM
5218 /* We inhibit quit here instead of just catching it so that
5219 hitting ^G when a filter happens to be running won't screw
5220 it up. */
d0d6b7c5 5221 specbind (Qinhibit_quit, Qt);
6545aada 5222 specbind (Qlast_nonmenu_event, Qt);
3b9a3dfa 5223
4da2f5be
RS
5224 /* In case we get recursively called,
5225 and we already saved the match data nonrecursively,
5226 save the same match data in safely recursive fashion. */
5227 if (outer_running_asynch_code)
5228 {
5229 Lisp_Object tem;
5230 /* Don't clobber the CURRENT match data, either! */
89f2614d
KS
5231 tem = Fmatch_data (Qnil, Qnil, Qnil);
5232 restore_search_regs ();
5233 record_unwind_save_match_data ();
5234 Fset_match_data (tem, Qt);
4da2f5be
RS
5235 }
5236
5237 /* For speed, if a search happens within this code,
5238 save the match data in a special nonrecursive fashion. */
7074fde6 5239 running_asynch_code = 1;
4da2f5be 5240
400a67ff 5241 decode_coding_c_string (coding, (unsigned char *) chars, nbytes, Qt);
5bbf78c1 5242 text = coding->dst_object;
5bbf78c1 5243 Vlast_coding_system_used = CODING_ID_NAME (coding->id);
ed7a4b2d 5244 /* A new coding system might be found. */
4d2b044c 5245 if (!EQ (p->decode_coding_system, Vlast_coding_system_used))
ed7a4b2d 5246 {
6a09a33b 5247 pset_decode_coding_system (p, Vlast_coding_system_used);
ed7a4b2d
KH
5248
5249 /* Don't call setup_coding_system for
5250 proc_decode_coding_system[channel] here. It is done in
5251 detect_coding called via decode_coding above. */
5252
5253 /* If a coding system for encoding is not yet decided, we set
5254 it as the same as coding-system for decoding.
5255
5256 But, before doing that we must check if
5257 proc_encode_coding_system[p->outfd] surely points to a
5258 valid memory because p->outfd will be changed once EOF is
5259 sent to the process. */
4d2b044c 5260 if (NILP (p->encode_coding_system)
60f0fb11 5261 && proc_encode_coding_system[p->outfd])
ed7a4b2d 5262 {
6a09a33b
PE
5263 pset_encode_coding_system
5264 (p, coding_inherit_eol_type (Vlast_coding_system_used, Qnil));
4d2b044c 5265 setup_coding_system (p->encode_coding_system,
60f0fb11 5266 proc_encode_coding_system[p->outfd]);
ed7a4b2d
KH
5267 }
5268 }
51c6067d 5269
dd8c7a53
KH
5270 if (coding->carryover_bytes > 0)
5271 {
4d2b044c 5272 if (SCHARS (p->decoding_buf) < coding->carryover_bytes)
6a09a33b 5273 pset_decoding_buf (p, make_uninit_string (coding->carryover_bytes));
4d2b044c 5274 memcpy (SDATA (p->decoding_buf), coding->carryover,
72af86bd 5275 coding->carryover_bytes);
8c406a9b 5276 p->decoding_carryover = coding->carryover_bytes;
dd8c7a53 5277 }
e430e5ba 5278 if (SBYTES (text) > 0)
963b492b
SM
5279 /* FIXME: It's wrong to wrap or not based on debug-on-error, and
5280 sometimes it's simply wrong to wrap (e.g. when called from
5281 accept-process-output). */
dd97db06
KH
5282 internal_condition_case_1 (read_process_output_call,
5283 Fcons (outstream,
5284 Fcons (proc, Fcons (text, Qnil))),
5285 !NILP (Vdebug_on_error) ? Qnil : Qerror,
5286 read_process_output_error_handler);
4da2f5be
RS
5287
5288 /* If we saved the match data nonrecursively, restore it now. */
89f2614d 5289 restore_search_regs ();
4da2f5be 5290 running_asynch_code = outer_running_asynch_code;
d0d6b7c5 5291
bbce7d72
RS
5292 /* Restore waiting_for_user_input_p as it was
5293 when we were called, in case the filter clobbered it. */
5294 waiting_for_user_input_p = waiting;
5295
7973cfa8
RS
5296#if 0 /* Call record_asynch_buffer_change unconditionally,
5297 because we might have changed minor modes or other things
5298 that affect key bindings. */
dfc21838
RS
5299 if (! EQ (Fcurrent_buffer (), obuffer)
5300 || ! EQ (current_buffer->keymap, okeymap))
7973cfa8 5301#endif
927e08be
RS
5302 /* But do it only if the caller is actually going to read events.
5303 Otherwise there's no need to make him wake up, and it could
7157b8fe 5304 cause trouble (for example it would make sit_for return). */
927e08be
RS
5305 if (waiting_for_user_input_p == -1)
5306 record_asynch_buffer_change ();
d0d6b7c5
JB
5307 }
5308
5309 /* If no filter, write into buffer if it isn't dead. */
4d2b044c 5310 else if (!NILP (p->buffer) && !NILP (BVAR (XBUFFER (p->buffer), name)))
d0d6b7c5 5311 {
b0310da4 5312 Lisp_Object old_read_only;
d311d28c
PE
5313 ptrdiff_t old_begv, old_zv;
5314 ptrdiff_t old_begv_byte, old_zv_byte;
5315 ptrdiff_t before, before_byte;
5316 ptrdiff_t opoint_byte;
ed7a4b2d 5317 Lisp_Object text;
926b7e5e 5318 struct buffer *b;
30c78175 5319
4d2b044c 5320 Fset_buffer (p->buffer);
6ec8bbd2 5321 opoint = PT;
d8a2934e 5322 opoint_byte = PT_BYTE;
4b4deea2 5323 old_read_only = BVAR (current_buffer, read_only);
12ca5cdf
RS
5324 old_begv = BEGV;
5325 old_zv = ZV;
d8a2934e
RS
5326 old_begv_byte = BEGV_BYTE;
5327 old_zv_byte = ZV_BYTE;
b0310da4 5328
39eb03f1 5329 bset_read_only (current_buffer, Qnil);
d0d6b7c5
JB
5330
5331 /* Insert new output into buffer
5332 at the current end-of-output marker,
5333 thus preserving logical ordering of input and output. */
4d2b044c 5334 if (XMARKER (p->mark)->buffer)
3193acd2 5335 SET_PT_BOTH (clip_to_bounds (BEGV,
4d2b044c 5336 marker_position (p->mark), ZV),
3193acd2 5337 clip_to_bounds (BEGV_BYTE,
4d2b044c 5338 marker_byte_position (p->mark),
d8a2934e 5339 ZV_BYTE));
d0d6b7c5 5340 else
d8a2934e 5341 SET_PT_BOTH (ZV, ZV_BYTE);
12ca5cdf 5342 before = PT;
d8a2934e 5343 before_byte = PT_BYTE;
b0310da4
JB
5344
5345 /* If the output marker is outside of the visible region, save
5346 the restriction and widen. */
6ec8bbd2 5347 if (! (BEGV <= PT && PT <= ZV))
b0310da4
JB
5348 Fwiden ();
5349
400a67ff 5350 decode_coding_c_string (coding, (unsigned char *) chars, nbytes, Qt);
5bbf78c1
KH
5351 text = coding->dst_object;
5352 Vlast_coding_system_used = CODING_ID_NAME (coding->id);
ed7a4b2d
KH
5353 /* A new coding system might be found. See the comment in the
5354 similar code in the previous `if' block. */
4d2b044c 5355 if (!EQ (p->decode_coding_system, Vlast_coding_system_used))
ed7a4b2d 5356 {
6a09a33b 5357 pset_decode_coding_system (p, Vlast_coding_system_used);
4d2b044c 5358 if (NILP (p->encode_coding_system)
60f0fb11 5359 && proc_encode_coding_system[p->outfd])
ed7a4b2d 5360 {
6a09a33b
PE
5361 pset_encode_coding_system
5362 (p, coding_inherit_eol_type (Vlast_coding_system_used, Qnil));
4d2b044c 5363 setup_coding_system (p->encode_coding_system,
60f0fb11 5364 proc_encode_coding_system[p->outfd]);
ed7a4b2d
KH
5365 }
5366 }
dd8c7a53
KH
5367 if (coding->carryover_bytes > 0)
5368 {
4d2b044c 5369 if (SCHARS (p->decoding_buf) < coding->carryover_bytes)
6a09a33b 5370 pset_decoding_buf (p, make_uninit_string (coding->carryover_bytes));
4d2b044c 5371 memcpy (SDATA (p->decoding_buf), coding->carryover,
72af86bd 5372 coding->carryover_bytes);
8c406a9b 5373 p->decoding_carryover = coding->carryover_bytes;
dd8c7a53 5374 }
d69864bf 5375 /* Adjust the multibyteness of TEXT to that of the buffer. */
4b4deea2 5376 if (NILP (BVAR (current_buffer, enable_multibyte_characters))
d69864bf
KH
5377 != ! STRING_MULTIBYTE (text))
5378 text = (STRING_MULTIBYTE (text)
57bb5c37 5379 ? Fstring_as_unibyte (text)
03f04413 5380 : Fstring_to_multibyte (text));
57bb5c37
KH
5381 /* Insert before markers in case we are inserting where
5382 the buffer's mark is, and the user's next command is Meta-y. */
e430e5ba
KH
5383 insert_from_string_before_markers (text, 0, 0,
5384 SCHARS (text), SBYTES (text), 0);
0d023da1 5385
926b7e5e
GM
5386 /* Make sure the process marker's position is valid when the
5387 process buffer is changed in the signal_after_change above.
5388 W3 is known to do that. */
4d2b044c
DA
5389 if (BUFFERP (p->buffer)
5390 && (b = XBUFFER (p->buffer), b != current_buffer))
5391 set_marker_both (p->mark, p->buffer, BUF_PT (b), BUF_PT_BYTE (b));
926b7e5e 5392 else
4d2b044c 5393 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
b0310da4 5394
d0d6b7c5
JB
5395 update_mode_lines++;
5396
12ca5cdf
RS
5397 /* Make sure opoint and the old restrictions
5398 float ahead of any new text just as point would. */
5399 if (opoint >= before)
d8a2934e
RS
5400 {
5401 opoint += PT - before;
5402 opoint_byte += PT_BYTE - before_byte;
5403 }
12ca5cdf 5404 if (old_begv > before)
d8a2934e
RS
5405 {
5406 old_begv += PT - before;
5407 old_begv_byte += PT_BYTE - before_byte;
5408 }
12ca5cdf 5409 if (old_zv >= before)
d8a2934e
RS
5410 {
5411 old_zv += PT - before;
5412 old_zv_byte += PT_BYTE - before_byte;
5413 }
12ca5cdf 5414
b0310da4 5415 /* If the restriction isn't what it should be, set it. */
12ca5cdf
RS
5416 if (old_begv != BEGV || old_zv != ZV)
5417 Fnarrow_to_region (make_number (old_begv), make_number (old_zv));
b0310da4 5418
30c78175 5419
39eb03f1 5420 bset_read_only (current_buffer, old_read_only);
d8a2934e 5421 SET_PT_BOTH (opoint, opoint_byte);
d0d6b7c5 5422 }
3a4fa2f2
SM
5423 /* Handling the process output should not deactivate the mark. */
5424 Vdeactivate_mark = odeactivate;
5425
5426 unbind_to (count, Qnil);
1d2fc612 5427 return nbytes;
d0d6b7c5 5428}
d0d6b7c5
JB
5429\f
5430/* Sending data to subprocess */
5431
40ccffa6
PE
5432static jmp_buf send_process_frame;
5433static Lisp_Object process_sent_to;
d0d6b7c5 5434
006c5daa 5435#ifndef FORWARD_SIGNAL_TO_MAIN_THREAD
845ca893 5436static _Noreturn void send_process_trap (int);
006c5daa
PE
5437#endif
5438
9af30bdf 5439static void
d3da34e0 5440send_process_trap (int ignore)
d0d6b7c5 5441{
333f1b6f 5442 SIGNAL_THREAD_CHECK (SIGPIPE);
c8f44005 5443 sigunblock (sigmask (SIGPIPE));
d0d6b7c5
JB
5444 longjmp (send_process_frame, 1);
5445}
5446
20ca2e94
TN
5447/* In send_process, when a write fails temporarily,
5448 wait_reading_process_output is called. It may execute user code,
5449 e.g. timers, that attempts to write new data to the same process.
5450 We must ensure that data is sent in the right order, and not
5451 interspersed half-completed with other writes (Bug#10815). This is
5452 handled by the write_queue element of struct process. It is a list
5453 with each entry having the form
5454
5455 (string . (offset . length))
5456
5457 where STRING is a lisp string, OFFSET is the offset into the
5458 string's byte sequence from which we should begin to send, and
5459 LENGTH is the number of bytes left to send. */
5460
5461/* Create a new entry in write_queue.
5462 INPUT_OBJ should be a buffer, string Qt, or Qnil.
5463 BUF is a pointer to the string sequence of the input_obj or a C
5464 string in case of Qt or Qnil. */
5465
5466static void
5467write_queue_push (struct Lisp_Process *p, Lisp_Object input_obj,
7ea2b339 5468 const char *buf, ptrdiff_t len, int front)
20ca2e94 5469{
7ea2b339 5470 ptrdiff_t offset;
20ca2e94
TN
5471 Lisp_Object entry, obj;
5472
5473 if (STRINGP (input_obj))
5474 {
5475 offset = buf - SSDATA (input_obj);
5476 obj = input_obj;
5477 }
5478 else
5479 {
5480 offset = 0;
5481 obj = make_unibyte_string (buf, len);
5482 }
5483
5484 entry = Fcons (obj, Fcons (make_number (offset), make_number (len)));
5485
5486 if (front)
6a09a33b 5487 pset_write_queue (p, Fcons (entry, p->write_queue));
20ca2e94 5488 else
6a09a33b 5489 pset_write_queue (p, nconc2 (p->write_queue, Fcons (entry, Qnil)));
20ca2e94
TN
5490}
5491
5492/* Remove the first element in the write_queue of process P, put its
5493 contents in OBJ, BUF and LEN, and return non-zero. If the
5494 write_queue is empty, return zero. */
5495
5496static int
5497write_queue_pop (struct Lisp_Process *p, Lisp_Object *obj,
7ea2b339 5498 const char **buf, ptrdiff_t *len)
20ca2e94
TN
5499{
5500 Lisp_Object entry, offset_length;
7ea2b339 5501 ptrdiff_t offset;
20ca2e94 5502
4d2b044c 5503 if (NILP (p->write_queue))
20ca2e94
TN
5504 return 0;
5505
4d2b044c 5506 entry = XCAR (p->write_queue);
6a09a33b 5507 pset_write_queue (p, XCDR (p->write_queue));
20ca2e94
TN
5508
5509 *obj = XCAR (entry);
5510 offset_length = XCDR (entry);
5511
5512 *len = XINT (XCDR (offset_length));
5513 offset = XINT (XCAR (offset_length));
7ea2b339 5514 *buf = SSDATA (*obj) + offset;
20ca2e94
TN
5515
5516 return 1;
5517}
5518
4556b700
RS
5519/* Send some data to process PROC.
5520 BUF is the beginning of the data; LEN is the number of characters.
a92e4183
KH
5521 OBJECT is the Lisp object that the data comes from. If OBJECT is
5522 nil or t, it means that the data comes from C string.
0fa1789e 5523
a92e4183
KH
5524 If OBJECT is not nil, the data is encoded by PROC's coding-system
5525 for encoding before it is sent.
1fb0098c
GM
5526
5527 This function can evaluate Lisp code and can garbage collect. */
4556b700 5528
ff6daed3 5529static void
400a67ff 5530send_process (volatile Lisp_Object proc, const char *volatile buf,
d311d28c 5531 volatile ptrdiff_t len, volatile Lisp_Object object)
d0d6b7c5 5532{
ecd1f654 5533 /* Use volatile to protect variables from being clobbered by longjmp. */
6b61353c 5534 struct Lisp_Process *p = XPROCESS (proc);
368f4090 5535 ssize_t rv;
0fa1789e 5536 struct coding_system *coding;
9af30bdf 5537 void (*volatile old_sigpipe) (int);
6044e593 5538
6bfd98e7 5539 if (p->raw_status_new)
6b61353c 5540 update_status (p);
4d2b044c
DA
5541 if (! EQ (p->status, Qrun))
5542 error ("Process %s not running", SDATA (p->name));
60f0fb11 5543 if (p->outfd < 0)
4d2b044c 5544 error ("Output file descriptor of %s is closed", SDATA (p->name));
0fa1789e 5545
60f0fb11 5546 coding = proc_encode_coding_system[p->outfd];
5bbf78c1 5547 Vlast_coding_system_used = CODING_ID_NAME (coding->id);
486b111b 5548
ed7a4b2d
KH
5549 if ((STRINGP (object) && STRING_MULTIBYTE (object))
5550 || (BUFFERP (object)
4b4deea2 5551 && !NILP (BVAR (XBUFFER (object), enable_multibyte_characters)))
a92e4183 5552 || EQ (object, Qt))
278bfdd6 5553 {
6a09a33b
PE
5554 pset_encode_coding_system
5555 (p, complement_process_encoding_system (p->encode_coding_system));
4d2b044c 5556 if (!EQ (Vlast_coding_system_used, p->encode_coding_system))
fcaf8878
KH
5557 {
5558 /* The coding system for encoding was changed to raw-text
5559 because we sent a unibyte text previously. Now we are
5560 sending a multibyte text, thus we must encode it by the
5561 original coding system specified for the current process.
5562
da6062e6
PE
5563 Another reason we come here is that the coding system
5564 was just complemented and a new one was returned by
fcaf8878 5565 complement_process_encoding_system. */
4d2b044c
DA
5566 setup_coding_system (p->encode_coding_system, coding);
5567 Vlast_coding_system_used = p->encode_coding_system;
fcaf8878 5568 }
e08bbb84 5569 coding->src_multibyte = 1;
278bfdd6
KH
5570 }
5571 else
5572 {
a0241d01 5573 coding->src_multibyte = 0;
a92e4183
KH
5574 /* For sending a unibyte text, character code conversion should
5575 not take place but EOL conversion should. So, setup raw-text
5576 or one of the subsidiary if we have not yet done it. */
5bbf78c1 5577 if (CODING_REQUIRE_ENCODING (coding))
a92e4183
KH
5578 {
5579 if (CODING_REQUIRE_FLUSHING (coding))
5580 {
5581 /* But, before changing the coding, we must flush out data. */
5582 coding->mode |= CODING_MODE_LAST_BLOCK;
5583 send_process (proc, "", 0, Qt);
8f924df7 5584 coding->mode &= CODING_MODE_LAST_BLOCK;
a92e4183 5585 }
5bbf78c1
KH
5586 setup_coding_system (raw_text_coding_system
5587 (Vlast_coding_system_used),
5588 coding);
e08bbb84 5589 coding->src_multibyte = 0;
a92e4183 5590 }
278bfdd6 5591 }
a4a37e65
KH
5592 coding->dst_multibyte = 0;
5593
ed7a4b2d 5594 if (CODING_REQUIRE_ENCODING (coding))
0fa1789e 5595 {
5bbf78c1 5596 coding->dst_object = Qt;
ed7a4b2d 5597 if (BUFFERP (object))
0fa1789e 5598 {
d311d28c
PE
5599 ptrdiff_t from_byte, from, to;
5600 ptrdiff_t save_pt, save_pt_byte;
5bbf78c1
KH
5601 struct buffer *cur = current_buffer;
5602
5603 set_buffer_internal (XBUFFER (object));
5604 save_pt = PT, save_pt_byte = PT_BYTE;
5605
400a67ff 5606 from_byte = PTR_BYTE_POS ((unsigned char *) buf);
5bbf78c1
KH
5607 from = BYTE_TO_CHAR (from_byte);
5608 to = BYTE_TO_CHAR (from_byte + len);
5609 TEMP_SET_PT_BOTH (from, from_byte);
5610 encode_coding_object (coding, object, from, from_byte,
5611 to, from_byte + len, Qt);
5612 TEMP_SET_PT_BOTH (save_pt, save_pt_byte);
5613 set_buffer_internal (cur);
ed7a4b2d
KH
5614 }
5615 else if (STRINGP (object))
5616 {
550c8289
KH
5617 encode_coding_object (coding, object, 0, 0, SCHARS (object),
5618 SBYTES (object), Qt);
0fa1789e 5619 }
5bbf78c1 5620 else
452294c2 5621 {
5bbf78c1
KH
5622 coding->dst_object = make_unibyte_string (buf, len);
5623 coding->produced = len;
452294c2 5624 }
ed7a4b2d 5625
e7fbaa65 5626 len = coding->produced;
347f3cd3 5627 object = coding->dst_object;
400a67ff 5628 buf = SSDATA (object);
0fa1789e 5629 }
d0d6b7c5 5630
4556b700
RS
5631 if (pty_max_bytes == 0)
5632 {
5633#if defined (HAVE_FPATHCONF) && defined (_PC_MAX_CANON)
60f0fb11 5634 pty_max_bytes = fpathconf (p->outfd, _PC_MAX_CANON);
4556b700
RS
5635 if (pty_max_bytes < 0)
5636 pty_max_bytes = 250;
5637#else
5638 pty_max_bytes = 250;
5639#endif
5640 /* Deduct one, to leave space for the eof. */
5641 pty_max_bytes--;
5642 }
5643
0daad115
GM
5644 /* 2000-09-21: Emacs 20.7, sparc-sun-solaris-2.6, GCC 2.95.2,
5645 CFLAGS="-g -O": The value of the parameter `proc' is clobbered
5646 when returning with longjmp despite being declared volatile. */
d0d6b7c5 5647 if (!setjmp (send_process_frame))
0daad115 5648 {
006c5daa 5649 p = XPROCESS (proc); /* Repair any setjmp clobbering. */
0daad115 5650 process_sent_to = proc;
20ca2e94
TN
5651
5652 /* If there is already data in the write_queue, put the new data
5653 in the back of queue. Otherwise, ignore it. */
4d2b044c 5654 if (!NILP (p->write_queue))
20ca2e94
TN
5655 write_queue_push (p, object, buf, len, 0);
5656
5657 do /* while !NILP (p->write_queue) */
0daad115 5658 {
7ea2b339 5659 ptrdiff_t cur_len = -1;
20ca2e94
TN
5660 const char *cur_buf;
5661 Lisp_Object cur_object;
5662
5663 /* If write_queue is empty, ignore it. */
5664 if (!write_queue_pop (p, &cur_object, &cur_buf, &cur_len))
5665 {
5666 cur_len = len;
5667 cur_buf = buf;
5668 cur_object = object;
5669 }
93b4f699 5670
20ca2e94 5671 while (cur_len > 0)
0daad115 5672 {
20ca2e94 5673 /* Send this batch, using one or more write calls. */
d311d28c 5674 ptrdiff_t written = 0;
60f0fb11 5675 int outfd = p->outfd;
9af30bdf 5676 old_sigpipe = (void (*) (int)) signal (SIGPIPE, send_process_trap);
e690ca94
KS
5677#ifdef DATAGRAM_SOCKETS
5678 if (DATAGRAM_CHAN_P (outfd))
5679 {
20ca2e94 5680 rv = sendto (outfd, cur_buf, cur_len,
e690ca94
KS
5681 0, datagram_address[outfd].sa,
5682 datagram_address[outfd].len);
273a5f82
PE
5683 if (0 <= rv)
5684 written = rv;
5685 else if (errno == EMSGSIZE)
c8f44005
RS
5686 {
5687 signal (SIGPIPE, old_sigpipe);
5688 report_file_error ("sending datagram",
5689 Fcons (proc, Qnil));
5690 }
e690ca94
KS
5691 }
5692 else
5693#endif
6b61353c 5694 {
8af55556 5695#ifdef HAVE_GNUTLS
959ad23f 5696 if (p->gnutls_p)
20ca2e94 5697 written = emacs_gnutls_write (p, cur_buf, cur_len);
8af55556
TZ
5698 else
5699#endif
20ca2e94 5700 written = emacs_write (outfd, cur_buf, cur_len);
086e8c47 5701 rv = (written ? 0 : -1);
6b61353c 5702#ifdef ADAPTIVE_READ_BUFFERING
60f0fb11
SM
5703 if (p->read_output_delay > 0
5704 && p->adaptive_read_buffering == 1)
6b61353c 5705 {
60f0fb11 5706 p->read_output_delay = 0;
6b61353c 5707 process_output_delay_count--;
60f0fb11 5708 p->read_output_skip = 0;
6b61353c
KH
5709 }
5710#endif
5711 }
0daad115 5712 signal (SIGPIPE, old_sigpipe);
4556b700 5713
0daad115
GM
5714 if (rv < 0)
5715 {
5716 if (0
d0d6b7c5 5717#ifdef EWOULDBLOCK
0daad115 5718 || errno == EWOULDBLOCK
d0d6b7c5
JB
5719#endif
5720#ifdef EAGAIN
0daad115 5721 || errno == EAGAIN
d0d6b7c5 5722#endif
0daad115 5723 )
177c0ea7 5724 /* Buffer is full. Wait, accepting input;
0daad115
GM
5725 that may allow the program
5726 to finish doing output and read more. */
5727 {
3433b6bd 5728#ifdef BROKEN_PTY_READ_AFTER_EAGAIN
0daad115
GM
5729 /* A gross hack to work around a bug in FreeBSD.
5730 In the following sequence, read(2) returns
5731 bogus data:
5732
5733 write(2) 1022 bytes
5734 write(2) 954 bytes, get EAGAIN
5735 read(2) 1024 bytes in process_read_output
5736 read(2) 11 bytes in process_read_output
5737
5738 That is, read(2) returns more bytes than have
5739 ever been written successfully. The 1033 bytes
5740 read are the 1022 bytes written successfully
5741 after processing (for example with CRs added if
5742 the terminal is set up that way which it is
5743 here). The same bytes will be seen again in a
5744 later read(2), without the CRs. */
177c0ea7 5745
0daad115
GM
5746 if (errno == EAGAIN)
5747 {
5748 int flags = FWRITE;
60f0fb11 5749 ioctl (p->outfd, TIOCFLUSH, &flags);
0daad115 5750 }
3433b6bd 5751#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */
177c0ea7 5752
7ea2b339 5753 /* Put what we should have written in wait_queue. */
20ca2e94 5754 write_queue_push (p, cur_object, cur_buf, cur_len, 1);
d35af63c
PE
5755 wait_reading_process_output (0, 20 * 1000 * 1000,
5756 0, 0, Qnil, NULL, 0);
7ea2b339 5757 /* Reread queue, to see what is left. */
20ca2e94 5758 break;
0daad115
GM
5759 }
5760 else
5761 /* This is a real error. */
5762 report_file_error ("writing to process", Fcons (proc, Qnil));
5763 }
20ca2e94
TN
5764 cur_buf += written;
5765 cur_len -= written;
0daad115 5766 }
0daad115 5767 }
4d2b044c 5768 while (!NILP (p->write_queue));
0daad115 5769 }
d0d6b7c5
JB
5770 else
5771 {
0ff69270 5772 signal (SIGPIPE, old_sigpipe);
0daad115 5773 proc = process_sent_to;
6b61353c 5774 p = XPROCESS (proc);
6bfd98e7 5775 p->raw_status_new = 0;
6a09a33b 5776 pset_status (p, Fcons (Qexit, Fcons (make_number (256), Qnil)));
60f0fb11 5777 p->tick = ++process_tick;
d0d6b7c5 5778 deactivate_process (proc);
4d2b044c 5779 error ("SIGPIPE raised on process %s; closed it", SDATA (p->name));
d0d6b7c5
JB
5780 }
5781}
5782
5783DEFUN ("process-send-region", Fprocess_send_region, Sprocess_send_region,
fdb82f93
PJ
5784 3, 3, 0,
5785 doc: /* Send current contents of region as input to PROCESS.
5786PROCESS may be a process, a buffer, the name of a process or buffer, or
5787nil, indicating the current buffer's process.
5788Called from program, takes three arguments, PROCESS, START and END.
5789If the region is more than 500 characters long,
5790it is sent in several bunches. This may happen even for shorter regions.
5791Output from processes can arrive in between bunches. */)
5842a27b 5792 (Lisp_Object process, Lisp_Object start, Lisp_Object end)
d0d6b7c5
JB
5793{
5794 Lisp_Object proc;
d311d28c 5795 ptrdiff_t start1, end1;
d0d6b7c5
JB
5796
5797 proc = get_process (process);
5798 validate_region (&start, &end);
1b234f64
KH
5799
5800 if (XINT (start) < GPT && XINT (end) > GPT)
5801 move_gap (XINT (start));
5802
5803 start1 = CHAR_TO_BYTE (XINT (start));
5804 end1 = CHAR_TO_BYTE (XINT (end));
400a67ff 5805 send_process (proc, (char *) BYTE_POS_ADDR (start1), end1 - start1,
1b234f64
KH
5806 Fcurrent_buffer ());
5807
d0d6b7c5
JB
5808 return Qnil;
5809}
5810
5811DEFUN ("process-send-string", Fprocess_send_string, Sprocess_send_string,
fdb82f93
PJ
5812 2, 2, 0,
5813 doc: /* Send PROCESS the contents of STRING as input.
5814PROCESS may be a process, a buffer, the name of a process or buffer, or
5815nil, indicating the current buffer's process.
5816If STRING is more than 500 characters long,
5817it is sent in several bunches. This may happen even for shorter strings.
5818Output from processes can arrive in between bunches. */)
5842a27b 5819 (Lisp_Object process, Lisp_Object string)
d0d6b7c5
JB
5820{
5821 Lisp_Object proc;
b7826503 5822 CHECK_STRING (string);
d0d6b7c5 5823 proc = get_process (process);
400a67ff 5824 send_process (proc, SSDATA (string),
1b234f64 5825 SBYTES (string), string);
d0d6b7c5
JB
5826 return Qnil;
5827}
5828\f
16782258
JD
5829/* Return the foreground process group for the tty/pty that
5830 the process P uses. */
dde14581 5831static pid_t
d3da34e0 5832emacs_get_tty_pgrp (struct Lisp_Process *p)
16782258 5833{
dde14581 5834 pid_t gid = -1;
16782258 5835
f3d9532b 5836#ifdef TIOCGPGRP
4d2b044c 5837 if (ioctl (p->infd, TIOCGPGRP, &gid) == -1 && ! NILP (p->tty_name))
16782258
JD
5838 {
5839 int fd;
5840 /* Some OS:es (Solaris 8/9) does not allow TIOCGPGRP from the
5841 master side. Try the slave side. */
4d2b044c 5842 fd = emacs_open (SSDATA (p->tty_name), O_RDONLY, 0);
16782258
JD
5843
5844 if (fd != -1)
5845 {
5846 ioctl (fd, TIOCGPGRP, &gid);
5847 emacs_close (fd);
5848 }
5849 }
5850#endif /* defined (TIOCGPGRP ) */
5851
5852 return gid;
5853}
5854
b81ea5ef
RS
5855DEFUN ("process-running-child-p", Fprocess_running_child_p,
5856 Sprocess_running_child_p, 0, 1, 0,
fdb82f93
PJ
5857 doc: /* Return t if PROCESS has given the terminal to a child.
5858If the operating system does not make it possible to find out,
5859return t unconditionally. */)
5842a27b 5860 (Lisp_Object process)
b81ea5ef
RS
5861{
5862 /* Initialize in case ioctl doesn't exist or gives an error,
5863 in a way that will cause returning t. */
dde14581 5864 pid_t gid;
b81ea5ef
RS
5865 Lisp_Object proc;
5866 struct Lisp_Process *p;
5867
5868 proc = get_process (process);
5869 p = XPROCESS (proc);
5870
4d2b044c 5871 if (!EQ (p->type, Qreal))
b81ea5ef 5872 error ("Process %s is not a subprocess",
4d2b044c 5873 SDATA (p->name));
60f0fb11 5874 if (p->infd < 0)
b81ea5ef 5875 error ("Process %s is not active",
4d2b044c 5876 SDATA (p->name));
b81ea5ef 5877
16782258 5878 gid = emacs_get_tty_pgrp (p);
b81ea5ef 5879
6bfd98e7 5880 if (gid == p->pid)
b81ea5ef
RS
5881 return Qnil;
5882 return Qt;
5883}
5884\f
d0d6b7c5 5885/* send a signal number SIGNO to PROCESS.
b81ea5ef
RS
5886 If CURRENT_GROUP is t, that means send to the process group
5887 that currently owns the terminal being used to communicate with PROCESS.
d0d6b7c5 5888 This is used for various commands in shell mode.
b81ea5ef
RS
5889 If CURRENT_GROUP is lambda, that means send to the process group
5890 that currently owns the terminal, but only if it is NOT the shell itself.
5891
d0d6b7c5 5892 If NOMSG is zero, insert signal-announcements into process's buffers
b0310da4
JB
5893 right away.
5894
5895 If we can, we try to signal PROCESS by sending control characters
e333e864 5896 down the pty. This allows us to signal inferiors who have changed
b0310da4 5897 their uid, for which killpg would return an EPERM error. */
d0d6b7c5 5898
f9738840 5899static void
d3da34e0
JB
5900process_send_signal (Lisp_Object process, int signo, Lisp_Object current_group,
5901 int nomsg)
d0d6b7c5
JB
5902{
5903 Lisp_Object proc;
5904 register struct Lisp_Process *p;
dde14581 5905 pid_t gid;
d0d6b7c5
JB
5906 int no_pgrp = 0;
5907
5908 proc = get_process (process);
5909 p = XPROCESS (proc);
5910
4d2b044c 5911 if (!EQ (p->type, Qreal))
d0d6b7c5 5912 error ("Process %s is not a subprocess",
4d2b044c 5913 SDATA (p->name));
60f0fb11 5914 if (p->infd < 0)
d0d6b7c5 5915 error ("Process %s is not active",
4d2b044c 5916 SDATA (p->name));
d0d6b7c5 5917
60f0fb11 5918 if (!p->pty_flag)
d0d6b7c5
JB
5919 current_group = Qnil;
5920
d0d6b7c5 5921 /* If we are using pgrps, get a pgrp number and make it negative. */
2af70a0c
RS
5922 if (NILP (current_group))
5923 /* Send the signal to the shell's process group. */
6bfd98e7 5924 gid = p->pid;
2af70a0c 5925 else
d0d6b7c5 5926 {
b0310da4 5927#ifdef SIGNALS_VIA_CHARACTERS
d0d6b7c5
JB
5928 /* If possible, send signals to the entire pgrp
5929 by sending an input character to it. */
b0310da4 5930
6be429b1 5931 struct termios t;
7f916a36
RS
5932 cc_t *sig_char = NULL;
5933
60f0fb11 5934 tcgetattr (p->infd, &t);
6be429b1
JB
5935
5936 switch (signo)
5937 {
5938 case SIGINT:
7f916a36
RS
5939 sig_char = &t.c_cc[VINTR];
5940 break;
6be429b1
JB
5941
5942 case SIGQUIT:
7f916a36
RS
5943 sig_char = &t.c_cc[VQUIT];
5944 break;
6be429b1
JB
5945
5946 case SIGTSTP:
d0adf46f 5947#if defined (VSWTCH) && !defined (PREFER_VSUSP)
7f916a36 5948 sig_char = &t.c_cc[VSWTCH];
6be429b1 5949#else
7f916a36 5950 sig_char = &t.c_cc[VSUSP];
6be429b1 5951#endif
7f916a36 5952 break;
6be429b1
JB
5953 }
5954
ca4313d5 5955 if (sig_char && *sig_char != CDISABLE)
f1c206fc 5956 {
f990b4e5 5957 send_process (proc, (char *) sig_char, 1, Qnil);
f1c206fc
RS
5958 return;
5959 }
5960 /* If we can't send the signal with a character,
5961 fall through and send it another way. */
f1c206fc
RS
5962
5963 /* The code above may fall through if it can't
5964 handle the signal. */
20505336 5965#endif /* defined (SIGNALS_VIA_CHARACTERS) */
d0d6b7c5 5966
177c0ea7 5967#ifdef TIOCGPGRP
2af70a0c 5968 /* Get the current pgrp using the tty itself, if we have that.
d0d6b7c5
JB
5969 Otherwise, use the pty to get the pgrp.
5970 On pfa systems, saka@pfu.fujitsu.co.JP writes:
b0310da4
JB
5971 "TIOCGPGRP symbol defined in sys/ioctl.h at E50.
5972 But, TIOCGPGRP does not work on E50 ;-P works fine on E60"
d0d6b7c5
JB
5973 His patch indicates that if TIOCGPGRP returns an error, then
5974 we should just assume that p->pid is also the process group id. */
d0d6b7c5 5975
16782258 5976 gid = emacs_get_tty_pgrp (p);
f3d9532b 5977
16782258
JD
5978 if (gid == -1)
5979 /* If we can't get the information, assume
5980 the shell owns the tty. */
6bfd98e7 5981 gid = p->pid;
2af70a0c
RS
5982
5983 /* It is not clear whether anything really can set GID to -1.
5984 Perhaps on some system one of those ioctls can or could do so.
5985 Or perhaps this is vestigial. */
d0d6b7c5
JB
5986 if (gid == -1)
5987 no_pgrp = 1;
b0310da4 5988#else /* ! defined (TIOCGPGRP ) */
301c3fe4
JB
5989 /* Can't select pgrps on this system, so we know that
5990 the child itself heads the pgrp. */
6bfd98e7 5991 gid = p->pid;
301c3fe4 5992#endif /* ! defined (TIOCGPGRP ) */
b81ea5ef
RS
5993
5994 /* If current_group is lambda, and the shell owns the terminal,
5995 don't send any signal. */
6bfd98e7 5996 if (EQ (current_group, Qlambda) && gid == p->pid)
b81ea5ef 5997 return;
d0d6b7c5 5998 }
d0d6b7c5
JB
5999
6000 switch (signo)
6001 {
6002#ifdef SIGCONT
6003 case SIGCONT:
6bfd98e7 6004 p->raw_status_new = 0;
6a09a33b 6005 pset_status (p, Qrun);
60f0fb11 6006 p->tick = ++process_tick;
d0d6b7c5 6007 if (!nomsg)
e42bdf01
CY
6008 {
6009 status_notify (NULL);
6010 redisplay_preserve_echo_area (13);
6011 }
d0d6b7c5 6012 break;
301c3fe4 6013#endif /* ! defined (SIGCONT) */
d0d6b7c5 6014 case SIGINT:
d0d6b7c5 6015 case SIGQUIT:
d0d6b7c5 6016 case SIGKILL:
60f0fb11 6017 flush_pending_output (p->infd);
d0d6b7c5
JB
6018 break;
6019 }
6020
6021 /* If we don't have process groups, send the signal to the immediate
6022 subprocess. That isn't really right, but it's better than any
6023 obvious alternative. */
6024 if (no_pgrp)
6025 {
6bfd98e7 6026 kill (p->pid, signo);
d0d6b7c5
JB
6027 return;
6028 }
6029
6030 /* gid may be a pid, or minus a pgrp's number */
6031#ifdef TIOCSIGSEND
6032 if (!NILP (current_group))
16782258 6033 {
60f0fb11 6034 if (ioctl (p->infd, TIOCSIGSEND, signo) == -1)
16782258
JD
6035 EMACS_KILLPG (gid, signo);
6036 }
d0d6b7c5
JB
6037 else
6038 {
6bfd98e7 6039 gid = - p->pid;
d0d6b7c5
JB
6040 kill (gid, signo);
6041 }
301c3fe4 6042#else /* ! defined (TIOCSIGSEND) */
2af70a0c 6043 EMACS_KILLPG (gid, signo);
301c3fe4 6044#endif /* ! defined (TIOCSIGSEND) */
d0d6b7c5
JB
6045}
6046
6047DEFUN ("interrupt-process", Finterrupt_process, Sinterrupt_process, 0, 2, 0,
fdb82f93
PJ
6048 doc: /* Interrupt process PROCESS.
6049PROCESS may be a process, a buffer, or the name of a process or buffer.
f3d9532b 6050No arg or nil means current buffer's process.
fdb82f93
PJ
6051Second arg CURRENT-GROUP non-nil means send signal to
6052the current process-group of the process's controlling terminal
6053rather than to the process's own process group.
6054If the process is a shell, this means interrupt current subjob
6055rather than the shell.
6056
6057If CURRENT-GROUP is `lambda', and if the shell owns the terminal,
6058don't send the signal. */)
5842a27b 6059 (Lisp_Object process, Lisp_Object current_group)
d0d6b7c5
JB
6060{
6061 process_send_signal (process, SIGINT, current_group, 0);
6062 return process;
6063}
6064
6065DEFUN ("kill-process", Fkill_process, Skill_process, 0, 2, 0,
fdb82f93
PJ
6066 doc: /* Kill process PROCESS. May be process or name of one.
6067See function `interrupt-process' for more details on usage. */)
5842a27b 6068 (Lisp_Object process, Lisp_Object current_group)
d0d6b7c5
JB
6069{
6070 process_send_signal (process, SIGKILL, current_group, 0);
6071 return process;
6072}
6073
6074DEFUN ("quit-process", Fquit_process, Squit_process, 0, 2, 0,
fdb82f93
PJ
6075 doc: /* Send QUIT signal to process PROCESS. May be process or name of one.
6076See function `interrupt-process' for more details on usage. */)
5842a27b 6077 (Lisp_Object process, Lisp_Object current_group)
d0d6b7c5
JB
6078{
6079 process_send_signal (process, SIGQUIT, current_group, 0);
6080 return process;
6081}
6082
6083DEFUN ("stop-process", Fstop_process, Sstop_process, 0, 2, 0,
fdb82f93 6084 doc: /* Stop process PROCESS. May be process or name of one.
177c0ea7 6085See function `interrupt-process' for more details on usage.
d888760c
GM
6086If PROCESS is a network or serial process, inhibit handling of incoming
6087traffic. */)
5842a27b 6088 (Lisp_Object process, Lisp_Object current_group)
d0d6b7c5 6089{
d888760c 6090 if (PROCESSP (process) && (NETCONN_P (process) || SERIALCONN_P (process)))
e690ca94
KS
6091 {
6092 struct Lisp_Process *p;
177c0ea7 6093
e690ca94 6094 p = XPROCESS (process);
4d2b044c 6095 if (NILP (p->command)
60f0fb11 6096 && p->infd >= 0)
e690ca94 6097 {
60f0fb11
SM
6098 FD_CLR (p->infd, &input_wait_mask);
6099 FD_CLR (p->infd, &non_keyboard_wait_mask);
e690ca94 6100 }
6a09a33b 6101 pset_command (p, Qt);
e690ca94
KS
6102 return process;
6103 }
d0d6b7c5 6104#ifndef SIGTSTP
a9a73d6c 6105 error ("No SIGTSTP support");
d0d6b7c5
JB
6106#else
6107 process_send_signal (process, SIGTSTP, current_group, 0);
6108#endif
6109 return process;
6110}
6111
6112DEFUN ("continue-process", Fcontinue_process, Scontinue_process, 0, 2, 0,
fdb82f93 6113 doc: /* Continue process PROCESS. May be process or name of one.
177c0ea7 6114See function `interrupt-process' for more details on usage.
d888760c
GM
6115If PROCESS is a network or serial process, resume handling of incoming
6116traffic. */)
5842a27b 6117 (Lisp_Object process, Lisp_Object current_group)
d0d6b7c5 6118{
d888760c 6119 if (PROCESSP (process) && (NETCONN_P (process) || SERIALCONN_P (process)))
e690ca94
KS
6120 {
6121 struct Lisp_Process *p;
6122
6123 p = XPROCESS (process);
4d2b044c 6124 if (EQ (p->command, Qt)
60f0fb11 6125 && p->infd >= 0
4d2b044c 6126 && (!EQ (p->filter, Qt) || EQ (p->status, Qlisten)))
e690ca94 6127 {
60f0fb11
SM
6128 FD_SET (p->infd, &input_wait_mask);
6129 FD_SET (p->infd, &non_keyboard_wait_mask);
d888760c
GM
6130#ifdef WINDOWSNT
6131 if (fd_info[ p->infd ].flags & FILE_SERIAL)
6132 PurgeComm (fd_info[ p->infd ].hnd, PURGE_RXABORT | PURGE_RXCLEAR);
a7ebc409 6133#else /* not WINDOWSNT */
d888760c 6134 tcflush (p->infd, TCIFLUSH);
a7ebc409 6135#endif /* not WINDOWSNT */
e690ca94 6136 }
6a09a33b 6137 pset_command (p, Qnil);
e690ca94
KS
6138 return process;
6139 }
d0d6b7c5
JB
6140#ifdef SIGCONT
6141 process_send_signal (process, SIGCONT, current_group, 0);
6142#else
a9a73d6c 6143 error ("No SIGCONT support");
d0d6b7c5
JB
6144#endif
6145 return process;
6146}
6147
6148DEFUN ("signal-process", Fsignal_process, Ssignal_process,
cdd5ea86
KS
6149 2, 2, "sProcess (name or number): \nnSignal code: ",
6150 doc: /* Send PROCESS the signal with code SIGCODE.
648f6edf 6151PROCESS may also be a number specifying the process id of the
cdd5ea86
KS
6152process to signal; in this case, the process need not be a child of
6153this Emacs.
fdb82f93 6154SIGCODE may be an integer, or a symbol whose name is a signal name. */)
5842a27b 6155 (Lisp_Object process, Lisp_Object sigcode)
d0d6b7c5 6156{
6bfd98e7 6157 pid_t pid;
cdd5ea86 6158
cdd5ea86
KS
6159 if (STRINGP (process))
6160 {
d311d28c
PE
6161 Lisp_Object tem = Fget_process (process);
6162 if (NILP (tem))
cdd5ea86 6163 {
d44287d4
PE
6164 Lisp_Object process_number =
6165 string_to_number (SSDATA (process), 10, 1);
6166 if (INTEGERP (process_number) || FLOATP (process_number))
6167 tem = process_number;
cdd5ea86
KS
6168 }
6169 process = tem;
6170 }
d44287d4 6171 else if (!NUMBERP (process))
cdd5ea86 6172 process = get_process (process);
177c0ea7 6173
cdd5ea86
KS
6174 if (NILP (process))
6175 return process;
6176
d83cf4cc
PE
6177 if (NUMBERP (process))
6178 CONS_TO_INTEGER (process, pid_t, pid);
d44287d4
PE
6179 else
6180 {
6181 CHECK_PROCESS (process);
6182 pid = XPROCESS (process)->pid;
6183 if (pid <= 0)
4d2b044c 6184 error ("Cannot signal process %s", SDATA (XPROCESS (process)->name));
d44287d4 6185 }
4766242d 6186
59324b1d 6187#define parse_signal(NAME, VALUE) \
05131107 6188 else if (!xstrcasecmp (name, NAME)) \
4766242d
RS
6189 XSETINT (sigcode, VALUE)
6190
6191 if (INTEGERP (sigcode))
d311d28c 6192 CHECK_TYPE_RANGED_INTEGER (int, sigcode);
4766242d
RS
6193 else
6194 {
25a48bd0 6195 char *name;
4766242d 6196
b7826503 6197 CHECK_SYMBOL (sigcode);
25a48bd0 6198 name = SSDATA (SYMBOL_NAME (sigcode));
4766242d 6199
ed3751c8 6200 if (!strncmp (name, "SIG", 3) || !strncmp (name, "sig", 3))
675984ed
KS
6201 name += 3;
6202
4766242d
RS
6203 if (0)
6204 ;
59324b1d
KS
6205#ifdef SIGUSR1
6206 parse_signal ("usr1", SIGUSR1);
6207#endif
6208#ifdef SIGUSR2
6209 parse_signal ("usr2", SIGUSR2);
6210#endif
6211#ifdef SIGTERM
6212 parse_signal ("term", SIGTERM);
6213#endif
4766242d 6214#ifdef SIGHUP
59324b1d 6215 parse_signal ("hup", SIGHUP);
4766242d
RS
6216#endif
6217#ifdef SIGINT
59324b1d 6218 parse_signal ("int", SIGINT);
4766242d
RS
6219#endif
6220#ifdef SIGQUIT
59324b1d 6221 parse_signal ("quit", SIGQUIT);
4766242d
RS
6222#endif
6223#ifdef SIGILL
59324b1d 6224 parse_signal ("ill", SIGILL);
4766242d
RS
6225#endif
6226#ifdef SIGABRT
59324b1d 6227 parse_signal ("abrt", SIGABRT);
4766242d
RS
6228#endif
6229#ifdef SIGEMT
59324b1d 6230 parse_signal ("emt", SIGEMT);
4766242d
RS
6231#endif
6232#ifdef SIGKILL
59324b1d 6233 parse_signal ("kill", SIGKILL);
4766242d
RS
6234#endif
6235#ifdef SIGFPE
59324b1d 6236 parse_signal ("fpe", SIGFPE);
4766242d
RS
6237#endif
6238#ifdef SIGBUS
59324b1d 6239 parse_signal ("bus", SIGBUS);
4766242d
RS
6240#endif
6241#ifdef SIGSEGV
59324b1d 6242 parse_signal ("segv", SIGSEGV);
4766242d
RS
6243#endif
6244#ifdef SIGSYS
59324b1d 6245 parse_signal ("sys", SIGSYS);
4766242d
RS
6246#endif
6247#ifdef SIGPIPE
59324b1d 6248 parse_signal ("pipe", SIGPIPE);
4766242d
RS
6249#endif
6250#ifdef SIGALRM
59324b1d 6251 parse_signal ("alrm", SIGALRM);
4766242d
RS
6252#endif
6253#ifdef SIGURG
59324b1d 6254 parse_signal ("urg", SIGURG);
4766242d
RS
6255#endif
6256#ifdef SIGSTOP
59324b1d 6257 parse_signal ("stop", SIGSTOP);
4766242d
RS
6258#endif
6259#ifdef SIGTSTP
59324b1d 6260 parse_signal ("tstp", SIGTSTP);
4766242d
RS
6261#endif
6262#ifdef SIGCONT
59324b1d 6263 parse_signal ("cont", SIGCONT);
4766242d
RS
6264#endif
6265#ifdef SIGCHLD
59324b1d 6266 parse_signal ("chld", SIGCHLD);
4766242d
RS
6267#endif
6268#ifdef SIGTTIN
59324b1d 6269 parse_signal ("ttin", SIGTTIN);
4766242d
RS
6270#endif
6271#ifdef SIGTTOU
59324b1d 6272 parse_signal ("ttou", SIGTTOU);
4766242d
RS
6273#endif
6274#ifdef SIGIO
59324b1d 6275 parse_signal ("io", SIGIO);
4766242d
RS
6276#endif
6277#ifdef SIGXCPU
59324b1d 6278 parse_signal ("xcpu", SIGXCPU);
4766242d
RS
6279#endif
6280#ifdef SIGXFSZ
59324b1d 6281 parse_signal ("xfsz", SIGXFSZ);
4766242d
RS
6282#endif
6283#ifdef SIGVTALRM
59324b1d 6284 parse_signal ("vtalrm", SIGVTALRM);
4766242d
RS
6285#endif
6286#ifdef SIGPROF
59324b1d 6287 parse_signal ("prof", SIGPROF);
4766242d
RS
6288#endif
6289#ifdef SIGWINCH
59324b1d 6290 parse_signal ("winch", SIGWINCH);
4766242d
RS
6291#endif
6292#ifdef SIGINFO
59324b1d 6293 parse_signal ("info", SIGINFO);
4766242d
RS
6294#endif
6295 else
9fa195a2 6296 error ("Undefined signal name %s", name);
4766242d
RS
6297 }
6298
59324b1d 6299#undef parse_signal
4766242d 6300
6bfd98e7 6301 return make_number (kill (pid, XINT (sigcode)));
d0d6b7c5
JB
6302}
6303
6304DEFUN ("process-send-eof", Fprocess_send_eof, Sprocess_send_eof, 0, 1, 0,
fdb82f93
PJ
6305 doc: /* Make PROCESS see end-of-file in its input.
6306EOF comes after any text already sent to it.
6307PROCESS may be a process, a buffer, the name of a process or buffer, or
6308nil, indicating the current buffer's process.
6309If PROCESS is a network connection, or is a process communicating
6310through a pipe (as opposed to a pty), then you cannot send any more
d888760c
GM
6311text to PROCESS after you call this function.
6312If PROCESS is a serial process, wait until all output written to the
6313process has been transmitted to the serial port. */)
5842a27b 6314 (Lisp_Object process)
d0d6b7c5
JB
6315{
6316 Lisp_Object proc;
de7fbd09 6317 struct coding_system *coding;
d0d6b7c5 6318
e690ca94
KS
6319 if (DATAGRAM_CONN_P (process))
6320 return process;
6321
d0d6b7c5 6322 proc = get_process (process);
60f0fb11 6323 coding = proc_encode_coding_system[XPROCESS (proc)->outfd];
577d03d5
RS
6324
6325 /* Make sure the process is really alive. */
6bfd98e7 6326 if (XPROCESS (proc)->raw_status_new)
577d03d5 6327 update_status (XPROCESS (proc));
4d2b044c
DA
6328 if (! EQ (XPROCESS (proc)->status, Qrun))
6329 error ("Process %s not running", SDATA (XPROCESS (proc)->name));
577d03d5 6330
de7fbd09
KH
6331 if (CODING_REQUIRE_FLUSHING (coding))
6332 {
6333 coding->mode |= CODING_MODE_LAST_BLOCK;
6334 send_process (proc, "", 0, Qnil);
6335 }
6336
60f0fb11 6337 if (XPROCESS (proc)->pty_flag)
4556b700 6338 send_process (proc, "\004", 1, Qnil);
4d2b044c 6339 else if (EQ (XPROCESS (proc)->type, Qserial))
d888760c 6340 {
a7ebc409 6341#ifndef WINDOWSNT
d888760c
GM
6342 if (tcdrain (XPROCESS (proc)->outfd) != 0)
6343 error ("tcdrain() failed: %s", emacs_strerror (errno));
a7ebc409 6344#endif /* not WINDOWSNT */
d888760c
GM
6345 /* Do nothing on Windows because writes are blocking. */
6346 }
d0d6b7c5
JB
6347 else
6348 {
4525f571
RS
6349 int old_outfd, new_outfd;
6350
93853f3d 6351#ifdef HAVE_SHUTDOWN
02f55c4b
RS
6352 /* If this is a network connection, or socketpair is used
6353 for communication with the subprocess, call shutdown to cause EOF.
6354 (In some old system, shutdown to socketpair doesn't work.
6355 Then we just can't win.) */
4d2b044c 6356 if (EQ (XPROCESS (proc)->type, Qnetwork)
60f0fb11
SM
6357 || XPROCESS (proc)->outfd == XPROCESS (proc)->infd)
6358 shutdown (XPROCESS (proc)->outfd, 1);
02f55c4b 6359 /* In case of socketpair, outfd == infd, so don't close it. */
60f0fb11
SM
6360 if (XPROCESS (proc)->outfd != XPROCESS (proc)->infd)
6361 emacs_close (XPROCESS (proc)->outfd);
93853f3d 6362#else /* not HAVE_SHUTDOWN */
60f0fb11 6363 emacs_close (XPROCESS (proc)->outfd);
93853f3d 6364#endif /* not HAVE_SHUTDOWN */
68c45bf0 6365 new_outfd = emacs_open (NULL_DEVICE, O_WRONLY, 0);
27448380
RS
6366 if (new_outfd < 0)
6367 abort ();
60f0fb11 6368 old_outfd = XPROCESS (proc)->outfd;
4525f571
RS
6369
6370 if (!proc_encode_coding_system[new_outfd])
6371 proc_encode_coding_system[new_outfd]
23f86fce 6372 = xmalloc (sizeof (struct coding_system));
72af86bd
AS
6373 memcpy (proc_encode_coding_system[new_outfd],
6374 proc_encode_coding_system[old_outfd],
6375 sizeof (struct coding_system));
6376 memset (proc_encode_coding_system[old_outfd], 0,
6377 sizeof (struct coding_system));
4525f571 6378
60f0fb11 6379 XPROCESS (proc)->outfd = new_outfd;
d0d6b7c5 6380 }
d0d6b7c5
JB
6381 return process;
6382}
d0d6b7c5 6383\f
3fed8ad5
GM
6384/* On receipt of a signal that a child status has changed, loop asking
6385 about children with changed statuses until the system says there
6386 are no more.
177c0ea7 6387
3fed8ad5
GM
6388 All we do is change the status; we do not run sentinels or print
6389 notifications. That is saved for the next time keyboard input is
6390 done, in order to avoid timing errors.
6391
6392 ** WARNING: this can be called during garbage collection.
6393 Therefore, it must not be fooled by the presence of mark bits in
6394 Lisp objects.
6395
6396 ** USG WARNING: Although it is not obvious from the documentation
6397 in signal(2), on a USG system the SIGCLD handler MUST NOT call
6398 signal() before executing at least one wait(), otherwise the
6399 handler will be called again, resulting in an infinite loop. The
6400 relevant portion of the documentation reads "SIGCLD signals will be
6401 queued and the signal-catching function will be continually
6402 reentered until the queue is empty". Invoking signal() causes the
6403 kernel to reexamine the SIGCLD queue. Fred Fish, UniSoft Systems
6b61353c
KH
6404 Inc.
6405
6406 ** Malloc WARNING: This should never call malloc either directly or
6407 indirectly; if it does, that is a bug */
d0d6b7c5 6408
a5cfdda8 6409#ifdef SIGCHLD
9af30bdf 6410static void
d3da34e0 6411sigchld_handler (int signo)
d0d6b7c5
JB
6412{
6413 int old_errno = errno;
6414 Lisp_Object proc;
97ec208f 6415 struct Lisp_Process *p;
d0d6b7c5 6416
333f1b6f
JD
6417 SIGNAL_THREAD_CHECK (signo);
6418
d0d6b7c5
JB
6419 while (1)
6420 {
8e050977 6421 pid_t pid;
bba104c1 6422 int w;
d0d6b7c5
JB
6423 Lisp_Object tail;
6424
6425#ifdef WNOHANG
6426#ifndef WUNTRACED
6427#define WUNTRACED 0
6428#endif /* no WUNTRACED */
6429 /* Keep trying to get a status until we get a definitive result. */
e7d4a904 6430 do
63136da6 6431 {
29ed4d51 6432 errno = 0;
13294f95 6433 pid = waitpid (-1, &w, WNOHANG | WUNTRACED);
29ed4d51 6434 }
e7d4a904 6435 while (pid < 0 && errno == EINTR);
d0d6b7c5
JB
6436
6437 if (pid <= 0)
6438 {
3fed8ad5
GM
6439 /* PID == 0 means no processes found, PID == -1 means a real
6440 failure. We have done all our job, so return. */
d0d6b7c5 6441
d0d6b7c5
JB
6442 errno = old_errno;
6443 return;
6444 }
6445#else
6446 pid = wait (&w);
6447#endif /* no WNOHANG */
6448
6449 /* Find the process that signaled us, and record its status. */
6450
a5cfdda8 6451 /* The process can have been deleted by Fdelete_process. */
8e50cc2d 6452 for (tail = deleted_pid_list; CONSP (tail); tail = XCDR (tail))
a5cfdda8 6453 {
8e050977 6454 Lisp_Object xpid = XCAR (tail);
d311d28c
PE
6455 if ((INTEGERP (xpid) && pid == XINT (xpid))
6456 || (FLOATP (xpid) && pid == XFLOAT_DATA (xpid)))
8e050977
CY
6457 {
6458 XSETCAR (tail, Qnil);
6459 goto sigchld_end_of_loop;
6460 }
a5cfdda8
KS
6461 }
6462
6463 /* Otherwise, if it is asynchronous, it is in Vprocess_alist. */
d0d6b7c5 6464 p = 0;
8e50cc2d 6465 for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
d0d6b7c5 6466 {
70949dac 6467 proc = XCDR (XCAR (tail));
d0d6b7c5 6468 p = XPROCESS (proc);
4d2b044c 6469 if (EQ (p->type, Qreal) && p->pid == pid)
d0d6b7c5
JB
6470 break;
6471 p = 0;
6472 }
6473
6474 /* Look for an asynchronous process whose pid hasn't been filled
6475 in yet. */
6476 if (p == 0)
8e50cc2d 6477 for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
d0d6b7c5 6478 {
70949dac 6479 proc = XCDR (XCAR (tail));
d0d6b7c5 6480 p = XPROCESS (proc);
6bfd98e7 6481 if (p->pid == -1)
d0d6b7c5
JB
6482 break;
6483 p = 0;
6484 }
177c0ea7 6485
d0d6b7c5
JB
6486 /* Change the status of the process that was found. */
6487 if (p != 0)
6488 {
e98d950b 6489 int clear_desc_flag = 0;
177c0ea7 6490
60f0fb11 6491 p->tick = ++process_tick;
bba104c1 6492 p->raw_status = w;
6bfd98e7 6493 p->raw_status_new = 1;
177c0ea7 6494
d0d6b7c5 6495 /* If process has terminated, stop waiting for its output. */
e98d950b 6496 if ((WIFSIGNALED (w) || WIFEXITED (w))
60f0fb11 6497 && p->infd >= 0)
e98d950b
RS
6498 clear_desc_flag = 1;
6499
6500 /* We use clear_desc_flag to avoid a compiler bug in Microsoft C. */
6501 if (clear_desc_flag)
6502 {
60f0fb11
SM
6503 FD_CLR (p->infd, &input_wait_mask);
6504 FD_CLR (p->infd, &non_keyboard_wait_mask);
e98d950b 6505 }
6be429b1 6506
214d6069 6507 /* Tell wait_reading_process_output that it needs to wake up and
6be429b1
JB
6508 look around. */
6509 if (input_available_clear_time)
e9a9ae03 6510 *input_available_clear_time = make_emacs_time (0, 0);
d0d6b7c5
JB
6511 }
6512
a5cfdda8
KS
6513 /* There was no asynchronous process found for that pid: we have
6514 a synchronous process. */
d0d6b7c5
JB
6515 else
6516 {
6517 synch_process_alive = 0;
6518
6519 /* Report the status of the synchronous process. */
6520 if (WIFEXITED (w))
13294f95 6521 synch_process_retcode = WEXITSTATUS (w);
d0d6b7c5 6522 else if (WIFSIGNALED (w))
63136da6 6523 synch_process_termsig = WTERMSIG (w);
6be429b1 6524
214d6069 6525 /* Tell wait_reading_process_output that it needs to wake up and
6be429b1
JB
6526 look around. */
6527 if (input_available_clear_time)
e9a9ae03 6528 *input_available_clear_time = make_emacs_time (0, 0);
d0d6b7c5
JB
6529 }
6530
a5cfdda8
KS
6531 sigchld_end_of_loop:
6532 ;
6533
d0d6b7c5
JB
6534 /* On some systems, we must return right away.
6535 If any more processes want to signal us, we will
6536 get another signal.
6537 Otherwise (on systems that have WNOHANG), loop around
6538 to use up all the processes that have something to tell us. */
4e6277d8 6539#if (defined WINDOWSNT \
8a2a6032 6540 || (defined USG && !defined GNU_LINUX \
63136da6 6541 && !(defined HPUX && defined WNOHANG)))
d0d6b7c5
JB
6542 errno = old_errno;
6543 return;
6544#endif /* USG, but not HPUX with WNOHANG */
6545 }
6546}
a5cfdda8 6547#endif /* SIGCHLD */
d0d6b7c5
JB
6548\f
6549
6550static Lisp_Object
d3da34e0 6551exec_sentinel_unwind (Lisp_Object data)
d0d6b7c5 6552{
6a09a33b 6553 pset_sentinel (XPROCESS (XCAR (data)), XCDR (data));
d0d6b7c5
JB
6554 return Qnil;
6555}
6556
3b9a3dfa 6557static Lisp_Object
b93aacde 6558exec_sentinel_error_handler (Lisp_Object error_val)
3b9a3dfa 6559{
b93aacde 6560 cmd_error_internal (error_val, "error in process sentinel: ");
3b9a3dfa
RS
6561 Vinhibit_quit = Qt;
6562 update_echo_area ();
833ba342 6563 Fsleep_for (make_number (2), Qnil);
8c983bf2 6564 return Qt;
3b9a3dfa
RS
6565}
6566
d0d6b7c5 6567static void
d3da34e0 6568exec_sentinel (Lisp_Object proc, Lisp_Object reason)
d0d6b7c5 6569{
aba7731a 6570 Lisp_Object sentinel, odeactivate;
d0d6b7c5 6571 register struct Lisp_Process *p = XPROCESS (proc);
d311d28c 6572 ptrdiff_t count = SPECPDL_INDEX ();
4da2f5be 6573 int outer_running_asynch_code = running_asynch_code;
bbce7d72 6574 int waiting = waiting_for_user_input_p;
d0d6b7c5 6575
84af9896
RS
6576 if (inhibit_sentinels)
6577 return;
6578
dfc21838
RS
6579 /* No need to gcpro these, because all we do with them later
6580 is test them for EQness, and none of them should be a string. */
8fb3cf64 6581 odeactivate = Vdeactivate_mark;
aba7731a
PE
6582#if 0
6583 Lisp_Object obuffer, okeymap;
dfc21838 6584 XSETBUFFER (obuffer, current_buffer);
4b4deea2 6585 okeymap = BVAR (current_buffer, keymap);
aba7731a 6586#endif
dfc21838 6587
97e53006
SM
6588 /* There's no good reason to let sentinels change the current
6589 buffer, and many callers of accept-process-output, sit-for, and
6590 friends don't expect current-buffer to be changed from under them. */
66322887 6591 record_unwind_current_buffer ();
97e53006 6592
4d2b044c 6593 sentinel = p->sentinel;
d0d6b7c5
JB
6594 if (NILP (sentinel))
6595 return;
6596
6597 /* Zilch the sentinel while it's running, to avoid recursive invocations;
6598 assure that it gets restored no matter how the sentinel exits. */
6a09a33b 6599 pset_sentinel (p, Qnil);
d0d6b7c5
JB
6600 record_unwind_protect (exec_sentinel_unwind, Fcons (proc, sentinel));
6601 /* Inhibit quit so that random quits don't screw up a running filter. */
6602 specbind (Qinhibit_quit, Qt);
f00c449b 6603 specbind (Qlast_nonmenu_event, Qt); /* Why? --Stef */
3b9a3dfa 6604
4da2f5be
RS
6605 /* In case we get recursively called,
6606 and we already saved the match data nonrecursively,
6607 save the same match data in safely recursive fashion. */
6608 if (outer_running_asynch_code)
6609 {
6610 Lisp_Object tem;
89f2614d
KS
6611 tem = Fmatch_data (Qnil, Qnil, Qnil);
6612 restore_search_regs ();
6613 record_unwind_save_match_data ();
6614 Fset_match_data (tem, Qt);
4da2f5be
RS
6615 }
6616
6617 /* For speed, if a search happens within this code,
6618 save the match data in a special nonrecursive fashion. */
7074fde6 6619 running_asynch_code = 1;
4da2f5be 6620
3b9a3dfa
RS
6621 internal_condition_case_1 (read_process_output_call,
6622 Fcons (sentinel,
6623 Fcons (proc, Fcons (reason, Qnil))),
6624 !NILP (Vdebug_on_error) ? Qnil : Qerror,
6625 exec_sentinel_error_handler);
4da2f5be
RS
6626
6627 /* If we saved the match data nonrecursively, restore it now. */
89f2614d 6628 restore_search_regs ();
4da2f5be 6629 running_asynch_code = outer_running_asynch_code;
8fb3cf64
KH
6630
6631 Vdeactivate_mark = odeactivate;
bbce7d72
RS
6632
6633 /* Restore waiting_for_user_input_p as it was
6634 when we were called, in case the filter clobbered it. */
6635 waiting_for_user_input_p = waiting;
6636
7973cfa8 6637#if 0
dfc21838
RS
6638 if (! EQ (Fcurrent_buffer (), obuffer)
6639 || ! EQ (current_buffer->keymap, okeymap))
7973cfa8 6640#endif
927e08be
RS
6641 /* But do it only if the caller is actually going to read events.
6642 Otherwise there's no need to make him wake up, and it could
7157b8fe 6643 cause trouble (for example it would make sit_for return). */
927e08be
RS
6644 if (waiting_for_user_input_p == -1)
6645 record_asynch_buffer_change ();
8fb3cf64 6646
2ea6d561 6647 unbind_to (count, Qnil);
d0d6b7c5
JB
6648}
6649
6650/* Report all recent events of a change in process status
6651 (either run the sentinel or output a message).
b50fe468
RS
6652 This is usually done while Emacs is waiting for keyboard input
6653 but can be done at other times. */
d0d6b7c5 6654
ff6daed3 6655static void
d3da34e0 6656status_notify (struct Lisp_Process *deleting_process)
d0d6b7c5
JB
6657{
6658 register Lisp_Object proc, buffer;
2e4149a8 6659 Lisp_Object tail, msg;
d0d6b7c5
JB
6660 struct gcpro gcpro1, gcpro2;
6661
2e4149a8
KH
6662 tail = Qnil;
6663 msg = Qnil;
d0d6b7c5
JB
6664 /* We need to gcpro tail; if read_process_output calls a filter
6665 which deletes a process and removes the cons to which tail points
6666 from Vprocess_alist, and then causes a GC, tail is an unprotected
6667 reference. */
6668 GCPRO2 (tail, msg);
6669
30623085
RS
6670 /* Set this now, so that if new processes are created by sentinels
6671 that we run, we get called again to handle their status changes. */
6672 update_tick = process_tick;
6673
99784d63 6674 for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
d0d6b7c5 6675 {
30623085
RS
6676 Lisp_Object symbol;
6677 register struct Lisp_Process *p;
6678
99784d63 6679 proc = Fcdr (XCAR (tail));
30623085
RS
6680 p = XPROCESS (proc);
6681
60f0fb11 6682 if (p->tick != p->update_tick)
d0d6b7c5 6683 {
60f0fb11 6684 p->update_tick = p->tick;
d0d6b7c5 6685
30623085 6686 /* If process is still active, read any output that remains. */
4d2b044c
DA
6687 while (! EQ (p->filter, Qt)
6688 && ! EQ (p->status, Qconnect)
6689 && ! EQ (p->status, Qlisten)
d888760c 6690 /* Network or serial process not stopped: */
4d2b044c 6691 && ! EQ (p->command, Qt)
60f0fb11 6692 && p->infd >= 0
ff6daed3 6693 && p != deleting_process
60f0fb11 6694 && read_process_output (proc, p->infd) > 0);
d0d6b7c5 6695
4d2b044c 6696 buffer = p->buffer;
d0d6b7c5 6697
30623085 6698 /* Get the text to use for the message. */
6bfd98e7 6699 if (p->raw_status_new)
30623085 6700 update_status (p);
116c423c 6701 msg = status_message (p);
d0d6b7c5 6702
30623085 6703 /* If process is terminated, deactivate it or delete it. */
4d2b044c
DA
6704 symbol = p->status;
6705 if (CONSP (p->status))
6706 symbol = XCAR (p->status);
d0d6b7c5 6707
30623085
RS
6708 if (EQ (symbol, Qsignal) || EQ (symbol, Qexit)
6709 || EQ (symbol, Qclosed))
6710 {
6711 if (delete_exited_processes)
6712 remove_process (proc);
6713 else
6714 deactivate_process (proc);
6715 }
d0d6b7c5 6716
0ad61fe7
RS
6717 /* The actions above may have further incremented p->tick.
6718 So set p->update_tick again
6719 so that an error in the sentinel will not cause
6720 this code to be run again. */
60f0fb11 6721 p->update_tick = p->tick;
30623085 6722 /* Now output the message suitably. */
4d2b044c 6723 if (!NILP (p->sentinel))
30623085
RS
6724 exec_sentinel (proc, msg);
6725 /* Don't bother with a message in the buffer
6726 when a process becomes runnable. */
6727 else if (!EQ (symbol, Qrun) && !NILP (buffer))
6728 {
01f5787b 6729 Lisp_Object tem;
30623085 6730 struct buffer *old = current_buffer;
d311d28c
PE
6731 ptrdiff_t opoint, opoint_byte;
6732 ptrdiff_t before, before_byte;
2e4149a8 6733
30623085
RS
6734 /* Avoid error if buffer is deleted
6735 (probably that's why the process is dead, too) */
4b4deea2 6736 if (NILP (BVAR (XBUFFER (buffer), name)))
30623085
RS
6737 continue;
6738 Fset_buffer (buffer);
12ca5cdf 6739
6ec8bbd2 6740 opoint = PT;
d8a2934e 6741 opoint_byte = PT_BYTE;
30623085
RS
6742 /* Insert new output into buffer
6743 at the current end-of-output marker,
6744 thus preserving logical ordering of input and output. */
4d2b044c
DA
6745 if (XMARKER (p->mark)->buffer)
6746 Fgoto_char (p->mark);
30623085 6747 else
d8a2934e 6748 SET_PT_BOTH (ZV, ZV_BYTE);
12ca5cdf
RS
6749
6750 before = PT;
d8a2934e 6751 before_byte = PT_BYTE;
30623085 6752
4b4deea2 6753 tem = BVAR (current_buffer, read_only);
39eb03f1 6754 bset_read_only (current_buffer, Qnil);
30623085 6755 insert_string ("\nProcess ");
21238f11 6756 { /* FIXME: temporary kludge */
4d2b044c 6757 Lisp_Object tem2 = p->name; Finsert (1, &tem2); }
30623085
RS
6758 insert_string (" ");
6759 Finsert (1, &msg);
39eb03f1 6760 bset_read_only (current_buffer, tem);
4d2b044c 6761 set_marker_both (p->mark, p->buffer, PT, PT_BYTE);
30623085 6762
12ca5cdf 6763 if (opoint >= before)
d8a2934e
RS
6764 SET_PT_BOTH (opoint + (PT - before),
6765 opoint_byte + (PT_BYTE - before_byte));
12ca5cdf 6766 else
d8a2934e 6767 SET_PT_BOTH (opoint, opoint_byte);
12ca5cdf 6768
30623085 6769 set_buffer_internal (old);
d0d6b7c5 6770 }
30623085
RS
6771 }
6772 } /* end for */
d0d6b7c5
JB
6773
6774 update_mode_lines++; /* in case buffers use %s in mode-line-format */
d0d6b7c5
JB
6775 UNGCPRO;
6776}
0fa1789e
KH
6777
6778\f
6779DEFUN ("set-process-coding-system", Fset_process_coding_system,
6780 Sset_process_coding_system, 1, 3, 0,
fdb82f93
PJ
6781 doc: /* Set coding systems of PROCESS to DECODING and ENCODING.
6782DECODING will be used to decode subprocess output and ENCODING to
6783encode subprocess input. */)
5842a27b 6784 (register Lisp_Object process, Lisp_Object decoding, Lisp_Object encoding)
0fa1789e
KH
6785{
6786 register struct Lisp_Process *p;
6787
f3d9532b
JB
6788 CHECK_PROCESS (process);
6789 p = XPROCESS (process);
60f0fb11 6790 if (p->infd < 0)
4d2b044c 6791 error ("Input file descriptor of %s closed", SDATA (p->name));
60f0fb11 6792 if (p->outfd < 0)
4d2b044c 6793 error ("Output file descriptor of %s closed", SDATA (p->name));
03f04413
KH
6794 Fcheck_coding_system (decoding);
6795 Fcheck_coding_system (encoding);
76d812bb 6796 encoding = coding_inherit_eol_type (encoding, Qnil);
6a09a33b
PE
6797 pset_decode_coding_system (p, decoding);
6798 pset_encode_coding_system (p, encoding);
f3d9532b 6799 setup_process_coding_systems (process);
0fa1789e
KH
6800
6801 return Qnil;
6802}
6803
6804DEFUN ("process-coding-system",
6805 Fprocess_coding_system, Sprocess_coding_system, 1, 1, 0,
fdb82f93 6806 doc: /* Return a cons of coding systems for decoding and encoding of PROCESS. */)
5842a27b 6807 (register Lisp_Object process)
0fa1789e 6808{
f3d9532b 6809 CHECK_PROCESS (process);
4d2b044c
DA
6810 return Fcons (XPROCESS (process)->decode_coding_system,
6811 XPROCESS (process)->encode_coding_system);
0fa1789e 6812}
03f04413
KH
6813
6814DEFUN ("set-process-filter-multibyte", Fset_process_filter_multibyte,
6815 Sset_process_filter_multibyte, 2, 2, 0,
7392e23c
KS
6816 doc: /* Set multibyteness of the strings given to PROCESS's filter.
6817If FLAG is non-nil, the filter is given multibyte strings.
6818If FLAG is nil, the filter is given unibyte strings. In this case,
03f04413
KH
6819all character code conversion except for end-of-line conversion is
6820suppressed. */)
5842a27b 6821 (Lisp_Object process, Lisp_Object flag)
03f04413
KH
6822{
6823 register struct Lisp_Process *p;
6824
f3d9532b
JB
6825 CHECK_PROCESS (process);
6826 p = XPROCESS (process);
5431bd6a 6827 if (NILP (flag))
6a09a33b
PE
6828 pset_decode_coding_system
6829 (p, raw_text_coding_system (p->decode_coding_system));
f3d9532b 6830 setup_process_coding_systems (process);
03f04413
KH
6831
6832 return Qnil;
6833}
6834
6835DEFUN ("process-filter-multibyte-p", Fprocess_filter_multibyte_p,
6836 Sprocess_filter_multibyte_p, 1, 1, 0,
6837 doc: /* Return t if a multibyte string is given to PROCESS's filter.*/)
5842a27b 6838 (Lisp_Object process)
03f04413
KH
6839{
6840 register struct Lisp_Process *p;
5431bd6a 6841 struct coding_system *coding;
03f04413 6842
f3d9532b
JB
6843 CHECK_PROCESS (process);
6844 p = XPROCESS (process);
5431bd6a
SM
6845 coding = proc_decode_coding_system[p->infd];
6846 return (CODING_FOR_UNIBYTE (coding) ? Qnil : Qt);
03f04413
KH
6847}
6848
6849
d0d6b7c5 6850\f
cb768704 6851
4475bec4
PE
6852# ifdef HAVE_GPM
6853
994d9841 6854void
d3da34e0 6855add_gpm_wait_descriptor (int desc)
994d9841 6856{
3fad2ad2 6857 add_keyboard_wait_descriptor (desc);
994d9841
NR
6858}
6859
994d9841 6860void
d3da34e0 6861delete_gpm_wait_descriptor (int desc)
994d9841 6862{
3fad2ad2 6863 delete_keyboard_wait_descriptor (desc);
994d9841
NR
6864}
6865
4475bec4
PE
6866# endif
6867
006c5daa
PE
6868# ifdef SIGIO
6869
a69281ff
RS
6870/* Return nonzero if *MASK has a bit set
6871 that corresponds to one of the keyboard input descriptors. */
6872
ff6daed3 6873static int
d3da34e0 6874keyboard_bit_set (fd_set *mask)
a69281ff
RS
6875{
6876 int fd;
6877
3fad2ad2 6878 for (fd = 0; fd <= max_input_desc; fd++)
a69281ff
RS
6879 if (FD_ISSET (fd, mask) && FD_ISSET (fd, &input_wait_mask)
6880 && !FD_ISSET (fd, &non_keyboard_wait_mask))
6881 return 1;
6882
6883 return 0;
6884}
006c5daa 6885# endif
934e2a68 6886
f388c88a 6887#else /* not subprocesses */
934e2a68 6888
f388c88a
EZ
6889/* Defined on msdos.c. */
6890extern int sys_select (int, SELECT_TYPE *, SELECT_TYPE *, SELECT_TYPE *,
0d23c240 6891 EMACS_TIME *, void *);
934e2a68 6892
f388c88a
EZ
6893/* Implementation of wait_reading_process_output, assuming that there
6894 are no subprocesses. Used only by the MS-DOS build.
934e2a68 6895
f388c88a 6896 Wait for timeout to elapse and/or keyboard input to be available.
934e2a68 6897
d188e26b 6898 TIME_LIMIT is:
d35af63c
PE
6899 timeout in seconds
6900 If negative, gobble data immediately available but don't wait for any.
6901
d188e26b 6902 NSECS is:
d35af63c
PE
6903 an additional duration to wait, measured in nanoseconds
6904 If TIME_LIMIT is zero, then:
d188e26b
PE
6905 If NSECS == 0, there is no limit.
6906 If NSECS > 0, the timeout consists of NSECS only.
d35af63c 6907 If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
934e2a68 6908
a0bee46f 6909 READ_KBD is:
f388c88a
EZ
6910 0 to ignore keyboard input, or
6911 1 to return when input is available, or
6912 -1 means caller will actually read the input, so don't throw to
6913 the quit handler.
934e2a68 6914
f388c88a
EZ
6915 see full version for other parameters. We know that wait_proc will
6916 always be NULL, since `subprocesses' isn't defined.
934e2a68 6917
d188e26b 6918 DO_DISPLAY != 0 means redisplay should be done to show subprocess
f388c88a 6919 output that arrives.
934e2a68 6920
f388c88a
EZ
6921 Return true if we received input from any process. */
6922
6923int
d35af63c 6924wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
1408902e
EZ
6925 int do_display,
6926 Lisp_Object wait_for_cell,
6927 struct Lisp_Process *wait_proc, int just_wait_proc)
d0d6b7c5 6928{
f388c88a
EZ
6929 register int nfds;
6930 EMACS_TIME end_time, timeout;
d0d6b7c5 6931
d35af63c
PE
6932 if (time_limit < 0)
6933 {
6934 time_limit = 0;
6935 nsecs = -1;
6936 }
6937 else if (TYPE_MAXIMUM (time_t) < time_limit)
6938 time_limit = TYPE_MAXIMUM (time_t);
6939
f388c88a 6940 /* What does time_limit really mean? */
216ee680 6941 if (time_limit || 0 < nsecs)
f388c88a 6942 {
e9a9ae03
PE
6943 timeout = make_emacs_time (time_limit, nsecs);
6944 end_time = add_emacs_time (current_emacs_time (), timeout);
f388c88a 6945 }
84af9896 6946
f388c88a
EZ
6947 /* Turn off periodic alarms (in case they are in use)
6948 and then turn off any other atimers,
6949 because the select emulator uses alarms. */
6950 stop_polling ();
6951 turn_on_atimers (0);
d0d6b7c5 6952
f388c88a
EZ
6953 while (1)
6954 {
6955 int timeout_reduced_for_timers = 0;
a0bee46f
PE
6956 SELECT_TYPE waitchannels;
6957 int xerrno;
dd2281ae 6958
f388c88a
EZ
6959 /* If calling from keyboard input, do not quit
6960 since we want to return C-g as an input character.
6961 Otherwise, do pending quit if requested. */
6962 if (read_kbd >= 0)
6963 QUIT;
bad49fc7 6964
f388c88a
EZ
6965 /* Exit now if the cell we're waiting for became non-nil. */
6966 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell)))
6967 break;
0a65b032 6968
bae8d137
RS
6969 /* Compute time from now till when time limit is up */
6970 /* Exit if already run out */
d35af63c 6971 if (nsecs < 0)
52fd88d3 6972 {
216ee680 6973 /* A negative timeout means
52fd88d3
EZ
6974 gobble output available now
6975 but don't wait at all. */
6976
e9a9ae03 6977 timeout = make_emacs_time (0, 0);
52fd88d3 6978 }
216ee680 6979 else if (time_limit || 0 < nsecs)
6720a7fb 6980 {
e9a9ae03
PE
6981 EMACS_TIME now = current_emacs_time ();
6982 if (EMACS_TIME_LE (end_time, now))
6720a7fb 6983 break;
e9a9ae03 6984 timeout = sub_emacs_time (end_time, now);
6720a7fb 6985 }
52fd88d3
EZ
6986 else
6987 {
e9a9ae03 6988 timeout = make_emacs_time (100000, 0);
52fd88d3 6989 }
6720a7fb 6990
bae8d137
RS
6991 /* If our caller will not immediately handle keyboard events,
6992 run timer events directly.
6993 (Callers that will immediately read keyboard events
6994 call timer_delay on their own.) */
f3fbd155 6995 if (NILP (wait_for_cell))
bae8d137
RS
6996 {
6997 EMACS_TIME timer_delay;
0a65b032 6998
9baacf76 6999 do
0a65b032 7000 {
9baacf76 7001 int old_timers_run = timers_run;
f868cd8a 7002 timer_delay = timer_check ();
9baacf76
GM
7003 if (timers_run != old_timers_run && do_display)
7004 /* We must retry, since a timer may have requeued itself
7005 and that could alter the time delay. */
3007ebfb 7006 redisplay_preserve_echo_area (14);
9baacf76
GM
7007 else
7008 break;
0a65b032 7009 }
9baacf76 7010 while (!detect_input_pending ());
0a65b032 7011
52fd88d3 7012 /* If there is unread keyboard input, also return. */
b89a415a 7013 if (read_kbd != 0
52fd88d3
EZ
7014 && requeued_events_pending_p ())
7015 break;
7016
d35af63c 7017 if (EMACS_TIME_VALID_P (timer_delay) && 0 <= nsecs)
bae8d137 7018 {
d35af63c 7019 if (EMACS_TIME_LT (timer_delay, timeout))
bae8d137 7020 {
f694e5d2 7021 timeout = timer_delay;
bae8d137
RS
7022 timeout_reduced_for_timers = 1;
7023 }
7024 }
7025 }
7026
6720a7fb
JB
7027 /* Cause C-g and alarm signals to take immediate action,
7028 and cause input available signals to zero out timeout. */
b89a415a 7029 if (read_kbd < 0)
6720a7fb
JB
7030 set_waiting_for_input (&timeout);
7031
ff11dfa1 7032 /* If a frame has been newly mapped and needs updating,
6720a7fb 7033 reprocess its display stuff. */
5164ee8e 7034 if (frame_garbaged && do_display)
0a65b032
RS
7035 {
7036 clear_waiting_for_input ();
3007ebfb 7037 redisplay_preserve_echo_area (15);
b89a415a 7038 if (read_kbd < 0)
0a65b032
RS
7039 set_waiting_for_input (&timeout);
7040 }
6720a7fb 7041
a0bee46f
PE
7042 /* Wait till there is something to do. */
7043 FD_ZERO (&waitchannels);
b89a415a 7044 if (read_kbd && detect_input_pending ())
a0bee46f
PE
7045 nfds = 0;
7046 else
1861b214 7047 {
a0bee46f
PE
7048 if (read_kbd || !NILP (wait_for_cell))
7049 FD_SET (0, &waitchannels);
7050 nfds = pselect (1, &waitchannels, NULL, NULL, &timeout, NULL);
1861b214 7051 }
f694e5d2
KH
7052
7053 xerrno = errno;
6720a7fb
JB
7054
7055 /* Make C-g and alarm signals set flags again */
7056 clear_waiting_for_input ();
7057
7058 /* If we woke up due to SIGWINCH, actually change size now. */
2b653806 7059 do_pending_window_change (0);
6720a7fb 7060
d35af63c 7061 if ((time_limit || nsecs) && nfds == 0 && ! timeout_reduced_for_timers)
f694e5d2
KH
7062 /* We waited the full specified time, so return now. */
7063 break;
7064
6720a7fb
JB
7065 if (nfds == -1)
7066 {
7067 /* If the system call was interrupted, then go around the
7068 loop again. */
f694e5d2 7069 if (xerrno == EINTR)
8db121c4 7070 FD_ZERO (&waitchannels);
f694e5d2 7071 else
68c45bf0 7072 error ("select error: %s", emacs_strerror (xerrno));
6720a7fb 7073 }
6720a7fb 7074
f694e5d2
KH
7075 /* Check for keyboard input */
7076
b89a415a 7077 if (read_kbd
78c1afb6 7078 && detect_input_pending_run_timers (do_display))
f694e5d2 7079 {
78c1afb6 7080 swallow_events (do_display);
f694e5d2 7081 if (detect_input_pending_run_timers (do_display))
a2fab450 7082 break;
78c1afb6
EZ
7083 }
7084
52fd88d3 7085 /* If there is unread keyboard input, also return. */
b89a415a 7086 if (read_kbd
52fd88d3
EZ
7087 && requeued_events_pending_p ())
7088 break;
7089
f854a00b
RS
7090 /* If wait_for_cell. check for keyboard input
7091 but don't run any timers.
7092 ??? (It seems wrong to me to check for keyboard
7093 input at all when wait_for_cell, but the code
7094 has been this way since July 1994.
7095 Try changing this after version 19.31.) */
f3fbd155 7096 if (! NILP (wait_for_cell)
f854a00b
RS
7097 && detect_input_pending ())
7098 {
7099 swallow_events (do_display);
7100 if (detect_input_pending ())
7101 break;
7102 }
7103
0a65b032 7104 /* Exit now if the cell we're waiting for became non-nil. */
f3fbd155 7105 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell)))
0a65b032 7106 break;
6720a7fb
JB
7107 }
7108
a87b802f
JB
7109 start_polling ();
7110
6720a7fb
JB
7111 return 0;
7112}
7113
f388c88a
EZ
7114#endif /* not subprocesses */
7115
7116/* The following functions are needed even if async subprocesses are
7117 not supported. Some of them are no-op stubs in that case. */
6720a7fb 7118
01faa934
DN
7119/* Add DESC to the set of keyboard input descriptors. */
7120
7121void
7122add_keyboard_wait_descriptor (int desc)
7123{
bf05eed6 7124#ifdef subprocesses /* actually means "not MSDOS" */
01faa934
DN
7125 FD_SET (desc, &input_wait_mask);
7126 FD_SET (desc, &non_process_wait_mask);
3fad2ad2
J
7127 if (desc > max_input_desc)
7128 max_input_desc = desc;
bf05eed6 7129#endif
01faa934
DN
7130}
7131
7132/* From now on, do not expect DESC to give keyboard input. */
7133
7134void
7135delete_keyboard_wait_descriptor (int desc)
7136{
bf05eed6 7137#ifdef subprocesses
01faa934 7138 int fd;
3fad2ad2 7139 int lim = max_input_desc;
01faa934
DN
7140
7141 FD_CLR (desc, &input_wait_mask);
7142 FD_CLR (desc, &non_process_wait_mask);
7143
3fad2ad2 7144 if (desc == max_input_desc)
01faa934 7145 for (fd = 0; fd < lim; fd++)
3fad2ad2
J
7146 if (FD_ISSET (fd, &input_wait_mask) || FD_ISSET (fd, &write_mask))
7147 max_input_desc = fd;
bf05eed6 7148#endif
01faa934
DN
7149}
7150
fc549af9
EZ
7151/* Setup coding systems of PROCESS. */
7152
7153void
7154setup_process_coding_systems (Lisp_Object process)
7155{
7156#ifdef subprocesses
7157 struct Lisp_Process *p = XPROCESS (process);
7158 int inch = p->infd;
7159 int outch = p->outfd;
7160 Lisp_Object coding_system;
7161
7162 if (inch < 0 || outch < 0)
7163 return;
7164
7165 if (!proc_decode_coding_system[inch])
38182d90 7166 proc_decode_coding_system[inch] = xmalloc (sizeof (struct coding_system));
4d2b044c
DA
7167 coding_system = p->decode_coding_system;
7168 if (! NILP (p->filter))
fc549af9 7169 ;
4d2b044c 7170 else if (BUFFERP (p->buffer))
fc549af9 7171 {
4d2b044c 7172 if (NILP (BVAR (XBUFFER (p->buffer), enable_multibyte_characters)))
fc549af9
EZ
7173 coding_system = raw_text_coding_system (coding_system);
7174 }
7175 setup_coding_system (coding_system, proc_decode_coding_system[inch]);
7176
7177 if (!proc_encode_coding_system[outch])
38182d90 7178 proc_encode_coding_system[outch] = xmalloc (sizeof (struct coding_system));
4d2b044c 7179 setup_coding_system (p->encode_coding_system,
fc549af9
EZ
7180 proc_encode_coding_system[outch]);
7181#endif
7182}
7183
7184/* Close all descriptors currently in use for communication
7185 with subprocess. This is used in a newly-forked subprocess
7186 to get rid of irrelevant descriptors. */
7187
7188void
7189close_process_descs (void)
7190{
7191#ifndef DOS_NT
7192 int i;
7193 for (i = 0; i < MAXDESC; i++)
7194 {
7195 Lisp_Object process;
7196 process = chan_process[i];
7197 if (!NILP (process))
7198 {
7199 int in = XPROCESS (process)->infd;
7200 int out = XPROCESS (process)->outfd;
7201 if (in >= 0)
7202 emacs_close (in);
7203 if (out >= 0 && in != out)
7204 emacs_close (out);
7205 }
7206 }
7207#endif
7208}
7209
6720a7fb 7210DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
f388c88a
EZ
7211 doc: /* Return the (or a) process associated with BUFFER.
7212BUFFER may be a buffer or the name of one. */)
7213 (register Lisp_Object buffer)
6720a7fb 7214{
f388c88a
EZ
7215#ifdef subprocesses
7216 register Lisp_Object buf, tail, proc;
7217
7218 if (NILP (buffer)) return Qnil;
7219 buf = Fget_buffer (buffer);
7220 if (NILP (buf)) return Qnil;
7221
7222 for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
7223 {
7224 proc = Fcdr (XCAR (tail));
4d2b044c 7225 if (PROCESSP (proc) && EQ (XPROCESS (proc)->buffer, buf))
f388c88a
EZ
7226 return proc;
7227 }
7228#endif /* subprocesses */
6720a7fb
JB
7229 return Qnil;
7230}
7231
52a1b894 7232DEFUN ("process-inherit-coding-system-flag",
fdb82f93
PJ
7233 Fprocess_inherit_coding_system_flag, Sprocess_inherit_coding_system_flag,
7234 1, 1, 0,
f388c88a
EZ
7235 doc: /* Return the value of inherit-coding-system flag for PROCESS.
7236If this flag is t, `buffer-file-coding-system' of the buffer
7237associated with PROCESS will inherit the coding system used to decode
7238the process output. */)
5842a27b 7239 (register Lisp_Object process)
52a1b894 7240{
f388c88a
EZ
7241#ifdef subprocesses
7242 CHECK_PROCESS (process);
7243 return XPROCESS (process)->inherit_coding_system_flag ? Qt : Qnil;
7244#else
52a1b894
EZ
7245 /* Ignore the argument and return the value of
7246 inherit-process-coding-system. */
7247 return inherit_process_coding_system ? Qt : Qnil;
f388c88a 7248#endif
52a1b894
EZ
7249}
7250
6720a7fb 7251/* Kill all processes associated with `buffer'.
f388c88a 7252 If `buffer' is nil, kill all processes */
6720a7fb 7253
d9bb0c32 7254void
f388c88a 7255kill_buffer_processes (Lisp_Object buffer)
6720a7fb 7256{
f388c88a
EZ
7257#ifdef subprocesses
7258 Lisp_Object tail, proc;
7259
7260 for (tail = Vprocess_alist; CONSP (tail); tail = XCDR (tail))
7261 {
7262 proc = XCDR (XCAR (tail));
7263 if (PROCESSP (proc)
4d2b044c 7264 && (NILP (buffer) || EQ (XPROCESS (proc)->buffer, buffer)))
f388c88a
EZ
7265 {
7266 if (NETCONN_P (proc) || SERIALCONN_P (proc))
7267 Fdelete_process (proc);
7268 else if (XPROCESS (proc)->infd >= 0)
7269 process_send_signal (proc, SIGHUP, Qnil, 1);
7270 }
7271 }
7272#else /* subprocesses */
7273 /* Since we have no subprocesses, this does nothing. */
7274#endif /* subprocesses */
6720a7fb
JB
7275}
7276
a7ca3326 7277DEFUN ("waiting-for-user-input-p", Fwaiting_for_user_input_p,
16a97296 7278 Swaiting_for_user_input_p, 0, 0, 0,
77defa9a
EZ
7279 doc: /* Returns non-nil if Emacs is waiting for input from the user.
7280This is intended for use by asynchronous process output filters and sentinels. */)
7281 (void)
7282{
7283#ifdef subprocesses
7284 return (waiting_for_user_input_p ? Qt : Qnil);
7285#else
7286 return Qnil;
7287#endif
7288}
7289
d568829b
EZ
7290/* Stop reading input from keyboard sources. */
7291
7292void
7293hold_keyboard_input (void)
7294{
7295 kbd_is_on_hold = 1;
7296}
7297
7298/* Resume reading input from keyboard sources. */
7299
7300void
7301unhold_keyboard_input (void)
7302{
7303 kbd_is_on_hold = 0;
7304}
7305
7306/* Return non-zero if keyboard input is on hold, zero otherwise. */
7307
7308int
7309kbd_on_hold_p (void)
7310{
7311 return kbd_is_on_hold;
7312}
7313
f388c88a
EZ
7314\f
7315/* Enumeration of and access to system processes a-la ps(1). */
7316
934e2a68
EZ
7317DEFUN ("list-system-processes", Flist_system_processes, Slist_system_processes,
7318 0, 0, 0,
7319 doc: /* Return a list of numerical process IDs of all running processes.
7320If this functionality is unsupported, return nil.
7321
f388c88a
EZ
7322See `process-attributes' for getting attributes of a process given its ID. */)
7323 (void)
7324{
7325 return list_system_processes ();
7326}
7327
7328DEFUN ("process-attributes", Fprocess_attributes,
7329 Sprocess_attributes, 1, 1, 0,
7330 doc: /* Return attributes of the process given by its PID, a number.
7331
7332Value is an alist where each element is a cons cell of the form
7333
7334 \(KEY . VALUE)
7335
7336If this functionality is unsupported, the value is nil.
7337
7338See `list-system-processes' for getting a list of all process IDs.
7339
7340The KEYs of the attributes that this function may return are listed
7341below, together with the type of the associated VALUE (in parentheses).
7342Not all platforms support all of these attributes; unsupported
7343attributes will not appear in the returned alist.
7344Unless explicitly indicated otherwise, numbers can have either
7345integer or floating point values.
7346
7347 euid -- Effective user User ID of the process (number)
7348 user -- User name corresponding to euid (string)
7349 egid -- Effective user Group ID of the process (number)
7350 group -- Group name corresponding to egid (string)
7351 comm -- Command name (executable name only) (string)
7352 state -- Process state code, such as "S", "R", or "T" (string)
7353 ppid -- Parent process ID (number)
7354 pgrp -- Process group ID (number)
7355 sess -- Session ID, i.e. process ID of session leader (number)
7356 ttname -- Controlling tty name (string)
7357 tpgid -- ID of foreground process group on the process's tty (number)
7358 minflt -- number of minor page faults (number)
7359 majflt -- number of major page faults (number)
7360 cminflt -- cumulative number of minor page faults (number)
7361 cmajflt -- cumulative number of major page faults (number)
d35af63c
PE
7362 utime -- user time used by the process, in (current-time) format,
7363 which is a list of integers (HIGH LOW USEC PSEC)
7364 stime -- system time used by the process (current-time)
7365 time -- sum of utime and stime (current-time)
7366 cutime -- user time used by the process and its children (current-time)
7367 cstime -- system time used by the process and its children (current-time)
7368 ctime -- sum of cutime and cstime (current-time)
f388c88a
EZ
7369 pri -- priority of the process (number)
7370 nice -- nice value of the process (number)
7371 thcount -- process thread count (number)
d35af63c 7372 start -- time the process started (current-time)
f388c88a
EZ
7373 vsize -- virtual memory size of the process in KB's (number)
7374 rss -- resident set size of the process in KB's (number)
d35af63c 7375 etime -- elapsed time the process is running, in (HIGH LOW USEC PSEC) format
f388c88a
EZ
7376 pcpu -- percents of CPU time used by the process (floating-point number)
7377 pmem -- percents of total physical memory used by process's resident set
7378 (floating-point number)
7379 args -- command line which invoked the process (string). */)
7380 ( Lisp_Object pid)
7381{
7382 return system_process_attributes (pid);
7383}
7384
7385\f
b82da769
GM
7386/* This is not called "init_process" because that is the name of a
7387 Mach system call, so it would cause problems on Darwin systems. */
f388c88a 7388void
b82da769 7389init_process_emacs (void)
f388c88a
EZ
7390{
7391#ifdef subprocesses
7392 register int i;
7393
7394 inhibit_sentinels = 0;
7395
7396#ifdef SIGCHLD
7397#ifndef CANNOT_DUMP
7398 if (! noninteractive || initialized)
7399#endif
7400 signal (SIGCHLD, sigchld_handler);
7401#endif
7402
7403 FD_ZERO (&input_wait_mask);
7404 FD_ZERO (&non_keyboard_wait_mask);
7405 FD_ZERO (&non_process_wait_mask);
3fad2ad2 7406 FD_ZERO (&write_mask);
f388c88a 7407 max_process_desc = 0;
3fad2ad2 7408 memset (fd_callback_info, 0, sizeof (fd_callback_info));
f388c88a
EZ
7409
7410#ifdef NON_BLOCKING_CONNECT
7411 FD_ZERO (&connect_wait_mask);
7412 num_pending_connects = 0;
7413#endif
7414
7415#ifdef ADAPTIVE_READ_BUFFERING
7416 process_output_delay_count = 0;
7417 process_output_skip = 0;
7418#endif
7419
7420 /* Don't do this, it caused infinite select loops. The display
7421 method should call add_keyboard_wait_descriptor on stdin if it
7422 needs that. */
7423#if 0
7424 FD_SET (0, &input_wait_mask);
7425#endif
7426
7427 Vprocess_alist = Qnil;
7428#ifdef SIGCHLD
7429 deleted_pid_list = Qnil;
7430#endif
7431 for (i = 0; i < MAXDESC; i++)
7432 {
7433 chan_process[i] = Qnil;
7434 proc_buffered_char[i] = -1;
7435 }
7436 memset (proc_decode_coding_system, 0, sizeof proc_decode_coding_system);
7437 memset (proc_encode_coding_system, 0, sizeof proc_encode_coding_system);
7438#ifdef DATAGRAM_SOCKETS
7439 memset (datagram_address, 0, sizeof datagram_address);
7440#endif
7441
f388c88a
EZ
7442 {
7443 Lisp_Object subfeatures = Qnil;
7444 const struct socket_options *sopt;
7445
7446#define ADD_SUBFEATURE(key, val) \
7447 subfeatures = pure_cons (pure_cons (key, pure_cons (val, Qnil)), subfeatures)
7448
7449#ifdef NON_BLOCKING_CONNECT
7450 ADD_SUBFEATURE (QCnowait, Qt);
7451#endif
7452#ifdef DATAGRAM_SOCKETS
7453 ADD_SUBFEATURE (QCtype, Qdatagram);
7454#endif
7455#ifdef HAVE_SEQPACKET
7456 ADD_SUBFEATURE (QCtype, Qseqpacket);
7457#endif
7458#ifdef HAVE_LOCAL_SOCKETS
7459 ADD_SUBFEATURE (QCfamily, Qlocal);
7460#endif
7461 ADD_SUBFEATURE (QCfamily, Qipv4);
7462#ifdef AF_INET6
7463 ADD_SUBFEATURE (QCfamily, Qipv6);
7464#endif
7465#ifdef HAVE_GETSOCKNAME
7466 ADD_SUBFEATURE (QCservice, Qt);
7467#endif
5e617bc2 7468#if defined (O_NONBLOCK) || defined (O_NDELAY)
f388c88a
EZ
7469 ADD_SUBFEATURE (QCserver, Qt);
7470#endif
7471
7472 for (sopt = socket_options; sopt->name; sopt++)
7473 subfeatures = pure_cons (intern_c_string (sopt->name), subfeatures);
7474
7475 Fprovide (intern_c_string ("make-network-process"), subfeatures);
7476 }
f388c88a
EZ
7477
7478#if defined (DARWIN_OS)
7479 /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive
7480 processes. As such, we only change the default value. */
7481 if (initialized)
7482 {
f44bd759
PE
7483 char const *release = (STRINGP (Voperating_system_release)
7484 ? SSDATA (Voperating_system_release)
7485 : 0);
6de0e799 7486 if (!release || !release[0] || (release[0] < '7' && release[1] == '.')) {
f388c88a
EZ
7487 Vprocess_connection_type = Qnil;
7488 }
7489 }
7490#endif
7491#endif /* subprocesses */
7492 kbd_is_on_hold = 0;
7493}
7494
7495void
7496syms_of_process (void)
7497{
7498#ifdef subprocesses
7499
cd3520a4
JB
7500 DEFSYM (Qprocessp, "processp");
7501 DEFSYM (Qrun, "run");
7502 DEFSYM (Qstop, "stop");
7503 DEFSYM (Qsignal, "signal");
f388c88a
EZ
7504
7505 /* Qexit is already staticpro'd by syms_of_eval; don't staticpro it
7506 here again.
934e2a68 7507
f388c88a
EZ
7508 Qexit = intern_c_string ("exit");
7509 staticpro (&Qexit); */
934e2a68 7510
cd3520a4
JB
7511 DEFSYM (Qopen, "open");
7512 DEFSYM (Qclosed, "closed");
7513 DEFSYM (Qconnect, "connect");
7514 DEFSYM (Qfailed, "failed");
7515 DEFSYM (Qlisten, "listen");
7516 DEFSYM (Qlocal, "local");
7517 DEFSYM (Qipv4, "ipv4");
f388c88a 7518#ifdef AF_INET6
cd3520a4
JB
7519 DEFSYM (Qipv6, "ipv6");
7520#endif
7521 DEFSYM (Qdatagram, "datagram");
7522 DEFSYM (Qseqpacket, "seqpacket");
7523
7524 DEFSYM (QCport, ":port");
7525 DEFSYM (QCspeed, ":speed");
7526 DEFSYM (QCprocess, ":process");
7527
7528 DEFSYM (QCbytesize, ":bytesize");
7529 DEFSYM (QCstopbits, ":stopbits");
7530 DEFSYM (QCparity, ":parity");
7531 DEFSYM (Qodd, "odd");
7532 DEFSYM (Qeven, "even");
7533 DEFSYM (QCflowcontrol, ":flowcontrol");
7534 DEFSYM (Qhw, "hw");
7535 DEFSYM (Qsw, "sw");
7536 DEFSYM (QCsummary, ":summary");
7537
7538 DEFSYM (Qreal, "real");
7539 DEFSYM (Qnetwork, "network");
7540 DEFSYM (Qserial, "serial");
7541 DEFSYM (QCbuffer, ":buffer");
7542 DEFSYM (QChost, ":host");
7543 DEFSYM (QCservice, ":service");
7544 DEFSYM (QClocal, ":local");
7545 DEFSYM (QCremote, ":remote");
7546 DEFSYM (QCcoding, ":coding");
7547 DEFSYM (QCserver, ":server");
7548 DEFSYM (QCnowait, ":nowait");
7549 DEFSYM (QCsentinel, ":sentinel");
7550 DEFSYM (QClog, ":log");
7551 DEFSYM (QCnoquery, ":noquery");
7552 DEFSYM (QCstop, ":stop");
7553 DEFSYM (QCoptions, ":options");
7554 DEFSYM (QCplist, ":plist");
7555
7556 DEFSYM (Qlast_nonmenu_event, "last-nonmenu-event");
934e2a68 7557
f388c88a
EZ
7558 staticpro (&Vprocess_alist);
7559#ifdef SIGCHLD
7560 staticpro (&deleted_pid_list);
7561#endif
934e2a68 7562
f388c88a 7563#endif /* subprocesses */
6720a7fb 7564
cd3520a4
JB
7565 DEFSYM (QCname, ":name");
7566 DEFSYM (QCtype, ":type");
7567
7568 DEFSYM (Qeuid, "euid");
7569 DEFSYM (Qegid, "egid");
7570 DEFSYM (Quser, "user");
7571 DEFSYM (Qgroup, "group");
7572 DEFSYM (Qcomm, "comm");
7573 DEFSYM (Qstate, "state");
7574 DEFSYM (Qppid, "ppid");
7575 DEFSYM (Qpgrp, "pgrp");
7576 DEFSYM (Qsess, "sess");
7577 DEFSYM (Qttname, "ttname");
7578 DEFSYM (Qtpgid, "tpgid");
7579 DEFSYM (Qminflt, "minflt");
7580 DEFSYM (Qmajflt, "majflt");
7581 DEFSYM (Qcminflt, "cminflt");
7582 DEFSYM (Qcmajflt, "cmajflt");
7583 DEFSYM (Qutime, "utime");
7584 DEFSYM (Qstime, "stime");
7585 DEFSYM (Qtime, "time");
7586 DEFSYM (Qcutime, "cutime");
7587 DEFSYM (Qcstime, "cstime");
7588 DEFSYM (Qctime, "ctime");
7589 DEFSYM (Qpri, "pri");
7590 DEFSYM (Qnice, "nice");
7591 DEFSYM (Qthcount, "thcount");
7592 DEFSYM (Qstart, "start");
7593 DEFSYM (Qvsize, "vsize");
7594 DEFSYM (Qrss, "rss");
7595 DEFSYM (Qetime, "etime");
7596 DEFSYM (Qpcpu, "pcpu");
7597 DEFSYM (Qpmem, "pmem");
7598 DEFSYM (Qargs, "args");
9057ff80 7599
29208e82 7600 DEFVAR_BOOL ("delete-exited-processes", delete_exited_processes,
fb7ada5f 7601 doc: /* Non-nil means delete processes immediately when they exit.
f388c88a
EZ
7602A value of nil means don't delete them until `list-processes' is run. */);
7603
7604 delete_exited_processes = 1;
7605
462aa963 7606#ifdef subprocesses
29208e82 7607 DEFVAR_LISP ("process-connection-type", Vprocess_connection_type,
f388c88a
EZ
7608 doc: /* Control type of device used to communicate with subprocesses.
7609Values are nil to use a pipe, or t or `pty' to use a pty.
7610The value has no effect if the system has no ptys or if all ptys are busy:
7611then a pipe is used in any case.
7612The value takes effect when `start-process' is called. */);
7613 Vprocess_connection_type = Qt;
7614
7615#ifdef ADAPTIVE_READ_BUFFERING
29208e82 7616 DEFVAR_LISP ("process-adaptive-read-buffering", Vprocess_adaptive_read_buffering,
f388c88a
EZ
7617 doc: /* If non-nil, improve receive buffering by delaying after short reads.
7618On some systems, when Emacs reads the output from a subprocess, the output data
7619is read in very small blocks, potentially resulting in very poor performance.
7620This behavior can be remedied to some extent by setting this variable to a
7621non-nil value, as it will automatically delay reading from such processes, to
7622allow them to produce more output before Emacs tries to read it.
7623If the value is t, the delay is reset after each write to the process; any other
7624non-nil value means that the delay is not reset on write.
7625The variable takes effect when `start-process' is called. */);
7626 Vprocess_adaptive_read_buffering = Qt;
7627#endif
7628
7629 defsubr (&Sprocessp);
7630 defsubr (&Sget_process);
7631 defsubr (&Sdelete_process);
7632 defsubr (&Sprocess_status);
7633 defsubr (&Sprocess_exit_status);
7634 defsubr (&Sprocess_id);
7635 defsubr (&Sprocess_name);
7636 defsubr (&Sprocess_tty_name);
7637 defsubr (&Sprocess_command);
7638 defsubr (&Sset_process_buffer);
7639 defsubr (&Sprocess_buffer);
7640 defsubr (&Sprocess_mark);
7641 defsubr (&Sset_process_filter);
7642 defsubr (&Sprocess_filter);
7643 defsubr (&Sset_process_sentinel);
7644 defsubr (&Sprocess_sentinel);
7645 defsubr (&Sset_process_window_size);
7646 defsubr (&Sset_process_inherit_coding_system_flag);
7647 defsubr (&Sset_process_query_on_exit_flag);
7648 defsubr (&Sprocess_query_on_exit_flag);
7649 defsubr (&Sprocess_contact);
7650 defsubr (&Sprocess_plist);
7651 defsubr (&Sset_process_plist);
f388c88a
EZ
7652 defsubr (&Sprocess_list);
7653 defsubr (&Sstart_process);
f388c88a
EZ
7654 defsubr (&Sserial_process_configure);
7655 defsubr (&Smake_serial_process);
f388c88a
EZ
7656 defsubr (&Sset_network_process_option);
7657 defsubr (&Smake_network_process);
7658 defsubr (&Sformat_network_address);
5e617bc2 7659#if defined (HAVE_NET_IF_H)
f388c88a
EZ
7660#ifdef SIOCGIFCONF
7661 defsubr (&Snetwork_interface_list);
7662#endif
5e617bc2 7663#if defined (SIOCGIFADDR) || defined (SIOCGIFHWADDR) || defined (SIOCGIFFLAGS)
f388c88a
EZ
7664 defsubr (&Snetwork_interface_info);
7665#endif
5e617bc2 7666#endif /* defined (HAVE_NET_IF_H) */
f388c88a
EZ
7667#ifdef DATAGRAM_SOCKETS
7668 defsubr (&Sprocess_datagram_address);
7669 defsubr (&Sset_process_datagram_address);
7670#endif
7671 defsubr (&Saccept_process_output);
7672 defsubr (&Sprocess_send_region);
7673 defsubr (&Sprocess_send_string);
7674 defsubr (&Sinterrupt_process);
7675 defsubr (&Skill_process);
7676 defsubr (&Squit_process);
7677 defsubr (&Sstop_process);
7678 defsubr (&Scontinue_process);
7679 defsubr (&Sprocess_running_child_p);
7680 defsubr (&Sprocess_send_eof);
7681 defsubr (&Ssignal_process);
7682 defsubr (&Swaiting_for_user_input_p);
7683 defsubr (&Sprocess_type);
7684 defsubr (&Sset_process_coding_system);
7685 defsubr (&Sprocess_coding_system);
7686 defsubr (&Sset_process_filter_multibyte);
7687 defsubr (&Sprocess_filter_multibyte_p);
7688
7689#endif /* subprocesses */
7690
6720a7fb 7691 defsubr (&Sget_buffer_process);
52a1b894 7692 defsubr (&Sprocess_inherit_coding_system_flag);
934e2a68 7693 defsubr (&Slist_system_processes);
a20878b6 7694 defsubr (&Sprocess_attributes);
6720a7fb 7695}