1 /* Interfaces to system-dependent kernel and library entries.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005 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)
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., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA. */
33 /* Including stdlib.h isn't necessarily enough to get srandom
34 declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */
36 #if 0 /* It turns out that defining _OSF_SOURCE in osf5-0.h gets
37 random prototyped as returning `int'. It looks to me as
38 though the best way to DTRT is to prefer the rand48 functions
39 (per libc.info). -- fx */
40 extern long int random
P_ ((void));
42 #if 0 /* Don't prototype srandom; it takes an unsigned argument on
43 some systems, and an unsigned long on others, like FreeBSD
45 extern void srandom
P_ ((unsigned int));
49 #include "blockinput.h"
53 /* It is essential to include stdlib.h so that this file picks up
54 the correct definitions of rand, srand, and RAND_MAX.
55 Otherwise random numbers will not work correctly. */
59 /* Nonzero means delete a process right away if it exits (process.c). */
60 static int delete_exited_processes
;
66 #define write sys_write
71 #endif /* not WINDOWSNT */
73 /* Does anyone other than VMS need this? */
75 #define sys_fwrite fwrite
80 #include <sys/types.h>
85 #if !defined (USG) || defined (BSD_PGRPS)
87 #define setpgrp setpgid
91 /* Get SI_SRPC_DOMAIN, if it is available. */
92 #ifdef HAVE_SYS_SYSTEMINFO_H
93 #include <sys/systeminfo.h>
96 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
100 #include <sys/param.h>
104 extern unsigned start
__asm__ ("start");
126 #include <sys/file.h>
134 #define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
138 #include <sys/file.h>
146 #include <sys/ioctl.h>
152 #ifdef BROKEN_TIOCGWINSZ
157 #if defined (USG) || defined (DGUX)
158 #include <sys/utsname.h>
159 #ifndef MEMORY_IN_STRING_H
162 #if defined (TIOCGWINSZ) || defined (ISC4_0)
164 #include <sys/sioctl.h>
167 #include <sys/stream.h>
168 #include <sys/ptem.h>
170 #endif /* TIOCGWINSZ or ISC4_0 */
171 #endif /* USG or DGUX */
173 extern int quit_char
;
175 #include "keyboard.h"
178 #include "termhooks.h"
179 #include "termchar.h"
180 #include "termopts.h"
181 #include "dispextern.h"
186 /* In process.h which conflicts with the local copy. */
188 int _CRTAPI1
_spawnlp (int, const char *, const char *, ...);
189 int _CRTAPI1
_getpid (void);
192 #ifdef NONSYSTEM_DIR_LIBRARY
194 #endif /* NONSYSTEM_DIR_LIBRARY */
196 #include "syssignal.h"
203 #ifndef HAVE_STRUCT_UTIMBUF
204 /* We want to use utime rather than utimes, but we couldn't find the
205 structure declaration. We'll use the traditional one. */
213 /* LPASS8 is new in 4.3, and makes cbreak mode provide all 8 bits. */
219 #define LNOFLSH 0100000
222 static int baud_convert
[] =
227 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200,
228 1800, 2400, 4800, 9600, 19200, 38400
235 #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)
237 #if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX)
245 /* The file descriptor for Emacs's input terminal.
246 Under Unix, this is normally zero except when using X;
247 under VMS, we place the input channel number here. */
250 void croak
P_ ((char *));
257 /* Temporary used by `sigblock' when defined in terms of signprocmask. */
259 SIGMASKTYPE sigprocmask_set
;
262 /* Specify a different file descriptor for further input operations. */
271 /* Discard pending input on descriptor input_fd. */
277 struct emacs_tty buf
;
282 /* Discarding input is not safe when the input could contain
283 replies from the X server. So don't do it. */
284 if (read_socket_hook
)
289 SYS$
QIOW (0, input_fd
, IO$_READVBLK
|IO$M_PURGE
, input_iosb
, 0, 0,
290 &buf
.main
, 0, 0, terminator_mask
, 0, 0);
296 ioctl (input_fd
, TIOCFLUSH
, &zero
);
298 #else /* not Apollo */
299 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
300 while (dos_keyread () != -1)
302 #else /* not MSDOS */
303 EMACS_GET_TTY (input_fd
, &buf
);
304 EMACS_SET_TTY (input_fd
, &buf
, 0);
305 #endif /* not MSDOS */
306 #endif /* not Apollo */
308 #endif /* not WINDOWSNT */
313 /* Arrange for character C to be read as the next input from
324 if (read_socket_hook
)
327 /* Should perhaps error if in batch mode */
329 ioctl (input_fd
, TIOCSTI
, &c
);
330 #else /* no TIOCSTI */
331 error ("Cannot stuff terminal input characters in this version of Unix");
332 #endif /* no TIOCSTI */
344 #ifdef INIT_BAUD_RATE
349 #else /* not DOS_NT */
353 SYS$
QIOW (0, input_fd
, IO$_SENSEMODE
, &sg
, 0, 0,
354 &sg
.class, 12, 0, 0, 0, 0 );
355 emacs_ospeed
= sg
.xmit_baud
;
361 tcgetattr (input_fd
, &sg
);
362 emacs_ospeed
= cfgetospeed (&sg
);
363 #if defined (USE_GETOBAUD) && defined (getobaud)
364 /* m88k-motorola-sysv3 needs this (ghazi@noc.rutgers.edu) 9/1/94. */
365 if (emacs_ospeed
== 0)
366 emacs_ospeed
= getobaud (sg
.c_cflag
);
368 #else /* neither VMS nor TERMIOS */
374 tcgetattr (input_fd
, &sg
);
376 ioctl (input_fd
, TCGETA
, &sg
);
378 emacs_ospeed
= sg
.c_cflag
& CBAUD
;
379 #else /* neither VMS nor TERMIOS nor TERMIO */
382 sg
.sg_ospeed
= B9600
;
383 if (ioctl (input_fd
, TIOCGETP
, &sg
) < 0)
385 emacs_ospeed
= sg
.sg_ospeed
;
386 #endif /* not HAVE_TERMIO */
387 #endif /* not HAVE_TERMIOS */
389 #endif /* not DOS_NT */
390 #endif /* not INIT_BAUD_RATE */
393 baud_rate
= (emacs_ospeed
< sizeof baud_convert
/ sizeof baud_convert
[0]
394 ? baud_convert
[emacs_ospeed
] : 9600);
401 set_exclusive_use (fd
)
405 ioctl (fd
, FIOCLEX
, 0);
407 /* Ok to do nothing if this feature does not exist */
412 wait_without_blocking ()
415 wait3 (0, WNOHANG
| WUNTRACED
, 0);
417 croak ("wait_without_blocking");
419 synch_process_alive
= 0;
422 #endif /* not subprocesses */
424 int wait_debugging
; /* Set nonzero to make following function work under dbx
425 (at least for bsd). */
428 wait_for_termination_signal ()
431 /* Wait for subprocess with process id `pid' to terminate and
432 make sure it will get eliminated (not remain forever as a zombie) */
435 wait_for_termination (pid
)
444 status
= SYS$
FORCEX (&pid
, 0, 0);
447 #if defined (BSD_SYSTEM) || (defined (HPUX) && !defined (HPUX_5))
448 /* Note that kill returns -1 even if the process is just a zombie now.
449 But inevitably a SIGCHLD interrupt should be generated
450 and child_sig will do wait3 and make the process go away. */
451 /* There is some indication that there is a bug involved with
452 termination of subprocesses, perhaps involving a kernel bug too,
453 but no idea what it is. Just as a hunch we signal SIGCHLD to see
454 if that causes the problem to go away or get worse. */
455 sigsetmask (sigmask (SIGCHLD
));
456 if (0 > kill (pid
, 0))
458 sigsetmask (SIGEMPTYMASK
);
459 kill (getpid (), SIGCHLD
);
465 sigpause (SIGEMPTYMASK
);
466 #else /* not BSD_SYSTEM, and not HPUX version >= 6 */
467 #if defined (UNIPLUS)
468 if (0 > kill (pid
, 0))
471 #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */
472 #ifdef POSIX_SIGNALS /* would this work for GNU/Linux as well? */
473 sigblock (sigmask (SIGCHLD
));
475 if (kill (pid
, 0) == -1 && errno
== ESRCH
)
477 sigunblock (sigmask (SIGCHLD
));
481 sigsuspend (&empty_mask
);
482 #else /* not POSIX_SIGNALS */
483 #ifdef HAVE_SYSV_SIGPAUSE
485 if (0 > kill (pid
, 0))
491 #else /* not HAVE_SYSV_SIGPAUSE */
495 #else /* not WINDOWSNT */
496 if (0 > kill (pid
, 0))
498 /* Using sleep instead of pause avoids timing error.
499 If the inferior dies just before the sleep,
500 we lose just one second. */
502 #endif /* not WINDOWSNT */
503 #endif /* not HAVE_SYSV_SIGPAUSE */
504 #endif /* not POSIX_SIGNALS */
505 #endif /* not UNIPLUS */
506 #endif /* not BSD_SYSTEM, and not HPUX version >= 6 */
508 #else /* not subprocesses */
511 #else /* not __DJGPP__ > 1 */
513 if (kill (pid
, 0) < 0)
519 if (status
== pid
|| status
== -1)
522 #endif /* not __DJGPP__ > 1*/
523 #endif /* not subprocesses */
530 * flush any pending output
531 * (may flush input as well; it does not matter the way we use it)
535 flush_pending_output (channel
)
539 /* If we try this, we get hit with SIGTTIN, because
540 the child's tty belongs to the child's pgrp. */
543 ioctl (channel
, TCFLSH
, 1);
547 /* 3rd arg should be ignored
548 but some 4.2 kernels actually want the address of an int
549 and nonzero means something different. */
550 ioctl (channel
, TIOCFLUSH
, &zero
);
557 /* Set up the terminal at the other end of a pseudo-terminal that
558 we will be controlling an inferior through.
559 It should not echo or do line-editing, since that is done
560 in Emacs. No padding needed for insertion into an Emacs buffer. */
563 child_setup_tty (out
)
569 EMACS_GET_TTY (out
, &s
);
571 #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS)
572 s
.main
.c_oflag
|= OPOST
; /* Enable output postprocessing */
573 s
.main
.c_oflag
&= ~ONLCR
; /* Disable map of NL to CR-NL on output */
575 s
.main
.c_oflag
&= ~(NLDLY
|CRDLY
|TABDLY
|BSDLY
|VTDLY
|FFDLY
);
576 /* No output delays */
578 s
.main
.c_lflag
&= ~ECHO
; /* Disable echo */
579 s
.main
.c_lflag
|= ISIG
; /* Enable signals */
580 #if 0 /* This causes bugs in (for instance) telnet to certain sites. */
581 s
.main
.c_iflag
&= ~ICRNL
; /* Disable map of CR to NL on input */
582 #ifdef INLCR /* Just being cautious, since I can't check how
583 widespread INLCR is--rms. */
584 s
.main
.c_iflag
&= ~INLCR
; /* Disable map of NL to CR on input */
588 s
.main
.c_iflag
&= ~IUCLC
; /* Disable downcasing on input. */
591 s
.main
.c_iflag
&= ~ISTRIP
; /* don't strip 8th bit on input */
594 s
.main
.c_oflag
&= ~OLCUC
; /* Disable upcasing on output. */
596 s
.main
.c_oflag
&= ~TAB3
; /* Disable tab expansion */
597 s
.main
.c_cflag
= (s
.main
.c_cflag
& ~CSIZE
) | CS8
; /* Don't strip 8th bit */
599 /* Said to be unnecessary: */
600 s
.main
.c_cc
[VMIN
] = 1; /* minimum number of characters to accept */
601 s
.main
.c_cc
[VTIME
] = 0; /* wait forever for at least 1 character */
604 s
.main
.c_lflag
|= ICANON
; /* Enable erase/kill and eof processing */
605 s
.main
.c_cc
[VEOF
] = 04; /* insure that EOF is Control-D */
606 s
.main
.c_cc
[VERASE
] = CDISABLE
; /* disable erase processing */
607 s
.main
.c_cc
[VKILL
] = CDISABLE
; /* disable kill processing */
610 s
.main
.c_cflag
= (s
.main
.c_cflag
& ~CBAUD
) | B9600
; /* baud rate sanity */
613 #ifdef SIGNALS_VIA_CHARACTERS
614 /* the QUIT and INTR character are used in process_send_signal
615 so set them here to something useful. */
616 if (s
.main
.c_cc
[VQUIT
] == CDISABLE
)
617 s
.main
.c_cc
[VQUIT
] = '\\'&037; /* Control-\ */
618 if (s
.main
.c_cc
[VINTR
] == CDISABLE
)
619 s
.main
.c_cc
[VINTR
] = 'C'&037; /* Control-C */
620 #endif /* not SIGNALS_VIA_CHARACTERS */
623 /* AIX enhanced edit loses NULs, so disable it */
626 s
.main
.c_iflag
&= ~ASCEDIT
;
628 /* Also, PTY overloads NUL and BREAK.
629 don't ignore break, but don't signal either, so it looks like NUL. */
630 s
.main
.c_iflag
&= ~IGNBRK
;
631 s
.main
.c_iflag
&= ~BRKINT
;
632 /* rms: Formerly it set s.main.c_cc[VINTR] to 0377 here
633 unconditionally. Then a SIGNALS_VIA_CHARACTERS conditional
634 would force it to 0377. That looks like duplicated code. */
635 #ifndef SIGNALS_VIA_CHARACTERS
636 /* QUIT and INTR work better as signals, so disable character forms */
637 s
.main
.c_cc
[VQUIT
] = CDISABLE
;
638 s
.main
.c_cc
[VINTR
] = CDISABLE
;
639 s
.main
.c_lflag
&= ~ISIG
;
640 #endif /* no TIOCGPGRP or no TIOCGLTC or no TIOCGETC */
641 s
.main
.c_cc
[VEOL
] = CDISABLE
;
642 s
.main
.c_cflag
= (s
.main
.c_cflag
& ~CBAUD
) | B9600
; /* baud rate sanity */
645 #else /* not HAVE_TERMIO */
647 s
.main
.sg_flags
&= ~(ECHO
| CRMOD
| ANYP
| ALLDELAY
| RAW
| LCASE
649 s
.main
.sg_flags
|= LPASS8
;
650 s
.main
.sg_erase
= 0377;
651 s
.main
.sg_kill
= 0377;
652 s
.lmode
= LLITOUT
| s
.lmode
; /* Don't strip 8th bit */
654 #endif /* not HAVE_TERMIO */
656 EMACS_SET_TTY (out
, &s
, 0);
665 ioctl (out
, FIOASYNC
, &zero
);
668 #endif /* not DOS_NT */
672 #endif /* subprocesses */
674 /* Record a signal code and the handler for it. */
678 SIGTYPE (*handler
) P_ ((int));
681 static void save_signal_handlers
P_ ((struct save_signal
*));
682 static void restore_signal_handlers
P_ ((struct save_signal
*));
684 /* Suspend the Emacs process; give terminal to its superior. */
690 /* "Foster" parentage allows emacs to return to a subprocess that attached
691 to the current emacs as a cheaper than starting a whole new process. This
692 is set up by KEPTEDITOR.COM. */
693 unsigned long parent_id
, foster_parent_id
;
696 fpid_string
= getenv ("EMACS_PARENT_PID");
697 if (fpid_string
!= NULL
)
699 sscanf (fpid_string
, "%x", &foster_parent_id
);
700 if (foster_parent_id
!= 0)
701 parent_id
= foster_parent_id
;
703 parent_id
= getppid ();
706 parent_id
= getppid ();
708 xfree (fpid_string
); /* On VMS, this was malloc'd */
710 if (parent_id
&& parent_id
!= 0xffffffff)
712 SIGTYPE (*oldsig
)() = (int) signal (SIGINT
, SIG_IGN
);
713 int status
= LIB$
ATTACH (&parent_id
) & 1;
714 signal (SIGINT
, oldsig
);
723 d_prompt
.l
= sizeof ("Emacs: "); /* Our special prompt */
724 d_prompt
.a
= "Emacs: "; /* Just a reminder */
725 LIB$
SPAWN (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &d_prompt
, 0);
730 #if defined (SIGTSTP) && !defined (MSDOS)
733 int pgrp
= EMACS_GETPGRP (0);
734 EMACS_KILLPG (pgrp
, SIGTSTP
);
737 #else /* No SIGTSTP */
738 #ifdef USG_JOBCTRL /* If you don't know what this is don't mess with it */
739 ptrace (0, 0, 0, 0); /* set for ptrace - caught by csh */
740 kill (getpid (), SIGQUIT
);
742 #else /* No SIGTSTP or USG_JOBCTRL */
744 /* On a system where suspending is not implemented,
745 instead fork a subshell and let it talk directly to the terminal
749 #endif /* no USG_JOBCTRL */
750 #endif /* no SIGTSTP */
754 /* Fork a subshell. */
761 #ifdef DOS_NT /* Demacs 1.1.2 91/10/20 Manabu Higashida */
763 char oldwd
[MAXPATHLEN
+1]; /* Fixed length is safe on MSDOS. */
766 struct save_signal saved_handlers
[5];
768 unsigned char *str
= 0;
771 saved_handlers
[0].code
= SIGINT
;
772 saved_handlers
[1].code
= SIGQUIT
;
773 saved_handlers
[2].code
= SIGTERM
;
775 saved_handlers
[3].code
= SIGIO
;
776 saved_handlers
[4].code
= 0;
778 saved_handlers
[3].code
= 0;
781 /* Mentioning current_buffer->buffer would mean including buffer.h,
782 which somehow wedges the hp compiler. So instead... */
784 dir
= intern ("default-directory");
785 if (NILP (Fboundp (dir
)))
787 dir
= Fsymbol_value (dir
);
791 dir
= expand_and_dir_to_file (Funhandled_file_name_directory (dir
), Qnil
);
792 str
= (unsigned char *) alloca (SCHARS (dir
) + 2);
794 bcopy (SDATA (dir
), str
, len
);
795 if (str
[len
- 1] != '/') str
[len
++] = '/';
802 save_signal_handlers (saved_handlers
);
803 synch_process_alive
= 1;
804 #endif /* __DJGPP__ > 1 */
808 error ("Can't spawn subshell");
815 #ifdef DOS_NT /* MW, Aug 1993 */
818 sh
= (char *) egetenv ("SUSPEND"); /* KFS, 1994-12-14 */
821 sh
= (char *) egetenv ("SHELL");
825 /* Use our buffer's default directory for the subshell. */
827 chdir ((char *) str
);
830 close_process_descs (); /* Close Emacs's pipes/ptys */
833 #ifdef SET_EMACS_PRIORITY
835 extern EMACS_INT emacs_priority
;
837 if (emacs_priority
< 0)
838 nice (-emacs_priority
);
842 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */
844 char *epwd
= getenv ("PWD");
845 char old_pwd
[MAXPATHLEN
+1+4];
847 /* If PWD is set, pass it with corrected value. */
850 strcpy (old_pwd
, epwd
);
851 if (str
[len
- 1] == '/')
853 setenv ("PWD", str
, 1);
858 putenv (old_pwd
); /* restore previous value */
860 #if 0 /* This is also reported if last command executed in subshell failed, KFS */
862 report_file_error ("Can't execute subshell", Fcons (build_string (sh
), Qnil
));
864 #else /* not MSDOS */
866 /* Waits for process completion */
867 pid
= _spawnlp (_P_WAIT
, sh
, sh
, NULL
);
870 write (1, "Can't execute subshell", 22);
871 #else /* not WINDOWSNT */
872 execlp (sh
, sh
, (char *) 0);
873 write (1, "Can't execute subshell", 22);
875 #endif /* not WINDOWSNT */
876 #endif /* not MSDOS */
879 /* Do this now if we did not do it before. */
880 #if !defined (MSDOS) || __DJGPP__ == 1
881 save_signal_handlers (saved_handlers
);
882 synch_process_alive
= 1;
886 wait_for_termination (pid
);
888 restore_signal_handlers (saved_handlers
);
889 synch_process_alive
= 0;
892 #endif /* !MAC_OS8 */
895 save_signal_handlers (saved_handlers
)
896 struct save_signal
*saved_handlers
;
898 while (saved_handlers
->code
)
900 saved_handlers
->handler
901 = (SIGTYPE (*) P_ ((int))) signal (saved_handlers
->code
, SIG_IGN
);
907 restore_signal_handlers (saved_handlers
)
908 struct save_signal
*saved_handlers
;
910 while (saved_handlers
->code
)
912 signal (saved_handlers
->code
, saved_handlers
->handler
);
926 old_fcntl_flags
= fcntl (fd
, F_GETFL
, 0) & ~FASYNC
;
927 fcntl (fd
, F_SETFL
, old_fcntl_flags
| FASYNC
);
929 interrupts_deferred
= 0;
938 #ifdef FASYNC /* F_SETFL does not imply existence of FASYNC */
943 if (read_socket_hook
)
947 sigunblock (sigmask (SIGWINCH
));
949 fcntl (input_fd
, F_SETFL
, old_fcntl_flags
| FASYNC
);
951 interrupts_deferred
= 0;
957 if (read_socket_hook
)
961 sigblock (sigmask (SIGWINCH
));
963 fcntl (input_fd
, F_SETFL
, old_fcntl_flags
);
964 interrupts_deferred
= 1;
967 #else /* no FASYNC */
968 #ifdef STRIDE /* Stride doesn't have FASYNC - use FIOASYNC */
975 if (read_socket_hook
)
978 ioctl (input_fd
, FIOASYNC
, &on
);
979 interrupts_deferred
= 0;
987 if (read_socket_hook
)
990 ioctl (input_fd
, FIOASYNC
, &off
);
991 interrupts_deferred
= 1;
994 #else /* not FASYNC, not STRIDE */
1006 if (read_socket_hook
)
1010 sigaddset (&st
, SIGIO
);
1011 ioctl (input_fd
, FIOASYNC
, &on
);
1012 interrupts_deferred
= 0;
1013 sigprocmask (SIG_UNBLOCK
, &st
, (sigset_t
*)0);
1021 if (read_socket_hook
)
1024 ioctl (input_fd
, FIOASYNC
, &off
);
1025 interrupts_deferred
= 1;
1028 #else /* ! _CX_UX */
1034 if (read_socket_hook
)
1037 croak ("request_sigio");
1043 if (read_socket_hook
)
1046 croak ("unrequest_sigio");
1053 #endif /* F_SETFL */
1055 /* Saving and restoring the process group of Emacs's terminal. */
1059 /* The process group of which Emacs was a member when it initially
1062 If Emacs was in its own process group (i.e. inherited_pgroup ==
1063 getpid ()), then we know we're running under a shell with job
1064 control (Emacs would never be run as part of a pipeline).
1067 If Emacs was not in its own process group, then we know we're
1068 running under a shell (or a caller) that doesn't know how to
1069 separate itself from Emacs (like sh). Emacs must be in its own
1070 process group in order to receive SIGIO correctly. In this
1071 situation, we put ourselves in our own pgroup, forcibly set the
1072 tty's pgroup to our pgroup, and make sure to restore and reinstate
1073 the tty's pgroup just like any other terminal setting. If
1074 inherited_group was not the tty's pgroup, then we'll get a
1075 SIGTTmumble when we try to change the tty's pgroup, and a CONT if
1076 it goes foreground in the future, which is what should happen. */
1077 int inherited_pgroup
;
1079 /* Split off the foreground process group to Emacs alone.
1080 When we are in the foreground, but not started in our own process
1081 group, redirect the TTY to point to our own process group. We need
1082 to be in our own process group to receive SIGIO properly. */
1084 narrow_foreground_group ()
1088 setpgrp (0, inherited_pgroup
);
1089 if (inherited_pgroup
!= me
)
1090 EMACS_SET_TTY_PGRP (input_fd
, &me
);
1094 /* Set the tty to our original foreground group. */
1096 widen_foreground_group ()
1098 if (inherited_pgroup
!= getpid ())
1099 EMACS_SET_TTY_PGRP (input_fd
, &inherited_pgroup
);
1100 setpgrp (0, inherited_pgroup
);
1103 #endif /* BSD_PGRPS */
1105 /* Getting and setting emacs_tty structures. */
1107 /* Set *TC to the parameters associated with the terminal FD.
1108 Return zero if all's well, or -1 if we ran into an error we
1109 couldn't deal with. */
1111 emacs_get_tty (fd
, settings
)
1113 struct emacs_tty
*settings
;
1115 /* Retrieve the primary parameters - baud rate, character size, etcetera. */
1117 /* We have those nifty POSIX tcmumbleattr functions. */
1118 bzero (&settings
->main
, sizeof (settings
->main
));
1119 if (tcgetattr (fd
, &settings
->main
) < 0)
1124 /* The SYSV-style interface? */
1125 if (ioctl (fd
, TCGETA
, &settings
->main
) < 0)
1130 /* Vehemently Monstrous System? :-) */
1131 if (! (SYS$
QIOW (0, fd
, IO$_SENSEMODE
, settings
, 0, 0,
1132 &settings
->main
.class, 12, 0, 0, 0, 0)
1138 /* I give up - I hope you have the BSD ioctls. */
1139 if (ioctl (fd
, TIOCGETP
, &settings
->main
) < 0)
1141 #endif /* not DOS_NT */
1146 /* Suivant - Do we have to get struct ltchars data? */
1148 if (ioctl (fd
, TIOCGLTC
, &settings
->ltchars
) < 0)
1152 /* How about a struct tchars and a wordful of lmode bits? */
1154 if (ioctl (fd
, TIOCGETC
, &settings
->tchars
) < 0
1155 || ioctl (fd
, TIOCLGET
, &settings
->lmode
) < 0)
1159 /* We have survived the tempest. */
1164 /* Set the parameters of the tty on FD according to the contents of
1165 *SETTINGS. If FLUSHP is non-zero, we discard input.
1166 Return 0 if all went well, and -1 if anything failed. */
1169 emacs_set_tty (fd
, settings
, flushp
)
1171 struct emacs_tty
*settings
;
1174 /* Set the primary parameters - baud rate, character size, etcetera. */
1177 /* We have those nifty POSIX tcmumbleattr functions.
1178 William J. Smith <wjs@wiis.wang.com> writes:
1179 "POSIX 1003.1 defines tcsetattr to return success if it was
1180 able to perform any of the requested actions, even if some
1181 of the requested actions could not be performed.
1182 We must read settings back to ensure tty setup properly.
1183 AIX requires this to keep tty from hanging occasionally." */
1184 /* This make sure that we don't loop indefinitely in here. */
1185 for (i
= 0 ; i
< 10 ; i
++)
1186 if (tcsetattr (fd
, flushp
? TCSAFLUSH
: TCSADRAIN
, &settings
->main
) < 0)
1197 bzero (&new, sizeof (new));
1198 /* Get the current settings, and see if they're what we asked for. */
1199 tcgetattr (fd
, &new);
1200 /* We cannot use memcmp on the whole structure here because under
1201 * aix386 the termios structure has some reserved field that may
1204 if ( new.c_iflag
== settings
->main
.c_iflag
1205 && new.c_oflag
== settings
->main
.c_oflag
1206 && new.c_cflag
== settings
->main
.c_cflag
1207 && new.c_lflag
== settings
->main
.c_lflag
1208 && memcmp (new.c_cc
, settings
->main
.c_cc
, NCCS
) == 0)
1216 /* The SYSV-style interface? */
1217 if (ioctl (fd
, flushp
? TCSETAF
: TCSETAW
, &settings
->main
) < 0)
1222 /* Vehemently Monstrous System? :-) */
1223 if (! (SYS$
QIOW (0, fd
, IO$_SETMODE
, &input_iosb
, 0, 0,
1224 &settings
->main
.class, 12, 0, 0, 0, 0)
1230 /* I give up - I hope you have the BSD ioctls. */
1231 if (ioctl (fd
, (flushp
) ? TIOCSETP
: TIOCSETN
, &settings
->main
) < 0)
1233 #endif /* not DOS_NT */
1239 /* Suivant - Do we have to get struct ltchars data? */
1241 if (ioctl (fd
, TIOCSLTC
, &settings
->ltchars
) < 0)
1245 /* How about a struct tchars and a wordful of lmode bits? */
1247 if (ioctl (fd
, TIOCSETC
, &settings
->tchars
) < 0
1248 || ioctl (fd
, TIOCLSET
, &settings
->lmode
) < 0)
1252 /* We have survived the tempest. */
1257 /* The initial tty mode bits */
1258 struct emacs_tty old_tty
;
1260 /* 1 if we have been through init_sys_modes. */
1263 /* 1 if outer tty status has been recorded. */
1267 /* BSD 4.1 needs to keep track of the lmode bits in order to start
1272 #ifndef F_SETOWN_BUG
1274 int old_fcntl_owner
;
1275 #endif /* F_SETOWN */
1276 #endif /* F_SETOWN_BUG */
1278 /* This may also be defined in stdio,
1279 but if so, this does no harm,
1280 and using the same name avoids wasting the other one's space. */
1283 extern char *_sobuf
;
1285 #if defined (USG) || defined (DGUX)
1286 unsigned char _sobuf
[BUFSIZ
+8];
1288 char _sobuf
[BUFSIZ
];
1293 static struct ltchars new_ltchars
= {-1,-1,-1,-1,-1,-1};
1296 static struct tchars new_tchars
= {-1,-1,-1,-1,-1,-1};
1302 struct emacs_tty tty
;
1305 /* cus-start.el complains if delete-exited-processes is not defined */
1306 #ifndef subprocesses
1307 DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes
,
1308 doc
: /* *Non-nil means delete processes immediately when they exit.
1309 nil means don't delete them until `list-processes' is run. */);
1310 delete_exited_processes
= 0;
1312 #endif /* MAC_OS8 */
1316 static int oob_chars
[2] = {0, 1 << 7}; /* catch C-g's */
1317 extern int (*interrupt_signal
) ();
1321 Vtty_erase_char
= Qnil
;
1328 input_ef
= get_kbd_event_flag ();
1329 /* LIB$GET_EF (&input_ef); */
1330 SYS$
CLREF (input_ef
);
1331 waiting_for_ast
= 0;
1333 timer_ef
= get_timer_event_flag ();
1334 /* LIB$GET_EF (&timer_ef); */
1335 SYS$
CLREF (timer_ef
);
1339 LIB$
GET_EF (&process_ef
);
1340 SYS$
CLREF (process_ef
);
1342 if (input_ef
/ 32 != process_ef
/ 32)
1343 croak ("Input and process event flags in different clusters.");
1345 if (input_ef
/ 32 != timer_ef
/ 32)
1346 croak ("Input and timer event flags in different clusters.");
1348 input_eflist
= ((unsigned) 1 << (input_ef
% 32)) |
1349 ((unsigned) 1 << (process_ef
% 32));
1351 timer_eflist
= ((unsigned) 1 << (input_ef
% 32)) |
1352 ((unsigned) 1 << (timer_ef
% 32));
1354 sys_access_reinit ();
1356 #endif /* not VMS */
1359 if (! read_socket_hook
&& EQ (Vwindow_system
, Qnil
))
1360 narrow_foreground_group ();
1363 #ifdef HAVE_WINDOW_SYSTEM
1364 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1365 needs the initialization code below. */
1366 if (!read_socket_hook
&& EQ (Vwindow_system
, Qnil
))
1369 EMACS_GET_TTY (input_fd
, &old_tty
);
1375 #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS)
1376 XSETINT (Vtty_erase_char
, old_tty
.main
.c_cc
[VERASE
]);
1379 /* This allows meta to be sent on 8th bit. */
1380 tty
.main
.c_iflag
&= ~INPCK
; /* don't check input for parity */
1382 tty
.main
.c_iflag
|= (IGNBRK
); /* Ignore break condition */
1383 tty
.main
.c_iflag
&= ~ICRNL
; /* Disable map of CR to NL on input */
1384 #ifdef INLCR /* I'm just being cautious,
1385 since I can't check how widespread INLCR is--rms. */
1386 tty
.main
.c_iflag
&= ~INLCR
; /* Disable map of NL to CR on input */
1389 tty
.main
.c_iflag
&= ~ISTRIP
; /* don't strip 8th bit on input */
1391 tty
.main
.c_lflag
&= ~ECHO
; /* Disable echo */
1392 tty
.main
.c_lflag
&= ~ICANON
; /* Disable erase/kill processing */
1394 tty
.main
.c_lflag
&= ~IEXTEN
; /* Disable other editing characters. */
1396 tty
.main
.c_lflag
|= ISIG
; /* Enable signals */
1399 tty
.main
.c_iflag
|= IXON
; /* Enable start/stop output control */
1401 tty
.main
.c_iflag
&= ~IXANY
;
1405 tty
.main
.c_iflag
&= ~IXON
; /* Disable start/stop output control */
1406 tty
.main
.c_oflag
&= ~ONLCR
; /* Disable map of NL to CR-NL
1408 tty
.main
.c_oflag
&= ~TAB3
; /* Disable tab expansion */
1412 tty
.main
.c_cflag
|= CS8
; /* allow 8th bit on input */
1413 tty
.main
.c_cflag
&= ~PARENB
;/* Don't check parity */
1416 tty
.main
.c_cc
[VINTR
] = quit_char
; /* C-g (usually) gives SIGINT */
1417 /* Set up C-g for both SIGQUIT and SIGINT.
1418 We don't know which we will get, but we handle both alike
1419 so which one it really gives us does not matter. */
1420 tty
.main
.c_cc
[VQUIT
] = quit_char
;
1421 tty
.main
.c_cc
[VMIN
] = 1; /* Input should wait for at least 1 char */
1422 tty
.main
.c_cc
[VTIME
] = 0; /* no matter how long that takes. */
1424 tty
.main
.c_cc
[VSWTCH
] = CDISABLE
; /* Turn off shell layering use
1428 #if defined (mips) || defined (HAVE_TCATTR)
1430 tty
.main
.c_cc
[VSUSP
] = CDISABLE
; /* Turn off mips handling of C-z. */
1433 tty
.main
.c_cc
[V_DSUSP
] = CDISABLE
; /* Turn off mips handling of C-y. */
1434 #endif /* V_DSUSP */
1435 #ifdef VDSUSP /* Some systems have VDSUSP, some have V_DSUSP. */
1436 tty
.main
.c_cc
[VDSUSP
] = CDISABLE
;
1439 tty
.main
.c_cc
[VLNEXT
] = CDISABLE
;
1442 tty
.main
.c_cc
[VREPRINT
] = CDISABLE
;
1443 #endif /* VREPRINT */
1445 tty
.main
.c_cc
[VWERASE
] = CDISABLE
;
1446 #endif /* VWERASE */
1448 tty
.main
.c_cc
[VDISCARD
] = CDISABLE
;
1449 #endif /* VDISCARD */
1454 tty
.main
.c_cc
[VSTART
] = '\021';
1457 tty
.main
.c_cc
[VSTOP
] = '\023';
1463 tty
.main
.c_cc
[VSTART
] = CDISABLE
;
1466 tty
.main
.c_cc
[VSTOP
] = CDISABLE
;
1469 #endif /* mips or HAVE_TCATTR */
1471 #ifdef SET_LINE_DISCIPLINE
1472 /* Need to explicitly request TERMIODISC line discipline or
1473 Ultrix's termios does not work correctly. */
1474 tty
.main
.c_line
= SET_LINE_DISCIPLINE
;
1478 /* AIX enhanced edit loses NULs, so disable it. */
1479 tty
.main
.c_line
= 0;
1480 tty
.main
.c_iflag
&= ~ASCEDIT
;
1482 tty
.main
.c_cc
[VSTRT
] = CDISABLE
;
1483 tty
.main
.c_cc
[VSTOP
] = CDISABLE
;
1484 tty
.main
.c_cc
[VSUSP
] = CDISABLE
;
1485 tty
.main
.c_cc
[VDSUSP
] = CDISABLE
;
1486 #endif /* IBMR2AIX */
1490 tty
.main
.c_cc
[VSTART
] = '\021';
1493 tty
.main
.c_cc
[VSTOP
] = '\023';
1496 /* Also, PTY overloads NUL and BREAK.
1497 don't ignore break, but don't signal either, so it looks like NUL.
1498 This really serves a purpose only if running in an XTERM window
1499 or via TELNET or the like, but does no harm elsewhere. */
1500 tty
.main
.c_iflag
&= ~IGNBRK
;
1501 tty
.main
.c_iflag
&= ~BRKINT
;
1503 #else /* if not HAVE_TERMIO */
1505 tty
.main
.tt_char
|= TT$M_NOECHO
;
1507 tty
.main
.tt_char
|= TT$M_EIGHTBIT
;
1509 tty
.main
.tt_char
|= TT$M_TTSYNC
;
1511 tty
.main
.tt_char
&= ~TT$M_TTSYNC
;
1512 tty
.main
.tt2_char
|= TT2$M_PASTHRU
| TT2$M_XON
;
1513 #else /* not VMS (BSD, that is) */
1515 XSETINT (Vtty_erase_char
, tty
.main
.sg_erase
);
1516 tty
.main
.sg_flags
&= ~(ECHO
| CRMOD
| XTABS
);
1518 tty
.main
.sg_flags
|= ANYP
;
1519 tty
.main
.sg_flags
|= interrupt_input
? RAW
: CBREAK
;
1520 #endif /* not DOS_NT */
1521 #endif /* not VMS (BSD, that is) */
1522 #endif /* not HAVE_TERMIO */
1524 /* If going to use CBREAK mode, we must request C-g to interrupt
1525 and turn off start and stop chars, etc. If not going to use
1526 CBREAK mode, do this anyway so as to turn off local flow
1527 control for user coming over network on 4.2; in this case,
1528 only t_stopc and t_startc really matter. */
1531 /* Note: if not using CBREAK mode, it makes no difference how we
1533 tty
.tchars
= new_tchars
;
1534 tty
.tchars
.t_intrc
= quit_char
;
1537 tty
.tchars
.t_startc
= '\021';
1538 tty
.tchars
.t_stopc
= '\023';
1541 tty
.lmode
= LDECCTQ
| LLITOUT
| LPASS8
| LNOFLSH
| old_tty
.lmode
;
1543 /* Under Ultrix 4.2a, leaving this out doesn't seem to hurt
1544 anything, and leaving it in breaks the meta key. Go figure. */
1545 tty
.lmode
&= ~LLITOUT
;
1552 #endif /* HAVE_TCHARS */
1553 #endif /* not HAVE_TERMIO */
1556 tty
.ltchars
= new_ltchars
;
1557 #endif /* HAVE_LTCHARS */
1558 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
1560 internal_terminal_init ();
1564 EMACS_SET_TTY (input_fd
, &tty
, 0);
1566 /* This code added to insure that, if flow-control is not to be used,
1567 we have an unlocked terminal at the start. */
1570 if (!flow_control
) ioctl (input_fd
, TCXONC
, 1);
1574 if (!flow_control
) ioctl (input_fd
, TIOCSTART
, 0);
1578 #if defined (HAVE_TERMIOS) || defined (HPUX9)
1580 if (!flow_control
) tcflow (input_fd
, TCOON
);
1588 /* IBM's HFT device usually thinks a ^J should be LF/CR. We need it
1589 to be only LF. This is the way that is done. */
1592 if (ioctl (1, HFTGETID
, &tty
) != -1)
1593 write (1, "\033[20l", 5);
1599 /* Appears to do nothing when in PASTHRU mode.
1600 SYS$QIOW (0, input_fd, IO$_SETMODE|IO$M_OUTBAND, 0, 0, 0,
1601 interrupt_signal, oob_chars, 0, 0, 0, 0);
1603 queue_kbd_input (0);
1608 #ifndef F_SETOWN_BUG
1609 #ifdef F_GETOWN /* F_SETFL does not imply existence of F_GETOWN */
1611 && ! read_socket_hook
&& EQ (Vwindow_system
, Qnil
))
1613 old_fcntl_owner
= fcntl (input_fd
, F_GETOWN
, 0);
1614 fcntl (input_fd
, F_SETOWN
, getpid ());
1615 init_sigio (input_fd
);
1617 #endif /* F_GETOWN */
1618 #endif /* F_SETOWN_BUG */
1619 #endif /* F_SETFL */
1622 if (interrupt_input
)
1623 init_sigio (input_fd
);
1626 #ifdef VMS /* VMS sometimes has this symbol but lacks setvbuf. */
1630 /* This symbol is defined on recent USG systems.
1631 Someone says without this call USG won't really buffer the file
1632 even with a call to setbuf. */
1633 setvbuf (stdout
, (char *) _sobuf
, _IOFBF
, sizeof _sobuf
);
1635 setbuf (stdout
, (char *) _sobuf
);
1637 #ifdef HAVE_WINDOW_SYSTEM
1638 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1639 needs the initialization code below. */
1640 if (EQ (Vwindow_system
, Qnil
)
1642 /* When running in tty mode on NT/Win95, we have a read_socket
1643 hook, but still need the rest of the initialization code below. */
1644 && (! read_socket_hook
)
1648 set_terminal_modes ();
1651 && FRAMEP (Vterminal_frame
)
1652 && FRAME_TERMCAP_P (XFRAME (Vterminal_frame
)))
1653 init_frame_faces (XFRAME (Vterminal_frame
));
1655 if (term_initted
&& no_redraw_on_reenter
)
1657 if (display_completed
)
1658 direct_output_forward_char (0);
1663 if (FRAMEP (Vterminal_frame
))
1664 FRAME_GARBAGED_P (XFRAME (Vterminal_frame
)) = 1;
1670 /* Return nonzero if safe to use tabs in output.
1671 At the time this is called, init_sys_modes has not been done yet. */
1676 struct emacs_tty tty
;
1678 EMACS_GET_TTY (input_fd
, &tty
);
1679 return EMACS_TTY_TABS_OK (&tty
);
1682 /* Get terminal size from system.
1683 Store number of lines into *HEIGHTP and width into *WIDTHP.
1684 We store 0 if there's no valid information. */
1687 get_frame_size (widthp
, heightp
)
1688 int *widthp
, *heightp
;
1694 struct winsize size
;
1696 if (ioctl (input_fd
, TIOCGWINSZ
, &size
) == -1)
1697 *widthp
= *heightp
= 0;
1700 *widthp
= size
.ws_col
;
1701 *heightp
= size
.ws_row
;
1707 /* SunOS - style. */
1708 struct ttysize size
;
1710 if (ioctl (input_fd
, TIOCGSIZE
, &size
) == -1)
1711 *widthp
= *heightp
= 0;
1714 *widthp
= size
.ts_cols
;
1715 *heightp
= size
.ts_lines
;
1721 /* Use a fresh channel since the current one may have stale info
1722 (for example, from prior to a suspend); and to avoid a dependency
1723 in the init sequence. */
1725 struct sensemode tty
;
1727 SYS$
ASSIGN (&input_dsc
, &chan
, 0, 0);
1728 SYS$
QIOW (0, chan
, IO$_SENSEMODE
, &tty
, 0, 0,
1729 &tty
.class, 12, 0, 0, 0, 0);
1731 *widthp
= tty
.scr_wid
;
1732 *heightp
= tty
.scr_len
;
1736 *widthp
= ScreenCols ();
1737 *heightp
= ScreenRows ();
1738 #else /* system doesn't know size */
1743 #endif /* not VMS */
1744 #endif /* not SunOS-style */
1745 #endif /* not BSD-style */
1748 /* Set the logical window size associated with descriptor FD
1749 to HEIGHT and WIDTH. This is used mainly with ptys. */
1752 set_window_size (fd
, height
, width
)
1753 int fd
, height
, width
;
1758 struct winsize size
;
1759 size
.ws_row
= height
;
1760 size
.ws_col
= width
;
1762 if (ioctl (fd
, TIOCSWINSZ
, &size
) == -1)
1763 return 0; /* error */
1770 /* SunOS - style. */
1771 struct ttysize size
;
1772 size
.ts_lines
= height
;
1773 size
.ts_cols
= width
;
1775 if (ioctl (fd
, TIOCGSIZE
, &size
) == -1)
1781 #endif /* not SunOS-style */
1782 #endif /* not BSD-style */
1786 /* Prepare the terminal for exiting Emacs; move the cursor to the
1787 bottom of the frame, turn off interrupt-driven I/O, etc. */
1800 #ifdef HAVE_WINDOW_SYSTEM
1801 /* Emacs' window system on MSDOG uses the `internal terminal' and therefore
1802 needs the clean-up code below. */
1803 if (!EQ (Vwindow_system
, Qnil
)
1805 /* When running in tty mode on NT/Win95, we have a read_socket
1806 hook, but still need the rest of the clean-up code below. */
1812 sf
= SELECTED_FRAME ();
1813 cursor_to (FRAME_LINES (sf
) - 1, 0);
1814 clear_end_of_line (FRAME_COLS (sf
));
1815 /* clear_end_of_line may move the cursor */
1816 cursor_to (FRAME_LINES (sf
) - 1, 0);
1817 #if defined (IBMR2AIX) && defined (AIXHFT)
1819 /* HFT devices normally use ^J as a LF/CR. We forced it to
1820 do the LF only. Now, we need to reset it. */
1823 if (ioctl (1, HFTGETID
, &tty
) != -1)
1824 write (1, "\033[20h", 5);
1828 reset_terminal_modes ();
1832 /* Avoid possible loss of output when changing terminal modes. */
1833 fsync (fileno (stdout
));
1838 #ifndef F_SETOWN_BUG
1839 #ifdef F_SETOWN /* F_SETFL does not imply existence of F_SETOWN */
1840 if (interrupt_input
)
1843 fcntl (input_fd
, F_SETOWN
, old_fcntl_owner
);
1845 #endif /* F_SETOWN */
1846 #endif /* F_SETOWN_BUG */
1848 fcntl (input_fd
, F_SETFL
, fcntl (input_fd
, F_GETFL
, 0) & ~O_NDELAY
);
1850 #endif /* F_SETFL */
1852 if (interrupt_input
)
1857 while (EMACS_SET_TTY (input_fd
, &old_tty
, 0) < 0 && errno
== EINTR
)
1860 #ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */
1864 #ifdef SET_LINE_DISCIPLINE
1865 /* Ultrix's termios *ignores* any line discipline except TERMIODISC.
1866 A different old line discipline is therefore not restored, yet.
1867 Restore the old line discipline by hand. */
1868 ioctl (0, TIOCSETD
, &old_tty
.main
.c_line
);
1876 widen_foreground_group ();
1882 /* Set up the proper status flags for use of a pty. */
1888 /* I'm told that TOICREMOTE does not mean control chars
1889 "can't be sent" but rather that they don't have
1890 input-editing or signaling effects.
1891 That should be good, because we have other ways
1892 to do those things in Emacs.
1893 However, telnet mode seems not to work on 4.2.
1894 So TIOCREMOTE is turned off now. */
1896 /* Under hp-ux, if TIOCREMOTE is turned on, some calls
1897 will hang. In particular, the "timeout" feature (which
1898 causes a read to return if there is no data available)
1899 does this. Also it is known that telnet mode will hang
1900 in such a way that Emacs must be stopped (perhaps this
1901 is the same problem).
1903 If TIOCREMOTE is turned off, then there is a bug in
1904 hp-ux which sometimes loses data. Apparently the
1905 code which blocks the master process when the internal
1906 buffer fills up does not work. Other than this,
1907 though, everything else seems to work fine.
1909 Since the latter lossage is more benign, we may as well
1910 lose that way. -- cph */
1912 #if defined(SYSV_PTYS) || defined(UNIX98_PTYS)
1915 ioctl (fd
, FIONBIO
, &on
);
1920 /* On AIX, the parent gets SIGHUP when a pty attached child dies. So, we */
1921 /* ignore SIGHUP once we've started a child on a pty. Note that this may */
1922 /* cause EMACS not to die when it should, i.e., when its own controlling */
1923 /* tty goes away. I've complained to the AIX developers, and they may */
1924 /* change this behavior, but I'm not going to hold my breath. */
1925 signal (SIGHUP
, SIG_IGN
);
1928 #endif /* HAVE_PTYS */
1932 /* Assigning an input channel is done at the start of Emacs execution.
1933 This is called each time Emacs is resumed, also, but does nothing
1934 because input_chain is no longer zero. */
1943 status
= SYS$
ASSIGN (&input_dsc
, &input_fd
, 0, 0);
1949 /* Deassigning the input channel is done before exiting. */
1954 return SYS$
DASSGN (input_fd
);
1959 /* Request reading one character into the keyboard buffer.
1960 This is done as soon as the buffer becomes empty. */
1966 extern kbd_input_ast ();
1968 waiting_for_ast
= 0;
1970 status
= SYS$
QIO (0, input_fd
, IO$_READVBLK
,
1971 &input_iosb
, kbd_input_ast
, 1,
1972 &input_buffer
, 1, 0, terminator_mask
, 0, 0);
1977 /* Ast routine that is called when keyboard input comes in
1978 in accord with the SYS$QIO above. */
1983 register int c
= -1;
1984 int old_errno
= errno
;
1985 extern EMACS_TIME
*input_available_clear_time
;
1987 if (waiting_for_ast
)
1988 SYS$
SETEF (input_ef
);
1989 waiting_for_ast
= 0;
1992 if (input_count
== 25)
1994 printf ("Ast # %d,", input_count
);
1995 printf (" iosb = %x, %x, %x, %x",
1996 input_iosb
.offset
, input_iosb
.status
, input_iosb
.termlen
,
1999 if (input_iosb
.offset
)
2003 printf (", char = 0%o", c
);
2015 struct input_event e
;
2018 e
.kind
= ASCII_KEYSTROKE_EVENT
;
2019 XSETINT (e
.code
, c
);
2020 e
.frame_or_window
= selected_frame
;
2021 kbd_buffer_store_event (&e
);
2023 if (input_available_clear_time
)
2024 EMACS_SET_SECS_USECS (*input_available_clear_time
, 0, 0);
2028 /* Wait until there is something in kbd_buffer. */
2031 wait_for_kbd_input ()
2033 extern int have_process_input
, process_exited
;
2035 /* If already something, avoid doing system calls. */
2036 if (detect_input_pending ())
2040 /* Clear a flag, and tell ast routine above to set it. */
2041 SYS$
CLREF (input_ef
);
2042 waiting_for_ast
= 1;
2043 /* Check for timing error: ast happened while we were doing that. */
2044 if (!detect_input_pending ())
2046 /* No timing error: wait for flag to be set. */
2047 set_waiting_for_input (0);
2048 SYS$
WFLOR (input_ef
, input_eflist
);
2049 clear_waiting_for_input ();
2050 if (!detect_input_pending ())
2051 /* Check for subprocess input availability */
2053 int dsp
= have_process_input
|| process_exited
;
2055 SYS$
CLREF (process_ef
);
2056 if (have_process_input
)
2057 process_command_input ();
2062 update_mode_lines
++;
2063 prepare_menu_bars ();
2064 redisplay_preserve_echo_area (18);
2068 waiting_for_ast
= 0;
2071 /* Get rid of any pending QIO, when we are about to suspend
2072 or when we want to throw away pending input.
2073 We wait for a positive sign that the AST routine has run
2074 and therefore there is no I/O request queued when we return.
2075 SYS$SETAST is used to avoid a timing error. */
2081 printf ("At end_kbd_input.\n");
2085 if (LIB$
AST_IN_PROG ()) /* Don't wait if suspending from kbd_buffer_store_event! */
2087 SYS$
CANCEL (input_fd
);
2092 /* Clear a flag, and tell ast routine above to set it. */
2093 SYS$
CLREF (input_ef
);
2094 waiting_for_ast
= 1;
2096 SYS$
CANCEL (input_fd
);
2098 SYS$
WAITFR (input_ef
);
2099 waiting_for_ast
= 0;
2102 /* Wait for either input available or time interval expiry. */
2105 input_wait_timeout (timeval
)
2106 int timeval
; /* Time to wait, in seconds */
2109 static int zero
= 0;
2110 static int large
= -10000000;
2112 LIB$
EMUL (&timeval
, &large
, &zero
, time
); /* Convert to VMS format */
2114 /* If already something, avoid doing system calls. */
2115 if (detect_input_pending ())
2119 /* Clear a flag, and tell ast routine above to set it. */
2120 SYS$
CLREF (input_ef
);
2121 waiting_for_ast
= 1;
2122 /* Check for timing error: ast happened while we were doing that. */
2123 if (!detect_input_pending ())
2125 /* No timing error: wait for flag to be set. */
2127 if (SYS$
SETIMR (timer_ef
, time
, 0, 1) & 1) /* Set timer */
2128 SYS$
WFLOR (timer_ef
, timer_eflist
); /* Wait for timer expiry or input */
2130 waiting_for_ast
= 0;
2133 /* The standard `sleep' routine works some other way
2134 and it stops working if you have ever quit out of it.
2135 This one continues to work. */
2141 static int zero
= 0;
2142 static int large
= -10000000;
2144 LIB$
EMUL (&timeval
, &large
, &zero
, time
); /* Convert to VMS format */
2147 if (SYS$
SETIMR (timer_ef
, time
, 0, 1) & 1) /* Set timer */
2148 SYS$
WAITFR (timer_ef
); /* Wait for timer expiry only */
2166 croak ("request sigio");
2172 croak ("unrequest sigio");
2177 /* Note that VMS compiler won't accept defined (CANNOT_DUMP). */
2182 #ifndef SYSTEM_MALLOC
2189 /* Some systems that cannot dump also cannot implement these. */
2192 * Return the address of the start of the text segment prior to
2193 * doing an unexec. After unexec the return value is undefined.
2194 * See crt0.c for further explanation and _start.
2198 #if !(defined (__NetBSD__) && defined (__ELF__))
2199 #ifndef HAVE_TEXT_START
2204 return ((char *) TEXT_START
);
2208 return ((char *) csrt
);
2209 #else /* not GOULD */
2210 extern int _start ();
2211 return ((char *) _start
);
2213 #endif /* TEXT_START */
2215 #endif /* not HAVE_TEXT_START */
2219 * Return the address of the start of the data segment prior to
2220 * doing an unexec. After unexec the return value is undefined.
2221 * See crt0.c for further information and definition of data_start.
2223 * Apparently, on BSD systems this is etext at startup. On
2224 * USG systems (swapping) this is highly mmu dependent and
2225 * is also dependent on whether or not the program is running
2226 * with shared text. Generally there is a (possibly large)
2227 * gap between end of text and start of data with shared text.
2229 * On Uniplus+ systems with shared text, data starts at a
2230 * fixed address. Each port (from a given oem) is generally
2231 * different, and the specific value of the start of data can
2232 * be obtained via the UniPlus+ specific "uvar" system call,
2233 * however the method outlined in crt0.c seems to be more portable.
2235 * Probably what will have to happen when a USG unexec is available,
2236 * at least on UniPlus, is temacs will have to be made unshared so
2237 * that text and data are contiguous. Then once loadup is complete,
2238 * unexec will produce a shared executable where the data can be
2239 * at the normal shared text boundary and the startofdata variable
2240 * will be patched by unexec to the correct value.
2244 #ifndef start_of_data
2249 return ((char *) DATA_START
);
2251 #ifdef ORDINARY_LINK
2253 * This is a hack. Since we're not linking crt0.c or pre_crt0.c,
2254 * data_start isn't defined. We take the address of environ, which
2255 * is known to live at or near the start of the system crt0.c, and
2256 * we don't sweat the handful of bytes that might lose.
2258 extern char **environ
;
2260 return ((char *) &environ
);
2262 extern int data_start
;
2263 return ((char *) &data_start
);
2264 #endif /* ORDINARY_LINK */
2265 #endif /* DATA_START */
2267 #endif /* start_of_data */
2268 #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */
2270 /* init_system_name sets up the string for the Lisp function
2271 system-name to return. */
2277 extern Lisp_Object Vsystem_name
;
2282 #include <sys/socket.h>
2284 #endif /* HAVE_SOCKETS */
2285 #endif /* not VMS */
2286 #endif /* not BSD4_1 */
2289 #ifndef HAVE_H_ERRNO
2292 #endif /* TRY_AGAIN */
2298 Vsystem_name
= build_string (sysname
);
2302 if ((sp
= egetenv ("SYS$NODE")) == 0)
2303 Vsystem_name
= build_string ("vax-vms");
2304 else if ((end
= index (sp
, ':')) == 0)
2305 Vsystem_name
= build_string (sp
);
2307 Vsystem_name
= make_string (sp
, end
- sp
);
2309 #ifndef HAVE_GETHOSTNAME
2312 Vsystem_name
= build_string (uts
.nodename
);
2313 #else /* HAVE_GETHOSTNAME */
2314 unsigned int hostname_size
= 256;
2315 char *hostname
= (char *) alloca (hostname_size
);
2317 /* Try to get the host name; if the buffer is too short, try
2318 again. Apparently, the only indication gethostname gives of
2319 whether the buffer was large enough is the presence or absence
2320 of a '\0' in the string. Eech. */
2323 gethostname (hostname
, hostname_size
- 1);
2324 hostname
[hostname_size
- 1] = '\0';
2326 /* Was the buffer large enough for the '\0'? */
2327 if (strlen (hostname
) < hostname_size
- 1)
2330 hostname_size
<<= 1;
2331 hostname
= (char *) alloca (hostname_size
);
2334 /* Turn the hostname into the official, fully-qualified hostname.
2335 Don't do this if we're going to dump; this can confuse system
2336 libraries on some machines and make the dumped emacs core dump. */
2339 #endif /* not CANNOT_DUMP */
2340 if (! index (hostname
, '.'))
2344 for (count
= 0;; count
++)
2349 hp
= gethostbyname (hostname
);
2351 if (! (hp
== 0 && h_errno
== TRY_AGAIN
))
2356 Fsleep_for (make_number (1), Qnil
);
2360 char *fqdn
= (char *) hp
->h_name
;
2365 if (!index (fqdn
, '.'))
2367 /* We still don't have a fully qualified domain name.
2368 Try to find one in the list of alternate names */
2369 char **alias
= hp
->h_aliases
;
2370 while (*alias
&& !index (*alias
, '.'))
2377 /* Convert the host name to lower case. */
2378 /* Using ctype.h here would introduce a possible locale
2379 dependence that is probably wrong for hostnames. */
2383 if (*p
>= 'A' && *p
<= 'Z')
2390 #endif /* HAVE_SOCKETS */
2391 /* We used to try using getdomainname here,
2392 but NIIBE Yutaka <gniibe@etl.go.jp> says that
2393 getdomainname gets the NIS/YP domain which often is not the same
2394 as in Internet domain name. */
2395 #if 0 /* Turned off because sysinfo is not really likely to return the
2396 correct Internet domain. */
2397 #if (HAVE_SYSINFO && defined (SI_SRPC_DOMAIN))
2398 if (! index (hostname
, '.'))
2400 /* The hostname is not fully qualified. Append the domain name. */
2402 int hostlen
= strlen (hostname
);
2403 int domain_size
= 256;
2407 char *domain
= (char *) alloca (domain_size
+ 1);
2408 char *fqdn
= (char *) alloca (hostlen
+ 1 + domain_size
+ 1);
2409 int sys_domain_size
= sysinfo (SI_SRPC_DOMAIN
, domain
, domain_size
);
2410 if (sys_domain_size
<= 0)
2412 if (domain_size
< sys_domain_size
)
2414 domain_size
= sys_domain_size
;
2417 strcpy (fqdn
, hostname
);
2418 if (domain
[0] == '.')
2419 strcpy (fqdn
+ hostlen
, domain
);
2420 else if (domain
[0] != 0)
2422 fqdn
[hostlen
] = '.';
2423 strcpy (fqdn
+ hostlen
+ 1, domain
);
2429 #endif /* HAVE_SYSINFO && defined (SI_SRPC_DOMAIN) */
2431 Vsystem_name
= build_string (hostname
);
2432 #endif /* HAVE_GETHOSTNAME */
2437 for (p
= SDATA (Vsystem_name
); *p
; p
++)
2438 if (*p
== ' ' || *p
== '\t')
2445 #if !defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)
2447 #include "sysselect.h"
2450 #if defined (HAVE_X_WINDOWS) && !defined (HAVE_SELECT)
2451 /* Cause explanatory error message at compile time,
2452 since the select emulation is not good enough for X. */
2453 int *x
= &x_windows_lose_if_no_select_system_call
;
2456 /* Emulate as much as select as is possible under 4.1 and needed by Gnu Emacs
2457 * Only checks read descriptors.
2459 /* How long to wait between checking fds in select */
2460 #define SELECT_PAUSE 1
2463 /* For longjmp'ing back to read_input_waiting. */
2465 jmp_buf read_alarm_throw
;
2467 /* Nonzero if the alarm signal should throw back to read_input_waiting.
2468 The read_socket_hook function sets this to 1 while it is waiting. */
2470 int read_alarm_should_throw
;
2478 #else /* not BSD4_1 */
2479 signal (SIGALRM
, SIG_IGN
);
2480 #endif /* not BSD4_1 */
2481 SIGNAL_THREAD_CHECK (SIGALRM
);
2482 if (read_alarm_should_throw
)
2483 longjmp (read_alarm_throw
, 1);
2487 /* Only rfds are checked. */
2489 sys_select (nfds
, rfds
, wfds
, efds
, timeout
)
2491 SELECT_TYPE
*rfds
, *wfds
, *efds
;
2492 EMACS_TIME
*timeout
;
2498 extern int proc_buffered_char
[];
2499 #ifndef subprocesses
2500 int process_tick
= 0, update_tick
= 0;
2502 extern int process_tick
, update_tick
;
2506 #if defined (HAVE_SELECT) && defined (HAVE_X_WINDOWS)
2507 /* If we're using X, then the native select will work; we only need the
2508 emulation for non-X usage. */
2509 if (!NILP (Vwindow_system
))
2510 return select (nfds
, rfds
, wfds
, efds
, timeout
);
2512 timeoutval
= timeout
? EMACS_SECS (*timeout
) : 100000;
2513 local_timeout
= &timeoutval
;
2525 /* If we are looking only for the terminal, with no timeout,
2526 just read it and wait -- that's more efficient. */
2527 if (*local_timeout
== 100000 && process_tick
== update_tick
2528 && FD_ISSET (0, &orfds
))
2531 for (fd
= 1; fd
< nfds
; ++fd
)
2532 if (FD_ISSET (fd
, &orfds
))
2534 if (! detect_input_pending ())
2535 read_input_waiting ();
2541 /* Once a second, till the timer expires, check all the flagged read
2542 * descriptors to see if any input is available. If there is some then
2543 * set the corresponding bit in the return copy of rfds.
2547 register int to_check
, fd
;
2551 for (to_check
= nfds
, fd
= 0; --to_check
>= 0; fd
++)
2553 if (FD_ISSET (fd
, &orfds
))
2555 int avail
= 0, status
= 0;
2558 avail
= detect_input_pending (); /* Special keyboard handler */
2562 status
= ioctl (fd
, FIONREAD
, &avail
);
2563 #else /* no FIONREAD */
2564 /* Hoping it will return -1 if nothing available
2565 or 0 if all 0 chars requested are read. */
2566 if (proc_buffered_char
[fd
] >= 0)
2570 avail
= read (fd
, &buf
, 1);
2572 proc_buffered_char
[fd
] = buf
;
2574 #endif /* no FIONREAD */
2576 if (status
>= 0 && avail
> 0)
2584 if (*local_timeout
== 0 || ravail
!= 0 || process_tick
!= update_tick
)
2587 turn_on_atimers (0);
2588 signal (SIGALRM
, select_alarm
);
2590 alarm (SELECT_PAUSE
);
2592 /* Wait for a SIGALRM (or maybe a SIGTINT) */
2593 while (select_alarmed
== 0 && *local_timeout
!= 0
2594 && process_tick
== update_tick
)
2596 /* If we are interested in terminal input,
2597 wait by reading the terminal.
2598 That makes instant wakeup for terminal input at least. */
2599 if (FD_ISSET (0, &orfds
))
2601 read_input_waiting ();
2602 if (detect_input_pending ())
2608 (*local_timeout
) -= SELECT_PAUSE
;
2610 /* Reset the old alarm if there was one. */
2611 turn_on_atimers (1);
2613 if (*local_timeout
== 0) /* Stop on timer being cleared */
2618 #endif /* not WINDOWSNT */
2620 /* Read keyboard input into the standard buffer,
2621 waiting for at least one character. */
2624 read_input_waiting ()
2627 extern int quit_char
;
2629 if (read_socket_hook
)
2631 struct input_event hold_quit
;
2633 EVENT_INIT (hold_quit
);
2634 hold_quit
.kind
= NO_EVENT
;
2636 read_alarm_should_throw
= 0;
2637 if (! setjmp (read_alarm_throw
))
2638 nread
= (*read_socket_hook
) (0, 1, &hold_quit
);
2642 if (hold_quit
.kind
!= NO_EVENT
)
2643 kbd_buffer_store_event (&hold_quit
);
2647 struct input_event e
;
2649 nread
= read (fileno (stdin
), buf
, 1);
2652 /* Scan the chars for C-g and store them in kbd_buffer. */
2653 e
.kind
= ASCII_KEYSTROKE_EVENT
;
2654 e
.frame_or_window
= selected_frame
;
2656 for (i
= 0; i
< nread
; i
++)
2658 /* Convert chars > 0177 to meta events if desired.
2659 We do this under the same conditions that read_avail_input does. */
2660 if (read_socket_hook
== 0)
2662 /* If the user says she has a meta key, then believe her. */
2663 if (meta_key
== 1 && (buf
[i
] & 0x80))
2664 e
.modifiers
= meta_modifier
;
2669 XSETINT (e
.code
, buf
[i
]);
2670 kbd_buffer_store_event (&e
);
2671 /* Don't look at input that follows a C-g too closely.
2672 This reduces lossage due to autorepeat on C-g. */
2673 if (buf
[i
] == quit_char
)
2679 #endif /* not HAVE_SELECT */
2680 #endif /* not VMS */
2681 #endif /* not MSDOS */
2690 lmode
= LINTRUP
| lmode
;
2691 ioctl (fd
, TIOCLSET
, &lmode
);
2699 lmode
= ~LINTRUP
& lmode
;
2700 ioctl (0, TIOCLSET
, &lmode
);
2708 interrupts_deferred
= 0;
2716 interrupts_deferred
= 1;
2719 /* still inside #ifdef BSD4_1 */
2722 int sigheld
; /* Mask of held signals */
2728 sigheld
|= sigbit (signum
);
2736 sigheld
|= sigbit (signum
);
2743 sigheld
&= ~sigbit (signum
);
2748 sigfree () /* Free all held signals */
2751 for (i
= 0; i
< NSIG
; i
++)
2752 if (sigheld
& sigbit (i
))
2760 return 1 << (i
- 1);
2762 #endif /* subprocesses */
2765 /* POSIX signals support - DJB */
2766 /* Anyone with POSIX signals should have ANSI C declarations */
2768 #ifdef POSIX_SIGNALS
2770 sigset_t empty_mask
, full_mask
;
2773 sys_signal (int signal_number
, signal_handler_t action
)
2775 struct sigaction new_action
, old_action
;
2776 sigemptyset (&new_action
.sa_mask
);
2777 new_action
.sa_handler
= action
;
2778 #if defined (SA_RESTART) && ! defined (BROKEN_SA_RESTART) && !defined(SYNC_INPUT)
2779 /* Emacs mostly works better with restartable system services. If this
2780 flag exists, we probably want to turn it on here.
2781 However, on some systems this resets the timeout of `select'
2782 which means that `select' never finishes if it keeps getting signals.
2783 BROKEN_SA_RESTART is defined on those systems. */
2784 /* It's not clear why the comment above says "mostly works better". --Stef
2785 When SYNC_INPUT is set, we don't want SA_RESTART because we need to poll
2786 for pending input so we need long-running syscalls to be interrupted
2787 after a signal that sets the interrupt_input_pending flag. */
2788 new_action
.sa_flags
= SA_RESTART
;
2790 new_action
.sa_flags
= 0;
2792 sigaction (signal_number
, &new_action
, &old_action
);
2793 return (old_action
.sa_handler
);
2797 /* If we're compiling with GCC, we don't need this function, since it
2798 can be written as a macro. */
2800 sys_sigmask (int sig
)
2803 sigemptyset (&mask
);
2804 sigaddset (&mask
, sig
);
2809 /* I'd like to have these guys return pointers to the mask storage in here,
2810 but there'd be trouble if the code was saving multiple masks. I'll be
2811 safe and pass the structure. It normally won't be more than 2 bytes
2815 sys_sigblock (sigset_t new_mask
)
2818 sigprocmask (SIG_BLOCK
, &new_mask
, &old_mask
);
2823 sys_sigunblock (sigset_t new_mask
)
2826 sigprocmask (SIG_UNBLOCK
, &new_mask
, &old_mask
);
2831 sys_sigsetmask (sigset_t new_mask
)
2834 sigprocmask (SIG_SETMASK
, &new_mask
, &old_mask
);
2838 #endif /* POSIX_SIGNALS */
2840 #if !defined HAVE_STRSIGNAL && !HAVE_DECL_SYS_SIGLIST
2841 static char *my_sys_siglist
[NSIG
];
2845 # define sys_siglist my_sys_siglist
2851 #ifdef POSIX_SIGNALS
2852 sigemptyset (&empty_mask
);
2853 sigfillset (&full_mask
);
2856 #if !defined HAVE_STRSIGNAL && !HAVE_DECL_SYS_SIGLIST
2860 sys_siglist
[SIGABRT
] = "Aborted";
2863 sys_siglist
[SIGAIO
] = "LAN I/O interrupt";
2866 sys_siglist
[SIGALRM
] = "Alarm clock";
2869 sys_siglist
[SIGBUS
] = "Bus error";
2872 sys_siglist
[SIGCLD
] = "Child status changed";
2875 sys_siglist
[SIGCHLD
] = "Child status changed";
2878 sys_siglist
[SIGCONT
] = "Continued";
2881 sys_siglist
[SIGDANGER
] = "Swap space dangerously low";
2884 sys_siglist
[SIGDGNOTIFY
] = "Notification message in queue";
2887 sys_siglist
[SIGEMT
] = "Emulation trap";
2890 sys_siglist
[SIGFPE
] = "Arithmetic exception";
2893 sys_siglist
[SIGFREEZE
] = "SIGFREEZE";
2896 sys_siglist
[SIGGRANT
] = "Monitor mode granted";
2899 sys_siglist
[SIGHUP
] = "Hangup";
2902 sys_siglist
[SIGILL
] = "Illegal instruction";
2905 sys_siglist
[SIGINT
] = "Interrupt";
2908 sys_siglist
[SIGIO
] = "I/O possible";
2911 sys_siglist
[SIGIOINT
] = "I/O intervention required";
2914 sys_siglist
[SIGIOT
] = "IOT trap";
2917 sys_siglist
[SIGKILL
] = "Killed";
2920 sys_siglist
[SIGLOST
] = "Resource lost";
2923 sys_siglist
[SIGLWP
] = "SIGLWP";
2926 sys_siglist
[SIGMSG
] = "Monitor mode data available";
2929 sys_siglist
[SIGWIND
] = "SIGPHONE";
2932 sys_siglist
[SIGPIPE
] = "Broken pipe";
2935 sys_siglist
[SIGPOLL
] = "Pollable event occurred";
2938 sys_siglist
[SIGPROF
] = "Profiling timer expired";
2941 sys_siglist
[SIGPTY
] = "PTY I/O interrupt";
2944 sys_siglist
[SIGPWR
] = "Power-fail restart";
2947 sys_siglist
[SIGQUIT
] = "Quit";
2950 sys_siglist
[SIGRETRACT
] = "Need to relinguish monitor mode";
2953 sys_siglist
[SIGSAK
] = "Secure attention";
2956 sys_siglist
[SIGSEGV
] = "Segmentation violation";
2959 sys_siglist
[SIGSOUND
] = "Sound completed";
2962 sys_siglist
[SIGSTOP
] = "Stopped (signal)";
2965 sys_siglist
[SIGSTP
] = "Stopped (user)";
2968 sys_siglist
[SIGSYS
] = "Bad argument to system call";
2971 sys_siglist
[SIGTERM
] = "Terminated";
2974 sys_siglist
[SIGTHAW
] = "SIGTHAW";
2977 sys_siglist
[SIGTRAP
] = "Trace/breakpoint trap";
2980 sys_siglist
[SIGTSTP
] = "Stopped (user)";
2983 sys_siglist
[SIGTTIN
] = "Stopped (tty input)";
2986 sys_siglist
[SIGTTOU
] = "Stopped (tty output)";
2989 sys_siglist
[SIGURG
] = "Urgent I/O condition";
2992 sys_siglist
[SIGUSR1
] = "User defined signal 1";
2995 sys_siglist
[SIGUSR2
] = "User defined signal 2";
2998 sys_siglist
[SIGVTALRM
] = "Virtual timer expired";
3001 sys_siglist
[SIGWAITING
] = "Process's LWPs are blocked";
3004 sys_siglist
[SIGWINCH
] = "Window size changed";
3007 sys_siglist
[SIGWIND
] = "SIGWIND";
3010 sys_siglist
[SIGXCPU
] = "CPU time limit exceeded";
3013 sys_siglist
[SIGXFSZ
] = "File size limit exceeded";
3016 #endif /* !defined HAVE_STRSIGNAL && !defined HAVE_DECL_SYS_SIGLIST */
3025 /* Figure out how many bits the system's random number generator uses.
3026 `random' and `lrand48' are assumed to return 31 usable bits.
3027 BSD `rand' returns a 31 bit value but the low order bits are unusable;
3028 so we'll shift it and treat it like the 15-bit USG `rand'. */
3032 # define RAND_BITS 31
3033 # else /* !HAVE_RANDOM */
3034 # ifdef HAVE_LRAND48
3035 # define RAND_BITS 31
3036 # define random lrand48
3037 # else /* !HAVE_LRAND48 */
3038 # define RAND_BITS 15
3039 # if RAND_MAX == 32767
3040 # define random rand
3041 # else /* RAND_MAX != 32767 */
3042 # if RAND_MAX == 2147483647
3043 # define random() (rand () >> 16)
3044 # else /* RAND_MAX != 2147483647 */
3046 # define random rand
3048 # define random() (rand () >> 16)
3050 # endif /* RAND_MAX != 2147483647 */
3051 # endif /* RAND_MAX != 32767 */
3052 # endif /* !HAVE_LRAND48 */
3053 # endif /* !HAVE_RANDOM */
3054 #endif /* !RAND_BITS */
3061 srandom ((unsigned int)arg
);
3063 # ifdef HAVE_LRAND48
3066 srand ((unsigned int)arg
);
3072 * Build a full Emacs-sized word out of whatever we've got.
3073 * This suffices even for a 64-bit architecture with a 15-bit rand.
3078 long val
= random ();
3079 #if VALBITS > RAND_BITS
3080 val
= (val
<< RAND_BITS
) ^ random ();
3081 #if VALBITS > 2*RAND_BITS
3082 val
= (val
<< RAND_BITS
) ^ random ();
3083 #if VALBITS > 3*RAND_BITS
3084 val
= (val
<< RAND_BITS
) ^ random ();
3085 #if VALBITS > 4*RAND_BITS
3086 val
= (val
<< RAND_BITS
) ^ random ();
3087 #endif /* need at least 5 */
3088 #endif /* need at least 4 */
3089 #endif /* need at least 3 */
3090 #endif /* need at least 2 */
3091 return val
& ((1L << VALBITS
) - 1);
3094 #ifdef WRONG_NAME_INSQUE
3107 /* If any place else asks for the TERM variable,
3108 allow it to be overridden with the EMACS_TERM variable
3109 before attempting to translate the logical name TERM. As a last
3110 resort, ask for VAX C's special idea of the TERM variable. */
3117 static char buf
[256];
3118 static struct dsc$descriptor_s equiv
3119 = {sizeof (buf
), DSC$K_DTYPE_T
, DSC$K_CLASS_S
, buf
};
3120 static struct dsc$descriptor_s d_name
3121 = {0, DSC$K_DTYPE_T
, DSC$K_CLASS_S
, 0};
3124 if (!strcmp (name
, "TERM"))
3126 val
= (char *) getenv ("EMACS_TERM");
3131 d_name
.dsc$w_length
= strlen (name
);
3132 d_name
.dsc$a_pointer
= name
;
3133 if (LIB$
SYS_TRNLOG (&d_name
, &eqlen
, &equiv
) == 1)
3135 char *str
= (char *) xmalloc (eqlen
+ 1);
3136 bcopy (buf
, str
, eqlen
);
3138 /* This is a storage leak, but a pain to fix. With luck,
3139 no one will ever notice. */
3142 return (char *) getenv (name
);
3147 /* Since VMS doesn't believe in core dumps, the only way to debug this beast is
3148 to force a call on the debugger from within the image. */
3153 LIB$
SIGNAL (SS$_DEBUG
);
3159 #ifdef LINK_CRTL_SHARE
3160 #ifdef SHARABLE_LIB_BUG
3161 /* Variables declared noshare and initialized in sharable libraries
3162 cannot be shared. The VMS linker incorrectly forces you to use a private
3163 version which is uninitialized... If not for this "feature", we
3164 could use the C library definition of sys_nerr and sys_errlist. */
3166 char *sys_errlist
[] =
3170 "no such file or directory",
3172 "interrupted system call",
3174 "no such device or address",
3175 "argument list too long",
3176 "exec format error",
3179 "no more processes",
3180 "not enough memory",
3181 "permission denied",
3183 "block device required",
3184 "mount devices busy",
3186 "cross-device link",
3191 "file table overflow",
3192 "too many open files",
3196 "no space left on device",
3198 "read-only file system",
3204 "vax/vms specific error code nontranslatable error"
3206 #endif /* SHARABLE_LIB_BUG */
3207 #endif /* LINK_CRTL_SHARE */
3210 #ifndef HAVE_STRERROR
3216 extern char *sys_errlist
[];
3217 extern int sys_nerr
;
3219 if (errnum
>= 0 && errnum
< sys_nerr
)
3220 return sys_errlist
[errnum
];
3221 return (char *) "Unknown error";
3223 #endif /* not WINDOWSNT */
3224 #endif /* ! HAVE_STRERROR */
3227 emacs_open (path
, oflag
, mode
)
3231 register int rtnval
;
3234 if (oflag
& O_CREAT
)
3235 return creat (path
, mode
);
3238 while ((rtnval
= open (path
, oflag
, mode
)) == -1
3239 && (errno
== EINTR
))
3249 register int rtnval
;
3251 while ((rtnval
= close (fd
)) == -1
3252 && (errno
== EINTR
))
3255 /* If close is interrupted SunOS 4.1 may or may not have closed the
3256 file descriptor. If it did the second close will fail with
3257 errno = EBADF. That means we have succeeded. */
3258 if (rtnval
== -1 && did_retry
&& errno
== EBADF
)
3265 emacs_read (fildes
, buf
, nbyte
)
3270 register int rtnval
;
3272 while ((rtnval
= read (fildes
, buf
, nbyte
)) == -1
3273 && (errno
== EINTR
))
3279 emacs_write (fildes
, buf
, nbyte
)
3284 register int rtnval
, bytes_written
;
3290 rtnval
= write (fildes
, buf
, nbyte
);
3297 /* I originally used `QUIT' but that might causes files to
3298 be truncated if you hit C-g in the middle of it. --Stef */
3299 if (interrupt_input_pending
)
3300 handle_async_input ();
3305 return (bytes_written
? bytes_written
: -1);
3310 bytes_written
+= rtnval
;
3312 return (bytes_written
);
3317 * All of the following are for USG.
3319 * On USG systems the system calls are INTERRUPTIBLE by signals
3320 * that the user program has elected to catch. Thus the system call
3321 * must be retried in these cases. To handle this without massive
3322 * changes in the source code, we remap the standard system call names
3323 * to names for our own functions in sysdep.c that do the system call
3324 * with retries. Actually, for portability reasons, it is good
3325 * programming practice, as this example shows, to limit all actual
3326 * system calls to a single occurrence in the source. Sure, this
3327 * adds an extra level of function call overhead but it is almost
3328 * always negligible. Fred Fish, Unisoft Systems Inc.
3332 * Warning, this function may not duplicate 4.2 action properly
3333 * under error conditions.
3337 /* In 4.1, param.h fails to define this. */
3338 #define MAXPATHLEN 1024
3347 char *npath
, *spath
;
3348 extern char *getcwd ();
3350 BLOCK_INPUT
; /* getcwd uses malloc */
3351 spath
= npath
= getcwd ((char *) 0, MAXPATHLEN
);
3357 /* On Altos 3068, getcwd can return @hostname/dir, so discard
3358 up to first slash. Should be harmless on other systems. */
3359 while (*npath
&& *npath
!= '/')
3361 strcpy (pathname
, npath
);
3362 free (spath
); /* getcwd uses malloc */
3367 #endif /* HAVE_GETWD */
3370 * Emulate rename using unlink/link. Note that this is
3371 * only partially correct. Also, doesn't enforce restriction
3372 * that files be of same type (regular->regular, dir->dir, etc).
3381 if (access (from
, 0) == 0)
3384 if (link (from
, to
) == 0)
3385 if (unlink (from
) == 0)
3397 /* HPUX curses library references perror, but as far as we know
3398 it won't be called. Anyway this definition will do for now. */
3404 #endif /* not HAVE_PERROR */
3410 * Emulate BSD dup2. First close newd if it already exists.
3411 * Then, attempt to dup oldd. If not successful, call dup2 recursively
3412 * until we are, then close the unsuccessful ones.
3419 register int fd
, ret
;
3424 return fcntl (oldd
, F_DUPFD
, newd
);
3431 ret
= dup2 (old
,new);
3437 #endif /* not HAVE_DUP2 */
3440 * Gettimeofday. Simulate as much as possible. Only accurate
3441 * to nearest second. Emacs doesn't use tzp so ignore it for now.
3442 * Only needed when subprocesses are defined.
3447 #ifndef HAVE_GETTIMEOFDAY
3452 gettimeofday (tp
, tzp
)
3454 struct timezone
*tzp
;
3456 extern long time ();
3458 tp
->tv_sec
= time ((long *)0);
3461 tzp
->tz_minuteswest
= -1;
3468 #endif /* subprocess && !HAVE_GETTIMEOFDAY && HAVE_TIMEVAL && !VMS */
3471 * This function will go away as soon as all the stubs fixed. (fnf)
3478 printf ("%s not yet implemented\r\n", badfunc
);
3485 /* Directory routines for systems that don't have them. */
3487 #ifdef SYSV_SYSTEM_DIR
3491 #if defined (BROKEN_CLOSEDIR) || !defined (HAVE_CLOSEDIR)
3495 register DIR *dirp
; /* stream from opendir */
3499 rtnval
= emacs_close (dirp
->dd_fd
);
3501 /* Some systems (like Solaris) allocate the buffer and the DIR all
3502 in one block. Why in the world are we freeing this ourselves
3504 #if ! (defined (sun) && defined (USG5_4))
3505 xfree ((char *) dirp
->dd_buf
); /* directory block defined in <dirent.h> */
3507 xfree ((char *) dirp
);
3511 #endif /* BROKEN_CLOSEDIR or not HAVE_CLOSEDIR */
3512 #endif /* SYSV_SYSTEM_DIR */
3514 #ifdef NONSYSTEM_DIR_LIBRARY
3518 char *filename
; /* name of directory */
3520 register DIR *dirp
; /* -> malloc'ed storage */
3521 register int fd
; /* file descriptor for read */
3522 struct stat sbuf
; /* result of fstat */
3524 fd
= emacs_open (filename
, O_RDONLY
, 0);
3529 if (fstat (fd
, &sbuf
) < 0
3530 || (sbuf
.st_mode
& S_IFMT
) != S_IFDIR
3531 || (dirp
= (DIR *) xmalloc (sizeof (DIR))) == 0)
3535 return 0; /* bad luck today */
3540 dirp
->dd_loc
= dirp
->dd_size
= 0; /* refill needed */
3547 register DIR *dirp
; /* stream from opendir */
3549 emacs_close (dirp
->dd_fd
);
3550 xfree ((char *) dirp
);
3558 ino_t od_ino
; /* inode */
3559 char od_name
[DIRSIZ
]; /* filename */
3561 #endif /* not VMS */
3563 struct direct dir_static
; /* simulated directory contents */
3568 register DIR *dirp
; /* stream from opendir */
3571 register struct olddir
*dp
; /* -> directory data */
3573 register struct dir$_name
*dp
; /* -> directory data */
3574 register struct dir$_version
*dv
; /* -> version data */
3579 if (dirp
->dd_loc
>= dirp
->dd_size
)
3580 dirp
->dd_loc
= dirp
->dd_size
= 0;
3582 if (dirp
->dd_size
== 0 /* refill buffer */
3583 && (dirp
->dd_size
= emacs_read (dirp
->dd_fd
, dirp
->dd_buf
, DIRBLKSIZ
)) <= 0)
3587 dp
= (struct olddir
*) &dirp
->dd_buf
[dirp
->dd_loc
];
3588 dirp
->dd_loc
+= sizeof (struct olddir
);
3590 if (dp
->od_ino
!= 0) /* not deleted entry */
3592 dir_static
.d_ino
= dp
->od_ino
;
3593 strncpy (dir_static
.d_name
, dp
->od_name
, DIRSIZ
);
3594 dir_static
.d_name
[DIRSIZ
] = '\0';
3595 dir_static
.d_namlen
= strlen (dir_static
.d_name
);
3596 dir_static
.d_reclen
= sizeof (struct direct
)
3598 + dir_static
.d_namlen
- dir_static
.d_namlen
% 4;
3599 return &dir_static
; /* -> simulated structure */
3602 dp
= (struct dir$_name
*) dirp
->dd_buf
;
3603 if (dirp
->dd_loc
== 0)
3604 dirp
->dd_loc
= (dp
->dir$b_namecount
&1) ? dp
->dir$b_namecount
+ 1
3605 : dp
->dir$b_namecount
;
3606 dv
= (struct dir$_version
*)&dp
->dir$t_name
[dirp
->dd_loc
];
3607 dir_static
.d_ino
= dv
->dir$w_fid_num
;
3608 dir_static
.d_namlen
= dp
->dir$b_namecount
;
3609 dir_static
.d_reclen
= sizeof (struct direct
)
3611 + dir_static
.d_namlen
- dir_static
.d_namlen
% 4;
3612 strncpy (dir_static
.d_name
, dp
->dir$t_name
, dp
->dir$b_namecount
);
3613 dir_static
.d_name
[dir_static
.d_namlen
] = '\0';
3614 dirp
->dd_loc
= dirp
->dd_size
; /* only one record at a time */
3621 /* readdirver is just like readdir except it returns all versions of a file
3622 as separate entries. */
3627 register DIR *dirp
; /* stream from opendir */
3629 register struct dir$_name
*dp
; /* -> directory data */
3630 register struct dir$_version
*dv
; /* -> version data */
3632 if (dirp
->dd_loc
>= dirp
->dd_size
- sizeof (struct dir$_name
))
3633 dirp
->dd_loc
= dirp
->dd_size
= 0;
3635 if (dirp
->dd_size
== 0 /* refill buffer */
3636 && (dirp
->dd_size
= sys_read (dirp
->dd_fd
, dirp
->dd_buf
, DIRBLKSIZ
)) <= 0)
3639 dp
= (struct dir$_name
*) dirp
->dd_buf
;
3640 if (dirp
->dd_loc
== 0)
3641 dirp
->dd_loc
= (dp
->dir$b_namecount
& 1) ? dp
->dir$b_namecount
+ 1
3642 : dp
->dir$b_namecount
;
3643 dv
= (struct dir$_version
*) &dp
->dir$t_name
[dirp
->dd_loc
];
3644 strncpy (dir_static
.d_name
, dp
->dir$t_name
, dp
->dir$b_namecount
);
3645 sprintf (&dir_static
.d_name
[dp
->dir$b_namecount
], ";%d", dv
->dir$w_version
);
3646 dir_static
.d_namlen
= strlen (dir_static
.d_name
);
3647 dir_static
.d_ino
= dv
->dir$w_fid_num
;
3648 dir_static
.d_reclen
= sizeof (struct direct
) - MAXNAMLEN
+ 3
3649 + dir_static
.d_namlen
- dir_static
.d_namlen
% 4;
3650 dirp
->dd_loc
= ((char *) (++dv
) - dp
->dir$t_name
);
3656 #endif /* NONSYSTEM_DIR_LIBRARY */
3660 set_file_times (filename
, atime
, mtime
)
3661 const char *filename
;
3662 EMACS_TIME atime
, mtime
;
3665 struct timeval tv
[2];
3668 return utimes (filename
, tv
);
3669 #else /* not HAVE_UTIMES */
3671 utb
.actime
= EMACS_SECS (atime
);
3672 utb
.modtime
= EMACS_SECS (mtime
);
3673 return utime (filename
, &utb
);
3674 #endif /* not HAVE_UTIMES */
3677 /* mkdir and rmdir functions, for systems which don't have them. */
3681 * Written by Robert Rother, Mariah Corporation, August 1985.
3683 * If you want it, it's yours. All I ask in return is that if you
3684 * figure out how to do this in a Bourne Shell script you send me
3686 * sdcsvax!rmr or rmr@uscd
3688 * Severely hacked over by John Gilmore to make a 4.2BSD compatible
3689 * subroutine. 11Mar86; hoptoad!gnu
3691 * Modified by rmtodd@uokmax 6-28-87 -- when making an already existing dir,
3692 * subroutine didn't return EEXIST. It does now.
3698 #ifdef MKDIR_PROTOTYPE
3702 mkdir (dpath
, dmode
)
3707 int cpid
, status
, fd
;
3708 struct stat statbuf
;
3710 if (stat (dpath
, &statbuf
) == 0)
3712 errno
= EEXIST
; /* Stat worked, so it already exists */
3716 /* If stat fails for a reason other than non-existence, return error */
3717 if (errno
!= ENOENT
)
3720 synch_process_alive
= 1;
3721 switch (cpid
= fork ())
3724 case -1: /* Error in fork */
3725 return (-1); /* Errno is set already */
3727 case 0: /* Child process */
3729 * Cheap hack to set mode of new directory. Since this
3730 * child process is going away anyway, we zap its umask.
3731 * FIXME, this won't suffice to set SUID, SGID, etc. on this
3732 * directory. Does anybody care?
3734 status
= umask (0); /* Get current umask */
3735 status
= umask (status
| (0777 & ~dmode
)); /* Set for mkdir */
3736 fd
= emacs_open ("/dev/null", O_RDWR
, 0);
3743 execl ("/bin/mkdir", "mkdir", dpath
, (char *) 0);
3744 _exit (-1); /* Can't exec /bin/mkdir */
3746 default: /* Parent process */
3747 wait_for_termination (cpid
);
3750 if (synch_process_death
!= 0 || synch_process_retcode
!= 0
3751 || synch_process_termsig
!= 0)
3753 errno
= EIO
; /* We don't know why, but */
3754 return -1; /* /bin/mkdir failed */
3759 #endif /* not HAVE_MKDIR */
3766 int cpid
, status
, fd
;
3767 struct stat statbuf
;
3769 if (stat (dpath
, &statbuf
) != 0)
3771 /* Stat just set errno. We don't have to */
3775 synch_process_alive
= 1;
3776 switch (cpid
= fork ())
3779 case -1: /* Error in fork */
3780 return (-1); /* Errno is set already */
3782 case 0: /* Child process */
3783 fd
= emacs_open ("/dev/null", O_RDWR
, 0);
3790 execl ("/bin/rmdir", "rmdir", dpath
, (char *) 0);
3791 _exit (-1); /* Can't exec /bin/rmdir */
3793 default: /* Parent process */
3794 wait_for_termination (cpid
);
3797 if (synch_process_death
!= 0 || synch_process_retcode
!= 0
3798 || synch_process_termsig
!= 0)
3800 errno
= EIO
; /* We don't know why, but */
3801 return -1; /* /bin/rmdir failed */
3806 #endif /* !HAVE_RMDIR */
3810 /* Functions for VMS */
3816 /* Return as a string the VMS error string pertaining to STATUS.
3817 Reuses the same static buffer each time it is called. */
3821 int status
; /* VMS status code */
3825 static char buf
[257];
3827 bufadr
[0] = sizeof buf
- 1;
3828 bufadr
[1] = (int) buf
;
3829 if (! (SYS$
GETMSG (status
, &len
, bufadr
, 0x1, 0) & 1))
3830 return "untranslatable VMS error status";
3838 /* The following is necessary because 'access' emulation by VMS C (2.0) does
3839 * not work correctly. (It also doesn't work well in version 2.3.)
3844 #define DESCRIPTOR(name,string) struct dsc$descriptor_s name = \
3845 { strlen (string), DSC$K_DTYPE_T, DSC$K_CLASS_S, string }
3849 unsigned short s_buflen
;
3850 unsigned short s_code
;
3852 unsigned short *s_retlenadr
;
3856 #define buflen s.s_buflen
3857 #define code s.s_code
3858 #define bufadr s.s_bufadr
3859 #define retlenadr s.s_retlenadr
3861 #define R_OK 4 /* test for read permission */
3862 #define W_OK 2 /* test for write permission */
3863 #define X_OK 1 /* test for execute (search) permission */
3864 #define F_OK 0 /* test for presence of file */
3867 sys_access (path
, mode
)
3871 static char *user
= NULL
;
3874 /* translate possible directory spec into .DIR file name, so brain-dead
3875 * access can treat the directory like a file. */
3876 if (directory_file_name (path
, dir_fn
))
3880 return access (path
, mode
);
3881 if (user
== NULL
&& (user
= (char *) getenv ("USER")) == NULL
)
3887 unsigned short int dummy
;
3889 static int constant
= ACL$C_FILE
;
3890 DESCRIPTOR (path_desc
, path
);
3891 DESCRIPTOR (user_desc
, user
);
3895 if ((mode
& X_OK
) && ((stat
= access (path
, mode
)) < 0 || mode
== X_OK
))
3898 acces
|= CHP$M_READ
;
3900 acces
|= CHP$M_WRITE
;
3901 itemlst
[0].buflen
= sizeof (int);
3902 itemlst
[0].code
= CHP$_FLAGS
;
3903 itemlst
[0].bufadr
= (char *) &flags
;
3904 itemlst
[0].retlenadr
= &dummy
;
3905 itemlst
[1].buflen
= sizeof (int);
3906 itemlst
[1].code
= CHP$_ACCESS
;
3907 itemlst
[1].bufadr
= (char *) &acces
;
3908 itemlst
[1].retlenadr
= &dummy
;
3909 itemlst
[2].end
= CHP$_END
;
3910 stat
= SYS$
CHECK_ACCESS (&constant
, &path_desc
, &user_desc
, itemlst
);
3911 return stat
== SS$_NORMAL
? 0 : -1;
3915 #else /* not VMS4_4 */
3918 #define ACE$M_WRITE 2
3919 #define ACE$C_KEYID 1
3921 static unsigned short memid
, grpid
;
3922 static unsigned int uic
;
3924 /* Called from init_sys_modes, so it happens not very often
3925 but at least each time Emacs is loaded. */
3927 sys_access_reinit ()
3933 sys_access (filename
, type
)
3939 int status
, size
, i
, typecode
, acl_controlled
;
3940 unsigned int *aclptr
, *aclend
, aclbuf
[60];
3941 union prvdef prvmask
;
3943 /* Get UIC and GRP values for protection checking. */
3946 status
= LIB$
GETJPI (&JPI$_UIC
, 0, 0, &uic
, 0, 0);
3949 memid
= uic
& 0xFFFF;
3953 if (type
!= 2) /* not checking write access */
3954 return access (filename
, type
);
3956 /* Check write protection. */
3958 #define CHECKPRIV(bit) (prvmask.bit)
3959 #define WRITABLE(field) (! ((xab.xab$w_pro >> field) & XAB$M_NOWRITE))
3961 /* Find privilege bits */
3962 status
= SYS$
SETPRV (0, 0, 0, prvmask
);
3964 error ("Unable to find privileges: %s", vmserrstr (status
));
3965 if (CHECKPRIV (PRV$V_BYPASS
))
3966 return 0; /* BYPASS enabled */
3968 fab
.fab$b_fac
= FAB$M_GET
;
3969 fab
.fab$l_fna
= filename
;
3970 fab
.fab$b_fns
= strlen (filename
);
3971 fab
.fab$l_xab
= &xab
;
3972 xab
= cc$rms_xabpro
;
3973 xab
.xab$l_aclbuf
= aclbuf
;
3974 xab
.xab$w_aclsiz
= sizeof (aclbuf
);
3975 status
= SYS$
OPEN (&fab
, 0, 0);
3978 SYS$
CLOSE (&fab
, 0, 0);
3979 /* Check system access */
3980 if (CHECKPRIV (PRV$V_SYSPRV
) && WRITABLE (XAB$V_SYS
))
3982 /* Check ACL entries, if any */
3984 if (xab
.xab$w_acllen
> 0)
3987 aclend
= &aclbuf
[xab
.xab$w_acllen
/ 4];
3988 while (*aclptr
&& aclptr
< aclend
)
3990 size
= (*aclptr
& 0xff) / 4;
3991 typecode
= (*aclptr
>> 8) & 0xff;
3992 if (typecode
== ACE$C_KEYID
)
3993 for (i
= size
- 1; i
> 1; i
--)
3994 if (aclptr
[i
] == uic
)
3997 if (aclptr
[1] & ACE$M_WRITE
)
3998 return 0; /* Write access through ACL */
4000 aclptr
= &aclptr
[size
];
4002 if (acl_controlled
) /* ACL specified, prohibits write access */
4005 /* No ACL entries specified, check normal protection */
4006 if (WRITABLE (XAB$V_WLD
)) /* World writable */
4008 if (WRITABLE (XAB$V_GRP
) &&
4009 (unsigned short) (xab
.xab$l_uic
>> 16) == grpid
)
4010 return 0; /* Group writable */
4011 if (WRITABLE (XAB$V_OWN
) &&
4012 (xab
.xab$l_uic
& 0xFFFF) == memid
)
4013 return 0; /* Owner writable */
4015 return -1; /* Not writable */
4017 #endif /* not VMS4_4 */
4020 static char vtbuf
[NAM$C_MAXRSS
+1];
4022 /* translate a vms file spec to a unix path */
4024 sys_translate_vms (vfile
)
4035 /* leading device or logical name is a root directory */
4036 if (p
= strchr (vfile
, ':'))
4045 if (*p
== '[' || *p
== '<')
4047 while (*++vfile
!= *p
+ 2)
4051 if (vfile
[-1] == *p
)
4074 static char utbuf
[NAM$C_MAXRSS
+1];
4076 /* translate a unix path to a VMS file spec */
4078 sys_translate_unix (ufile
)
4101 if (index (&ufile
[1], '/'))
4108 if (index (&ufile
[1], '/'))
4115 if (strncmp (ufile
, "./", 2) == 0)
4122 ufile
++; /* skip the dot */
4123 if (index (&ufile
[1], '/'))
4128 else if (strncmp (ufile
, "../", 3) == 0)
4136 ufile
+= 2; /* skip the dots */
4137 if (index (&ufile
[1], '/'))
4162 extern char *getcwd ();
4164 #define MAXPATHLEN 1024
4166 ptr
= xmalloc (MAXPATHLEN
);
4167 val
= getcwd (ptr
, MAXPATHLEN
);
4173 strcpy (pathname
, ptr
);
4182 long item_code
= JPI$_OWNER
;
4183 unsigned long parent_id
;
4186 if (((status
= LIB$
GETJPI (&item_code
, 0, 0, &parent_id
)) & 1) == 0)
4189 vaxc$errno
= status
;
4199 return (getgid () << 16) | getuid ();
4204 sys_read (fildes
, buf
, nbyte
)
4209 return read (fildes
, buf
, (nbyte
< MAXIOSIZE
? nbyte
: MAXIOSIZE
));
4214 sys_write (fildes
, buf
, nbyte
)
4219 register int nwrote
, rtnval
= 0;
4221 while (nbyte
> MAXIOSIZE
&& (nwrote
= write (fildes
, buf
, MAXIOSIZE
)) > 0) {
4227 return rtnval
? rtnval
: -1;
4228 if ((nwrote
= write (fildes
, buf
, nbyte
)) < 0)
4229 return rtnval
? rtnval
: -1;
4230 return (rtnval
+ nwrote
);
4235 * VAX/VMS VAX C RTL really loses. It insists that records
4236 * end with a newline (carriage return) character, and if they
4237 * don't it adds one (nice of it isn't it!)
4239 * Thus we do this stupidity below.
4244 sys_write (fildes
, buf
, nbytes
)
4247 unsigned int nbytes
;
4254 fstat (fildes
, &st
);
4260 /* Handle fixed-length files with carriage control. */
4261 if (st
.st_fab_rfm
== FAB$C_FIX
4262 && ((st
.st_fab_rat
& (FAB$M_FTN
| FAB$M_CR
)) != 0))
4264 len
= st
.st_fab_mrs
;
4265 retval
= write (fildes
, p
, min (len
, nbytes
));
4268 retval
++; /* This skips the implied carriage control */
4272 e
= p
+ min (MAXIOSIZE
, nbytes
) - 1;
4273 while (*e
!= '\n' && e
> p
) e
--;
4274 if (p
== e
) /* Ok.. so here we add a newline... sigh. */
4275 e
= p
+ min (MAXIOSIZE
, nbytes
) - 1;
4277 retval
= write (fildes
, p
, len
);
4288 /* Create file NEW copying its attributes from file OLD. If
4289 OLD is 0 or does not exist, create based on the value of
4292 /* Protection value the file should ultimately have.
4293 Set by create_copy_attrs, and use by rename_sansversions. */
4294 static unsigned short int fab_final_pro
;
4297 creat_copy_attrs (old
, new)
4300 struct FAB fab
= cc$rms_fab
;
4301 struct XABPRO xabpro
;
4302 char aclbuf
[256]; /* Choice of size is arbitrary. See below. */
4303 extern int vms_stmlf_recfm
;
4307 fab
.fab$b_fac
= FAB$M_GET
;
4308 fab
.fab$l_fna
= old
;
4309 fab
.fab$b_fns
= strlen (old
);
4310 fab
.fab$l_xab
= (char *) &xabpro
;
4311 xabpro
= cc$rms_xabpro
;
4312 xabpro
.xab$l_aclbuf
= aclbuf
;
4313 xabpro
.xab$w_aclsiz
= sizeof aclbuf
;
4314 /* Call $OPEN to fill in the fab & xabpro fields. */
4315 if (SYS$
OPEN (&fab
, 0, 0) & 1)
4317 SYS$
CLOSE (&fab
, 0, 0);
4318 fab
.fab$l_alq
= 0; /* zero the allocation quantity */
4319 if (xabpro
.xab$w_acllen
> 0)
4321 if (xabpro
.xab$w_acllen
> sizeof aclbuf
)
4322 /* If the acl buffer was too short, redo open with longer one.
4323 Wouldn't need to do this if there were some system imposed
4324 limit on the size of an ACL, but I can't find any such. */
4326 xabpro
.xab$l_aclbuf
= (char *) alloca (xabpro
.xab$w_acllen
);
4327 xabpro
.xab$w_aclsiz
= xabpro
.xab$w_acllen
;
4328 if (SYS$
OPEN (&fab
, 0, 0) & 1)
4329 SYS$
CLOSE (&fab
, 0, 0);
4335 xabpro
.xab$l_aclbuf
= 0;
4340 fab
.fab$l_fna
= new;
4341 fab
.fab$b_fns
= strlen (new);
4345 fab
.fab$b_rfm
= vms_stmlf_recfm
? FAB$C_STMLF
: FAB$C_VAR
;
4346 fab
.fab$b_rat
= FAB$M_CR
;
4349 /* Set the file protections such that we will be able to manipulate
4350 this file. Once we are done writing and renaming it, we will set
4351 the protections back. */
4353 fab_final_pro
= xabpro
.xab$w_pro
;
4355 SYS$
SETDFPROT (0, &fab_final_pro
);
4356 xabpro
.xab$w_pro
&= 0xff0f; /* set O:rewd for now. This is set back later. */
4358 /* Create the new file with either default attrs or attrs copied
4360 if (!(SYS$
CREATE (&fab
, 0, 0) & 1))
4362 SYS$
CLOSE (&fab
, 0, 0);
4363 /* As this is a "replacement" for creat, return a file descriptor
4364 opened for writing. */
4365 return open (new, O_WRONLY
);
4370 #include <varargs.h>
4373 #define va_count(X) ((X) = *(((int *) &(va_alist)) - 1))
4378 sys_creat (va_alist
)
4381 va_list list_incrementer
;
4384 int rfd
; /* related file descriptor */
4385 int fd
; /* Our new file descriptor */
4392 extern int vms_stmlf_recfm
;
4395 va_start (list_incrementer
);
4396 name
= va_arg (list_incrementer
, char *);
4397 mode
= va_arg (list_incrementer
, int);
4399 rfd
= va_arg (list_incrementer
, int);
4400 va_end (list_incrementer
);
4403 /* Use information from the related file descriptor to set record
4404 format of the newly created file. */
4405 fstat (rfd
, &st_buf
);
4406 switch (st_buf
.st_fab_rfm
)
4409 strcpy (rfm
, "rfm = fix");
4410 sprintf (mrs
, "mrs = %d", st_buf
.st_fab_mrs
);
4411 strcpy (rat
, "rat = ");
4412 if (st_buf
.st_fab_rat
& FAB$M_CR
)
4414 else if (st_buf
.st_fab_rat
& FAB$M_FTN
)
4415 strcat (rat
, "ftn");
4416 else if (st_buf
.st_fab_rat
& FAB$M_PRN
)
4417 strcat (rat
, "prn");
4418 if (st_buf
.st_fab_rat
& FAB$M_BLK
)
4419 if (st_buf
.st_fab_rat
& (FAB$M_CR
|FAB$M_FTN
|FAB$M_PRN
))
4420 strcat (rat
, ", blk");
4422 strcat (rat
, "blk");
4423 return creat (name
, 0, rfm
, rat
, mrs
);
4426 strcpy (rfm
, "rfm = vfc");
4427 sprintf (fsz
, "fsz = %d", st_buf
.st_fab_fsz
);
4428 strcpy (rat
, "rat = ");
4429 if (st_buf
.st_fab_rat
& FAB$M_CR
)
4431 else if (st_buf
.st_fab_rat
& FAB$M_FTN
)
4432 strcat (rat
, "ftn");
4433 else if (st_buf
.st_fab_rat
& FAB$M_PRN
)
4434 strcat (rat
, "prn");
4435 if (st_buf
.st_fab_rat
& FAB$M_BLK
)
4436 if (st_buf
.st_fab_rat
& (FAB$M_CR
|FAB$M_FTN
|FAB$M_PRN
))
4437 strcat (rat
, ", blk");
4439 strcat (rat
, "blk");
4440 return creat (name
, 0, rfm
, rat
, fsz
);
4443 strcpy (rfm
, "rfm = stm");
4447 strcpy (rfm
, "rfm = stmcr");
4451 strcpy (rfm
, "rfm = stmlf");
4455 strcpy (rfm
, "rfm = udf");
4459 strcpy (rfm
, "rfm = var");
4462 strcpy (rat
, "rat = ");
4463 if (st_buf
.st_fab_rat
& FAB$M_CR
)
4465 else if (st_buf
.st_fab_rat
& FAB$M_FTN
)
4466 strcat (rat
, "ftn");
4467 else if (st_buf
.st_fab_rat
& FAB$M_PRN
)
4468 strcat (rat
, "prn");
4469 if (st_buf
.st_fab_rat
& FAB$M_BLK
)
4470 if (st_buf
.st_fab_rat
& (FAB$M_CR
|FAB$M_FTN
|FAB$M_PRN
))
4471 strcat (rat
, ", blk");
4473 strcat (rat
, "blk");
4477 strcpy (rfm
, vms_stmlf_recfm
? "rfm = stmlf" : "rfm=var");
4478 strcpy (rat
, "rat=cr");
4480 /* Until the VAX C RTL fixes the many bugs with modes, always use
4481 mode 0 to get the user's default protection. */
4482 fd
= creat (name
, 0, rfm
, rat
);
4483 if (fd
< 0 && errno
== EEXIST
)
4485 if (unlink (name
) < 0)
4486 report_file_error ("delete", build_string (name
));
4487 fd
= creat (name
, 0, rfm
, rat
);
4493 /* fwrite to stdout is S L O W. Speed it up by using fputc...*/
4495 sys_fwrite (ptr
, size
, num
, fp
)
4496 register char * ptr
;
4499 register int tot
= num
* size
;
4507 * The VMS C library routine creat actually creates a new version of an
4508 * existing file rather than truncating the old version. There are times
4509 * when this is not the desired behavior, for instance, when writing an
4510 * auto save file (you only want one version), or when you don't have
4511 * write permission in the directory containing the file (but the file
4512 * itself is writable). Hence this routine, which is equivalent to
4513 * "close (creat (fn, 0));" on Unix if fn already exists.
4519 struct FAB xfab
= cc$rms_fab
;
4520 struct RAB xrab
= cc$rms_rab
;
4523 xfab
.fab$l_fop
= FAB$M_TEF
; /* free allocated but unused blocks on close */
4524 xfab
.fab$b_fac
= FAB$M_TRN
| FAB$M_GET
; /* allow truncate and get access */
4525 xfab
.fab$b_shr
= FAB$M_NIL
; /* allow no sharing - file must be locked */
4526 xfab
.fab$l_fna
= fn
;
4527 xfab
.fab$b_fns
= strlen (fn
);
4528 xfab
.fab$l_dna
= ";0"; /* default to latest version of the file */
4530 xrab
.rab$l_fab
= &xfab
;
4532 /* This gibberish opens the file, positions to the first record, and
4533 deletes all records from there until the end of file. */
4534 if ((SYS$
OPEN (&xfab
) & 01) == 01)
4536 if ((SYS$
CONNECT (&xrab
) & 01) == 01 &&
4537 (SYS$
FIND (&xrab
) & 01) == 01 &&
4538 (SYS$
TRUNCATE (&xrab
) & 01) == 01)
4549 /* Define this symbol to actually read SYSUAF.DAT. This requires either
4550 SYSPRV or a readable SYSUAF.DAT. */
4556 * Routine to read the VMS User Authorization File and return
4557 * a specific user's record.
4560 static struct UAF retuaf
;
4563 get_uaf_name (uname
)
4570 uaf_fab
= cc$rms_fab
;
4571 uaf_rab
= cc$rms_rab
;
4572 /* initialize fab fields */
4573 uaf_fab
.fab$l_fna
= "SYS$SYSTEM:SYSUAF.DAT";
4574 uaf_fab
.fab$b_fns
= 21;
4575 uaf_fab
.fab$b_fac
= FAB$M_GET
;
4576 uaf_fab
.fab$b_org
= FAB$C_IDX
;
4577 uaf_fab
.fab$b_shr
= FAB$M_GET
|FAB$M_PUT
|FAB$M_UPD
|FAB$M_DEL
;
4578 /* initialize rab fields */
4579 uaf_rab
.rab$l_fab
= &uaf_fab
;
4580 /* open the User Authorization File */
4581 status
= SYS$
OPEN (&uaf_fab
);
4585 vaxc$errno
= status
;
4588 status
= SYS$
CONNECT (&uaf_rab
);
4592 vaxc$errno
= status
;
4595 /* read the requested record - index is in uname */
4596 uaf_rab
.rab$l_kbf
= uname
;
4597 uaf_rab
.rab$b_ksz
= strlen (uname
);
4598 uaf_rab
.rab$b_rac
= RAB$C_KEY
;
4599 uaf_rab
.rab$l_ubf
= (char *)&retuaf
;
4600 uaf_rab
.rab$w_usz
= sizeof retuaf
;
4601 status
= SYS$
GET (&uaf_rab
);
4605 vaxc$errno
= status
;
4608 /* close the User Authorization File */
4609 status
= SYS$
DISCONNECT (&uaf_rab
);
4613 vaxc$errno
= status
;
4616 status
= SYS$
CLOSE (&uaf_fab
);
4620 vaxc$errno
= status
;
4634 uaf_fab
= cc$rms_fab
;
4635 uaf_rab
= cc$rms_rab
;
4636 /* initialize fab fields */
4637 uaf_fab
.fab$l_fna
= "SYS$SYSTEM:SYSUAF.DAT";
4638 uaf_fab
.fab$b_fns
= 21;
4639 uaf_fab
.fab$b_fac
= FAB$M_GET
;
4640 uaf_fab
.fab$b_org
= FAB$C_IDX
;
4641 uaf_fab
.fab$b_shr
= FAB$M_GET
|FAB$M_PUT
|FAB$M_UPD
|FAB$M_DEL
;
4642 /* initialize rab fields */
4643 uaf_rab
.rab$l_fab
= &uaf_fab
;
4644 /* open the User Authorization File */
4645 status
= SYS$
OPEN (&uaf_fab
);
4649 vaxc$errno
= status
;
4652 status
= SYS$
CONNECT (&uaf_rab
);
4656 vaxc$errno
= status
;
4659 /* read the requested record - index is in uic */
4660 uaf_rab
.rab$b_krf
= 1; /* 1st alternate key */
4661 uaf_rab
.rab$l_kbf
= (char *) &uic
;
4662 uaf_rab
.rab$b_ksz
= sizeof uic
;
4663 uaf_rab
.rab$b_rac
= RAB$C_KEY
;
4664 uaf_rab
.rab$l_ubf
= (char *)&retuaf
;
4665 uaf_rab
.rab$w_usz
= sizeof retuaf
;
4666 status
= SYS$
GET (&uaf_rab
);
4670 vaxc$errno
= status
;
4673 /* close the User Authorization File */
4674 status
= SYS$
DISCONNECT (&uaf_rab
);
4678 vaxc$errno
= status
;
4681 status
= SYS$
CLOSE (&uaf_fab
);
4685 vaxc$errno
= status
;
4691 static struct passwd retpw
;
4699 /* copy these out first because if the username is 32 chars, the next
4700 section will overwrite the first byte of the UIC */
4701 retpw
.pw_uid
= up
->uaf$w_mem
;
4702 retpw
.pw_gid
= up
->uaf$w_grp
;
4704 /* I suppose this is not the best style, to possibly overwrite one
4705 byte beyond the end of the field, but what the heck... */
4706 ptr
= &up
->uaf$t_username
[UAF$S_USERNAME
];
4707 while (ptr
[-1] == ' ')
4710 strcpy (retpw
.pw_name
, up
->uaf$t_username
);
4712 /* the rest of these are counted ascii strings */
4713 strncpy (retpw
.pw_gecos
, &up
->uaf$t_owner
[1], up
->uaf$t_owner
[0]);
4714 retpw
.pw_gecos
[up
->uaf$t_owner
[0]] = '\0';
4715 strncpy (retpw
.pw_dir
, &up
->uaf$t_defdev
[1], up
->uaf$t_defdev
[0]);
4716 retpw
.pw_dir
[up
->uaf$t_defdev
[0]] = '\0';
4717 strncat (retpw
.pw_dir
, &up
->uaf$t_defdir
[1], up
->uaf$t_defdir
[0]);
4718 retpw
.pw_dir
[up
->uaf$t_defdev
[0] + up
->uaf$t_defdir
[0]] = '\0';
4719 strncpy (retpw
.pw_shell
, &up
->uaf$t_defcli
[1], up
->uaf$t_defcli
[0]);
4720 retpw
.pw_shell
[up
->uaf$t_defcli
[0]] = '\0';
4724 #else /* not READ_SYSUAF */
4725 static struct passwd retpw
;
4726 #endif /* not READ_SYSUAF */
4737 unsigned char * full
;
4738 #endif /* READ_SYSUAF */
4743 if ('a' <= *ptr
&& *ptr
<= 'z')
4748 if (!(up
= get_uaf_name (name
)))
4750 return cnv_uaf_pw (up
);
4752 if (strcmp (name
, getenv ("USER")) == 0)
4754 retpw
.pw_uid
= getuid ();
4755 retpw
.pw_gid
= getgid ();
4756 strcpy (retpw
.pw_name
, name
);
4757 if (full
= egetenv ("FULLNAME"))
4758 strcpy (retpw
.pw_gecos
, full
);
4760 *retpw
.pw_gecos
= '\0';
4761 strcpy (retpw
.pw_dir
, egetenv ("HOME"));
4762 *retpw
.pw_shell
= '\0';
4767 #endif /* not READ_SYSUAF */
4777 if (!(up
= get_uaf_uic (uid
)))
4779 return cnv_uaf_pw (up
);
4781 if (uid
== sys_getuid ())
4782 return getpwnam (egetenv ("USER"));
4785 #endif /* not READ_SYSUAF */
4788 /* return total address space available to the current process. This is
4789 the sum of the current p0 size, p1 size and free page table entries
4795 unsigned long free_pages
;
4796 unsigned long frep0va
;
4797 unsigned long frep1va
;
4800 item_code
= JPI$_FREPTECNT
;
4801 if (((status
= LIB$
GETJPI (&item_code
, 0, 0, &free_pages
)) & 1) == 0)
4804 vaxc$errno
= status
;
4809 item_code
= JPI$_FREP0VA
;
4810 if (((status
= LIB$
GETJPI (&item_code
, 0, 0, &frep0va
)) & 1) == 0)
4813 vaxc$errno
= status
;
4816 item_code
= JPI$_FREP1VA
;
4817 if (((status
= LIB$
GETJPI (&item_code
, 0, 0, &frep1va
)) & 1) == 0)
4820 vaxc$errno
= status
;
4824 return free_pages
+ frep0va
+ (0x7fffffff - frep1va
);
4828 define_logical_name (varname
, string
)
4832 struct dsc$descriptor_s strdsc
=
4833 {strlen (string
), DSC$K_DTYPE_T
, DSC$K_CLASS_S
, string
};
4834 struct dsc$descriptor_s envdsc
=
4835 {strlen (varname
), DSC$K_DTYPE_T
, DSC$K_CLASS_S
, varname
};
4836 struct dsc$descriptor_s lnmdsc
=
4837 {7, DSC$K_DTYPE_T
, DSC$K_CLASS_S
, "LNM$JOB"};
4839 return LIB$
SET_LOGICAL (&envdsc
, &strdsc
, &lnmdsc
, 0, 0);
4843 delete_logical_name (varname
)
4846 struct dsc$descriptor_s envdsc
=
4847 {strlen (varname
), DSC$K_DTYPE_T
, DSC$K_CLASS_S
, varname
};
4848 struct dsc$descriptor_s lnmdsc
=
4849 {7, DSC$K_DTYPE_T
, DSC$K_CLASS_S
, "LNM$JOB"};
4851 return LIB$
DELETE_LOGICAL (&envdsc
, &lnmdsc
);
4869 error ("execvp system call not implemented");
4878 struct FAB from_fab
= cc$rms_fab
, to_fab
= cc$rms_fab
;
4879 struct NAM from_nam
= cc$rms_nam
, to_nam
= cc$rms_nam
;
4880 char from_esn
[NAM$C_MAXRSS
];
4881 char to_esn
[NAM$C_MAXRSS
];
4883 from_fab
.fab$l_fna
= from
;
4884 from_fab
.fab$b_fns
= strlen (from
);
4885 from_fab
.fab$l_nam
= &from_nam
;
4886 from_fab
.fab$l_fop
= FAB$M_NAM
;
4888 from_nam
.nam$l_esa
= from_esn
;
4889 from_nam
.nam$b_ess
= sizeof from_esn
;
4891 to_fab
.fab$l_fna
= to
;
4892 to_fab
.fab$b_fns
= strlen (to
);
4893 to_fab
.fab$l_nam
= &to_nam
;
4894 to_fab
.fab$l_fop
= FAB$M_NAM
;
4896 to_nam
.nam$l_esa
= to_esn
;
4897 to_nam
.nam$b_ess
= sizeof to_esn
;
4899 status
= SYS$
RENAME (&from_fab
, 0, 0, &to_fab
);
4905 if (status
== RMS$_DEV
)
4909 vaxc$errno
= status
;
4914 /* This function renames a file like `rename', but it strips
4915 the version number from the "to" filename, such that the "to" file is
4916 will always be a new version. It also sets the file protection once it is
4917 finished. The protection that we will use is stored in fab_final_pro,
4918 and was set when we did a creat_copy_attrs to create the file that we
4921 We could use the chmod function, but Eunichs uses 3 bits per user category
4922 to describe the protection, and VMS uses 4 (write and delete are separate
4923 bits). To maintain portability, the VMS implementation of `chmod' wires
4924 the W and D bits together. */
4927 static struct fibdef fib
; /* We need this initialized to zero */
4928 char vms_file_written
[NAM$C_MAXRSS
];
4931 rename_sans_version (from
,to
)
4938 struct FAB to_fab
= cc$rms_fab
;
4939 struct NAM to_nam
= cc$rms_nam
;
4940 struct dsc$descriptor fib_d
={sizeof (fib
),0,0,(char*) &fib
};
4941 struct dsc$descriptor fib_attr
[2]
4942 = {{sizeof (fab_final_pro
),ATR$C_FPRO
,0,(char*) &fab_final_pro
},{0,0,0,0}};
4943 char to_esn
[NAM$C_MAXRSS
];
4945 $
DESCRIPTOR (disk
,to_esn
);
4947 to_fab
.fab$l_fna
= to
;
4948 to_fab
.fab$b_fns
= strlen (to
);
4949 to_fab
.fab$l_nam
= &to_nam
;
4950 to_fab
.fab$l_fop
= FAB$M_NAM
;
4952 to_nam
.nam$l_esa
= to_esn
;
4953 to_nam
.nam$b_ess
= sizeof to_esn
;
4955 status
= SYS$
PARSE (&to_fab
, 0, 0); /* figure out the full file name */
4957 if (to_nam
.nam$l_fnb
&& NAM$M_EXP_VER
)
4958 *(to_nam
.nam$l_ver
) = '\0';
4960 stat
= rename (from
, to_esn
);
4964 strcpy (vms_file_written
, to_esn
);
4966 to_fab
.fab$l_fna
= vms_file_written
; /* this points to the versionless name */
4967 to_fab
.fab$b_fns
= strlen (vms_file_written
);
4969 /* Now set the file protection to the correct value */
4970 SYS$
OPEN (&to_fab
, 0, 0); /* This fills in the nam$w_fid fields */
4972 /* Copy these fields into the fib */
4973 fib
.fib$r_fid_overlay
.fib$w_fid
[0] = to_nam
.nam$w_fid
[0];
4974 fib
.fib$r_fid_overlay
.fib$w_fid
[1] = to_nam
.nam$w_fid
[1];
4975 fib
.fib$r_fid_overlay
.fib$w_fid
[2] = to_nam
.nam$w_fid
[2];
4977 SYS$
CLOSE (&to_fab
, 0, 0);
4979 stat
= SYS$
ASSIGN (&disk
, &chan
, 0, 0); /* open a channel to the disk */
4982 stat
= SYS$
QIOW (0, chan
, IO$_MODIFY
, iosb
, 0, 0, &fib_d
,
4983 0, 0, 0, &fib_attr
, 0);
4986 stat
= SYS$
DASSGN (chan
);
4989 strcpy (vms_file_written
, to_esn
); /* We will write this to the terminal*/
5000 unsigned short fid
[3];
5001 char esa
[NAM$C_MAXRSS
];
5004 fab
.fab$l_fop
= FAB$M_OFP
;
5005 fab
.fab$l_fna
= file
;
5006 fab
.fab$b_fns
= strlen (file
);
5007 fab
.fab$l_nam
= &nam
;
5010 nam
.nam$l_esa
= esa
;
5011 nam
.nam$b_ess
= NAM$C_MAXRSS
;
5013 status
= SYS$
PARSE (&fab
);
5014 if ((status
& 1) == 0)
5017 vaxc$errno
= status
;
5020 status
= SYS$
SEARCH (&fab
);
5021 if ((status
& 1) == 0)
5024 vaxc$errno
= status
;
5028 fid
[0] = nam
.nam$w_fid
[0];
5029 fid
[1] = nam
.nam$w_fid
[1];
5030 fid
[2] = nam
.nam$w_fid
[2];
5032 fab
.fab$l_fna
= new;
5033 fab
.fab$b_fns
= strlen (new);
5035 status
= SYS$
PARSE (&fab
);
5036 if ((status
& 1) == 0)
5039 vaxc$errno
= status
;
5043 nam
.nam$w_fid
[0] = fid
[0];
5044 nam
.nam$w_fid
[1] = fid
[1];
5045 nam
.nam$w_fid
[2] = fid
[2];
5047 nam
.nam$l_esa
= nam
.nam$l_name
;
5048 nam
.nam$b_esl
= nam
.nam$b_name
+ nam
.nam$b_type
+ nam
.nam$b_ver
;
5050 status
= SYS$
ENTER (&fab
);
5051 if ((status
& 1) == 0)
5054 vaxc$errno
= status
;
5065 printf ("%s not yet implemented\r\n", badfunc
);
5073 /* Arrange to return a range centered on zero. */
5074 return rand () - (1 << 30);
5086 /* Called from init_sys_modes. */
5092 /* If we're not on an HFT we shouldn't do any of this. We determine
5093 if we are on an HFT by trying to get an HFT error code. If this
5094 call fails, we're not on an HFT. */
5096 if (ioctl (0, HFQERROR
, &junk
) < 0)
5098 #else /* not IBMR2AIX */
5099 if (ioctl (0, HFQEIO
, 0) < 0)
5101 #endif /* not IBMR2AIX */
5103 /* On AIX the default hft keyboard mapping uses backspace rather than delete
5104 as the rubout key's ASCII code. Here this is changed. The bug is that
5105 there's no way to determine the old mapping, so in reset_sys_modes
5106 we need to assume that the normal map had been present. Of course, this
5107 code also doesn't help if on a terminal emulator which doesn't understand
5111 struct hfkeymap keymap
;
5113 buf
.hf_bufp
= (char *)&keymap
;
5114 buf
.hf_buflen
= sizeof (keymap
);
5115 keymap
.hf_nkeys
= 2;
5116 keymap
.hfkey
[0].hf_kpos
= 15;
5117 keymap
.hfkey
[0].hf_kstate
= HFMAPCHAR
| HFSHFNONE
;
5119 keymap
.hfkey
[0].hf_keyidh
= '<';
5120 #else /* not IBMR2AIX */
5121 keymap
.hfkey
[0].hf_page
= '<';
5122 #endif /* not IBMR2AIX */
5123 keymap
.hfkey
[0].hf_char
= 127;
5124 keymap
.hfkey
[1].hf_kpos
= 15;
5125 keymap
.hfkey
[1].hf_kstate
= HFMAPCHAR
| HFSHFSHFT
;
5127 keymap
.hfkey
[1].hf_keyidh
= '<';
5128 #else /* not IBMR2AIX */
5129 keymap
.hfkey
[1].hf_page
= '<';
5130 #endif /* not IBMR2AIX */
5131 keymap
.hfkey
[1].hf_char
= 127;
5132 hftctl (0, HFSKBD
, &buf
);
5134 /* The HFT system on AIX doesn't optimize for scrolling, so it's really ugly
5136 line_ins_del_ok
= char_ins_del_ok
= 0;
5139 /* Reset the rubout key to backspace. */
5145 struct hfkeymap keymap
;
5149 if (ioctl (0, HFQERROR
, &junk
) < 0)
5151 #else /* not IBMR2AIX */
5152 if (ioctl (0, HFQEIO
, 0) < 0)
5154 #endif /* not IBMR2AIX */
5156 buf
.hf_bufp
= (char *)&keymap
;
5157 buf
.hf_buflen
= sizeof (keymap
);
5158 keymap
.hf_nkeys
= 2;
5159 keymap
.hfkey
[0].hf_kpos
= 15;
5160 keymap
.hfkey
[0].hf_kstate
= HFMAPCHAR
| HFSHFNONE
;
5162 keymap
.hfkey
[0].hf_keyidh
= '<';
5163 #else /* not IBMR2AIX */
5164 keymap
.hfkey
[0].hf_page
= '<';
5165 #endif /* not IBMR2AIX */
5166 keymap
.hfkey
[0].hf_char
= 8;
5167 keymap
.hfkey
[1].hf_kpos
= 15;
5168 keymap
.hfkey
[1].hf_kstate
= HFMAPCHAR
| HFSHFSHFT
;
5170 keymap
.hfkey
[1].hf_keyidh
= '<';
5171 #else /* not IBMR2AIX */
5172 keymap
.hfkey
[1].hf_page
= '<';
5173 #endif /* not IBMR2AIX */
5174 keymap
.hfkey
[1].hf_char
= 8;
5175 hftctl (0, HFSKBD
, &buf
);
5182 /* These are included on Sunos 4.1 when we do not use shared libraries.
5183 X11 libraries may refer to these functions but (we hope) do not
5184 actually call them. */
5204 #endif /* USE_DL_STUBS */
5213 register int length
;
5217 long max_str
= 65535;
5219 while (length
> max_str
) {
5220 (void) LIB$
MOVC5 (&zero
, &zero
, &zero
, &max_str
, b
);
5225 (void) LIB$
MOVC5 (&zero
, &zero
, &zero
, &max_str
, b
);
5227 while (length
-- > 0)
5229 #endif /* not VMS */
5232 #endif /* no bzero */
5233 #endif /* BSTRING */
5235 #if (!defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY)
5238 /* Saying `void' requires a declaration, above, where bcopy is used
5239 and that declaration causes pain for systems where bcopy is a macro. */
5240 bcopy (b1
, b2
, length
)
5243 register int length
;
5246 long max_str
= 65535;
5248 while (length
> max_str
) {
5249 (void) LIB$
MOVC3 (&max_str
, b1
, b2
);
5255 (void) LIB$
MOVC3 (&length
, b1
, b2
);
5257 while (length
-- > 0)
5259 #endif /* not VMS */
5261 #endif /* (!defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY) */
5266 bcmp (b1
, b2
, length
) /* This could be a macro! */
5269 register int length
;
5272 struct dsc$descriptor_s src1
= {length
, DSC$K_DTYPE_T
, DSC$K_CLASS_S
, b1
};
5273 struct dsc$descriptor_s src2
= {length
, DSC$K_DTYPE_T
, DSC$K_CLASS_S
, b2
};
5275 return STR$
COMPARE (&src1
, &src2
);
5277 while (length
-- > 0)
5282 #endif /* not VMS */
5284 #endif /* no bcmp */
5285 #endif /* not BSTRING */
5287 #ifndef HAVE_STRSIGNAL
5294 if (0 <= code
&& code
< NSIG
)
5297 signame
= sys_errlist
[code
];
5299 /* Cast to suppress warning if the table has const char *. */
5300 signame
= (char *) sys_siglist
[code
];
5306 #endif /* HAVE_STRSIGNAL */
5308 /* arch-tag: edb43589-4e09-4544-b325-978b5b121dcf
5309 (do not change this comment) */