aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* (init_sys_modes): Turn off VSTART and VSTOP chars. OnRichard M. Stallman1994-07-011-0/+10
* (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
* [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
* 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
* (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
* (sys_siglist) [sun]: Additional Sun-specific signal names.Richard M. Stallman1994-01-121-0/+18
* Restore big block of #ifdef and #include lines for fcntl.h and friends,Roland McGrath1994-01-091-1/+35
* [! VMS]: Don't declare sys_errlist here.Roland McGrath1994-01-081-40/+18
* [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", andRichard M. Stallman1994-01-081-10/+71
* (get_system_name): If the official name of the host isRichard M. Stallman1994-01-031-0/+10
* [VMS] (wait_for_kbd_input): Call prepare_menu_bars.Richard M. Stallman1993-12-231-0/+1
* (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.Richard M. Stallman1993-11-261-2/+2
* (init_baud_rate): Avoid referring to sg uninitialized.Richard M. Stallman1993-11-251-3/+3
* (closedir): Pass on the value from sys_closedir.Richard M. Stallman1993-11-241-3/+8
* (getwd): If getcwd returns 0, we return 0.Richard M. Stallman1993-11-231-26/+48
* (sys_suspend): Use EMACS_GETPGRP macro.Richard M. Stallman1993-11-101-5/+1
* (read_input_waiting): Don't mess with meta bitRichard M. Stallman1993-11-101-14/+20
* (child_setup_tty): Make the pty handle 8-bit characters.Richard M. Stallman1993-11-061-0/+2
* (sys_write): Keep trying to write out the data untilBrian Fox1993-09-221-4/+26
* (bzero, bcopy, bcmp): Don't define as functionsRichard M. Stallman1993-09-121-0/+9
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (stuff_char): Use input_fd.Richard M. Stallman1993-09-081-22/+36
* (mkdir, rmdir): Use wait_for_termination to wait.Richard M. Stallman1993-08-151-9/+25
* Include syswait.h.Richard M. Stallman1993-08-151-8/+1
* * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, forJim Blandy1993-08-031-0/+112
* (vfork): Move this outside the USG conditional.Richard M. Stallman1993-08-031-13/+13
* * xterm.c, sysdep.c (F_SETOWN_BUG): Defined.Jim Blandy1993-07-181-0/+6
* * sysdep.c (rename): Make arguments const. autoconf #definesJim Blandy1993-06-191-2/+2
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-181-1/+8
* Changes for correct pgrp behavior; approach suggested by BobJim Blandy1993-06-171-10/+8
* * sysdep.c (closedir): Don't free directory buffer if it looksJim Blandy1993-06-161-1/+5
* * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; itJim Blandy1993-06-161-0/+5
* * sysdep.c (child_setup_tty): Remove duplicate settings for VQUITJim Blandy1993-06-121-1/+0