* generic-x.el (apache-conf-generic-mode): Highlight the first
[emacs.git] / src / sysdep.c
blob478d56a43a935c6ba23981a235c5aea3337705ea
1 /* Interfaces to system-dependent kernel and library entries.
2 Copyright (C) 1985, 86,87,88,93,94,95, 1999, 2000, 2001
3 Free Software Foundation, Inc.
5 This file is part of GNU Emacs.
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 #ifdef HAVE_CONFIG_H
23 #include <config.h>
24 #endif
26 #include <signal.h>
27 #include <setjmp.h>
28 #ifdef HAVE_UNISTD_H
29 #include <unistd.h>
30 #endif
31 #include "lisp.h"
32 /* Including stdlib.h isn't necessarily enough to get srandom
33 declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */
34 #ifdef HAVE_RANDOM
35 #if 0 /* It turns out that defining _OSF_SOURCE in osf5-0.h gets
36 random prototyped as returning `int'. It looks to me as
37 though the best way to DTRT is to prefer the rand48 functions
38 (per libc.info). -- fx */
39 extern long int random P_ ((void));
40 #endif
41 #if 0 /* Don't prototype srandom; it takes an unsigned argument on
42 some systems, and an unsigned long on others, like FreeBSD
43 4.1. */
44 extern void srandom P_ ((unsigned int));
45 #endif
46 #endif
48 #include "blockinput.h"
49 #undef NULL
51 #ifdef macintosh
52 /* It is essential to include stdlib.h so that this file picks up
53 the correct definitions of rand, srand, and RAND_MAX.
54 Otherwise random numbers will not work correctly. */
55 #include <stdlib.h>
57 #ifndef subprocesses
58 /* Nonzero means delete a process right away if it exits (process.c). */
59 static int delete_exited_processes;
60 #endif
61 #endif /* macintosh */
63 #ifdef WINDOWSNT
64 #define read sys_read
65 #define write sys_write
66 #include <windows.h>
67 #ifndef NULL
68 #define NULL 0
69 #endif
70 #endif /* not WINDOWSNT */
72 /* Does anyone other than VMS need this? */
73 #ifndef fwrite
74 #define sys_fwrite fwrite
75 #else
76 #undef fwrite
77 #endif
79 #include <stdio.h>
80 #include <sys/types.h>
81 #include <sys/stat.h>
82 #include <errno.h>
84 /* Get _POSIX_VDISABLE, if it is available. */
85 #ifdef HAVE_UNISTD_H
86 #include <unistd.h>
87 #endif
89 #ifdef HAVE_STDLIB_H
90 #include <stdlib.h>
91 #endif
93 #ifdef HAVE_SETPGID
94 #if !defined (USG) || defined (BSD_PGRPS)
95 #undef setpgrp
96 #define setpgrp setpgid
97 #endif
98 #endif
100 /* Get SI_SRPC_DOMAIN, if it is available. */
101 #ifdef HAVE_SYS_SYSTEMINFO_H
102 #include <sys/systeminfo.h>
103 #endif
105 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
106 #include <dos.h>
107 #include "dosfns.h"
108 #include "msdos.h"
109 #include <sys/param.h>
111 #if __DJGPP__ > 1
112 extern int etext;
113 extern unsigned start __asm__ ("start");
114 #endif
115 #endif
117 #ifndef USE_CRT_DLL
118 #ifndef errno
119 extern int errno;
120 #endif
121 #endif
123 #ifdef VMS
124 #include <rms.h>
125 #include <ttdef.h>
126 #include <tt2def.h>
127 #include <iodef.h>
128 #include <ssdef.h>
129 #include <descrip.h>
130 #include <fibdef.h>
131 #include <atrdef.h>
132 #include <ctype.h>
133 #include <string.h>
134 #ifdef __GNUC__
135 #include <sys/file.h>
136 #else
137 #include <file.h>
138 #endif
139 #undef F_SETFL
140 #ifndef RAB$C_BID
141 #include <rab.h>
142 #endif
143 #define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
144 #endif /* VMS */
146 #ifndef BSD4_1
147 #ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG)
148 because the vms compiler doesn't grok `defined' */
149 #include <fcntl.h>
150 #endif
151 #ifdef USG
152 #ifndef USG5
153 #include <fcntl.h>
154 #endif
155 #endif
156 #endif /* not 4.1 bsd */
158 #ifndef MSDOS
159 #include <sys/ioctl.h>
160 #endif
162 #include "systty.h"
163 #include "syswait.h"
165 #ifdef BROKEN_TIOCGWINSZ
166 #undef TIOCGWINSZ
167 #undef TIOCSWINSZ
168 #endif
170 #if defined (USG) || defined (DGUX)
171 #include <sys/utsname.h>
172 #ifndef MEMORY_IN_STRING_H
173 #include <memory.h>
174 #endif
175 #if defined (TIOCGWINSZ) || defined (ISC4_0)
176 #ifdef NEED_SIOCTL
177 #include <sys/sioctl.h>
178 #endif
179 #ifdef NEED_PTEM_H
180 #include <sys/stream.h>
181 #include <sys/ptem.h>
182 #endif
183 #endif /* TIOCGWINSZ or ISC4_0 */
184 #endif /* USG or DGUX */
186 extern int quit_char;
188 #include "keyboard.h"
189 #include "frame.h"
190 #include "window.h"
191 #include "termhooks.h"
192 #include "termchar.h"
193 #include "termopts.h"
194 #include "dispextern.h"
195 #include "process.h"
197 #ifdef WINDOWSNT
198 #include <direct.h>
199 /* In process.h which conflicts with the local copy. */
200 #define _P_WAIT 0
201 int _CRTAPI1 _spawnlp (int, const char *, const char *, ...);
202 int _CRTAPI1 _getpid (void);
203 #endif
205 #ifdef NONSYSTEM_DIR_LIBRARY
206 #include "ndir.h"
207 #endif /* NONSYSTEM_DIR_LIBRARY */
209 #include "syssignal.h"
210 #include "systime.h"
211 #ifdef HAVE_UTIME_H
212 #include <utime.h>
213 #endif
215 #ifndef HAVE_UTIMES
216 #ifndef HAVE_STRUCT_UTIMBUF
217 /* We want to use utime rather than utimes, but we couldn't find the
218 structure declaration. We'll use the traditional one. */
219 struct utimbuf {
220 long actime;
221 long modtime;
223 #endif
224 #endif
226 /* LPASS8 is new in 4.3, and makes cbreak mode provide all 8 bits. */
227 #ifndef LPASS8
228 #define LPASS8 0
229 #endif
231 #ifdef BSD4_1
232 #define LNOFLSH 0100000
233 #endif
235 static int baud_convert[] =
236 #ifdef BAUD_CONVERT
237 BAUD_CONVERT;
238 #else
240 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200,
241 1800, 2400, 4800, 9600, 19200, 38400
243 #endif
245 #ifdef HAVE_SPEED_T
246 #include <termios.h>
247 #else
248 #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)
249 #else
250 #if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX)
251 #include <termios.h>
252 #endif
253 #endif
254 #endif
256 int emacs_ospeed;
258 /* The file descriptor for Emacs's input terminal.
259 Under Unix, this is normally zero except when using X;
260 under VMS, we place the input channel number here. */
261 int input_fd;
263 void croak P_ ((char *));
265 #ifdef AIXHFT
266 void hft_init ();
267 void hft_reset ();
268 #endif
270 /* Temporary used by `sigblock' when defined in terms of signprocmask. */
272 SIGMASKTYPE sigprocmask_set;
275 /* Specify a different file descriptor for further input operations. */
277 void
278 change_input_fd (fd)
279 int fd;
281 input_fd = fd;
284 /* Discard pending input on descriptor input_fd. */
286 void
287 discard_tty_input ()
289 #ifndef WINDOWSNT
290 struct emacs_tty buf;
292 if (noninteractive)
293 return;
295 /* Discarding input is not safe when the input could contain
296 replies from the X server. So don't do it. */
297 if (read_socket_hook)
298 return;
300 #ifdef VMS
301 end_kbd_input ();
302 SYS$QIOW (0, input_fd, IO$_READVBLK|IO$M_PURGE, input_iosb, 0, 0,
303 &buf.main, 0, 0, terminator_mask, 0, 0);
304 queue_kbd_input ();
305 #else /* not VMS */
306 #ifdef APOLLO
308 int zero = 0;
309 ioctl (input_fd, TIOCFLUSH, &zero);
311 #else /* not Apollo */
312 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
313 while (dos_keyread () != -1)
315 #else /* not MSDOS */
316 EMACS_GET_TTY (input_fd, &buf);
317 EMACS_SET_TTY (input_fd, &buf, 0);
318 #endif /* not MSDOS */
319 #endif /* not Apollo */
320 #endif /* not VMS */
321 #endif /* not WINDOWSNT */
324 #ifdef SIGTSTP
326 /* Arrange for character C to be read as the next input from
327 the terminal. */
329 void
330 stuff_char (c)
331 char c;
333 if (read_socket_hook)
334 return;
336 /* Should perhaps error if in batch mode */
337 #ifdef TIOCSTI
338 ioctl (input_fd, TIOCSTI, &c);
339 #else /* no TIOCSTI */
340 error ("Cannot stuff terminal input characters in this version of Unix");
341 #endif /* no TIOCSTI */
344 #endif /* SIGTSTP */
346 void
347 init_baud_rate ()
349 if (noninteractive)
350 emacs_ospeed = 0;
351 else
353 #ifdef INIT_BAUD_RATE
354 INIT_BAUD_RATE ();
355 #else
356 #ifdef DOS_NT
357 emacs_ospeed = 15;
358 #else /* not DOS_NT */
359 #ifdef VMS
360 struct sensemode sg;
362 SYS$QIOW (0, input_fd, IO$_SENSEMODE, &sg, 0, 0,
363 &sg.class, 12, 0, 0, 0, 0 );
364 emacs_ospeed = sg.xmit_baud;
365 #else /* not VMS */
366 #ifdef HAVE_TERMIOS
367 struct termios sg;
369 sg.c_cflag = B9600;
370 tcgetattr (input_fd, &sg);
371 emacs_ospeed = cfgetospeed (&sg);
372 #if defined (USE_GETOBAUD) && defined (getobaud)
373 /* m88k-motorola-sysv3 needs this (ghazi@noc.rutgers.edu) 9/1/94. */
374 if (emacs_ospeed == 0)
375 emacs_ospeed = getobaud (sg.c_cflag);
376 #endif
377 #else /* neither VMS nor TERMIOS */
378 #ifdef HAVE_TERMIO
379 struct termio sg;
381 sg.c_cflag = B9600;
382 #ifdef HAVE_TCATTR
383 tcgetattr (input_fd, &sg);
384 #else
385 ioctl (input_fd, TCGETA, &sg);
386 #endif
387 emacs_ospeed = sg.c_cflag & CBAUD;
388 #else /* neither VMS nor TERMIOS nor TERMIO */
389 struct sgttyb sg;
391 sg.sg_ospeed = B9600;
392 if (ioctl (input_fd, TIOCGETP, &sg) < 0)
393 abort ();
394 emacs_ospeed = sg.sg_ospeed;
395 #endif /* not HAVE_TERMIO */
396 #endif /* not HAVE_TERMIOS */
397 #endif /* not VMS */
398 #endif /* not DOS_NT */
399 #endif /* not INIT_BAUD_RATE */
402 baud_rate = (emacs_ospeed < sizeof baud_convert / sizeof baud_convert[0]
403 ? baud_convert[emacs_ospeed] : 9600);
404 if (baud_rate == 0)
405 baud_rate = 1200;
408 /*ARGSUSED*/
409 void
410 set_exclusive_use (fd)
411 int fd;
413 #ifdef FIOCLEX
414 ioctl (fd, FIOCLEX, 0);
415 #endif
416 /* Ok to do nothing if this feature does not exist */
419 #ifndef subprocesses
421 wait_without_blocking ()
423 #ifdef BSD_SYSTEM
424 wait3 (0, WNOHANG | WUNTRACED, 0);
425 #else
426 croak ("wait_without_blocking");
427 #endif
428 synch_process_alive = 0;
431 #endif /* not subprocesses */
433 int wait_debugging; /* Set nonzero to make following function work under dbx
434 (at least for bsd). */
436 SIGTYPE
437 wait_for_termination_signal ()
440 /* Wait for subprocess with process id `pid' to terminate and
441 make sure it will get eliminated (not remain forever as a zombie) */
443 void
444 wait_for_termination (pid)
445 int pid;
447 while (1)
449 #ifdef subprocesses
450 #ifdef VMS
451 int status;
453 status = SYS$FORCEX (&pid, 0, 0);
454 break;
455 #else /* not VMS */
456 #if defined (BSD_SYSTEM) || (defined (HPUX) && !defined (HPUX_5))
457 /* Note that kill returns -1 even if the process is just a zombie now.
458 But inevitably a SIGCHLD interrupt should be generated
459 and child_sig will do wait3 and make the process go away. */
460 /* There is some indication that there is a bug involved with
461 termination of subprocesses, perhaps involving a kernel bug too,
462 but no idea what it is. Just as a hunch we signal SIGCHLD to see
463 if that causes the problem to go away or get worse. */
464 sigsetmask (sigmask (SIGCHLD));
465 if (0 > kill (pid, 0))
467 sigsetmask (SIGEMPTYMASK);
468 kill (getpid (), SIGCHLD);
469 break;
471 if (wait_debugging)
472 sleep (1);
473 else
474 sigpause (SIGEMPTYMASK);
475 #else /* not BSD_SYSTEM, and not HPUX version >= 6 */
476 #if defined (UNIPLUS)
477 if (0 > kill (pid, 0))
478 break;
479 wait (0);
480 #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */
481 #ifdef POSIX_SIGNALS /* would this work for GNU/Linux as well? */
482 sigblock (sigmask (SIGCHLD));
483 errno = 0;
484 if (kill (pid, 0) == -1 && errno == ESRCH)
486 sigunblock (sigmask (SIGCHLD));
487 break;
490 /* FIXME: Since sigpause is not POSIX and its use is deprecated,
491 this should probably be `sigsuspend (&empty_mask)', which is
492 POSIX. I'm not making that change right away because the
493 release is nearing. 2001-09-20 gerd. */
494 sigpause (SIGEMPTYMASK);
495 #else /* not POSIX_SIGNALS */
496 #ifdef HAVE_SYSV_SIGPAUSE
497 sighold (SIGCHLD);
498 if (0 > kill (pid, 0))
500 sigrelse (SIGCHLD);
501 break;
503 sigpause (SIGCHLD);
504 #else /* not HAVE_SYSV_SIGPAUSE */
505 #ifdef WINDOWSNT
506 wait (0);
507 break;
508 #else /* not WINDOWSNT */
509 if (0 > kill (pid, 0))
510 break;
511 /* Using sleep instead of pause avoids timing error.
512 If the inferior dies just before the sleep,
513 we lose just one second. */
514 sleep (1);
515 #endif /* not WINDOWSNT */
516 #endif /* not HAVE_SYSV_SIGPAUSE */
517 #endif /* not POSIX_SIGNALS */
518 #endif /* not UNIPLUS */
519 #endif /* not BSD_SYSTEM, and not HPUX version >= 6 */
520 #endif /* not VMS */
521 #else /* not subprocesses */
522 #if __DJGPP__ > 1
523 break;
524 #else /* not __DJGPP__ > 1 */
525 #ifndef BSD4_1
526 if (kill (pid, 0) < 0)
527 break;
528 wait (0);
529 #else /* BSD4_1 */
530 int status;
531 status = wait (0);
532 if (status == pid || status == -1)
533 break;
534 #endif /* BSD4_1 */
535 #endif /* not __DJGPP__ > 1*/
536 #endif /* not subprocesses */
540 #ifdef subprocesses
543 * flush any pending output
544 * (may flush input as well; it does not matter the way we use it)
547 void
548 flush_pending_output (channel)
549 int channel;
551 #ifdef HAVE_TERMIOS
552 /* If we try this, we get hit with SIGTTIN, because
553 the child's tty belongs to the child's pgrp. */
554 #else
555 #ifdef TCFLSH
556 ioctl (channel, TCFLSH, 1);
557 #else
558 #ifdef TIOCFLUSH
559 int zero = 0;
560 /* 3rd arg should be ignored
561 but some 4.2 kernels actually want the address of an int
562 and nonzero means something different. */
563 ioctl (channel, TIOCFLUSH, &zero);
564 #endif
565 #endif
566 #endif
569 #ifndef VMS
570 /* Set up the terminal at the other end of a pseudo-terminal that
571 we will be controlling an inferior through.
572 It should not echo or do line-editing, since that is done
573 in Emacs. No padding needed for insertion into an Emacs buffer. */
575 void
576 child_setup_tty (out)
577 int out;
579 #ifndef DOS_NT
580 struct emacs_tty s;
582 EMACS_GET_TTY (out, &s);
584 #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS)
585 s.main.c_oflag |= OPOST; /* Enable output postprocessing */
586 s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */
587 #ifdef NLDLY
588 s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY);
589 /* No output delays */
590 #endif
591 s.main.c_lflag &= ~ECHO; /* Disable echo */
592 s.main.c_lflag |= ISIG; /* Enable signals */
593 #if 0 /* This causes bugs in (for instance) telnet to certain sites. */
594 s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
595 #ifdef INLCR /* Just being cautious, since I can't check how
596 widespread INLCR is--rms. */
597 s.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */
598 #endif
599 #endif
600 #ifdef IUCLC
601 s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
602 #endif
603 #ifdef ISTRIP
604 s.main.c_iflag &= ~ISTRIP; /* don't strip 8th bit on input */
605 #endif
606 #ifdef OLCUC
607 s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
608 #endif
609 s.main.c_oflag &= ~TAB3; /* Disable tab expansion */
610 s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */
611 #if 0
612 /* Said to be unnecessary: */
613 s.main.c_cc[VMIN] = 1; /* minimum number of characters to accept */
614 s.main.c_cc[VTIME] = 0; /* wait forever for at least 1 character */
615 #endif
617 s.main.c_lflag |= ICANON; /* Enable erase/kill and eof processing */
618 s.main.c_cc[VEOF] = 04; /* insure that EOF is Control-D */
619 s.main.c_cc[VERASE] = CDISABLE; /* disable erase processing */
620 s.main.c_cc[VKILL] = CDISABLE; /* disable kill processing */
622 #ifdef HPUX
623 s.main.c_cflag = (s.main.c_cflag & ~CBAUD) | B9600; /* baud rate sanity */
624 #endif /* HPUX */
626 #ifdef AIX
627 /* AIX enhanced edit loses NULs, so disable it */
628 #ifndef IBMR2AIX
629 s.main.c_line = 0;
630 s.main.c_iflag &= ~ASCEDIT;
631 #endif
632 /* Also, PTY overloads NUL and BREAK.
633 don't ignore break, but don't signal either, so it looks like NUL. */
634 s.main.c_iflag &= ~IGNBRK;
635 s.main.c_iflag &= ~BRKINT;
636 /* QUIT and INTR work better as signals, so disable character forms */
637 s.main.c_cc[VINTR] = 0377;
638 #ifdef SIGNALS_VIA_CHARACTERS
639 /* the QUIT and INTR character are used in process_send_signal
640 so set them here to something useful. */
641 if (s.main.c_cc[VQUIT] == 0377)
642 s.main.c_cc[VQUIT] = '\\'&037; /* Control-\ */
643 if (s.main.c_cc[VINTR] == 0377)
644 s.main.c_cc[VINTR] = 'C'&037; /* Control-C */
645 #else /* no TIOCGPGRP or no TIOCGLTC or no TIOCGETC */
646 /* QUIT and INTR work better as signals, so disable character forms */
647 s.main.c_cc[VQUIT] = 0377;
648 s.main.c_cc[VINTR] = 0377;
649 s.main.c_lflag &= ~ISIG;
650 #endif /* no TIOCGPGRP or no TIOCGLTC or no TIOCGETC */
651 s.main.c_cc[VEOL] = 0377;
652 s.main.c_cflag = (s.main.c_cflag & ~CBAUD) | B9600; /* baud rate sanity */
653 #endif /* AIX */
655 #else /* not HAVE_TERMIO */
657 s.main.sg_flags &= ~(ECHO | CRMOD | ANYP | ALLDELAY | RAW | LCASE
658 | CBREAK | TANDEM);
659 s.main.sg_flags |= LPASS8;
660 s.main.sg_erase = 0377;
661 s.main.sg_kill = 0377;
662 s.lmode = LLITOUT | s.lmode; /* Don't strip 8th bit */
664 #endif /* not HAVE_TERMIO */
666 EMACS_SET_TTY (out, &s, 0);
668 #ifdef BSD4_1
669 if (interrupt_input)
670 reset_sigio ();
671 #endif /* BSD4_1 */
672 #ifdef RTU
674 int zero = 0;
675 ioctl (out, FIOASYNC, &zero);
677 #endif /* RTU */
678 #endif /* not DOS_NT */
680 #endif /* not VMS */
682 #endif /* subprocesses */
684 /* Record a signal code and the handler for it. */
685 struct save_signal
687 int code;
688 SIGTYPE (*handler) P_ ((int));
691 static void save_signal_handlers P_ ((struct save_signal *));
692 static void restore_signal_handlers P_ ((struct save_signal *));
694 /* Suspend the Emacs process; give terminal to its superior. */
696 void
697 sys_suspend ()
699 #ifdef VMS
700 /* "Foster" parentage allows emacs to return to a subprocess that attached
701 to the current emacs as a cheaper than starting a whole new process. This
702 is set up by KEPTEDITOR.COM. */
703 unsigned long parent_id, foster_parent_id;
704 char *fpid_string;
706 fpid_string = getenv ("EMACS_PARENT_PID");
707 if (fpid_string != NULL)
709 sscanf (fpid_string, "%x", &foster_parent_id);
710 if (foster_parent_id != 0)
711 parent_id = foster_parent_id;
712 else
713 parent_id = getppid ();
715 else
716 parent_id = getppid ();
718 xfree (fpid_string); /* On VMS, this was malloc'd */
720 if (parent_id && parent_id != 0xffffffff)
722 SIGTYPE (*oldsig)() = (int) signal (SIGINT, SIG_IGN);
723 int status = LIB$ATTACH (&parent_id) & 1;
724 signal (SIGINT, oldsig);
725 return status;
727 else
729 struct {
730 int l;
731 char *a;
732 } d_prompt;
733 d_prompt.l = sizeof ("Emacs: "); /* Our special prompt */
734 d_prompt.a = "Emacs: "; /* Just a reminder */
735 LIB$SPAWN (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &d_prompt, 0);
736 return 1;
738 return -1;
739 #else
740 #if defined (SIGTSTP) && !defined (MSDOS)
743 int pgrp = EMACS_GETPGRP (0);
744 EMACS_KILLPG (pgrp, SIGTSTP);
747 #else /* No SIGTSTP */
748 #ifdef USG_JOBCTRL /* If you don't know what this is don't mess with it */
749 ptrace (0, 0, 0, 0); /* set for ptrace - caught by csh */
750 kill (getpid (), SIGQUIT);
752 #else /* No SIGTSTP or USG_JOBCTRL */
754 /* On a system where suspending is not implemented,
755 instead fork a subshell and let it talk directly to the terminal
756 while we wait. */
757 sys_subshell ();
759 #endif /* no USG_JOBCTRL */
760 #endif /* no SIGTSTP */
761 #endif /* not VMS */
764 /* Fork a subshell. */
766 #ifndef macintosh
767 void
768 sys_subshell ()
770 #ifndef VMS
771 #ifdef DOS_NT /* Demacs 1.1.2 91/10/20 Manabu Higashida */
772 int st;
773 char oldwd[MAXPATHLEN+1]; /* Fixed length is safe on MSDOS. */
774 #endif
775 int pid;
776 struct save_signal saved_handlers[5];
777 Lisp_Object dir;
778 unsigned char *str = 0;
779 int len;
781 saved_handlers[0].code = SIGINT;
782 saved_handlers[1].code = SIGQUIT;
783 saved_handlers[2].code = SIGTERM;
784 #ifdef SIGIO
785 saved_handlers[3].code = SIGIO;
786 saved_handlers[4].code = 0;
787 #else
788 saved_handlers[3].code = 0;
789 #endif
791 /* Mentioning current_buffer->buffer would mean including buffer.h,
792 which somehow wedges the hp compiler. So instead... */
794 dir = intern ("default-directory");
795 if (NILP (Fboundp (dir)))
796 goto xyzzy;
797 dir = Fsymbol_value (dir);
798 if (!STRINGP (dir))
799 goto xyzzy;
801 dir = expand_and_dir_to_file (Funhandled_file_name_directory (dir), Qnil);
802 str = (unsigned char *) alloca (XSTRING (dir)->size + 2);
803 len = XSTRING (dir)->size;
804 bcopy (XSTRING (dir)->data, str, len);
805 if (str[len - 1] != '/') str[len++] = '/';
806 str[len] = 0;
807 xyzzy:
809 #ifdef DOS_NT
810 pid = 0;
811 #if __DJGPP__ > 1
812 save_signal_handlers (saved_handlers);
813 synch_process_alive = 1;
814 #endif /* __DJGPP__ > 1 */
815 #else
816 pid = vfork ();
817 if (pid == -1)
818 error ("Can't spawn subshell");
819 #endif
821 if (pid == 0)
823 char *sh = 0;
825 #ifdef DOS_NT /* MW, Aug 1993 */
826 getwd (oldwd);
827 if (sh == 0)
828 sh = (char *) egetenv ("SUSPEND"); /* KFS, 1994-12-14 */
829 #endif
830 if (sh == 0)
831 sh = (char *) egetenv ("SHELL");
832 if (sh == 0)
833 sh = "sh";
835 /* Use our buffer's default directory for the subshell. */
836 if (str)
837 chdir ((char *) str);
839 #ifdef subprocesses
840 close_process_descs (); /* Close Emacs's pipes/ptys */
841 #endif
843 #ifdef SET_EMACS_PRIORITY
845 extern int emacs_priority;
847 if (emacs_priority < 0)
848 nice (-emacs_priority);
850 #endif
852 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */
853 st = system (sh);
854 chdir (oldwd);
855 #if 0 /* This is also reported if last command executed in subshell failed, KFS */
856 if (st)
857 report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qnil));
858 #endif
859 #else /* not MSDOS */
860 #ifdef WINDOWSNT
861 /* Waits for process completion */
862 pid = _spawnlp (_P_WAIT, sh, sh, NULL);
863 chdir (oldwd);
864 if (pid == -1)
865 write (1, "Can't execute subshell", 22);
866 #else /* not WINDOWSNT */
867 execlp (sh, sh, 0);
868 write (1, "Can't execute subshell", 22);
869 _exit (1);
870 #endif /* not WINDOWSNT */
871 #endif /* not MSDOS */
874 /* Do this now if we did not do it before. */
875 #if !defined (MSDOS) || __DJGPP__ == 1
876 save_signal_handlers (saved_handlers);
877 synch_process_alive = 1;
878 #endif
880 #ifndef DOS_NT
881 wait_for_termination (pid);
882 #endif
883 restore_signal_handlers (saved_handlers);
884 synch_process_alive = 0;
885 #endif /* !VMS */
887 #endif /* !macintosh */
889 static void
890 save_signal_handlers (saved_handlers)
891 struct save_signal *saved_handlers;
893 while (saved_handlers->code)
895 saved_handlers->handler
896 = (SIGTYPE (*) P_ ((int))) signal (saved_handlers->code, SIG_IGN);
897 saved_handlers++;
901 static void
902 restore_signal_handlers (saved_handlers)
903 struct save_signal *saved_handlers;
905 while (saved_handlers->code)
907 signal (saved_handlers->code, saved_handlers->handler);
908 saved_handlers++;
912 #ifdef F_SETFL
914 int old_fcntl_flags;
916 void
917 init_sigio (fd)
918 int fd;
920 #ifdef FASYNC
921 old_fcntl_flags = fcntl (fd, F_GETFL, 0) & ~FASYNC;
922 fcntl (fd, F_SETFL, old_fcntl_flags | FASYNC);
923 #endif
924 interrupts_deferred = 0;
927 void
928 reset_sigio ()
930 unrequest_sigio ();
933 #ifdef FASYNC /* F_SETFL does not imply existence of FASYNC */
935 void
936 request_sigio ()
938 if (read_socket_hook)
939 return;
941 #ifdef SIGWINCH
942 sigunblock (sigmask (SIGWINCH));
943 #endif
944 fcntl (input_fd, F_SETFL, old_fcntl_flags | FASYNC);
946 interrupts_deferred = 0;
949 void
950 unrequest_sigio ()
952 if (read_socket_hook)
953 return;
955 #ifdef SIGWINCH
956 sigblock (sigmask (SIGWINCH));
957 #endif
958 fcntl (input_fd, F_SETFL, old_fcntl_flags);
959 interrupts_deferred = 1;
962 #else /* no FASYNC */
963 #ifdef STRIDE /* Stride doesn't have FASYNC - use FIOASYNC */
965 void
966 request_sigio ()
968 int on = 1;
970 if (read_socket_hook)
971 return;
973 ioctl (input_fd, FIOASYNC, &on);
974 interrupts_deferred = 0;
977 void
978 unrequest_sigio ()
980 int off = 0;
982 if (read_socket_hook)
983 return;
985 ioctl (input_fd, FIOASYNC, &off);
986 interrupts_deferred = 1;
989 #else /* not FASYNC, not STRIDE */
991 #ifdef _CX_UX
993 #include <termios.h>
995 void
996 request_sigio ()
998 int on = 1;
999 sigset_t st;
1001 if (read_socket_hook)
1002 return;
1004 sigemptyset (&st);
1005 sigaddset (&st, SIGIO);
1006 ioctl (input_fd, FIOASYNC, &on);
1007 interrupts_deferred = 0;
1008 sigprocmask (SIG_UNBLOCK, &st, (sigset_t *)0);
1011 void
1012 unrequest_sigio ()
1014 int off = 0;
1016 if (read_socket_hook)
1017 return;
1019 ioctl (input_fd, FIOASYNC, &off);
1020 interrupts_deferred = 1;
1023 #else /* ! _CX_UX */
1025 void
1026 request_sigio ()
1028 if (read_socket_hook)
1029 return;
1031 croak ("request_sigio");
1034 void
1035 unrequest_sigio ()
1037 if (read_socket_hook)
1038 return;
1040 croak ("unrequest_sigio");
1043 #endif /* _CX_UX */
1044 #endif /* STRIDE */
1045 #endif /* FASYNC */
1046 #endif /* F_SETFL */
1048 /* Saving and restoring the process group of Emacs's terminal. */
1050 #ifdef BSD_PGRPS
1052 /* The process group of which Emacs was a member when it initially
1053 started.
1055 If Emacs was in its own process group (i.e. inherited_pgroup ==
1056 getpid ()), then we know we're running under a shell with job
1057 control (Emacs would never be run as part of a pipeline).
1058 Everything is fine.
1060 If Emacs was not in its own process group, then we know we're
1061 running under a shell (or a caller) that doesn't know how to
1062 separate itself from Emacs (like sh). Emacs must be in its own
1063 process group in order to receive SIGIO correctly. In this
1064 situation, we put ourselves in our own pgroup, forcibly set the
1065 tty's pgroup to our pgroup, and make sure to restore and reinstate
1066 the tty's pgroup just like any other terminal setting. If
1067 inherited_group was not the tty's pgroup, then we'll get a
1068 SIGTTmumble when we try to change the tty's pgroup, and a CONT if
1069 it goes foreground in the future, which is what should happen. */
1070 int inherited_pgroup;
1072 /* Split off the foreground process group to Emacs alone.
1073 When we are in the foreground, but not started in our own process
1074 group, redirect the TTY to point to our own process group. We need
1075 to be in our own process group to receive SIGIO properly. */
1076 void
1077 narrow_foreground_group ()
1079 int me = getpid ();
1081 setpgrp (0, inherited_pgroup);
1082 if (inherited_pgroup != me)
1083 EMACS_SET_TTY_PGRP (input_fd, &me);
1084 setpgrp (0, me);
1087 /* Set the tty to our original foreground group. */
1088 void
1089 widen_foreground_group ()
1091 if (inherited_pgroup != getpid ())
1092 EMACS_SET_TTY_PGRP (input_fd, &inherited_pgroup);
1093 setpgrp (0, inherited_pgroup);
1096 #endif /* BSD_PGRPS */
1098 /* Getting and setting emacs_tty structures. */
1100 /* Set *TC to the parameters associated with the terminal FD.
1101 Return zero if all's well, or -1 if we ran into an error we
1102 couldn't deal with. */
1104 emacs_get_tty (fd, settings)
1105 int fd;
1106 struct emacs_tty *settings;
1108 /* Retrieve the primary parameters - baud rate, character size, etcetera. */
1109 #ifdef HAVE_TCATTR
1110 /* We have those nifty POSIX tcmumbleattr functions. */
1111 bzero (&settings->main, sizeof (settings->main));
1112 if (tcgetattr (fd, &settings->main) < 0)
1113 return -1;
1115 #else
1116 #ifdef HAVE_TERMIO
1117 /* The SYSV-style interface? */
1118 if (ioctl (fd, TCGETA, &settings->main) < 0)
1119 return -1;
1121 #else
1122 #ifdef VMS
1123 /* Vehemently Monstrous System? :-) */
1124 if (! (SYS$QIOW (0, fd, IO$_SENSEMODE, settings, 0, 0,
1125 &settings->main.class, 12, 0, 0, 0, 0)
1126 & 1))
1127 return -1;
1129 #else
1130 #ifndef DOS_NT
1131 /* I give up - I hope you have the BSD ioctls. */
1132 if (ioctl (fd, TIOCGETP, &settings->main) < 0)
1133 return -1;
1134 #endif /* not DOS_NT */
1135 #endif
1136 #endif
1137 #endif
1139 /* Suivant - Do we have to get struct ltchars data? */
1140 #ifdef HAVE_LTCHARS
1141 if (ioctl (fd, TIOCGLTC, &settings->ltchars) < 0)
1142 return -1;
1143 #endif
1145 /* How about a struct tchars and a wordful of lmode bits? */
1146 #ifdef HAVE_TCHARS
1147 if (ioctl (fd, TIOCGETC, &settings->tchars) < 0
1148 || ioctl (fd, TIOCLGET, &settings->lmode) < 0)
1149 return -1;
1150 #endif
1152 /* We have survived the tempest. */
1153 return 0;
1157 /* Set the parameters of the tty on FD according to the contents of
1158 *SETTINGS. If FLUSHP is non-zero, we discard input.
1159 Return 0 if all went well, and -1 if anything failed. */
1162 emacs_set_tty (fd, settings, flushp)
1163 int fd;
1164 struct emacs_tty *settings;
1165 int flushp;
1167 /* Set the primary parameters - baud rate, character size, etcetera. */
1168 #ifdef HAVE_TCATTR
1169 int i;
1170 /* We have those nifty POSIX tcmumbleattr functions.
1171 William J. Smith <wjs@wiis.wang.com> writes:
1172 "POSIX 1003.1 defines tcsetattr to return success if it was
1173 able to perform any of the requested actions, even if some
1174 of the requested actions could not be performed.
1175 We must read settings back to ensure tty setup properly.
1176 AIX requires this to keep tty from hanging occasionally." */
1177 /* This make sure that we don't loop indefinitely in here. */
1178 for (i = 0 ; i < 10 ; i++)
1179 if (tcsetattr (fd, flushp ? TCSAFLUSH : TCSADRAIN, &settings->main) < 0)
1181 if (errno == EINTR)
1182 continue;
1183 else
1184 return -1;
1186 else
1188 struct termios new;
1190 bzero (&new, sizeof (new));
1191 /* Get the current settings, and see if they're what we asked for. */
1192 tcgetattr (fd, &new);
1193 /* We cannot use memcmp on the whole structure here because under
1194 * aix386 the termios structure has some reserved field that may
1195 * not be filled in.
1197 if ( new.c_iflag == settings->main.c_iflag
1198 && new.c_oflag == settings->main.c_oflag
1199 && new.c_cflag == settings->main.c_cflag
1200 && new.c_lflag == settings->main.c_lflag
1201 && memcmp (new.c_cc, settings->main.c_cc, NCCS) == 0)
1202 break;
1203 else
1204 continue;
1207 #else
1208 #ifdef HAVE_TERMIO
1209 /* The SYSV-style interface? */
1210 if (ioctl (fd, flushp ? TCSETAF : TCSETAW, &settings->main) < 0)
1211 return -1;
1213 #else
1214 #ifdef VMS
1215 /* Vehemently Monstrous System? :-) */
1216 if (! (SYS$QIOW (0, fd, IO$_SETMODE, &input_iosb, 0, 0,
1217 &settings->main.class, 12, 0, 0, 0, 0)
1218 & 1))
1219 return -1;
1221 #else
1222 #ifndef DOS_NT
1223 /* I give up - I hope you have the BSD ioctls. */
1224 if (ioctl (fd, (flushp) ? TIOCSETP : TIOCSETN, &settings->main) < 0)
1225 return -1;
1226 #endif /* not DOS_NT */
1228 #endif
1229 #endif
1230 #endif
1232 /* Suivant - Do we have to get struct ltchars data? */
1233 #ifdef HAVE_LTCHARS
1234 if (ioctl (fd, TIOCSLTC, &settings->ltchars) < 0)
1235 return -1;
1236 #endif
1238 /* How about a struct tchars and a wordful of lmode bits? */
1239 #ifdef HAVE_TCHARS
1240 if (ioctl (fd, TIOCSETC, &settings->tchars) < 0
1241 || ioctl (fd, TIOCLSET, &settings->lmode) < 0)
1242 return -1;
1243 #endif
1245 /* We have survived the tempest. */
1246 return 0;
1250 /* The initial tty mode bits */
1251 struct emacs_tty old_tty;
1253 /* 1 if we have been through init_sys_modes. */
1254 int term_initted;
1256 /* 1 if outer tty status has been recorded. */
1257 int old_tty_valid;
1259 #ifdef BSD4_1
1260 /* BSD 4.1 needs to keep track of the lmode bits in order to start
1261 sigio. */
1262 int lmode;
1263 #endif
1265 #ifndef F_SETOWN_BUG
1266 #ifdef F_SETOWN
1267 int old_fcntl_owner;
1268 #endif /* F_SETOWN */
1269 #endif /* F_SETOWN_BUG */
1271 /* This may also be defined in stdio,
1272 but if so, this does no harm,
1273 and using the same name avoids wasting the other one's space. */
1275 #ifdef nec_ews_svr4
1276 extern char *_sobuf ;
1277 #else
1278 #if defined (USG) || defined (DGUX)
1279 unsigned char _sobuf[BUFSIZ+8];
1280 #else
1281 char _sobuf[BUFSIZ];
1282 #endif
1283 #endif
1285 #ifdef HAVE_LTCHARS
1286 static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};
1287 #endif
1288 #ifdef HAVE_TCHARS
1289 static struct tchars new_tchars = {-1,-1,-1,-1,-1,-1};
1290 #endif
1292 void
1293 init_sys_modes ()
1295 struct emacs_tty tty;
1297 #ifdef macintosh
1298 /* cus-start.el complains if delete-exited-processes is not defined */
1299 #ifndef subprocesses
1300 DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
1301 doc: /* *Non-nil means delete processes immediately when they exit.
1302 nil means don't delete them until `list-processes' is run. */);
1303 delete_exited_processes = 0;
1304 #endif
1305 #endif /* not macintosh */
1307 #ifdef VMS
1308 #if 0
1309 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */
1310 extern int (*interrupt_signal) ();
1311 #endif
1312 #endif
1314 Vtty_erase_char = Qnil;
1316 if (noninteractive)
1317 return;
1319 #ifdef VMS
1320 if (!input_ef)
1321 input_ef = get_kbd_event_flag ();
1322 /* LIB$GET_EF (&input_ef); */
1323 SYS$CLREF (input_ef);
1324 waiting_for_ast = 0;
1325 if (!timer_ef)
1326 timer_ef = get_timer_event_flag ();
1327 /* LIB$GET_EF (&timer_ef); */
1328 SYS$CLREF (timer_ef);
1329 #if 0
1330 if (!process_ef)
1332 LIB$GET_EF (&process_ef);
1333 SYS$CLREF (process_ef);
1335 if (input_ef / 32 != process_ef / 32)
1336 croak ("Input and process event flags in different clusters.");
1337 #endif
1338 if (input_ef / 32 != timer_ef / 32)
1339 croak ("Input and timer event flags in different clusters.");
1340 #if 0
1341 input_eflist = ((unsigned) 1 << (input_ef % 32)) |
1342 ((unsigned) 1 << (process_ef % 32));
1343 #endif
1344 timer_eflist = ((unsigned) 1 << (input_ef % 32)) |
1345 ((unsigned) 1 << (timer_ef % 32));
1346 #ifndef VMS4_4
1347 sys_access_reinit ();
1348 #endif
1349 #endif /* not VMS */
1351 #ifdef BSD_PGRPS
1352 if (! read_socket_hook && EQ (Vwindow_system, Qnil))
1353 narrow_foreground_group ();
1354 #endif
1356 #ifdef HAVE_WINDOW_SYSTEM
1357 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1358 needs the initialization code below. */
1359 if (!read_socket_hook && EQ (Vwindow_system, Qnil))
1360 #endif
1362 EMACS_GET_TTY (input_fd, &old_tty);
1364 old_tty_valid = 1;
1366 tty = old_tty;
1368 #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS)
1369 XSETINT (Vtty_erase_char, old_tty.main.c_cc[VERASE]);
1371 #ifdef DGUX
1372 /* This allows meta to be sent on 8th bit. */
1373 tty.main.c_iflag &= ~INPCK; /* don't check input for parity */
1374 #endif
1375 tty.main.c_iflag |= (IGNBRK); /* Ignore break condition */
1376 tty.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
1377 #ifdef INLCR /* I'm just being cautious,
1378 since I can't check how widespread INLCR is--rms. */
1379 tty.main.c_iflag &= ~INLCR; /* Disable map of NL to CR on input */
1380 #endif
1381 #ifdef ISTRIP
1382 tty.main.c_iflag &= ~ISTRIP; /* don't strip 8th bit on input */
1383 #endif
1384 tty.main.c_lflag &= ~ECHO; /* Disable echo */
1385 tty.main.c_lflag &= ~ICANON; /* Disable erase/kill processing */
1386 #ifdef IEXTEN
1387 tty.main.c_lflag &= ~IEXTEN; /* Disable other editing characters. */
1388 #endif
1389 tty.main.c_lflag |= ISIG; /* Enable signals */
1390 if (flow_control)
1392 tty.main.c_iflag |= IXON; /* Enable start/stop output control */
1393 #ifdef IXANY
1394 tty.main.c_iflag &= ~IXANY;
1395 #endif /* IXANY */
1397 else
1398 tty.main.c_iflag &= ~IXON; /* Disable start/stop output control */
1399 tty.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL
1400 on output */
1401 tty.main.c_oflag &= ~TAB3; /* Disable tab expansion */
1402 #ifdef CS8
1403 if (meta_key)
1405 tty.main.c_cflag |= CS8; /* allow 8th bit on input */
1406 tty.main.c_cflag &= ~PARENB;/* Don't check parity */
1408 #endif
1409 tty.main.c_cc[VINTR] = quit_char; /* C-g (usually) gives SIGINT */
1410 /* Set up C-g for both SIGQUIT and SIGINT.
1411 We don't know which we will get, but we handle both alike
1412 so which one it really gives us does not matter. */
1413 tty.main.c_cc[VQUIT] = quit_char;
1414 tty.main.c_cc[VMIN] = 1; /* Input should wait for at least 1 char */
1415 tty.main.c_cc[VTIME] = 0; /* no matter how long that takes. */
1416 #ifdef VSWTCH
1417 tty.main.c_cc[VSWTCH] = CDISABLE; /* Turn off shell layering use
1418 of C-z */
1419 #endif /* VSWTCH */
1421 #if defined (mips) || defined (HAVE_TCATTR)
1422 #ifdef VSUSP
1423 tty.main.c_cc[VSUSP] = CDISABLE; /* Turn off mips handling of C-z. */
1424 #endif /* VSUSP */
1425 #ifdef V_DSUSP
1426 tty.main.c_cc[V_DSUSP] = CDISABLE; /* Turn off mips handling of C-y. */
1427 #endif /* V_DSUSP */
1428 #ifdef VDSUSP /* Some systems have VDSUSP, some have V_DSUSP. */
1429 tty.main.c_cc[VDSUSP] = CDISABLE;
1430 #endif /* VDSUSP */
1431 #ifdef VLNEXT
1432 tty.main.c_cc[VLNEXT] = CDISABLE;
1433 #endif /* VLNEXT */
1434 #ifdef VREPRINT
1435 tty.main.c_cc[VREPRINT] = CDISABLE;
1436 #endif /* VREPRINT */
1437 #ifdef VWERASE
1438 tty.main.c_cc[VWERASE] = CDISABLE;
1439 #endif /* VWERASE */
1440 #ifdef VDISCARD
1441 tty.main.c_cc[VDISCARD] = CDISABLE;
1442 #endif /* VDISCARD */
1444 if (flow_control)
1446 #ifdef VSTART
1447 tty.main.c_cc[VSTART] = '\021';
1448 #endif /* VSTART */
1449 #ifdef VSTOP
1450 tty.main.c_cc[VSTOP] = '\023';
1451 #endif /* VSTOP */
1453 else
1455 #ifdef VSTART
1456 tty.main.c_cc[VSTART] = CDISABLE;
1457 #endif /* VSTART */
1458 #ifdef VSTOP
1459 tty.main.c_cc[VSTOP] = CDISABLE;
1460 #endif /* VSTOP */
1462 #endif /* mips or HAVE_TCATTR */
1464 #ifdef SET_LINE_DISCIPLINE
1465 /* Need to explicitly request TERMIODISC line discipline or
1466 Ultrix's termios does not work correctly. */
1467 tty.main.c_line = SET_LINE_DISCIPLINE;
1468 #endif
1469 #ifdef AIX
1470 #ifndef IBMR2AIX
1471 /* AIX enhanced edit loses NULs, so disable it. */
1472 tty.main.c_line = 0;
1473 tty.main.c_iflag &= ~ASCEDIT;
1474 #else
1475 tty.main.c_cc[VSTRT] = 255;
1476 tty.main.c_cc[VSTOP] = 255;
1477 tty.main.c_cc[VSUSP] = 255;
1478 tty.main.c_cc[VDSUSP] = 255;
1479 #endif /* IBMR2AIX */
1480 if (flow_control)
1482 #ifdef VSTART
1483 tty.main.c_cc[VSTART] = '\021';
1484 #endif /* VSTART */
1485 #ifdef VSTOP
1486 tty.main.c_cc[VSTOP] = '\023';
1487 #endif /* VSTOP */
1489 /* Also, PTY overloads NUL and BREAK.
1490 don't ignore break, but don't signal either, so it looks like NUL.
1491 This really serves a purpose only if running in an XTERM window
1492 or via TELNET or the like, but does no harm elsewhere. */
1493 tty.main.c_iflag &= ~IGNBRK;
1494 tty.main.c_iflag &= ~BRKINT;
1495 #endif
1496 #else /* if not HAVE_TERMIO */
1497 #ifdef VMS
1498 tty.main.tt_char |= TT$M_NOECHO;
1499 if (meta_key)
1500 tty.main.tt_char |= TT$M_EIGHTBIT;
1501 if (flow_control)
1502 tty.main.tt_char |= TT$M_TTSYNC;
1503 else
1504 tty.main.tt_char &= ~TT$M_TTSYNC;
1505 tty.main.tt2_char |= TT2$M_PASTHRU | TT2$M_XON;
1506 #else /* not VMS (BSD, that is) */
1507 #ifndef DOS_NT
1508 XSETINT (Vtty_erase_char, tty.main.sg_erase);
1509 tty.main.sg_flags &= ~(ECHO | CRMOD | XTABS);
1510 if (meta_key)
1511 tty.main.sg_flags |= ANYP;
1512 tty.main.sg_flags |= interrupt_input ? RAW : CBREAK;
1513 #endif /* not DOS_NT */
1514 #endif /* not VMS (BSD, that is) */
1515 #endif /* not HAVE_TERMIO */
1517 /* If going to use CBREAK mode, we must request C-g to interrupt
1518 and turn off start and stop chars, etc. If not going to use
1519 CBREAK mode, do this anyway so as to turn off local flow
1520 control for user coming over network on 4.2; in this case,
1521 only t_stopc and t_startc really matter. */
1522 #ifndef HAVE_TERMIO
1523 #ifdef HAVE_TCHARS
1524 /* Note: if not using CBREAK mode, it makes no difference how we
1525 set this */
1526 tty.tchars = new_tchars;
1527 tty.tchars.t_intrc = quit_char;
1528 if (flow_control)
1530 tty.tchars.t_startc = '\021';
1531 tty.tchars.t_stopc = '\023';
1534 tty.lmode = LDECCTQ | LLITOUT | LPASS8 | LNOFLSH | old_tty.lmode;
1535 #ifdef ultrix
1536 /* Under Ultrix 4.2a, leaving this out doesn't seem to hurt
1537 anything, and leaving it in breaks the meta key. Go figure. */
1538 tty.lmode &= ~LLITOUT;
1539 #endif
1541 #ifdef BSD4_1
1542 lmode = tty.lmode;
1543 #endif
1545 #endif /* HAVE_TCHARS */
1546 #endif /* not HAVE_TERMIO */
1548 #ifdef HAVE_LTCHARS
1549 tty.ltchars = new_ltchars;
1550 #endif /* HAVE_LTCHARS */
1551 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
1552 if (!term_initted)
1553 internal_terminal_init ();
1554 dos_ttraw ();
1555 #endif
1557 EMACS_SET_TTY (input_fd, &tty, 0);
1559 /* This code added to insure that, if flow-control is not to be used,
1560 we have an unlocked terminal at the start. */
1562 #ifdef TCXONC
1563 if (!flow_control) ioctl (input_fd, TCXONC, 1);
1564 #endif
1565 #ifndef APOLLO
1566 #ifdef TIOCSTART
1567 if (!flow_control) ioctl (input_fd, TIOCSTART, 0);
1568 #endif
1569 #endif
1571 #if defined (HAVE_TERMIOS) || defined (HPUX9)
1572 #ifdef TCOON
1573 if (!flow_control) tcflow (input_fd, TCOON);
1574 #endif
1575 #endif
1577 #ifdef AIXHFT
1578 hft_init ();
1579 #ifdef IBMR2AIX
1581 /* IBM's HFT device usually thinks a ^J should be LF/CR. We need it
1582 to be only LF. This is the way that is done. */
1583 struct termio tty;
1585 if (ioctl (1, HFTGETID, &tty) != -1)
1586 write (1, "\033[20l", 5);
1588 #endif
1589 #endif /* AIXHFT */
1591 #ifdef VMS
1592 /* Appears to do nothing when in PASTHRU mode.
1593 SYS$QIOW (0, input_fd, IO$_SETMODE|IO$M_OUTBAND, 0, 0, 0,
1594 interrupt_signal, oob_chars, 0, 0, 0, 0);
1596 queue_kbd_input (0);
1597 #endif /* VMS */
1600 #ifdef F_SETFL
1601 #ifndef F_SETOWN_BUG
1602 #ifdef F_GETOWN /* F_SETFL does not imply existence of F_GETOWN */
1603 if (interrupt_input
1604 && ! read_socket_hook && EQ (Vwindow_system, Qnil))
1606 old_fcntl_owner = fcntl (input_fd, F_GETOWN, 0);
1607 fcntl (input_fd, F_SETOWN, getpid ());
1608 init_sigio (input_fd);
1610 #endif /* F_GETOWN */
1611 #endif /* F_SETOWN_BUG */
1612 #endif /* F_SETFL */
1614 #ifdef BSD4_1
1615 if (interrupt_input)
1616 init_sigio (input_fd);
1617 #endif
1619 #ifdef VMS /* VMS sometimes has this symbol but lacks setvbuf. */
1620 #undef _IOFBF
1621 #endif
1622 #ifdef _IOFBF
1623 /* This symbol is defined on recent USG systems.
1624 Someone says without this call USG won't really buffer the file
1625 even with a call to setbuf. */
1626 setvbuf (stdout, (char *) _sobuf, _IOFBF, sizeof _sobuf);
1627 #else
1628 setbuf (stdout, (char *) _sobuf);
1629 #endif
1630 #ifdef HAVE_WINDOW_SYSTEM
1631 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1632 needs the initialization code below. */
1633 if (EQ (Vwindow_system, Qnil)
1634 #ifndef WINDOWSNT
1635 /* When running in tty mode on NT/Win95, we have a read_socket
1636 hook, but still need the rest of the initialization code below. */
1637 && (! read_socket_hook)
1638 #endif
1640 #endif
1641 set_terminal_modes ();
1643 if (!term_initted
1644 && FRAMEP (Vterminal_frame)
1645 && FRAME_TERMCAP_P (XFRAME (Vterminal_frame)))
1646 init_frame_faces (XFRAME (Vterminal_frame));
1648 if (term_initted && no_redraw_on_reenter)
1650 if (display_completed)
1651 direct_output_forward_char (0);
1653 else
1655 frame_garbaged = 1;
1656 if (FRAMEP (Vterminal_frame))
1657 FRAME_GARBAGED_P (XFRAME (Vterminal_frame)) = 1;
1660 term_initted = 1;
1663 /* Return nonzero if safe to use tabs in output.
1664 At the time this is called, init_sys_modes has not been done yet. */
1667 tabs_safe_p ()
1669 struct emacs_tty tty;
1671 EMACS_GET_TTY (input_fd, &tty);
1672 return EMACS_TTY_TABS_OK (&tty);
1675 /* Get terminal size from system.
1676 Store number of lines into *HEIGHTP and width into *WIDTHP.
1677 We store 0 if there's no valid information. */
1679 void
1680 get_frame_size (widthp, heightp)
1681 int *widthp, *heightp;
1684 #ifdef TIOCGWINSZ
1686 /* BSD-style. */
1687 struct winsize size;
1689 if (ioctl (input_fd, TIOCGWINSZ, &size) == -1)
1690 *widthp = *heightp = 0;
1691 else
1693 *widthp = size.ws_col;
1694 *heightp = size.ws_row;
1697 #else
1698 #ifdef TIOCGSIZE
1700 /* SunOS - style. */
1701 struct ttysize size;
1703 if (ioctl (input_fd, TIOCGSIZE, &size) == -1)
1704 *widthp = *heightp = 0;
1705 else
1707 *widthp = size.ts_cols;
1708 *heightp = size.ts_lines;
1711 #else
1712 #ifdef VMS
1714 struct sensemode tty;
1716 SYS$QIOW (0, input_fd, IO$_SENSEMODE, &tty, 0, 0,
1717 &tty.class, 12, 0, 0, 0, 0);
1718 *widthp = tty.scr_wid;
1719 *heightp = tty.scr_len;
1721 #else
1722 #ifdef MSDOS
1723 *widthp = ScreenCols ();
1724 *heightp = ScreenRows ();
1725 #else /* system doesn't know size */
1726 *widthp = 0;
1727 *heightp = 0;
1728 #endif
1730 #endif /* not VMS */
1731 #endif /* not SunOS-style */
1732 #endif /* not BSD-style */
1735 /* Set the logical window size associated with descriptor FD
1736 to HEIGHT and WIDTH. This is used mainly with ptys. */
1739 set_window_size (fd, height, width)
1740 int fd, height, width;
1742 #ifdef TIOCSWINSZ
1744 /* BSD-style. */
1745 struct winsize size;
1746 size.ws_row = height;
1747 size.ws_col = width;
1749 if (ioctl (fd, TIOCSWINSZ, &size) == -1)
1750 return 0; /* error */
1751 else
1752 return 1;
1754 #else
1755 #ifdef TIOCSSIZE
1757 /* SunOS - style. */
1758 struct ttysize size;
1759 size.ts_lines = height;
1760 size.ts_cols = width;
1762 if (ioctl (fd, TIOCGSIZE, &size) == -1)
1763 return 0;
1764 else
1765 return 1;
1766 #else
1767 return -1;
1768 #endif /* not SunOS-style */
1769 #endif /* not BSD-style */
1773 /* Prepare the terminal for exiting Emacs; move the cursor to the
1774 bottom of the frame, turn off interrupt-driven I/O, etc. */
1775 void
1776 reset_sys_modes ()
1778 struct frame *sf;
1780 if (noninteractive)
1782 fflush (stdout);
1783 return;
1785 if (!term_initted)
1786 return;
1787 #ifdef HAVE_WINDOW_SYSTEM
1788 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1789 needs the clean-up code below. */
1790 if (!EQ (Vwindow_system, Qnil)
1791 #ifndef WINDOWSNT
1792 /* When running in tty mode on NT/Win95, we have a read_socket
1793 hook, but still need the rest of the clean-up code below. */
1794 || read_socket_hook
1795 #endif
1797 return;
1798 #endif
1799 sf = SELECTED_FRAME ();
1800 cursor_to (FRAME_HEIGHT (sf) - 1, 0);
1801 clear_end_of_line (FRAME_WIDTH (sf));
1802 /* clear_end_of_line may move the cursor */
1803 cursor_to (FRAME_HEIGHT (sf) - 1, 0);
1804 #if defined (IBMR2AIX) && defined (AIXHFT)
1806 /* HFT devices normally use ^J as a LF/CR. We forced it to
1807 do the LF only. Now, we need to reset it. */
1808 struct termio tty;
1810 if (ioctl (1, HFTGETID, &tty) != -1)
1811 write (1, "\033[20h", 5);
1813 #endif
1815 reset_terminal_modes ();
1816 fflush (stdout);
1817 #ifdef BSD_SYSTEM
1818 #ifndef BSD4_1
1819 /* Avoid possible loss of output when changing terminal modes. */
1820 fsync (fileno (stdout));
1821 #endif
1822 #endif
1824 #ifdef F_SETFL
1825 #ifndef F_SETOWN_BUG
1826 #ifdef F_SETOWN /* F_SETFL does not imply existence of F_SETOWN */
1827 if (interrupt_input)
1829 reset_sigio ();
1830 fcntl (input_fd, F_SETOWN, old_fcntl_owner);
1832 #endif /* F_SETOWN */
1833 #endif /* F_SETOWN_BUG */
1834 #ifdef O_NDELAY
1835 fcntl (input_fd, F_SETFL, fcntl (input_fd, F_GETFL, 0) & ~O_NDELAY);
1836 #endif
1837 #endif /* F_SETFL */
1838 #ifdef BSD4_1
1839 if (interrupt_input)
1840 reset_sigio ();
1841 #endif /* BSD4_1 */
1843 if (old_tty_valid)
1844 while (EMACS_SET_TTY (input_fd, &old_tty, 0) < 0 && errno == EINTR)
1847 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */
1848 dos_ttcooked ();
1849 #endif
1851 #ifdef SET_LINE_DISCIPLINE
1852 /* Ultrix's termios *ignores* any line discipline except TERMIODISC.
1853 A different old line discipline is therefore not restored, yet.
1854 Restore the old line discipline by hand. */
1855 ioctl (0, TIOCSETD, &old_tty.main.c_line);
1856 #endif
1858 #ifdef AIXHFT
1859 hft_reset ();
1860 #endif
1862 #ifdef BSD_PGRPS
1863 widen_foreground_group ();
1864 #endif
1867 #ifdef HAVE_PTYS
1869 /* Set up the proper status flags for use of a pty. */
1871 void
1872 setup_pty (fd)
1873 int fd;
1875 /* I'm told that TOICREMOTE does not mean control chars
1876 "can't be sent" but rather that they don't have
1877 input-editing or signaling effects.
1878 That should be good, because we have other ways
1879 to do those things in Emacs.
1880 However, telnet mode seems not to work on 4.2.
1881 So TIOCREMOTE is turned off now. */
1883 /* Under hp-ux, if TIOCREMOTE is turned on, some calls
1884 will hang. In particular, the "timeout" feature (which
1885 causes a read to return if there is no data available)
1886 does this. Also it is known that telnet mode will hang
1887 in such a way that Emacs must be stopped (perhaps this
1888 is the same problem).
1890 If TIOCREMOTE is turned off, then there is a bug in
1891 hp-ux which sometimes loses data. Apparently the
1892 code which blocks the master process when the internal
1893 buffer fills up does not work. Other than this,
1894 though, everything else seems to work fine.
1896 Since the latter lossage is more benign, we may as well
1897 lose that way. -- cph */
1898 #ifdef FIONBIO
1899 #if defined(SYSV_PTYS) || defined(UNIX98_PTYS)
1901 int on = 1;
1902 ioctl (fd, FIONBIO, &on);
1904 #endif
1905 #endif
1906 #ifdef IBMRTAIX
1907 /* On AIX, the parent gets SIGHUP when a pty attached child dies. So, we */
1908 /* ignore SIGHUP once we've started a child on a pty. Note that this may */
1909 /* cause EMACS not to die when it should, i.e., when its own controlling */
1910 /* tty goes away. I've complained to the AIX developers, and they may */
1911 /* change this behavior, but I'm not going to hold my breath. */
1912 signal (SIGHUP, SIG_IGN);
1913 #endif
1915 #endif /* HAVE_PTYS */
1917 #ifdef VMS
1919 /* Assigning an input channel is done at the start of Emacs execution.
1920 This is called each time Emacs is resumed, also, but does nothing
1921 because input_chain is no longer zero. */
1923 void
1924 init_vms_input ()
1926 int status;
1928 if (input_fd == 0)
1930 status = SYS$ASSIGN (&input_dsc, &input_fd, 0, 0);
1931 if (! (status & 1))
1932 LIB$STOP (status);
1936 /* Deassigning the input channel is done before exiting. */
1938 void
1939 stop_vms_input ()
1941 return SYS$DASSGN (input_fd);
1944 short input_buffer;
1946 /* Request reading one character into the keyboard buffer.
1947 This is done as soon as the buffer becomes empty. */
1949 void
1950 queue_kbd_input ()
1952 int status;
1953 extern kbd_input_ast ();
1955 waiting_for_ast = 0;
1956 stop_input = 0;
1957 status = SYS$QIO (0, input_fd, IO$_READVBLK,
1958 &input_iosb, kbd_input_ast, 1,
1959 &input_buffer, 1, 0, terminator_mask, 0, 0);
1962 int input_count;
1964 /* Ast routine that is called when keyboard input comes in
1965 in accord with the SYS$QIO above. */
1967 void
1968 kbd_input_ast ()
1970 register int c = -1;
1971 int old_errno = errno;
1972 extern EMACS_TIME *input_available_clear_time;
1974 if (waiting_for_ast)
1975 SYS$SETEF (input_ef);
1976 waiting_for_ast = 0;
1977 input_count++;
1978 #ifdef ASTDEBUG
1979 if (input_count == 25)
1980 exit (1);
1981 printf ("Ast # %d,", input_count);
1982 printf (" iosb = %x, %x, %x, %x",
1983 input_iosb.offset, input_iosb.status, input_iosb.termlen,
1984 input_iosb.term);
1985 #endif
1986 if (input_iosb.offset)
1988 c = input_buffer;
1989 #ifdef ASTDEBUG
1990 printf (", char = 0%o", c);
1991 #endif
1993 #ifdef ASTDEBUG
1994 printf ("\n");
1995 fflush (stdout);
1996 sleep (1);
1997 #endif
1998 if (! stop_input)
1999 queue_kbd_input ();
2000 if (c >= 0)
2002 struct input_event e;
2003 e.kind = ascii_keystroke;
2004 XSETINT (e.code, c);
2005 e.frame_or_window = selected_frame;
2006 kbd_buffer_store_event (&e);
2008 if (input_available_clear_time)
2009 EMACS_SET_SECS_USECS (*input_available_clear_time, 0, 0);
2010 errno = old_errno;
2013 /* Wait until there is something in kbd_buffer. */
2015 void
2016 wait_for_kbd_input ()
2018 extern int have_process_input, process_exited;
2020 /* If already something, avoid doing system calls. */
2021 if (detect_input_pending ())
2023 return;
2025 /* Clear a flag, and tell ast routine above to set it. */
2026 SYS$CLREF (input_ef);
2027 waiting_for_ast = 1;
2028 /* Check for timing error: ast happened while we were doing that. */
2029 if (!detect_input_pending ())
2031 /* No timing error: wait for flag to be set. */
2032 set_waiting_for_input (0);
2033 SYS$WFLOR (input_ef, input_eflist);
2034 clear_waiting_for_input ();
2035 if (!detect_input_pending ())
2036 /* Check for subprocess input availability */
2038 int dsp = have_process_input || process_exited;
2040 SYS$CLREF (process_ef);
2041 if (have_process_input)
2042 process_command_input ();
2043 if (process_exited)
2044 process_exit ();
2045 if (dsp)
2047 update_mode_lines++;
2048 prepare_menu_bars ();
2049 redisplay_preserve_echo_area (18);
2053 waiting_for_ast = 0;
2056 /* Get rid of any pending QIO, when we are about to suspend
2057 or when we want to throw away pending input.
2058 We wait for a positive sign that the AST routine has run
2059 and therefore there is no I/O request queued when we return.
2060 SYS$SETAST is used to avoid a timing error. */
2062 void
2063 end_kbd_input ()
2065 #ifdef ASTDEBUG
2066 printf ("At end_kbd_input.\n");
2067 fflush (stdout);
2068 sleep (1);
2069 #endif
2070 if (LIB$AST_IN_PROG ()) /* Don't wait if suspending from kbd_buffer_store_event! */
2072 SYS$CANCEL (input_fd);
2073 return;
2076 SYS$SETAST (0);
2077 /* Clear a flag, and tell ast routine above to set it. */
2078 SYS$CLREF (input_ef);
2079 waiting_for_ast = 1;
2080 stop_input = 1;
2081 SYS$CANCEL (input_fd);
2082 SYS$SETAST (1);
2083 SYS$WAITFR (input_ef);
2084 waiting_for_ast = 0;
2087 /* Wait for either input available or time interval expiry. */
2089 void
2090 input_wait_timeout (timeval)
2091 int timeval; /* Time to wait, in seconds */
2093 int time [2];
2094 static int zero = 0;
2095 static int large = -10000000;
2097 LIB$EMUL (&timeval, &large, &zero, time); /* Convert to VMS format */
2099 /* If already something, avoid doing system calls. */
2100 if (detect_input_pending ())
2102 return;
2104 /* Clear a flag, and tell ast routine above to set it. */
2105 SYS$CLREF (input_ef);
2106 waiting_for_ast = 1;
2107 /* Check for timing error: ast happened while we were doing that. */
2108 if (!detect_input_pending ())
2110 /* No timing error: wait for flag to be set. */
2111 SYS$CANTIM (1, 0);
2112 if (SYS$SETIMR (timer_ef, time, 0, 1) & 1) /* Set timer */
2113 SYS$WFLOR (timer_ef, timer_eflist); /* Wait for timer expiry or input */
2115 waiting_for_ast = 0;
2118 /* The standard `sleep' routine works some other way
2119 and it stops working if you have ever quit out of it.
2120 This one continues to work. */
2122 sys_sleep (timeval)
2123 int timeval;
2125 int time [2];
2126 static int zero = 0;
2127 static int large = -10000000;
2129 LIB$EMUL (&timeval, &large, &zero, time); /* Convert to VMS format */
2131 SYS$CANTIM (1, 0);
2132 if (SYS$SETIMR (timer_ef, time, 0, 1) & 1) /* Set timer */
2133 SYS$WAITFR (timer_ef); /* Wait for timer expiry only */
2136 void
2137 init_sigio (fd)
2138 int fd;
2140 request_sigio ();
2143 reset_sigio ()
2145 unrequest_sigio ();
2148 void
2149 request_sigio ()
2151 croak ("request sigio");
2154 void
2155 unrequest_sigio ()
2157 croak ("unrequest sigio");
2160 #endif /* VMS */
2162 /* Note that VMS compiler won't accept defined (CANNOT_DUMP). */
2163 #ifndef CANNOT_DUMP
2164 #define NEED_STARTS
2165 #endif
2167 #ifndef SYSTEM_MALLOC
2168 #ifndef NEED_STARTS
2169 #define NEED_STARTS
2170 #endif
2171 #endif
2173 #ifdef NEED_STARTS
2174 /* Some systems that cannot dump also cannot implement these. */
2177 * Return the address of the start of the text segment prior to
2178 * doing an unexec. After unexec the return value is undefined.
2179 * See crt0.c for further explanation and _start.
2183 #if !(defined (__NetBSD__) && defined (__ELF__))
2184 #ifndef HAVE_TEXT_START
2185 char *
2186 start_of_text ()
2188 #ifdef TEXT_START
2189 return ((char *) TEXT_START);
2190 #else
2191 #ifdef GOULD
2192 extern csrt ();
2193 return ((char *) csrt);
2194 #else /* not GOULD */
2195 extern int _start ();
2196 return ((char *) _start);
2197 #endif /* GOULD */
2198 #endif /* TEXT_START */
2200 #endif /* not HAVE_TEXT_START */
2201 #endif
2204 * Return the address of the start of the data segment prior to
2205 * doing an unexec. After unexec the return value is undefined.
2206 * See crt0.c for further information and definition of data_start.
2208 * Apparently, on BSD systems this is etext at startup. On
2209 * USG systems (swapping) this is highly mmu dependent and
2210 * is also dependent on whether or not the program is running
2211 * with shared text. Generally there is a (possibly large)
2212 * gap between end of text and start of data with shared text.
2214 * On Uniplus+ systems with shared text, data starts at a
2215 * fixed address. Each port (from a given oem) is generally
2216 * different, and the specific value of the start of data can
2217 * be obtained via the UniPlus+ specific "uvar" system call,
2218 * however the method outlined in crt0.c seems to be more portable.
2220 * Probably what will have to happen when a USG unexec is available,
2221 * at least on UniPlus, is temacs will have to be made unshared so
2222 * that text and data are contiguous. Then once loadup is complete,
2223 * unexec will produce a shared executable where the data can be
2224 * at the normal shared text boundary and the startofdata variable
2225 * will be patched by unexec to the correct value.
2229 char *
2230 start_of_data ()
2232 #ifdef DATA_START
2233 return ((char *) DATA_START);
2234 #else
2235 #ifdef ORDINARY_LINK
2237 * This is a hack. Since we're not linking crt0.c or pre_crt0.c,
2238 * data_start isn't defined. We take the address of environ, which
2239 * is known to live at or near the start of the system crt0.c, and
2240 * we don't sweat the handful of bytes that might lose.
2242 extern char **environ;
2244 return ((char *) &environ);
2245 #else
2246 extern int data_start;
2247 return ((char *) &data_start);
2248 #endif /* ORDINARY_LINK */
2249 #endif /* DATA_START */
2251 #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */
2253 #ifndef CANNOT_DUMP
2254 /* Some systems that cannot dump also cannot implement these. */
2257 * Return the address of the end of the text segment prior to
2258 * doing an unexec. After unexec the return value is undefined.
2261 char *
2262 end_of_text ()
2264 #ifdef TEXT_END
2265 return ((char *) TEXT_END);
2266 #else
2267 extern int etext;
2268 return ((char *) &etext);
2269 #endif
2273 * Return the address of the end of the data segment prior to
2274 * doing an unexec. After unexec the return value is undefined.
2277 char *
2278 end_of_data ()
2280 #ifdef DATA_END
2281 return ((char *) DATA_END);
2282 #else
2283 extern int edata;
2284 return ((char *) &edata);
2285 #endif
2288 #endif /* not CANNOT_DUMP */
2290 /* init_system_name sets up the string for the Lisp function
2291 system-name to return. */
2293 #ifdef BSD4_1
2294 #include <whoami.h>
2295 #endif
2297 extern Lisp_Object Vsystem_name;
2299 #ifndef BSD4_1
2300 #ifndef VMS
2301 #ifdef HAVE_SOCKETS
2302 #include <sys/socket.h>
2303 #include <netdb.h>
2304 #endif /* HAVE_SOCKETS */
2305 #endif /* not VMS */
2306 #endif /* not BSD4_1 */
2308 #ifdef TRY_AGAIN
2309 #ifndef HAVE_H_ERRNO
2310 extern int h_errno;
2311 #endif
2312 #endif /* TRY_AGAIN */
2314 void
2315 init_system_name ()
2317 #ifdef BSD4_1
2318 Vsystem_name = build_string (sysname);
2319 #else
2320 #ifdef VMS
2321 char *sp, *end;
2322 if ((sp = egetenv ("SYS$NODE")) == 0)
2323 Vsystem_name = build_string ("vax-vms");
2324 else if ((end = index (sp, ':')) == 0)
2325 Vsystem_name = build_string (sp);
2326 else
2327 Vsystem_name = make_string (sp, end - sp);
2328 #else
2329 #ifndef HAVE_GETHOSTNAME
2330 struct utsname uts;
2331 uname (&uts);
2332 Vsystem_name = build_string (uts.nodename);
2333 #else /* HAVE_GETHOSTNAME */
2334 unsigned int hostname_size = 256;
2335 char *hostname = (char *) alloca (hostname_size);
2337 /* Try to get the host name; if the buffer is too short, try
2338 again. Apparently, the only indication gethostname gives of
2339 whether the buffer was large enough is the presence or absence
2340 of a '\0' in the string. Eech. */
2341 for (;;)
2343 gethostname (hostname, hostname_size - 1);
2344 hostname[hostname_size - 1] = '\0';
2346 /* Was the buffer large enough for the '\0'? */
2347 if (strlen (hostname) < hostname_size - 1)
2348 break;
2350 hostname_size <<= 1;
2351 hostname = (char *) alloca (hostname_size);
2353 #ifdef HAVE_SOCKETS
2354 /* Turn the hostname into the official, fully-qualified hostname.
2355 Don't do this if we're going to dump; this can confuse system
2356 libraries on some machines and make the dumped emacs core dump. */
2357 #ifndef CANNOT_DUMP
2358 if (initialized)
2359 #endif /* not CANNOT_DUMP */
2360 if (! index (hostname, '.'))
2362 struct hostent *hp;
2363 int count;
2364 for (count = 0;; count++)
2366 #ifdef TRY_AGAIN
2367 h_errno = 0;
2368 #endif
2369 hp = gethostbyname (hostname);
2370 #ifdef TRY_AGAIN
2371 if (! (hp == 0 && h_errno == TRY_AGAIN))
2372 #endif
2373 break;
2374 if (count >= 5)
2375 break;
2376 Fsleep_for (make_number (1), Qnil);
2378 if (hp)
2380 char *fqdn = (char *) hp->h_name;
2381 char *p;
2383 if (!index (fqdn, '.'))
2385 /* We still don't have a fully qualified domain name.
2386 Try to find one in the list of alternate names */
2387 char **alias = hp->h_aliases;
2388 while (*alias && !index (*alias, '.'))
2389 alias++;
2390 if (*alias)
2391 fqdn = *alias;
2393 hostname = fqdn;
2394 #if 0
2395 /* Convert the host name to lower case. */
2396 /* Using ctype.h here would introduce a possible locale
2397 dependence that is probably wrong for hostnames. */
2398 p = hostname;
2399 while (*p)
2401 if (*p >= 'A' && *p <= 'Z')
2402 *p += 'a' - 'A';
2403 p++;
2405 #endif
2408 #endif /* HAVE_SOCKETS */
2409 /* We used to try using getdomainname here,
2410 but NIIBE Yutaka <gniibe@etl.go.jp> says that
2411 getdomainname gets the NIS/YP domain which often is not the same
2412 as in Internet domain name. */
2413 #if 0 /* Turned off because sysinfo is not really likely to return the
2414 correct Internet domain. */
2415 #if (HAVE_SYSINFO && defined (SI_SRPC_DOMAIN))
2416 if (! index (hostname, '.'))
2418 /* The hostname is not fully qualified. Append the domain name. */
2420 int hostlen = strlen (hostname);
2421 int domain_size = 256;
2423 for (;;)
2425 char *domain = (char *) alloca (domain_size + 1);
2426 char *fqdn = (char *) alloca (hostlen + 1 + domain_size + 1);
2427 int sys_domain_size = sysinfo (SI_SRPC_DOMAIN, domain, domain_size);
2428 if (sys_domain_size <= 0)
2429 break;
2430 if (domain_size < sys_domain_size)
2432 domain_size = sys_domain_size;
2433 continue;
2435 strcpy (fqdn, hostname);
2436 if (domain[0] == '.')
2437 strcpy (fqdn + hostlen, domain);
2438 else if (domain[0] != 0)
2440 fqdn[hostlen] = '.';
2441 strcpy (fqdn + hostlen + 1, domain);
2443 hostname = fqdn;
2444 break;
2447 #endif /* HAVE_SYSINFO && defined (SI_SRPC_DOMAIN) */
2448 #endif /* 0 */
2449 Vsystem_name = build_string (hostname);
2450 #endif /* HAVE_GETHOSTNAME */
2451 #endif /* VMS */
2452 #endif /* BSD4_1 */
2454 unsigned char *p;
2455 for (p = XSTRING (Vsystem_name)->data; *p; p++)
2456 if (*p == ' ' || *p == '\t')
2457 *p = '-';
2461 #ifndef MSDOS
2462 #ifndef VMS
2463 #if !defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)
2465 #include "sysselect.h"
2466 #undef select
2468 #if defined (HAVE_X_WINDOWS) && !defined (HAVE_SELECT)
2469 /* Cause explanatory error message at compile time,
2470 since the select emulation is not good enough for X. */
2471 int *x = &x_windows_lose_if_no_select_system_call;
2472 #endif
2474 /* Emulate as much as select as is possible under 4.1 and needed by Gnu Emacs
2475 * Only checks read descriptors.
2477 /* How long to wait between checking fds in select */
2478 #define SELECT_PAUSE 1
2479 int select_alarmed;
2481 /* For longjmp'ing back to read_input_waiting. */
2483 jmp_buf read_alarm_throw;
2485 /* Nonzero if the alarm signal should throw back to read_input_waiting.
2486 The read_socket_hook function sets this to 1 while it is waiting. */
2488 int read_alarm_should_throw;
2490 SIGTYPE
2491 select_alarm ()
2493 select_alarmed = 1;
2494 #ifdef BSD4_1
2495 sigrelse (SIGALRM);
2496 #else /* not BSD4_1 */
2497 signal (SIGALRM, SIG_IGN);
2498 #endif /* not BSD4_1 */
2499 if (read_alarm_should_throw)
2500 longjmp (read_alarm_throw, 1);
2503 #ifndef WINDOWSNT
2504 /* Only rfds are checked. */
2506 sys_select (nfds, rfds, wfds, efds, timeout)
2507 int nfds;
2508 SELECT_TYPE *rfds, *wfds, *efds;
2509 EMACS_TIME *timeout;
2511 int ravail = 0;
2512 SELECT_TYPE orfds;
2513 int timeoutval;
2514 int *local_timeout;
2515 extern int proc_buffered_char[];
2516 #ifndef subprocesses
2517 int process_tick = 0, update_tick = 0;
2518 #else
2519 extern int process_tick, update_tick;
2520 #endif
2521 unsigned char buf;
2523 #if defined (HAVE_SELECT) && defined (HAVE_X_WINDOWS)
2524 /* If we're using X, then the native select will work; we only need the
2525 emulation for non-X usage. */
2526 if (!NILP (Vwindow_system))
2527 return select (nfds, rfds, wfds, efds, timeout);
2528 #endif
2529 timeoutval = timeout ? EMACS_SECS (*timeout) : 100000;
2530 local_timeout = &timeoutval;
2531 FD_ZERO (&orfds);
2532 if (rfds)
2534 orfds = *rfds;
2535 FD_ZERO (rfds);
2537 if (wfds)
2538 FD_ZERO (wfds);
2539 if (efds)
2540 FD_ZERO (efds);
2542 /* If we are looking only for the terminal, with no timeout,
2543 just read it and wait -- that's more efficient. */
2544 if (*local_timeout == 100000 && process_tick == update_tick
2545 && FD_ISSET (0, &orfds))
2547 int fd;
2548 for (fd = 1; fd < nfds; ++fd)
2549 if (FD_ISSET (fd, &orfds))
2550 goto hardway;
2551 if (! detect_input_pending ())
2552 read_input_waiting ();
2553 FD_SET (0, rfds);
2554 return 1;
2557 hardway:
2558 /* Once a second, till the timer expires, check all the flagged read
2559 * descriptors to see if any input is available. If there is some then
2560 * set the corresponding bit in the return copy of rfds.
2562 while (1)
2564 register int to_check, fd;
2566 if (rfds)
2568 for (to_check = nfds, fd = 0; --to_check >= 0; fd++)
2570 if (FD_ISSET (fd, &orfds))
2572 int avail = 0, status = 0;
2574 if (fd == 0)
2575 avail = detect_input_pending (); /* Special keyboard handler */
2576 else
2578 #ifdef FIONREAD
2579 status = ioctl (fd, FIONREAD, &avail);
2580 #else /* no FIONREAD */
2581 /* Hoping it will return -1 if nothing available
2582 or 0 if all 0 chars requested are read. */
2583 if (proc_buffered_char[fd] >= 0)
2584 avail = 1;
2585 else
2587 avail = read (fd, &buf, 1);
2588 if (avail > 0)
2589 proc_buffered_char[fd] = buf;
2591 #endif /* no FIONREAD */
2593 if (status >= 0 && avail > 0)
2595 FD_SET (fd, rfds);
2596 ravail++;
2601 if (*local_timeout == 0 || ravail != 0 || process_tick != update_tick)
2602 break;
2604 turn_on_atimers (0);
2605 signal (SIGALRM, select_alarm);
2606 select_alarmed = 0;
2607 alarm (SELECT_PAUSE);
2609 /* Wait for a SIGALRM (or maybe a SIGTINT) */
2610 while (select_alarmed == 0 && *local_timeout != 0
2611 && process_tick == update_tick)
2613 /* If we are interested in terminal input,
2614 wait by reading the terminal.
2615 That makes instant wakeup for terminal input at least. */
2616 if (FD_ISSET (0, &orfds))
2618 read_input_waiting ();
2619 if (detect_input_pending ())
2620 select_alarmed = 1;
2622 else
2623 pause ();
2625 (*local_timeout) -= SELECT_PAUSE;
2627 /* Reset the old alarm if there was one. */
2628 turn_on_atimers (1);
2630 if (*local_timeout == 0) /* Stop on timer being cleared */
2631 break;
2633 return ravail;
2635 #endif /* not WINDOWSNT */
2637 /* Read keyboard input into the standard buffer,
2638 waiting for at least one character. */
2640 /* Make all keyboard buffers much bigger when using a window system. */
2641 #ifdef HAVE_WINDOW_SYSTEM
2642 #define BUFFER_SIZE_FACTOR 16
2643 #else
2644 #define BUFFER_SIZE_FACTOR 1
2645 #endif
2647 void
2648 read_input_waiting ()
2650 struct input_event e;
2651 int nread, i;
2652 extern int quit_char;
2654 if (read_socket_hook)
2656 struct input_event buf[256];
2658 read_alarm_should_throw = 0;
2659 if (! setjmp (read_alarm_throw))
2660 nread = (*read_socket_hook) (0, buf, 256, 1);
2661 else
2662 nread = -1;
2664 /* Scan the chars for C-g and store them in kbd_buffer. */
2665 for (i = 0; i < nread; i++)
2667 kbd_buffer_store_event (&buf[i]);
2668 /* Don't look at input that follows a C-g too closely.
2669 This reduces lossage due to autorepeat on C-g. */
2670 if (buf[i].kind == ascii_keystroke
2671 && buf[i].code == quit_char)
2672 break;
2675 else
2677 char buf[3];
2678 nread = read (fileno (stdin), buf, 1);
2680 /* Scan the chars for C-g and store them in kbd_buffer. */
2681 e.kind = ascii_keystroke;
2682 e.frame_or_window = selected_frame;
2683 e.modifiers = 0;
2684 for (i = 0; i < nread; i++)
2686 /* Convert chars > 0177 to meta events if desired.
2687 We do this under the same conditions that read_avail_input does. */
2688 if (read_socket_hook == 0)
2690 /* If the user says she has a meta key, then believe her. */
2691 if (meta_key == 1 && (buf[i] & 0x80))
2692 e.modifiers = meta_modifier;
2693 if (meta_key != 2)
2694 buf[i] &= ~0x80;
2697 XSETINT (e.code, buf[i]);
2698 kbd_buffer_store_event (&e);
2699 /* Don't look at input that follows a C-g too closely.
2700 This reduces lossage due to autorepeat on C-g. */
2701 if (buf[i] == quit_char)
2702 break;
2707 #endif /* not HAVE_SELECT */
2708 #endif /* not VMS */
2709 #endif /* not MSDOS */
2711 #ifdef BSD4_1
2712 void
2713 init_sigio (fd)
2714 int fd;
2716 if (noninteractive)
2717 return;
2718 lmode = LINTRUP | lmode;
2719 ioctl (fd, TIOCLSET, &lmode);
2722 void
2723 reset_sigio ()
2725 if (noninteractive)
2726 return;
2727 lmode = ~LINTRUP & lmode;
2728 ioctl (0, TIOCLSET, &lmode);
2731 void
2732 request_sigio ()
2734 sigrelse (SIGTINT);
2736 interrupts_deferred = 0;
2739 void
2740 unrequest_sigio ()
2742 sighold (SIGTINT);
2744 interrupts_deferred = 1;
2747 /* still inside #ifdef BSD4_1 */
2748 #ifdef subprocesses
2750 int sigheld; /* Mask of held signals */
2752 void
2753 sigholdx (signum)
2754 int signum;
2756 sigheld |= sigbit (signum);
2757 sighold (signum);
2760 void
2761 sigisheld (signum)
2762 int signum;
2764 sigheld |= sigbit (signum);
2767 void
2768 sigunhold (signum)
2769 int signum;
2771 sigheld &= ~sigbit (signum);
2772 sigrelse (signum);
2775 void
2776 sigfree () /* Free all held signals */
2778 int i;
2779 for (i = 0; i < NSIG; i++)
2780 if (sigheld & sigbit (i))
2781 sigrelse (i);
2782 sigheld = 0;
2786 sigbit (i)
2788 return 1 << (i - 1);
2790 #endif /* subprocesses */
2791 #endif /* BSD4_1 */
2793 /* POSIX signals support - DJB */
2794 /* Anyone with POSIX signals should have ANSI C declarations */
2796 #ifdef POSIX_SIGNALS
2798 sigset_t empty_mask, full_mask;
2800 signal_handler_t
2801 sys_signal (int signal_number, signal_handler_t action)
2803 struct sigaction new_action, old_action;
2804 sigemptyset (&new_action.sa_mask);
2805 new_action.sa_handler = action;
2806 #ifdef SA_RESTART
2807 /* Emacs mostly works better with restartable system services. If this
2808 * flag exists, we probably want to turn it on here.
2810 new_action.sa_flags = SA_RESTART;
2811 #else
2812 new_action.sa_flags = 0;
2813 #endif
2814 sigaction (signal_number, &new_action, &old_action);
2815 return (old_action.sa_handler);
2818 #ifndef __GNUC__
2819 /* If we're compiling with GCC, we don't need this function, since it
2820 can be written as a macro. */
2821 sigset_t
2822 sys_sigmask (int sig)
2824 sigset_t mask;
2825 sigemptyset (&mask);
2826 sigaddset (&mask, sig);
2827 return mask;
2829 #endif
2831 /* I'd like to have these guys return pointers to the mask storage in here,
2832 but there'd be trouble if the code was saving multiple masks. I'll be
2833 safe and pass the structure. It normally won't be more than 2 bytes
2834 anyhow. - DJB */
2836 sigset_t
2837 sys_sigblock (sigset_t new_mask)
2839 sigset_t old_mask;
2840 sigprocmask (SIG_BLOCK, &new_mask, &old_mask);
2841 return (old_mask);
2844 sigset_t
2845 sys_sigunblock (sigset_t new_mask)
2847 sigset_t old_mask;
2848 sigprocmask (SIG_UNBLOCK, &new_mask, &old_mask);
2849 return (old_mask);
2852 sigset_t
2853 sys_sigsetmask (sigset_t new_mask)
2855 sigset_t old_mask;
2856 sigprocmask (SIG_SETMASK, &new_mask, &old_mask);
2857 return (old_mask);
2860 #endif /* POSIX_SIGNALS */
2862 #if !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED
2863 static char *my_sys_siglist[NSIG];
2864 # ifdef sys_siglist
2865 # undef sys_siglist
2866 # endif
2867 # define sys_siglist my_sys_siglist
2868 #endif
2870 void
2871 init_signals ()
2873 #ifdef POSIX_SIGNALS
2874 sigemptyset (&empty_mask);
2875 sigfillset (&full_mask);
2876 #endif
2878 #if !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED
2879 if (! initialized)
2881 # ifdef SIGABRT
2882 sys_siglist[SIGABRT] = "Aborted";
2883 # endif
2884 # ifdef SIGAIO
2885 sys_siglist[SIGAIO] = "LAN I/O interrupt";
2886 # endif
2887 # ifdef SIGALRM
2888 sys_siglist[SIGALRM] = "Alarm clock";
2889 # endif
2890 # ifdef SIGBUS
2891 sys_siglist[SIGBUS] = "Bus error";
2892 # endif
2893 # ifdef SIGCLD
2894 sys_siglist[SIGCLD] = "Child status changed";
2895 # endif
2896 # ifdef SIGCHLD
2897 sys_siglist[SIGCHLD] = "Child status changed";
2898 # endif
2899 # ifdef SIGCONT
2900 sys_siglist[SIGCONT] = "Continued";
2901 # endif
2902 # ifdef SIGDANGER
2903 sys_siglist[SIGDANGER] = "Swap space dangerously low";
2904 # endif
2905 # ifdef SIGDGNOTIFY
2906 sys_siglist[SIGDGNOTIFY] = "Notification message in queue";
2907 # endif
2908 # ifdef SIGEMT
2909 sys_siglist[SIGEMT] = "Emulation trap";
2910 # endif
2911 # ifdef SIGFPE
2912 sys_siglist[SIGFPE] = "Arithmetic exception";
2913 # endif
2914 # ifdef SIGFREEZE
2915 sys_siglist[SIGFREEZE] = "SIGFREEZE";
2916 # endif
2917 # ifdef SIGGRANT
2918 sys_siglist[SIGGRANT] = "Monitor mode granted";
2919 # endif
2920 # ifdef SIGHUP
2921 sys_siglist[SIGHUP] = "Hangup";
2922 # endif
2923 # ifdef SIGILL
2924 sys_siglist[SIGILL] = "Illegal instruction";
2925 # endif
2926 # ifdef SIGINT
2927 sys_siglist[SIGINT] = "Interrupt";
2928 # endif
2929 # ifdef SIGIO
2930 sys_siglist[SIGIO] = "I/O possible";
2931 # endif
2932 # ifdef SIGIOINT
2933 sys_siglist[SIGIOINT] = "I/O intervention required";
2934 # endif
2935 # ifdef SIGIOT
2936 sys_siglist[SIGIOT] = "IOT trap";
2937 # endif
2938 # ifdef SIGKILL
2939 sys_siglist[SIGKILL] = "Killed";
2940 # endif
2941 # ifdef SIGLOST
2942 sys_siglist[SIGLOST] = "Resource lost";
2943 # endif
2944 # ifdef SIGLWP
2945 sys_siglist[SIGLWP] = "SIGLWP";
2946 # endif
2947 # ifdef SIGMSG
2948 sys_siglist[SIGMSG] = "Monitor mode data available";
2949 # endif
2950 # ifdef SIGPHONE
2951 sys_siglist[SIGWIND] = "SIGPHONE";
2952 # endif
2953 # ifdef SIGPIPE
2954 sys_siglist[SIGPIPE] = "Broken pipe";
2955 # endif
2956 # ifdef SIGPOLL
2957 sys_siglist[SIGPOLL] = "Pollable event occurred";
2958 # endif
2959 # ifdef SIGPROF
2960 sys_siglist[SIGPROF] = "Profiling timer expired";
2961 # endif
2962 # ifdef SIGPTY
2963 sys_siglist[SIGPTY] = "PTY I/O interrupt";
2964 # endif
2965 # ifdef SIGPWR
2966 sys_siglist[SIGPWR] = "Power-fail restart";
2967 # endif
2968 # ifdef SIGQUIT
2969 sys_siglist[SIGQUIT] = "Quit";
2970 # endif
2971 # ifdef SIGRETRACT
2972 sys_siglist[SIGRETRACT] = "Need to relinguish monitor mode";
2973 # endif
2974 # ifdef SIGSAK
2975 sys_siglist[SIGSAK] = "Secure attention";
2976 # endif
2977 # ifdef SIGSEGV
2978 sys_siglist[SIGSEGV] = "Segmentation violation";
2979 # endif
2980 # ifdef SIGSOUND
2981 sys_siglist[SIGSOUND] = "Sound completed";
2982 # endif
2983 # ifdef SIGSTOP
2984 sys_siglist[SIGSTOP] = "Stopped (signal)";
2985 # endif
2986 # ifdef SIGSTP
2987 sys_siglist[SIGSTP] = "Stopped (user)";
2988 # endif
2989 # ifdef SIGSYS
2990 sys_siglist[SIGSYS] = "Bad argument to system call";
2991 # endif
2992 # ifdef SIGTERM
2993 sys_siglist[SIGTERM] = "Terminated";
2994 # endif
2995 # ifdef SIGTHAW
2996 sys_siglist[SIGTHAW] = "SIGTHAW";
2997 # endif
2998 # ifdef SIGTRAP
2999 sys_siglist[SIGTRAP] = "Trace/breakpoint trap";
3000 # endif
3001 # ifdef SIGTSTP
3002 sys_siglist[SIGTSTP] = "Stopped (user)";
3003 # endif
3004 # ifdef SIGTTIN
3005 sys_siglist[SIGTTIN] = "Stopped (tty input)";
3006 # endif
3007 # ifdef SIGTTOU
3008 sys_siglist[SIGTTOU] = "Stopped (tty output)";
3009 # endif
3010 # ifdef SIGURG
3011 sys_siglist[SIGURG] = "Urgent I/O condition";
3012 # endif
3013 # ifdef SIGUSR1
3014 sys_siglist[SIGUSR1] = "User defined signal 1";
3015 # endif
3016 # ifdef SIGUSR2
3017 sys_siglist[SIGUSR2] = "User defined signal 2";
3018 # endif
3019 # ifdef SIGVTALRM
3020 sys_siglist[SIGVTALRM] = "Virtual timer expired";
3021 # endif
3022 # ifdef SIGWAITING
3023 sys_siglist[SIGWAITING] = "Process's LWPs are blocked";
3024 # endif
3025 # ifdef SIGWINCH
3026 sys_siglist[SIGWINCH] = "Window size changed";
3027 # endif
3028 # ifdef SIGWIND
3029 sys_siglist[SIGWIND] = "SIGWIND";
3030 # endif
3031 # ifdef SIGXCPU
3032 sys_siglist[SIGXCPU] = "CPU time limit exceeded";
3033 # endif
3034 # ifdef SIGXFSZ
3035 sys_siglist[SIGXFSZ] = "File size limit exceeded";
3036 # endif
3038 #endif /* !defined HAVE_STRSIGNAL && !defined SYS_SIGLIST_DECLARED */
3041 #ifndef HAVE_RANDOM
3042 #ifdef random
3043 #define HAVE_RANDOM
3044 #endif
3045 #endif
3047 /* Figure out how many bits the system's random number generator uses.
3048 `random' and `lrand48' are assumed to return 31 usable bits.
3049 BSD `rand' returns a 31 bit value but the low order bits are unusable;
3050 so we'll shift it and treat it like the 15-bit USG `rand'. */
3052 #ifndef RAND_BITS
3053 # ifdef HAVE_RANDOM
3054 # define RAND_BITS 31
3055 # else /* !HAVE_RANDOM */
3056 # ifdef HAVE_LRAND48
3057 # define RAND_BITS 31
3058 # define random lrand48
3059 # else /* !HAVE_LRAND48 */
3060 # define RAND_BITS 15
3061 # if RAND_MAX == 32767
3062 # define random rand
3063 # else /* RAND_MAX != 32767 */
3064 # if RAND_MAX == 2147483647
3065 # define random() (rand () >> 16)
3066 # else /* RAND_MAX != 2147483647 */
3067 # ifdef USG
3068 # define random rand
3069 # else
3070 # define random() (rand () >> 16)
3071 # endif /* !USG */
3072 # endif /* RAND_MAX != 2147483647 */
3073 # endif /* RAND_MAX != 32767 */
3074 # endif /* !HAVE_LRAND48 */
3075 # endif /* !HAVE_RANDOM */
3076 #endif /* !RAND_BITS */
3078 void
3079 seed_random (arg)
3080 long arg;
3082 #ifdef HAVE_RANDOM
3083 srandom ((unsigned int)arg);
3084 #else
3085 # ifdef HAVE_LRAND48
3086 srand48 (arg);
3087 # else
3088 srand ((unsigned int)arg);
3089 # endif
3090 #endif
3094 * Build a full Emacs-sized word out of whatever we've got.
3095 * This suffices even for a 64-bit architecture with a 15-bit rand.
3097 long
3098 get_random ()
3100 long val = random ();
3101 #if VALBITS > RAND_BITS
3102 val = (val << RAND_BITS) ^ random ();
3103 #if VALBITS > 2*RAND_BITS
3104 val = (val << RAND_BITS) ^ random ();
3105 #if VALBITS > 3*RAND_BITS
3106 val = (val << RAND_BITS) ^ random ();
3107 #if VALBITS > 4*RAND_BITS
3108 val = (val << RAND_BITS) ^ random ();
3109 #endif /* need at least 5 */
3110 #endif /* need at least 4 */
3111 #endif /* need at least 3 */
3112 #endif /* need at least 2 */
3113 return val & ((1L << VALBITS) - 1);
3116 #ifdef WRONG_NAME_INSQUE
3118 insque (q,p)
3119 caddr_t q,p;
3121 _insque (q,p);
3124 #endif
3126 #ifdef VMS
3128 #ifdef getenv
3129 /* If any place else asks for the TERM variable,
3130 allow it to be overridden with the EMACS_TERM variable
3131 before attempting to translate the logical name TERM. As a last
3132 resort, ask for VAX C's special idea of the TERM variable. */
3133 #undef getenv
3134 char *
3135 sys_getenv (name)
3136 char *name;
3138 register char *val;
3139 static char buf[256];
3140 static struct dsc$descriptor_s equiv
3141 = {sizeof (buf), DSC$K_DTYPE_T, DSC$K_CLASS_S, buf};
3142 static struct dsc$descriptor_s d_name
3143 = {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, 0};
3144 short eqlen;
3146 if (!strcmp (name, "TERM"))
3148 val = (char *) getenv ("EMACS_TERM");
3149 if (val)
3150 return val;
3153 d_name.dsc$w_length = strlen (name);
3154 d_name.dsc$a_pointer = name;
3155 if (LIB$SYS_TRNLOG (&d_name, &eqlen, &equiv) == 1)
3157 char *str = (char *) xmalloc (eqlen + 1);
3158 bcopy (buf, str, eqlen);
3159 str[eqlen] = '\0';
3160 /* This is a storage leak, but a pain to fix. With luck,
3161 no one will ever notice. */
3162 return str;
3164 return (char *) getenv (name);
3166 #endif /* getenv */
3168 #ifdef abort
3169 /* Since VMS doesn't believe in core dumps, the only way to debug this beast is
3170 to force a call on the debugger from within the image. */
3171 #undef abort
3172 sys_abort ()
3174 reset_sys_modes ();
3175 LIB$SIGNAL (SS$_DEBUG);
3177 #endif /* abort */
3178 #endif /* VMS */
3180 #ifdef VMS
3181 #ifdef LINK_CRTL_SHARE
3182 #ifdef SHARABLE_LIB_BUG
3183 /* Variables declared noshare and initialized in sharable libraries
3184 cannot be shared. The VMS linker incorrectly forces you to use a private
3185 version which is uninitialized... If not for this "feature", we
3186 could use the C library definition of sys_nerr and sys_errlist. */
3187 int sys_nerr = 35;
3188 char *sys_errlist[] =
3190 "error 0",
3191 "not owner",
3192 "no such file or directory",
3193 "no such process",
3194 "interrupted system call",
3195 "i/o error",
3196 "no such device or address",
3197 "argument list too long",
3198 "exec format error",
3199 "bad file number",
3200 "no child process",
3201 "no more processes",
3202 "not enough memory",
3203 "permission denied",
3204 "bad address",
3205 "block device required",
3206 "mount devices busy",
3207 "file exists",
3208 "cross-device link",
3209 "no such device",
3210 "not a directory",
3211 "is a directory",
3212 "invalid argument",
3213 "file table overflow",
3214 "too many open files",
3215 "not a typewriter",
3216 "text file busy",
3217 "file too big",
3218 "no space left on device",
3219 "illegal seek",
3220 "read-only file system",
3221 "too many links",
3222 "broken pipe",
3223 "math argument",
3224 "result too large",
3225 "I/O stream empty",
3226 "vax/vms specific error code nontranslatable error"
3228 #endif /* SHARABLE_LIB_BUG */
3229 #endif /* LINK_CRTL_SHARE */
3230 #endif /* VMS */
3232 #ifndef HAVE_STRERROR
3233 #ifndef WINDOWSNT
3234 char *
3235 strerror (errnum)
3236 int errnum;
3238 extern char *sys_errlist[];
3239 extern int sys_nerr;
3241 if (errnum >= 0 && errnum < sys_nerr)
3242 return sys_errlist[errnum];
3243 return (char *) "Unknown error";
3245 #endif /* not WINDOWSNT */
3246 #endif /* ! HAVE_STRERROR */
3249 emacs_open (path, oflag, mode)
3250 char *path;
3251 int oflag, mode;
3253 register int rtnval;
3255 #ifdef BSD4_1
3256 if (oflag & O_CREAT)
3257 return creat (path, mode);
3258 #endif
3260 while ((rtnval = open (path, oflag, mode)) == -1
3261 && (errno == EINTR));
3262 return (rtnval);
3266 emacs_close (fd)
3267 int fd;
3269 int did_retry = 0;
3270 register int rtnval;
3272 while ((rtnval = close (fd)) == -1
3273 && (errno == EINTR))
3274 did_retry = 1;
3276 /* If close is interrupted SunOS 4.1 may or may not have closed the
3277 file descriptor. If it did the second close will fail with
3278 errno = EBADF. That means we have succeeded. */
3279 if (rtnval == -1 && did_retry && errno == EBADF)
3280 return 0;
3282 return rtnval;
3286 emacs_read (fildes, buf, nbyte)
3287 int fildes;
3288 char *buf;
3289 unsigned int nbyte;
3291 register int rtnval;
3293 while ((rtnval = read (fildes, buf, nbyte)) == -1
3294 && (errno == EINTR));
3295 return (rtnval);
3299 emacs_write (fildes, buf, nbyte)
3300 int fildes;
3301 char *buf;
3302 unsigned int nbyte;
3304 register int rtnval, bytes_written;
3306 bytes_written = 0;
3308 while (nbyte > 0)
3310 rtnval = write (fildes, buf, nbyte);
3312 if (rtnval == -1)
3314 if (errno == EINTR)
3315 continue;
3316 else
3317 return (bytes_written ? bytes_written : -1);
3320 buf += rtnval;
3321 nbyte -= rtnval;
3322 bytes_written += rtnval;
3324 return (bytes_written);
3327 #ifdef USG
3329 * All of the following are for USG.
3331 * On USG systems the system calls are INTERRUPTIBLE by signals
3332 * that the user program has elected to catch. Thus the system call
3333 * must be retried in these cases. To handle this without massive
3334 * changes in the source code, we remap the standard system call names
3335 * to names for our own functions in sysdep.c that do the system call
3336 * with retries. Actually, for portability reasons, it is good
3337 * programming practice, as this example shows, to limit all actual
3338 * system calls to a single occurrence in the source. Sure, this
3339 * adds an extra level of function call overhead but it is almost
3340 * always negligible. Fred Fish, Unisoft Systems Inc.
3344 * Warning, this function may not duplicate 4.2 action properly
3345 * under error conditions.
3348 #ifndef MAXPATHLEN
3349 /* In 4.1, param.h fails to define this. */
3350 #define MAXPATHLEN 1024
3351 #endif
3353 #ifndef HAVE_GETWD
3355 char *
3356 getwd (pathname)
3357 char *pathname;
3359 char *npath, *spath;
3360 extern char *getcwd ();
3362 BLOCK_INPUT; /* getcwd uses malloc */
3363 spath = npath = getcwd ((char *) 0, MAXPATHLEN);
3364 if (spath == 0)
3366 UNBLOCK_INPUT;
3367 return spath;
3369 /* On Altos 3068, getcwd can return @hostname/dir, so discard
3370 up to first slash. Should be harmless on other systems. */
3371 while (*npath && *npath != '/')
3372 npath++;
3373 strcpy (pathname, npath);
3374 free (spath); /* getcwd uses malloc */
3375 UNBLOCK_INPUT;
3376 return pathname;
3379 #endif /* HAVE_GETWD */
3382 * Emulate rename using unlink/link. Note that this is
3383 * only partially correct. Also, doesn't enforce restriction
3384 * that files be of same type (regular->regular, dir->dir, etc).
3387 #ifndef HAVE_RENAME
3389 rename (from, to)
3390 const char *from;
3391 const char *to;
3393 if (access (from, 0) == 0)
3395 unlink (to);
3396 if (link (from, to) == 0)
3397 if (unlink (from) == 0)
3398 return (0);
3400 return (-1);
3403 #endif
3406 #ifdef HPUX
3407 #ifndef HAVE_PERROR
3409 /* HPUX curses library references perror, but as far as we know
3410 it won't be called. Anyway this definition will do for now. */
3412 perror ()
3416 #endif /* not HAVE_PERROR */
3417 #endif /* HPUX */
3419 #ifndef HAVE_DUP2
3422 * Emulate BSD dup2. First close newd if it already exists.
3423 * Then, attempt to dup oldd. If not successful, call dup2 recursively
3424 * until we are, then close the unsuccessful ones.
3427 dup2 (oldd, newd)
3428 int oldd;
3429 int newd;
3431 register int fd, ret;
3433 emacs_close (newd);
3435 #ifdef F_DUPFD
3436 return fcntl (oldd, F_DUPFD, newd);
3437 #else
3438 fd = dup (old);
3439 if (fd == -1)
3440 return -1;
3441 if (fd == new)
3442 return new;
3443 ret = dup2 (old,new);
3444 emacs_close (fd);
3445 return ret;
3446 #endif
3449 #endif /* not HAVE_DUP2 */
3452 * Gettimeofday. Simulate as much as possible. Only accurate
3453 * to nearest second. Emacs doesn't use tzp so ignore it for now.
3454 * Only needed when subprocesses are defined.
3457 #ifdef subprocesses
3458 #ifndef VMS
3459 #ifndef HAVE_GETTIMEOFDAY
3460 #ifdef HAVE_TIMEVAL
3462 /* ARGSUSED */
3464 gettimeofday (tp, tzp)
3465 struct timeval *tp;
3466 struct timezone *tzp;
3468 extern long time ();
3470 tp->tv_sec = time ((long *)0);
3471 tp->tv_usec = 0;
3472 if (tzp != 0)
3473 tzp->tz_minuteswest = -1;
3474 return 0;
3477 #endif
3478 #endif
3479 #endif
3480 #endif /* subprocess && !HAVE_GETTIMEOFDAY && HAVE_TIMEVAL && !VMS */
3483 * This function will go away as soon as all the stubs fixed. (fnf)
3486 void
3487 croak (badfunc)
3488 char *badfunc;
3490 printf ("%s not yet implemented\r\n", badfunc);
3491 reset_sys_modes ();
3492 exit (1);
3495 #endif /* USG */
3497 /* Directory routines for systems that don't have them. */
3499 #ifdef SYSV_SYSTEM_DIR
3501 #include <dirent.h>
3503 #if defined (BROKEN_CLOSEDIR) || !defined (HAVE_CLOSEDIR)
3506 closedir (dirp)
3507 register DIR *dirp; /* stream from opendir */
3509 int rtnval;
3511 rtnval = emacs_close (dirp->dd_fd);
3513 /* Some systems (like Solaris) allocate the buffer and the DIR all
3514 in one block. Why in the world are we freeing this ourselves
3515 anyway? */
3516 #if ! (defined (sun) && defined (USG5_4))
3517 xfree ((char *) dirp->dd_buf); /* directory block defined in <dirent.h> */
3518 #endif
3519 xfree ((char *) dirp);
3521 return rtnval;
3523 #endif /* BROKEN_CLOSEDIR or not HAVE_CLOSEDIR */
3524 #endif /* SYSV_SYSTEM_DIR */
3526 #ifdef NONSYSTEM_DIR_LIBRARY
3528 DIR *
3529 opendir (filename)
3530 char *filename; /* name of directory */
3532 register DIR *dirp; /* -> malloc'ed storage */
3533 register int fd; /* file descriptor for read */
3534 struct stat sbuf; /* result of fstat */
3536 fd = emacs_open (filename, O_RDONLY, 0);
3537 if (fd < 0)
3538 return 0;
3540 BLOCK_INPUT;
3541 if (fstat (fd, &sbuf) < 0
3542 || (sbuf.st_mode & S_IFMT) != S_IFDIR
3543 || (dirp = (DIR *) xmalloc (sizeof (DIR))) == 0)
3545 emacs_close (fd);
3546 UNBLOCK_INPUT;
3547 return 0; /* bad luck today */
3549 UNBLOCK_INPUT;
3551 dirp->dd_fd = fd;
3552 dirp->dd_loc = dirp->dd_size = 0; /* refill needed */
3554 return dirp;
3557 void
3558 closedir (dirp)
3559 register DIR *dirp; /* stream from opendir */
3561 emacs_close (dirp->dd_fd);
3562 xfree ((char *) dirp);
3566 #ifndef VMS
3567 #define DIRSIZ 14
3568 struct olddir
3570 ino_t od_ino; /* inode */
3571 char od_name[DIRSIZ]; /* filename */
3573 #endif /* not VMS */
3575 struct direct dir_static; /* simulated directory contents */
3577 /* ARGUSED */
3578 struct direct *
3579 readdir (dirp)
3580 register DIR *dirp; /* stream from opendir */
3582 #ifndef VMS
3583 register struct olddir *dp; /* -> directory data */
3584 #else /* VMS */
3585 register struct dir$_name *dp; /* -> directory data */
3586 register struct dir$_version *dv; /* -> version data */
3587 #endif /* VMS */
3589 for (; ;)
3591 if (dirp->dd_loc >= dirp->dd_size)
3592 dirp->dd_loc = dirp->dd_size = 0;
3594 if (dirp->dd_size == 0 /* refill buffer */
3595 && (dirp->dd_size = emacs_read (dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
3596 return 0;
3598 #ifndef VMS
3599 dp = (struct olddir *) &dirp->dd_buf[dirp->dd_loc];
3600 dirp->dd_loc += sizeof (struct olddir);
3602 if (dp->od_ino != 0) /* not deleted entry */
3604 dir_static.d_ino = dp->od_ino;
3605 strncpy (dir_static.d_name, dp->od_name, DIRSIZ);
3606 dir_static.d_name[DIRSIZ] = '\0';
3607 dir_static.d_namlen = strlen (dir_static.d_name);
3608 dir_static.d_reclen = sizeof (struct direct)
3609 - MAXNAMLEN + 3
3610 + dir_static.d_namlen - dir_static.d_namlen % 4;
3611 return &dir_static; /* -> simulated structure */
3613 #else /* VMS */
3614 dp = (struct dir$_name *) dirp->dd_buf;
3615 if (dirp->dd_loc == 0)
3616 dirp->dd_loc = (dp->dir$b_namecount&1) ? dp->dir$b_namecount + 1
3617 : dp->dir$b_namecount;
3618 dv = (struct dir$_version *)&dp->dir$t_name[dirp->dd_loc];
3619 dir_static.d_ino = dv->dir$w_fid_num;
3620 dir_static.d_namlen = dp->dir$b_namecount;
3621 dir_static.d_reclen = sizeof (struct direct)
3622 - MAXNAMLEN + 3
3623 + dir_static.d_namlen - dir_static.d_namlen % 4;
3624 strncpy (dir_static.d_name, dp->dir$t_name, dp->dir$b_namecount);
3625 dir_static.d_name[dir_static.d_namlen] = '\0';
3626 dirp->dd_loc = dirp->dd_size; /* only one record at a time */
3627 return &dir_static;
3628 #endif /* VMS */
3632 #ifdef VMS
3633 /* readdirver is just like readdir except it returns all versions of a file
3634 as separate entries. */
3636 /* ARGUSED */
3637 struct direct *
3638 readdirver (dirp)
3639 register DIR *dirp; /* stream from opendir */
3641 register struct dir$_name *dp; /* -> directory data */
3642 register struct dir$_version *dv; /* -> version data */
3644 if (dirp->dd_loc >= dirp->dd_size - sizeof (struct dir$_name))
3645 dirp->dd_loc = dirp->dd_size = 0;
3647 if (dirp->dd_size == 0 /* refill buffer */
3648 && (dirp->dd_size = sys_read (dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ)) <= 0)
3649 return 0;
3651 dp = (struct dir$_name *) dirp->dd_buf;
3652 if (dirp->dd_loc == 0)
3653 dirp->dd_loc = (dp->dir$b_namecount & 1) ? dp->dir$b_namecount + 1
3654 : dp->dir$b_namecount;
3655 dv = (struct dir$_version *) &dp->dir$t_name[dirp->dd_loc];
3656 strncpy (dir_static.d_name, dp->dir$t_name, dp->dir$b_namecount);
3657 sprintf (&dir_static.d_name[dp->dir$b_namecount], ";%d", dv->dir$w_version);
3658 dir_static.d_namlen = strlen (dir_static.d_name);
3659 dir_static.d_ino = dv->dir$w_fid_num;
3660 dir_static.d_reclen = sizeof (struct direct) - MAXNAMLEN + 3
3661 + dir_static.d_namlen - dir_static.d_namlen % 4;
3662 dirp->dd_loc = ((char *) (++dv) - dp->dir$t_name);
3663 return &dir_static;
3666 #endif /* VMS */
3668 #endif /* NONSYSTEM_DIR_LIBRARY */
3672 set_file_times (filename, atime, mtime)
3673 char *filename;
3674 EMACS_TIME atime, mtime;
3676 #ifdef HAVE_UTIMES
3677 struct timeval tv[2];
3678 tv[0] = atime;
3679 tv[1] = mtime;
3680 return utimes (filename, tv);
3681 #else /* not HAVE_UTIMES */
3682 struct utimbuf utb;
3683 utb.actime = EMACS_SECS (atime);
3684 utb.modtime = EMACS_SECS (mtime);
3685 return utime (filename, &utb);
3686 #endif /* not HAVE_UTIMES */
3689 /* mkdir and rmdir functions, for systems which don't have them. */
3691 #ifndef HAVE_MKDIR
3693 * Written by Robert Rother, Mariah Corporation, August 1985.
3695 * If you want it, it's yours. All I ask in return is that if you
3696 * figure out how to do this in a Bourne Shell script you send me
3697 * a copy.
3698 * sdcsvax!rmr or rmr@uscd
3700 * Severely hacked over by John Gilmore to make a 4.2BSD compatible
3701 * subroutine. 11Mar86; hoptoad!gnu
3703 * Modified by rmtodd@uokmax 6-28-87 -- when making an already existing dir,
3704 * subroutine didn't return EEXIST. It does now.
3708 * Make a directory.
3710 #ifdef MKDIR_PROTOTYPE
3711 MKDIR_PROTOTYPE
3712 #else
3714 mkdir (dpath, dmode)
3715 char *dpath;
3716 int dmode;
3717 #endif
3719 int cpid, status, fd;
3720 struct stat statbuf;
3722 if (stat (dpath, &statbuf) == 0)
3724 errno = EEXIST; /* Stat worked, so it already exists */
3725 return -1;
3728 /* If stat fails for a reason other than non-existence, return error */
3729 if (errno != ENOENT)
3730 return -1;
3732 synch_process_alive = 1;
3733 switch (cpid = fork ())
3736 case -1: /* Error in fork */
3737 return (-1); /* Errno is set already */
3739 case 0: /* Child process */
3741 * Cheap hack to set mode of new directory. Since this
3742 * child process is going away anyway, we zap its umask.
3743 * FIXME, this won't suffice to set SUID, SGID, etc. on this
3744 * directory. Does anybody care?
3746 status = umask (0); /* Get current umask */
3747 status = umask (status | (0777 & ~dmode)); /* Set for mkdir */
3748 fd = emacs_open ("/dev/null", O_RDWR, 0);
3749 if (fd >= 0)
3751 dup2 (fd, 0);
3752 dup2 (fd, 1);
3753 dup2 (fd, 2);
3755 execl ("/bin/mkdir", "mkdir", dpath, (char *) 0);
3756 _exit (-1); /* Can't exec /bin/mkdir */
3758 default: /* Parent process */
3759 wait_for_termination (cpid);
3762 if (synch_process_death != 0 || synch_process_retcode != 0)
3764 errno = EIO; /* We don't know why, but */
3765 return -1; /* /bin/mkdir failed */
3768 return 0;
3770 #endif /* not HAVE_MKDIR */
3772 #ifndef HAVE_RMDIR
3774 rmdir (dpath)
3775 char *dpath;
3777 int cpid, status, fd;
3778 struct stat statbuf;
3780 if (stat (dpath, &statbuf) != 0)
3782 /* Stat just set errno. We don't have to */
3783 return -1;
3786 synch_process_alive = 1;
3787 switch (cpid = fork ())
3790 case -1: /* Error in fork */
3791 return (-1); /* Errno is set already */
3793 case 0: /* Child process */
3794 fd = emacs_open ("/dev/null", O_RDWR, 0);
3795 if (fd >= 0)
3797 dup2 (fd, 0);
3798 dup2 (fd, 1);
3799 dup2 (fd, 2);
3801 execl ("/bin/rmdir", "rmdir", dpath, (char *) 0);
3802 _exit (-1); /* Can't exec /bin/rmdir */
3804 default: /* Parent process */
3805 wait_for_termination (cpid);
3808 if (synch_process_death != 0 || synch_process_retcode != 0)
3810 errno = EIO; /* We don't know why, but */
3811 return -1; /* /bin/rmdir failed */
3814 return 0;
3816 #endif /* !HAVE_RMDIR */
3820 /* Functions for VMS */
3821 #ifdef VMS
3822 #include "vms-pwd.h"
3823 #include <acldef.h>
3824 #include <chpdef.h>
3825 #include <jpidef.h>
3827 /* Return as a string the VMS error string pertaining to STATUS.
3828 Reuses the same static buffer each time it is called. */
3830 char *
3831 vmserrstr (status)
3832 int status; /* VMS status code */
3834 int bufadr[2];
3835 short len;
3836 static char buf[257];
3838 bufadr[0] = sizeof buf - 1;
3839 bufadr[1] = (int) buf;
3840 if (! (SYS$GETMSG (status, &len, bufadr, 0x1, 0) & 1))
3841 return "untranslatable VMS error status";
3842 buf[len] = '\0';
3843 return buf;
3846 #ifdef access
3847 #undef access
3849 /* The following is necessary because 'access' emulation by VMS C (2.0) does
3850 * not work correctly. (It also doesn't work well in version 2.3.)
3853 #ifdef VMS4_4
3855 #define DESCRIPTOR(name,string) struct dsc$descriptor_s name = \
3856 { strlen (string), DSC$K_DTYPE_T, DSC$K_CLASS_S, string }
3858 typedef union {
3859 struct {
3860 unsigned short s_buflen;
3861 unsigned short s_code;
3862 char *s_bufadr;
3863 unsigned short *s_retlenadr;
3864 } s;
3865 int end;
3866 } item;
3867 #define buflen s.s_buflen
3868 #define code s.s_code
3869 #define bufadr s.s_bufadr
3870 #define retlenadr s.s_retlenadr
3872 #define R_OK 4 /* test for read permission */
3873 #define W_OK 2 /* test for write permission */
3874 #define X_OK 1 /* test for execute (search) permission */
3875 #define F_OK 0 /* test for presence of file */
3878 sys_access (path, mode)
3879 char *path;
3880 int mode;
3882 static char *user = NULL;
3883 char dir_fn[512];
3885 /* translate possible directory spec into .DIR file name, so brain-dead
3886 * access can treat the directory like a file. */
3887 if (directory_file_name (path, dir_fn))
3888 path = dir_fn;
3890 if (mode == F_OK)
3891 return access (path, mode);
3892 if (user == NULL && (user = (char *) getenv ("USER")) == NULL)
3893 return -1;
3895 int stat;
3896 int flags;
3897 int acces;
3898 unsigned short int dummy;
3899 item itemlst[3];
3900 static int constant = ACL$C_FILE;
3901 DESCRIPTOR (path_desc, path);
3902 DESCRIPTOR (user_desc, user);
3904 flags = 0;
3905 acces = 0;
3906 if ((mode & X_OK) && ((stat = access (path, mode)) < 0 || mode == X_OK))
3907 return stat;
3908 if (mode & R_OK)
3909 acces |= CHP$M_READ;
3910 if (mode & W_OK)
3911 acces |= CHP$M_WRITE;
3912 itemlst[0].buflen = sizeof (int);
3913 itemlst[0].code = CHP$_FLAGS;
3914 itemlst[0].bufadr = (char *) &flags;
3915 itemlst[0].retlenadr = &dummy;
3916 itemlst[1].buflen = sizeof (int);
3917 itemlst[1].code = CHP$_ACCESS;
3918 itemlst[1].bufadr = (char *) &acces;
3919 itemlst[1].retlenadr = &dummy;
3920 itemlst[2].end = CHP$_END;
3921 stat = SYS$CHECK_ACCESS (&constant, &path_desc, &user_desc, itemlst);
3922 return stat == SS$_NORMAL ? 0 : -1;
3926 #else /* not VMS4_4 */
3928 #include <prvdef.h>
3929 #define ACE$M_WRITE 2
3930 #define ACE$C_KEYID 1
3932 static unsigned short memid, grpid;
3933 static unsigned int uic;
3935 /* Called from init_sys_modes, so it happens not very often
3936 but at least each time Emacs is loaded. */
3937 void
3938 sys_access_reinit ()
3940 uic = 0;
3944 sys_access (filename, type)
3945 char * filename;
3946 int type;
3948 struct FAB fab;
3949 struct XABPRO xab;
3950 int status, size, i, typecode, acl_controlled;
3951 unsigned int *aclptr, *aclend, aclbuf[60];
3952 union prvdef prvmask;
3954 /* Get UIC and GRP values for protection checking. */
3955 if (uic == 0)
3957 status = LIB$GETJPI (&JPI$_UIC, 0, 0, &uic, 0, 0);
3958 if (! (status & 1))
3959 return -1;
3960 memid = uic & 0xFFFF;
3961 grpid = uic >> 16;
3964 if (type != 2) /* not checking write access */
3965 return access (filename, type);
3967 /* Check write protection. */
3969 #define CHECKPRIV(bit) (prvmask.bit)
3970 #define WRITABLE(field) (! ((xab.xab$w_pro >> field) & XAB$M_NOWRITE))
3972 /* Find privilege bits */
3973 status = SYS$SETPRV (0, 0, 0, prvmask);
3974 if (! (status & 1))
3975 error ("Unable to find privileges: %s", vmserrstr (status));
3976 if (CHECKPRIV (PRV$V_BYPASS))
3977 return 0; /* BYPASS enabled */
3978 fab = cc$rms_fab;
3979 fab.fab$b_fac = FAB$M_GET;
3980 fab.fab$l_fna = filename;
3981 fab.fab$b_fns = strlen (filename);
3982 fab.fab$l_xab = &xab;
3983 xab = cc$rms_xabpro;
3984 xab.xab$l_aclbuf = aclbuf;
3985 xab.xab$w_aclsiz = sizeof (aclbuf);
3986 status = SYS$OPEN (&fab, 0, 0);
3987 if (! (status & 1))
3988 return -1;
3989 SYS$CLOSE (&fab, 0, 0);
3990 /* Check system access */
3991 if (CHECKPRIV (PRV$V_SYSPRV) && WRITABLE (XAB$V_SYS))
3992 return 0;
3993 /* Check ACL entries, if any */
3994 acl_controlled = 0;
3995 if (xab.xab$w_acllen > 0)
3997 aclptr = aclbuf;
3998 aclend = &aclbuf[xab.xab$w_acllen / 4];
3999 while (*aclptr && aclptr < aclend)
4001 size = (*aclptr & 0xff) / 4;
4002 typecode = (*aclptr >> 8) & 0xff;
4003 if (typecode == ACE$C_KEYID)
4004 for (i = size - 1; i > 1; i--)
4005 if (aclptr[i] == uic)
4007 acl_controlled = 1;
4008 if (aclptr[1] & ACE$M_WRITE)
4009 return 0; /* Write access through ACL */
4011 aclptr = &aclptr[size];
4013 if (acl_controlled) /* ACL specified, prohibits write access */
4014 return -1;
4016 /* No ACL entries specified, check normal protection */
4017 if (WRITABLE (XAB$V_WLD)) /* World writable */
4018 return 0;
4019 if (WRITABLE (XAB$V_GRP) &&
4020 (unsigned short) (xab.xab$l_uic >> 16) == grpid)
4021 return 0; /* Group writable */
4022 if (WRITABLE (XAB$V_OWN) &&
4023 (xab.xab$l_uic & 0xFFFF) == memid)
4024 return 0; /* Owner writable */
4026 return -1; /* Not writable */
4028 #endif /* not VMS4_4 */
4029 #endif /* access */
4031 static char vtbuf[NAM$C_MAXRSS+1];
4033 /* translate a vms file spec to a unix path */
4034 char *
4035 sys_translate_vms (vfile)
4036 char * vfile;
4038 char * p;
4039 char * targ;
4041 if (!vfile)
4042 return 0;
4044 targ = vtbuf;
4046 /* leading device or logical name is a root directory */
4047 if (p = strchr (vfile, ':'))
4049 *targ++ = '/';
4050 while (vfile < p)
4051 *targ++ = *vfile++;
4052 vfile++;
4053 *targ++ = '/';
4055 p = vfile;
4056 if (*p == '[' || *p == '<')
4058 while (*++vfile != *p + 2)
4059 switch (*vfile)
4061 case '.':
4062 if (vfile[-1] == *p)
4063 *targ++ = '.';
4064 *targ++ = '/';
4065 break;
4067 case '-':
4068 *targ++ = '.';
4069 *targ++ = '.';
4070 break;
4072 default:
4073 *targ++ = *vfile;
4074 break;
4076 vfile++;
4077 *targ++ = '/';
4079 while (*vfile)
4080 *targ++ = *vfile++;
4082 return vtbuf;
4085 static char utbuf[NAM$C_MAXRSS+1];
4087 /* translate a unix path to a VMS file spec */
4088 char *
4089 sys_translate_unix (ufile)
4090 char * ufile;
4092 int slash_seen = 0;
4093 char *p;
4094 char * targ;
4096 if (!ufile)
4097 return 0;
4099 targ = utbuf;
4101 if (*ufile == '/')
4103 ufile++;
4106 while (*ufile)
4108 switch (*ufile)
4110 case '/':
4111 if (slash_seen)
4112 if (index (&ufile[1], '/'))
4113 *targ++ = '.';
4114 else
4115 *targ++ = ']';
4116 else
4118 *targ++ = ':';
4119 if (index (&ufile[1], '/'))
4120 *targ++ = '[';
4121 slash_seen = 1;
4123 break;
4125 case '.':
4126 if (strncmp (ufile, "./", 2) == 0)
4128 if (!slash_seen)
4130 *targ++ = '[';
4131 slash_seen = 1;
4133 ufile++; /* skip the dot */
4134 if (index (&ufile[1], '/'))
4135 *targ++ = '.';
4136 else
4137 *targ++ = ']';
4139 else if (strncmp (ufile, "../", 3) == 0)
4141 if (!slash_seen)
4143 *targ++ = '[';
4144 slash_seen = 1;
4146 *targ++ = '-';
4147 ufile += 2; /* skip the dots */
4148 if (index (&ufile[1], '/'))
4149 *targ++ = '.';
4150 else
4151 *targ++ = ']';
4153 else
4154 *targ++ = *ufile;
4155 break;
4157 default:
4158 *targ++ = *ufile;
4159 break;
4161 ufile++;
4163 *targ = '\0';
4165 return utbuf;
4168 char *
4169 getwd (pathname)
4170 char *pathname;
4172 char *ptr, *val;
4173 extern char *getcwd ();
4175 #define MAXPATHLEN 1024
4177 ptr = xmalloc (MAXPATHLEN);
4178 val = getcwd (ptr, MAXPATHLEN);
4179 if (val == 0)
4181 xfree (ptr);
4182 return val;
4184 strcpy (pathname, ptr);
4185 xfree (ptr);
4187 return pathname;
4191 getppid ()
4193 long item_code = JPI$_OWNER;
4194 unsigned long parent_id;
4195 int status;
4197 if (((status = LIB$GETJPI (&item_code, 0, 0, &parent_id)) & 1) == 0)
4199 errno = EVMSERR;
4200 vaxc$errno = status;
4201 return -1;
4203 return parent_id;
4206 #undef getuid
4207 unsigned
4208 sys_getuid ()
4210 return (getgid () << 16) | getuid ();
4213 #undef read
4215 sys_read (fildes, buf, nbyte)
4216 int fildes;
4217 char *buf;
4218 unsigned int nbyte;
4220 return read (fildes, buf, (nbyte < MAXIOSIZE ? nbyte : MAXIOSIZE));
4223 #if 0
4225 sys_write (fildes, buf, nbyte)
4226 int fildes;
4227 char *buf;
4228 unsigned int nbyte;
4230 register int nwrote, rtnval = 0;
4232 while (nbyte > MAXIOSIZE && (nwrote = write (fildes, buf, MAXIOSIZE)) > 0) {
4233 nbyte -= nwrote;
4234 buf += nwrote;
4235 rtnval += nwrote;
4237 if (nwrote < 0)
4238 return rtnval ? rtnval : -1;
4239 if ((nwrote = write (fildes, buf, nbyte)) < 0)
4240 return rtnval ? rtnval : -1;
4241 return (rtnval + nwrote);
4243 #endif /* 0 */
4246 * VAX/VMS VAX C RTL really loses. It insists that records
4247 * end with a newline (carriage return) character, and if they
4248 * don't it adds one (nice of it isn't it!)
4250 * Thus we do this stupidity below.
4253 #undef write
4255 sys_write (fildes, buf, nbytes)
4256 int fildes;
4257 char *buf;
4258 unsigned int nbytes;
4260 register char *p;
4261 register char *e;
4262 int sum = 0;
4263 struct stat st;
4265 fstat (fildes, &st);
4266 p = buf;
4267 while (nbytes > 0)
4269 int len, retval;
4271 /* Handle fixed-length files with carriage control. */
4272 if (st.st_fab_rfm == FAB$C_FIX
4273 && ((st.st_fab_rat & (FAB$M_FTN | FAB$M_CR)) != 0))
4275 len = st.st_fab_mrs;
4276 retval = write (fildes, p, min (len, nbytes));
4277 if (retval != len)
4278 return -1;
4279 retval++; /* This skips the implied carriage control */
4281 else
4283 e = p + min (MAXIOSIZE, nbytes) - 1;
4284 while (*e != '\n' && e > p) e--;
4285 if (p == e) /* Ok.. so here we add a newline... sigh. */
4286 e = p + min (MAXIOSIZE, nbytes) - 1;
4287 len = e + 1 - p;
4288 retval = write (fildes, p, len);
4289 if (retval != len)
4290 return -1;
4292 p += retval;
4293 sum += retval;
4294 nbytes -= retval;
4296 return sum;
4299 /* Create file NEW copying its attributes from file OLD. If
4300 OLD is 0 or does not exist, create based on the value of
4301 vms_stmlf_recfm. */
4303 /* Protection value the file should ultimately have.
4304 Set by create_copy_attrs, and use by rename_sansversions. */
4305 static unsigned short int fab_final_pro;
4308 creat_copy_attrs (old, new)
4309 char *old, *new;
4311 struct FAB fab = cc$rms_fab;
4312 struct XABPRO xabpro;
4313 char aclbuf[256]; /* Choice of size is arbitrary. See below. */
4314 extern int vms_stmlf_recfm;
4316 if (old)
4318 fab.fab$b_fac = FAB$M_GET;
4319 fab.fab$l_fna = old;
4320 fab.fab$b_fns = strlen (old);
4321 fab.fab$l_xab = (char *) &xabpro;
4322 xabpro = cc$rms_xabpro;
4323 xabpro.xab$l_aclbuf = aclbuf;
4324 xabpro.xab$w_aclsiz = sizeof aclbuf;
4325 /* Call $OPEN to fill in the fab & xabpro fields. */
4326 if (SYS$OPEN (&fab, 0, 0) & 1)
4328 SYS$CLOSE (&fab, 0, 0);
4329 fab.fab$l_alq = 0; /* zero the allocation quantity */
4330 if (xabpro.xab$w_acllen > 0)
4332 if (xabpro.xab$w_acllen > sizeof aclbuf)
4333 /* If the acl buffer was too short, redo open with longer one.
4334 Wouldn't need to do this if there were some system imposed
4335 limit on the size of an ACL, but I can't find any such. */
4337 xabpro.xab$l_aclbuf = (char *) alloca (xabpro.xab$w_acllen);
4338 xabpro.xab$w_aclsiz = xabpro.xab$w_acllen;
4339 if (SYS$OPEN (&fab, 0, 0) & 1)
4340 SYS$CLOSE (&fab, 0, 0);
4341 else
4342 old = 0;
4345 else
4346 xabpro.xab$l_aclbuf = 0;
4348 else
4349 old = 0;
4351 fab.fab$l_fna = new;
4352 fab.fab$b_fns = strlen (new);
4353 if (!old)
4355 fab.fab$l_xab = 0;
4356 fab.fab$b_rfm = vms_stmlf_recfm ? FAB$C_STMLF : FAB$C_VAR;
4357 fab.fab$b_rat = FAB$M_CR;
4360 /* Set the file protections such that we will be able to manipulate
4361 this file. Once we are done writing and renaming it, we will set
4362 the protections back. */
4363 if (old)
4364 fab_final_pro = xabpro.xab$w_pro;
4365 else
4366 SYS$SETDFPROT (0, &fab_final_pro);
4367 xabpro.xab$w_pro &= 0xff0f; /* set O:rewd for now. This is set back later. */
4369 /* Create the new file with either default attrs or attrs copied
4370 from old file. */
4371 if (!(SYS$CREATE (&fab, 0, 0) & 1))
4372 return -1;
4373 SYS$CLOSE (&fab, 0, 0);
4374 /* As this is a "replacement" for creat, return a file descriptor
4375 opened for writing. */
4376 return open (new, O_WRONLY);
4379 #ifdef creat
4380 #undef creat
4381 #include <varargs.h>
4382 #ifdef __GNUC__
4383 #ifndef va_count
4384 #define va_count(X) ((X) = *(((int *) &(va_alist)) - 1))
4385 #endif
4386 #endif
4389 sys_creat (va_alist)
4390 va_dcl
4392 va_list list_incrementer;
4393 char *name;
4394 int mode;
4395 int rfd; /* related file descriptor */
4396 int fd; /* Our new file descriptor */
4397 int count;
4398 struct stat st_buf;
4399 char rfm[12];
4400 char rat[15];
4401 char mrs[13];
4402 char fsz[13];
4403 extern int vms_stmlf_recfm;
4405 va_count (count);
4406 va_start (list_incrementer);
4407 name = va_arg (list_incrementer, char *);
4408 mode = va_arg (list_incrementer, int);
4409 if (count > 2)
4410 rfd = va_arg (list_incrementer, int);
4411 va_end (list_incrementer);
4412 if (count > 2)
4414 /* Use information from the related file descriptor to set record
4415 format of the newly created file. */
4416 fstat (rfd, &st_buf);
4417 switch (st_buf.st_fab_rfm)
4419 case FAB$C_FIX:
4420 strcpy (rfm, "rfm = fix");
4421 sprintf (mrs, "mrs = %d", st_buf.st_fab_mrs);
4422 strcpy (rat, "rat = ");
4423 if (st_buf.st_fab_rat & FAB$M_CR)
4424 strcat (rat, "cr");
4425 else if (st_buf.st_fab_rat & FAB$M_FTN)
4426 strcat (rat, "ftn");
4427 else if (st_buf.st_fab_rat & FAB$M_PRN)
4428 strcat (rat, "prn");
4429 if (st_buf.st_fab_rat & FAB$M_BLK)
4430 if (st_buf.st_fab_rat & (FAB$M_CR|FAB$M_FTN|FAB$M_PRN))
4431 strcat (rat, ", blk");
4432 else
4433 strcat (rat, "blk");
4434 return creat (name, 0, rfm, rat, mrs);
4436 case FAB$C_VFC:
4437 strcpy (rfm, "rfm = vfc");
4438 sprintf (fsz, "fsz = %d", st_buf.st_fab_fsz);
4439 strcpy (rat, "rat = ");
4440 if (st_buf.st_fab_rat & FAB$M_CR)
4441 strcat (rat, "cr");
4442 else if (st_buf.st_fab_rat & FAB$M_FTN)
4443 strcat (rat, "ftn");
4444 else if (st_buf.st_fab_rat & FAB$M_PRN)
4445 strcat (rat, "prn");
4446 if (st_buf.st_fab_rat & FAB$M_BLK)
4447 if (st_buf.st_fab_rat & (FAB$M_CR|FAB$M_FTN|FAB$M_PRN))
4448 strcat (rat, ", blk");
4449 else
4450 strcat (rat, "blk");
4451 return creat (name, 0, rfm, rat, fsz);
4453 case FAB$C_STM:
4454 strcpy (rfm, "rfm = stm");
4455 break;
4457 case FAB$C_STMCR:
4458 strcpy (rfm, "rfm = stmcr");
4459 break;
4461 case FAB$C_STMLF:
4462 strcpy (rfm, "rfm = stmlf");
4463 break;
4465 case FAB$C_UDF:
4466 strcpy (rfm, "rfm = udf");
4467 break;
4469 case FAB$C_VAR:
4470 strcpy (rfm, "rfm = var");
4471 break;
4473 strcpy (rat, "rat = ");
4474 if (st_buf.st_fab_rat & FAB$M_CR)
4475 strcat (rat, "cr");
4476 else if (st_buf.st_fab_rat & FAB$M_FTN)
4477 strcat (rat, "ftn");
4478 else if (st_buf.st_fab_rat & FAB$M_PRN)
4479 strcat (rat, "prn");
4480 if (st_buf.st_fab_rat & FAB$M_BLK)
4481 if (st_buf.st_fab_rat & (FAB$M_CR|FAB$M_FTN|FAB$M_PRN))
4482 strcat (rat, ", blk");
4483 else
4484 strcat (rat, "blk");
4486 else
4488 strcpy (rfm, vms_stmlf_recfm ? "rfm = stmlf" : "rfm=var");
4489 strcpy (rat, "rat=cr");
4491 /* Until the VAX C RTL fixes the many bugs with modes, always use
4492 mode 0 to get the user's default protection. */
4493 fd = creat (name, 0, rfm, rat);
4494 if (fd < 0 && errno == EEXIST)
4496 if (unlink (name) < 0)
4497 report_file_error ("delete", build_string (name));
4498 fd = creat (name, 0, rfm, rat);
4500 return fd;
4502 #endif /* creat */
4504 /* fwrite to stdout is S L O W. Speed it up by using fputc...*/
4506 sys_fwrite (ptr, size, num, fp)
4507 register char * ptr;
4508 FILE * fp;
4510 register int tot = num * size;
4512 while (tot--)
4513 fputc (*ptr++, fp);
4514 return num;
4518 * The VMS C library routine creat actually creates a new version of an
4519 * existing file rather than truncating the old version. There are times
4520 * when this is not the desired behavior, for instance, when writing an
4521 * auto save file (you only want one version), or when you don't have
4522 * write permission in the directory containing the file (but the file
4523 * itself is writable). Hence this routine, which is equivalent to
4524 * "close (creat (fn, 0));" on Unix if fn already exists.
4527 vms_truncate (fn)
4528 char *fn;
4530 struct FAB xfab = cc$rms_fab;
4531 struct RAB xrab = cc$rms_rab;
4532 int status;
4534 xfab.fab$l_fop = FAB$M_TEF; /* free allocated but unused blocks on close */
4535 xfab.fab$b_fac = FAB$M_TRN | FAB$M_GET; /* allow truncate and get access */
4536 xfab.fab$b_shr = FAB$M_NIL; /* allow no sharing - file must be locked */
4537 xfab.fab$l_fna = fn;
4538 xfab.fab$b_fns = strlen (fn);
4539 xfab.fab$l_dna = ";0"; /* default to latest version of the file */
4540 xfab.fab$b_dns = 2;
4541 xrab.rab$l_fab = &xfab;
4543 /* This gibberish opens the file, positions to the first record, and
4544 deletes all records from there until the end of file. */
4545 if ((SYS$OPEN (&xfab) & 01) == 01)
4547 if ((SYS$CONNECT (&xrab) & 01) == 01 &&
4548 (SYS$FIND (&xrab) & 01) == 01 &&
4549 (SYS$TRUNCATE (&xrab) & 01) == 01)
4550 status = 0;
4551 else
4552 status = -1;
4554 else
4555 status = -1;
4556 SYS$CLOSE (&xfab);
4557 return status;
4560 /* Define this symbol to actually read SYSUAF.DAT. This requires either
4561 SYSPRV or a readable SYSUAF.DAT. */
4563 #ifdef READ_SYSUAF
4565 * getuaf.c
4567 * Routine to read the VMS User Authorization File and return
4568 * a specific user's record.
4571 static struct UAF retuaf;
4573 struct UAF *
4574 get_uaf_name (uname)
4575 char * uname;
4577 register status;
4578 struct FAB uaf_fab;
4579 struct RAB uaf_rab;
4581 uaf_fab = cc$rms_fab;
4582 uaf_rab = cc$rms_rab;
4583 /* initialize fab fields */
4584 uaf_fab.fab$l_fna = "SYS$SYSTEM:SYSUAF.DAT";
4585 uaf_fab.fab$b_fns = 21;
4586 uaf_fab.fab$b_fac = FAB$M_GET;
4587 uaf_fab.fab$b_org = FAB$C_IDX;
4588 uaf_fab.fab$b_shr = FAB$M_GET|FAB$M_PUT|FAB$M_UPD|FAB$M_DEL;
4589 /* initialize rab fields */
4590 uaf_rab.rab$l_fab = &uaf_fab;
4591 /* open the User Authorization File */
4592 status = SYS$OPEN (&uaf_fab);
4593 if (!(status&1))
4595 errno = EVMSERR;
4596 vaxc$errno = status;
4597 return 0;
4599 status = SYS$CONNECT (&uaf_rab);
4600 if (!(status&1))
4602 errno = EVMSERR;
4603 vaxc$errno = status;
4604 return 0;
4606 /* read the requested record - index is in uname */
4607 uaf_rab.rab$l_kbf = uname;
4608 uaf_rab.rab$b_ksz = strlen (uname);
4609 uaf_rab.rab$b_rac = RAB$C_KEY;
4610 uaf_rab.rab$l_ubf = (char *)&retuaf;
4611 uaf_rab.rab$w_usz = sizeof retuaf;
4612 status = SYS$GET (&uaf_rab);
4613 if (!(status&1))
4615 errno = EVMSERR;
4616 vaxc$errno = status;
4617 return 0;
4619 /* close the User Authorization File */
4620 status = SYS$DISCONNECT (&uaf_rab);
4621 if (!(status&1))
4623 errno = EVMSERR;
4624 vaxc$errno = status;
4625 return 0;
4627 status = SYS$CLOSE (&uaf_fab);
4628 if (!(status&1))
4630 errno = EVMSERR;
4631 vaxc$errno = status;
4632 return 0;
4634 return &retuaf;
4637 struct UAF *
4638 get_uaf_uic (uic)
4639 unsigned long uic;
4641 register status;
4642 struct FAB uaf_fab;
4643 struct RAB uaf_rab;
4645 uaf_fab = cc$rms_fab;
4646 uaf_rab = cc$rms_rab;
4647 /* initialize fab fields */
4648 uaf_fab.fab$l_fna = "SYS$SYSTEM:SYSUAF.DAT";
4649 uaf_fab.fab$b_fns = 21;
4650 uaf_fab.fab$b_fac = FAB$M_GET;
4651 uaf_fab.fab$b_org = FAB$C_IDX;
4652 uaf_fab.fab$b_shr = FAB$M_GET|FAB$M_PUT|FAB$M_UPD|FAB$M_DEL;
4653 /* initialize rab fields */
4654 uaf_rab.rab$l_fab = &uaf_fab;
4655 /* open the User Authorization File */
4656 status = SYS$OPEN (&uaf_fab);
4657 if (!(status&1))
4659 errno = EVMSERR;
4660 vaxc$errno = status;
4661 return 0;
4663 status = SYS$CONNECT (&uaf_rab);
4664 if (!(status&1))
4666 errno = EVMSERR;
4667 vaxc$errno = status;
4668 return 0;
4670 /* read the requested record - index is in uic */
4671 uaf_rab.rab$b_krf = 1; /* 1st alternate key */
4672 uaf_rab.rab$l_kbf = (char *) &uic;
4673 uaf_rab.rab$b_ksz = sizeof uic;
4674 uaf_rab.rab$b_rac = RAB$C_KEY;
4675 uaf_rab.rab$l_ubf = (char *)&retuaf;
4676 uaf_rab.rab$w_usz = sizeof retuaf;
4677 status = SYS$GET (&uaf_rab);
4678 if (!(status&1))
4680 errno = EVMSERR;
4681 vaxc$errno = status;
4682 return 0;
4684 /* close the User Authorization File */
4685 status = SYS$DISCONNECT (&uaf_rab);
4686 if (!(status&1))
4688 errno = EVMSERR;
4689 vaxc$errno = status;
4690 return 0;
4692 status = SYS$CLOSE (&uaf_fab);
4693 if (!(status&1))
4695 errno = EVMSERR;
4696 vaxc$errno = status;
4697 return 0;
4699 return &retuaf;
4702 static struct passwd retpw;
4704 struct passwd *
4705 cnv_uaf_pw (up)
4706 struct UAF * up;
4708 char * ptr;
4710 /* copy these out first because if the username is 32 chars, the next
4711 section will overwrite the first byte of the UIC */
4712 retpw.pw_uid = up->uaf$w_mem;
4713 retpw.pw_gid = up->uaf$w_grp;
4715 /* I suppose this is not the best style, to possibly overwrite one
4716 byte beyond the end of the field, but what the heck... */
4717 ptr = &up->uaf$t_username[UAF$S_USERNAME];
4718 while (ptr[-1] == ' ')
4719 ptr--;
4720 *ptr = '\0';
4721 strcpy (retpw.pw_name, up->uaf$t_username);
4723 /* the rest of these are counted ascii strings */
4724 strncpy (retpw.pw_gecos, &up->uaf$t_owner[1], up->uaf$t_owner[0]);
4725 retpw.pw_gecos[up->uaf$t_owner[0]] = '\0';
4726 strncpy (retpw.pw_dir, &up->uaf$t_defdev[1], up->uaf$t_defdev[0]);
4727 retpw.pw_dir[up->uaf$t_defdev[0]] = '\0';
4728 strncat (retpw.pw_dir, &up->uaf$t_defdir[1], up->uaf$t_defdir[0]);
4729 retpw.pw_dir[up->uaf$t_defdev[0] + up->uaf$t_defdir[0]] = '\0';
4730 strncpy (retpw.pw_shell, &up->uaf$t_defcli[1], up->uaf$t_defcli[0]);
4731 retpw.pw_shell[up->uaf$t_defcli[0]] = '\0';
4733 return &retpw;
4735 #else /* not READ_SYSUAF */
4736 static struct passwd retpw;
4737 #endif /* not READ_SYSUAF */
4739 struct passwd *
4740 getpwnam (name)
4741 char * name;
4743 #ifdef READ_SYSUAF
4744 struct UAF *up;
4745 #else
4746 char * user;
4747 char * dir;
4748 unsigned char * full;
4749 #endif /* READ_SYSUAF */
4750 char *ptr = name;
4752 while (*ptr)
4754 if ('a' <= *ptr && *ptr <= 'z')
4755 *ptr -= 040;
4756 ptr++;
4758 #ifdef READ_SYSUAF
4759 if (!(up = get_uaf_name (name)))
4760 return 0;
4761 return cnv_uaf_pw (up);
4762 #else
4763 if (strcmp (name, getenv ("USER")) == 0)
4765 retpw.pw_uid = getuid ();
4766 retpw.pw_gid = getgid ();
4767 strcpy (retpw.pw_name, name);
4768 if (full = egetenv ("FULLNAME"))
4769 strcpy (retpw.pw_gecos, full);
4770 else
4771 *retpw.pw_gecos = '\0';
4772 strcpy (retpw.pw_dir, egetenv ("HOME"));
4773 *retpw.pw_shell = '\0';
4774 return &retpw;
4776 else
4777 return 0;
4778 #endif /* not READ_SYSUAF */
4781 struct passwd *
4782 getpwuid (uid)
4783 unsigned long uid;
4785 #ifdef READ_SYSUAF
4786 struct UAF * up;
4788 if (!(up = get_uaf_uic (uid)))
4789 return 0;
4790 return cnv_uaf_pw (up);
4791 #else
4792 if (uid == sys_getuid ())
4793 return getpwnam (egetenv ("USER"));
4794 else
4795 return 0;
4796 #endif /* not READ_SYSUAF */
4799 /* return total address space available to the current process. This is
4800 the sum of the current p0 size, p1 size and free page table entries
4801 available. */
4803 vlimit ()
4805 int item_code;
4806 unsigned long free_pages;
4807 unsigned long frep0va;
4808 unsigned long frep1va;
4809 register status;
4811 item_code = JPI$_FREPTECNT;
4812 if (((status = LIB$GETJPI (&item_code, 0, 0, &free_pages)) & 1) == 0)
4814 errno = EVMSERR;
4815 vaxc$errno = status;
4816 return -1;
4818 free_pages *= 512;
4820 item_code = JPI$_FREP0VA;
4821 if (((status = LIB$GETJPI (&item_code, 0, 0, &frep0va)) & 1) == 0)
4823 errno = EVMSERR;
4824 vaxc$errno = status;
4825 return -1;
4827 item_code = JPI$_FREP1VA;
4828 if (((status = LIB$GETJPI (&item_code, 0, 0, &frep1va)) & 1) == 0)
4830 errno = EVMSERR;
4831 vaxc$errno = status;
4832 return -1;
4835 return free_pages + frep0va + (0x7fffffff - frep1va);
4839 define_logical_name (varname, string)
4840 char *varname;
4841 char *string;
4843 struct dsc$descriptor_s strdsc =
4844 {strlen (string), DSC$K_DTYPE_T, DSC$K_CLASS_S, string};
4845 struct dsc$descriptor_s envdsc =
4846 {strlen (varname), DSC$K_DTYPE_T, DSC$K_CLASS_S, varname};
4847 struct dsc$descriptor_s lnmdsc =
4848 {7, DSC$K_DTYPE_T, DSC$K_CLASS_S, "LNM$JOB"};
4850 return LIB$SET_LOGICAL (&envdsc, &strdsc, &lnmdsc, 0, 0);
4854 delete_logical_name (varname)
4855 char *varname;
4857 struct dsc$descriptor_s envdsc =
4858 {strlen (varname), DSC$K_DTYPE_T, DSC$K_CLASS_S, varname};
4859 struct dsc$descriptor_s lnmdsc =
4860 {7, DSC$K_DTYPE_T, DSC$K_CLASS_S, "LNM$JOB"};
4862 return LIB$DELETE_LOGICAL (&envdsc, &lnmdsc);
4866 ulimit ()
4868 return 0;
4872 setpgrp ()
4874 return 0;
4878 execvp ()
4880 error ("execvp system call not implemented");
4881 return -1;
4885 rename (from, to)
4886 char *from, *to;
4888 int status;
4889 struct FAB from_fab = cc$rms_fab, to_fab = cc$rms_fab;
4890 struct NAM from_nam = cc$rms_nam, to_nam = cc$rms_nam;
4891 char from_esn[NAM$C_MAXRSS];
4892 char to_esn[NAM$C_MAXRSS];
4894 from_fab.fab$l_fna = from;
4895 from_fab.fab$b_fns = strlen (from);
4896 from_fab.fab$l_nam = &from_nam;
4897 from_fab.fab$l_fop = FAB$M_NAM;
4899 from_nam.nam$l_esa = from_esn;
4900 from_nam.nam$b_ess = sizeof from_esn;
4902 to_fab.fab$l_fna = to;
4903 to_fab.fab$b_fns = strlen (to);
4904 to_fab.fab$l_nam = &to_nam;
4905 to_fab.fab$l_fop = FAB$M_NAM;
4907 to_nam.nam$l_esa = to_esn;
4908 to_nam.nam$b_ess = sizeof to_esn;
4910 status = SYS$RENAME (&from_fab, 0, 0, &to_fab);
4912 if (status & 1)
4913 return 0;
4914 else
4916 if (status == RMS$_DEV)
4917 errno = EXDEV;
4918 else
4919 errno = EVMSERR;
4920 vaxc$errno = status;
4921 return -1;
4925 /* This function renames a file like `rename', but it strips
4926 the version number from the "to" filename, such that the "to" file is
4927 will always be a new version. It also sets the file protection once it is
4928 finished. The protection that we will use is stored in fab_final_pro,
4929 and was set when we did a creat_copy_attrs to create the file that we
4930 are renaming.
4932 We could use the chmod function, but Eunichs uses 3 bits per user category
4933 to describe the protection, and VMS uses 4 (write and delete are separate
4934 bits). To maintain portability, the VMS implementation of `chmod' wires
4935 the W and D bits together. */
4938 static struct fibdef fib; /* We need this initialized to zero */
4939 char vms_file_written[NAM$C_MAXRSS];
4942 rename_sans_version (from,to)
4943 char *from, *to;
4945 short int chan;
4946 int stat;
4947 short int iosb[4];
4948 int status;
4949 struct FAB to_fab = cc$rms_fab;
4950 struct NAM to_nam = cc$rms_nam;
4951 struct dsc$descriptor fib_d ={sizeof (fib),0,0,(char*) &fib};
4952 struct dsc$descriptor fib_attr[2]
4953 = {{sizeof (fab_final_pro),ATR$C_FPRO,0,(char*) &fab_final_pro},{0,0,0,0}};
4954 char to_esn[NAM$C_MAXRSS];
4956 $DESCRIPTOR (disk,to_esn);
4958 to_fab.fab$l_fna = to;
4959 to_fab.fab$b_fns = strlen (to);
4960 to_fab.fab$l_nam = &to_nam;
4961 to_fab.fab$l_fop = FAB$M_NAM;
4963 to_nam.nam$l_esa = to_esn;
4964 to_nam.nam$b_ess = sizeof to_esn;
4966 status = SYS$PARSE (&to_fab, 0, 0); /* figure out the full file name */
4968 if (to_nam.nam$l_fnb && NAM$M_EXP_VER)
4969 *(to_nam.nam$l_ver) = '\0';
4971 stat = rename (from, to_esn);
4972 if (stat < 0)
4973 return stat;
4975 strcpy (vms_file_written, to_esn);
4977 to_fab.fab$l_fna = vms_file_written; /* this points to the versionless name */
4978 to_fab.fab$b_fns = strlen (vms_file_written);
4980 /* Now set the file protection to the correct value */
4981 SYS$OPEN (&to_fab, 0, 0); /* This fills in the nam$w_fid fields */
4983 /* Copy these fields into the fib */
4984 fib.fib$r_fid_overlay.fib$w_fid[0] = to_nam.nam$w_fid[0];
4985 fib.fib$r_fid_overlay.fib$w_fid[1] = to_nam.nam$w_fid[1];
4986 fib.fib$r_fid_overlay.fib$w_fid[2] = to_nam.nam$w_fid[2];
4988 SYS$CLOSE (&to_fab, 0, 0);
4990 stat = SYS$ASSIGN (&disk, &chan, 0, 0); /* open a channel to the disk */
4991 if (!stat)
4992 LIB$SIGNAL (stat);
4993 stat = SYS$QIOW (0, chan, IO$_MODIFY, iosb, 0, 0, &fib_d,
4994 0, 0, 0, &fib_attr, 0);
4995 if (!stat)
4996 LIB$SIGNAL (stat);
4997 stat = SYS$DASSGN (chan);
4998 if (!stat)
4999 LIB$SIGNAL (stat);
5000 strcpy (vms_file_written, to_esn); /* We will write this to the terminal*/
5001 return 0;
5005 link (file, new)
5006 char * file, * new;
5008 register status;
5009 struct FAB fab;
5010 struct NAM nam;
5011 unsigned short fid[3];
5012 char esa[NAM$C_MAXRSS];
5014 fab = cc$rms_fab;
5015 fab.fab$l_fop = FAB$M_OFP;
5016 fab.fab$l_fna = file;
5017 fab.fab$b_fns = strlen (file);
5018 fab.fab$l_nam = &nam;
5020 nam = cc$rms_nam;
5021 nam.nam$l_esa = esa;
5022 nam.nam$b_ess = NAM$C_MAXRSS;
5024 status = SYS$PARSE (&fab);
5025 if ((status & 1) == 0)
5027 errno = EVMSERR;
5028 vaxc$errno = status;
5029 return -1;
5031 status = SYS$SEARCH (&fab);
5032 if ((status & 1) == 0)
5034 errno = EVMSERR;
5035 vaxc$errno = status;
5036 return -1;
5039 fid[0] = nam.nam$w_fid[0];
5040 fid[1] = nam.nam$w_fid[1];
5041 fid[2] = nam.nam$w_fid[2];
5043 fab.fab$l_fna = new;
5044 fab.fab$b_fns = strlen (new);
5046 status = SYS$PARSE (&fab);
5047 if ((status & 1) == 0)
5049 errno = EVMSERR;
5050 vaxc$errno = status;
5051 return -1;
5054 nam.nam$w_fid[0] = fid[0];
5055 nam.nam$w_fid[1] = fid[1];
5056 nam.nam$w_fid[2] = fid[2];
5058 nam.nam$l_esa = nam.nam$l_name;
5059 nam.nam$b_esl = nam.nam$b_name + nam.nam$b_type + nam.nam$b_ver;
5061 status = SYS$ENTER (&fab);
5062 if ((status & 1) == 0)
5064 errno = EVMSERR;
5065 vaxc$errno = status;
5066 return -1;
5069 return 0;
5072 void
5073 croak (badfunc)
5074 char *badfunc;
5076 printf ("%s not yet implemented\r\n", badfunc);
5077 reset_sys_modes ();
5078 exit (1);
5081 long
5082 random ()
5084 /* Arrange to return a range centered on zero. */
5085 return rand () - (1 << 30);
5088 void
5089 srandom (seed)
5091 srand (seed);
5093 #endif /* VMS */
5095 #ifdef AIXHFT
5097 /* Called from init_sys_modes. */
5098 void
5099 hft_init ()
5101 int junk;
5103 /* If we're not on an HFT we shouldn't do any of this. We determine
5104 if we are on an HFT by trying to get an HFT error code. If this
5105 call fails, we're not on an HFT. */
5106 #ifdef IBMR2AIX
5107 if (ioctl (0, HFQERROR, &junk) < 0)
5108 return;
5109 #else /* not IBMR2AIX */
5110 if (ioctl (0, HFQEIO, 0) < 0)
5111 return;
5112 #endif /* not IBMR2AIX */
5114 /* On AIX the default hft keyboard mapping uses backspace rather than delete
5115 as the rubout key's ASCII code. Here this is changed. The bug is that
5116 there's no way to determine the old mapping, so in reset_sys_modes
5117 we need to assume that the normal map had been present. Of course, this
5118 code also doesn't help if on a terminal emulator which doesn't understand
5119 HFT VTD's. */
5121 struct hfbuf buf;
5122 struct hfkeymap keymap;
5124 buf.hf_bufp = (char *)&keymap;
5125 buf.hf_buflen = sizeof (keymap);
5126 keymap.hf_nkeys = 2;
5127 keymap.hfkey[0].hf_kpos = 15;
5128 keymap.hfkey[0].hf_kstate = HFMAPCHAR | HFSHFNONE;
5129 #ifdef IBMR2AIX
5130 keymap.hfkey[0].hf_keyidh = '<';
5131 #else /* not IBMR2AIX */
5132 keymap.hfkey[0].hf_page = '<';
5133 #endif /* not IBMR2AIX */
5134 keymap.hfkey[0].hf_char = 127;
5135 keymap.hfkey[1].hf_kpos = 15;
5136 keymap.hfkey[1].hf_kstate = HFMAPCHAR | HFSHFSHFT;
5137 #ifdef IBMR2AIX
5138 keymap.hfkey[1].hf_keyidh = '<';
5139 #else /* not IBMR2AIX */
5140 keymap.hfkey[1].hf_page = '<';
5141 #endif /* not IBMR2AIX */
5142 keymap.hfkey[1].hf_char = 127;
5143 hftctl (0, HFSKBD, &buf);
5145 /* The HFT system on AIX doesn't optimize for scrolling, so it's really ugly
5146 at times. */
5147 line_ins_del_ok = char_ins_del_ok = 0;
5150 /* Reset the rubout key to backspace. */
5152 void
5153 hft_reset ()
5155 struct hfbuf buf;
5156 struct hfkeymap keymap;
5157 int junk;
5159 #ifdef IBMR2AIX
5160 if (ioctl (0, HFQERROR, &junk) < 0)
5161 return;
5162 #else /* not IBMR2AIX */
5163 if (ioctl (0, HFQEIO, 0) < 0)
5164 return;
5165 #endif /* not IBMR2AIX */
5167 buf.hf_bufp = (char *)&keymap;
5168 buf.hf_buflen = sizeof (keymap);
5169 keymap.hf_nkeys = 2;
5170 keymap.hfkey[0].hf_kpos = 15;
5171 keymap.hfkey[0].hf_kstate = HFMAPCHAR | HFSHFNONE;
5172 #ifdef IBMR2AIX
5173 keymap.hfkey[0].hf_keyidh = '<';
5174 #else /* not IBMR2AIX */
5175 keymap.hfkey[0].hf_page = '<';
5176 #endif /* not IBMR2AIX */
5177 keymap.hfkey[0].hf_char = 8;
5178 keymap.hfkey[1].hf_kpos = 15;
5179 keymap.hfkey[1].hf_kstate = HFMAPCHAR | HFSHFSHFT;
5180 #ifdef IBMR2AIX
5181 keymap.hfkey[1].hf_keyidh = '<';
5182 #else /* not IBMR2AIX */
5183 keymap.hfkey[1].hf_page = '<';
5184 #endif /* not IBMR2AIX */
5185 keymap.hfkey[1].hf_char = 8;
5186 hftctl (0, HFSKBD, &buf);
5189 #endif /* AIXHFT */
5191 #ifdef USE_DL_STUBS
5193 /* These are included on Sunos 4.1 when we do not use shared libraries.
5194 X11 libraries may refer to these functions but (we hope) do not
5195 actually call them. */
5197 void *
5198 dlopen ()
5200 return 0;
5203 void *
5204 dlsym ()
5206 return 0;
5210 dlclose ()
5212 return -1;
5215 #endif /* USE_DL_STUBS */
5217 #ifndef BSTRING
5219 #ifndef bzero
5221 void
5222 bzero (b, length)
5223 register char *b;
5224 register int length;
5226 #ifdef VMS
5227 short zero = 0;
5228 long max_str = 65535;
5230 while (length > max_str) {
5231 (void) LIB$MOVC5 (&zero, &zero, &zero, &max_str, b);
5232 length -= max_str;
5233 b += max_str;
5235 max_str = length;
5236 (void) LIB$MOVC5 (&zero, &zero, &zero, &max_str, b);
5237 #else
5238 while (length-- > 0)
5239 *b++ = 0;
5240 #endif /* not VMS */
5243 #endif /* no bzero */
5244 #endif /* BSTRING */
5246 #if (!defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY)
5247 #undef bcopy
5249 /* Saying `void' requires a declaration, above, where bcopy is used
5250 and that declaration causes pain for systems where bcopy is a macro. */
5251 bcopy (b1, b2, length)
5252 register char *b1;
5253 register char *b2;
5254 register int length;
5256 #ifdef VMS
5257 long max_str = 65535;
5259 while (length > max_str) {
5260 (void) LIB$MOVC3 (&max_str, b1, b2);
5261 length -= max_str;
5262 b1 += max_str;
5263 b2 += max_str;
5265 max_str = length;
5266 (void) LIB$MOVC3 (&length, b1, b2);
5267 #else
5268 while (length-- > 0)
5269 *b2++ = *b1++;
5270 #endif /* not VMS */
5272 #endif /* (!defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY) */
5274 #ifndef BSTRING
5275 #ifndef bcmp
5277 bcmp (b1, b2, length) /* This could be a macro! */
5278 register char *b1;
5279 register char *b2;
5280 register int length;
5282 #ifdef VMS
5283 struct dsc$descriptor_s src1 = {length, DSC$K_DTYPE_T, DSC$K_CLASS_S, b1};
5284 struct dsc$descriptor_s src2 = {length, DSC$K_DTYPE_T, DSC$K_CLASS_S, b2};
5286 return STR$COMPARE (&src1, &src2);
5287 #else
5288 while (length-- > 0)
5289 if (*b1++ != *b2++)
5290 return 1;
5292 return 0;
5293 #endif /* not VMS */
5295 #endif /* no bcmp */
5296 #endif /* not BSTRING */
5298 #ifndef HAVE_STRSIGNAL
5299 char *
5300 strsignal (code)
5301 int code;
5303 char *signame = 0;
5305 if (0 <= code && code < NSIG)
5307 #ifdef VMS
5308 signame = sys_errlist[code];
5309 #else
5310 /* Cast to suppress warning if the table has const char *. */
5311 signame = (char *) sys_siglist[code];
5312 #endif
5315 return signame;
5317 #endif /* HAVE_STRSIGNAL */