aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Collapse)AuthorAgeFilesLines
* (sys_siglist) [AIX]: Add AIXHFT conditional.Richard M. Stallman1994-12-101-0/+2
|
* (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.Richard M. Stallman1994-12-041-3/+15
| | | | | (init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline. (reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline.
* (init_sys_modes): Tes AIXHFT, not AIX.Richard M. Stallman1994-11-221-6/+6
| | | | | (reset_sys_modes): Test AIXHFT. (hft_init, hft_reset): Test AIXHFT, not AIX.
* (init_sys_modes): Maybe call tcflow.Richard M. Stallman1994-11-151-0/+4
|
* [WINDOWSNT]: Add includes for NT.Richard M. Stallman1994-11-011-30/+70
| | | | | | | | | | | | Define _P_WAIT. Declare _spawnlp, _getpid. [WINDOWSNT] (select, strerror, vfork): Don't use these definitions. (init_sys_modes): Test DOS_NT, not MSDOS. (emacs_get_tty, emacs_set_tty,(child_setup_tty, init_baud_rate): Ditto. (sys_subshell) [WINDOWSNT]: Use _spawnlp. not vfork. (wait_for_termination) [WINDOWSNT]: Use wait. (discard_tty_input) [WINDOWSNT]: Do nothing at all.
* Never use input_fd if using X.Richard M. Stallman1994-10-251-17/+42
| | | | | | | | | | (stuff_char): Do nothing if read_socket_hook. (setpgrp_of_tty): Function deleted. (init_sigio): Take fd as argument. Callers changed. Don't call request_sigio; do the work here. (request_sigio, unrequest_sigio): Do nothing if read_socket_hook. (init_sys_modes): Don't call EMACS_GET_TTY unless we are going to change the settings.
* (input_fd): No longer static.Richard M. Stallman1994-10-221-4/+3
|
* *** empty log message ***Morten Welinder1994-10-171-5/+19
|
* (read_input_waiting): Set e.frame_or_window w/ XSETFRAME.Richard M. Stallman1994-10-141-1/+1
|
* (sys_subshell): Use NILP macro directly, not its expansion. Previous code wasKarl Heuer1994-10-111-2/+1
| | | | leftover from when NULL was a bad word.
* (kbd_input_ast, read_input_waiting): Use new accessor macros instead ofKarl Heuer1994-10-041-3/+3
| | | | calling XSET directly.
* Include <utime.h> here instead of in systime.h.Karl Heuer1994-10-021-6/+14
| | | | (set_file_times): Move struct declaration to top of file.
* (sys_subshell): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (set_file_times): Fix typo in previous change.Richard M. Stallman1994-09-251-1/+1
|
* (set_file_times): Don't test HAVE_UTIME.Richard M. Stallman1994-09-251-10/+5
| | | | Assume utime exists if utimes does not.
* [USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions.Richard M. Stallman1994-09-241-0/+27
|
* (start_of_text): Don't test CANNOT_UNEXEC.Richard M. Stallman1994-09-241-2/+2
|
* Delete BROKEN_FASYNC conditional.Richard M. Stallman1994-09-241-9/+0
|
* (set_file_times): Move this out of the USG conditional.Karl Heuer1994-09-201-29/+29
|
* (set_file_times): New function.Karl Heuer1994-09-181-26/+24
|
* (srandom): Pass arg to srand48; no return value.Karl Heuer1994-09-051-1/+1
|
* (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.Richard M. Stallman1994-09-041-3/+3
| | | | Call lrand48, nor rand48.
* (init_baud_rate): Test that getobaud is actually defined.Richard M. Stallman1994-09-041-1/+1
|
* (init_baud_rate) [USE_GETOBAUD]: Use getobaud.Richard M. Stallman1994-09-031-0/+5
|
* (random): Use rand differently, and distinguish BSD/USG.Richard M. Stallman1994-07-281-2/+9
|
* (random, srandom): Obey HAVE_RAND48 flag.Richard M. Stallman1994-07-271-17/+12
| | | | Test that random is not a macro. Don't test USG or BSD4_1.
* [!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1994-07-251-0/+7
| | | | (init_system_name): Set h_errno to 0 initially.
* (init_system_name): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1994-07-191-25/+38
| | | | | | (sys_subshell): Expand ~ in dir. Do the processing of dir before calling fork. Use vfork.
* (init_sys_modes): Turn off VSTART and VSTOP chars. OnRichard M. Stallman1994-07-011-0/+10
| | | | DGUX, turn off INPCK.
* (init_system_name): New function, replaces get_system_name.Karl Heuer1994-06-151-98/+74
|
* (init_sys_modes): Don't set up sigio here if window system.Richard M. Stallman1994-06-141-1/+2
|
* (init_sys_modes): Don't call set_terminal_modesRichard M. Stallman1994-06-131-1/+3
| | | | if using a window system.
* [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.Richard M. Stallman1994-05-191-0/+1
|
* (sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.Richard M. Stallman1994-05-131-2/+2
| | | | Don't call nice if emacs_priority is positive.
* Test ISC4_0 along with TIOCGWINSZ.Richard M. Stallman1994-05-041-2/+2
|
* (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined.Richard M. Stallman1994-04-151-0/+4
|
* (set_window_size): New function.Richard M. Stallman1994-04-121-3/+40
|
* Comment change.Richard M. Stallman1994-04-111-0/+14
|
* (reset_sys_modes): Turn off O_NDELAY.Karl Heuer1994-03-231-0/+3
|
* (sys_subshell): New function, split from sys_suspend.Karl Heuer1994-02-261-8/+17
|
* (child_setup_tty): Typo in previous change.Richard M. Stallman1994-02-171-1/+1
|
* (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.Richard M. Stallman1994-02-171-4/+8
|
* (init_sys_modes, reset_sys_modes): Test BSD_PGRPS.Richard M. Stallman1994-02-171-4/+4
| | | | (narrow_foreground_group, widen_foreground_group): Define if BSD_PGRPS.
* (init_sys_modes): IEXTEN is in c_lflag, not c_iflag.Richard M. Stallman1994-02-161-1/+1
|
* (sys_write): If any bytes were written, return how many.Richard M. Stallman1994-02-151-1/+1
|
* (start_of_text): Don't define #ifdef HAVE_TEXT_START.Roland McGrath1994-02-131-2/+2
|
* Fix conditional compilation.Karl Heuer1994-02-121-2/+0
|
* (get_system_name): Remove restriction on hostname size.Karl Heuer1994-02-021-74/+88
|
* (mkdir): Use MKDIR_PROTOTYPE if defined.Richard M. Stallman1994-01-261-0/+4
|
* (request_sigio, unrequest_sigio): Add new versions ofRichard M. Stallman1994-01-151-0/+34
| | | | | these routines for the CX/UX operating system. (sys_signal) [SA_RESTART]: Set this flag.