| Commit message (Expand) | Author | Age | Files | Lines |
* | (sys_subshell): New function, split from sys_suspend. | Karl Heuer | 1994-02-26 | 1 | -8/+17 |
* | (child_setup_tty): Typo in previous change. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
* | (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined. | Richard M. Stallman | 1994-02-17 | 1 | -4/+8 |
* | (init_sys_modes, reset_sys_modes): Test BSD_PGRPS. | Richard M. Stallman | 1994-02-17 | 1 | -4/+4 |
* | (init_sys_modes): IEXTEN is in c_lflag, not c_iflag. | Richard M. Stallman | 1994-02-16 | 1 | -1/+1 |
* | (sys_write): If any bytes were written, return how many. | Richard M. Stallman | 1994-02-15 | 1 | -1/+1 |
* | (start_of_text): Don't define #ifdef HAVE_TEXT_START. | Roland McGrath | 1994-02-13 | 1 | -2/+2 |
* | Fix conditional compilation. | Karl Heuer | 1994-02-12 | 1 | -2/+0 |
* | (get_system_name): Remove restriction on hostname size. | Karl Heuer | 1994-02-02 | 1 | -74/+88 |
* | (mkdir): Use MKDIR_PROTOTYPE if defined. | Richard M. Stallman | 1994-01-26 | 1 | -0/+4 |
* | (request_sigio, unrequest_sigio): Add new versions of | Richard M. Stallman | 1994-01-15 | 1 | -0/+34 |
* | (sys_siglist) [sun]: Additional Sun-specific signal names. | Richard M. Stallman | 1994-01-12 | 1 | -0/+18 |
* | Restore big block of #ifdef and #include lines for fcntl.h and friends, | Roland McGrath | 1994-01-09 | 1 | -1/+35 |
* | [! VMS]: Don't declare sys_errlist here. | Roland McGrath | 1994-01-08 | 1 | -40/+18 |
* | [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and | Richard M. Stallman | 1994-01-08 | 1 | -10/+71 |
* | (get_system_name): If the official name of the host is | Richard M. Stallman | 1994-01-03 | 1 | -0/+10 |
* | [VMS] (wait_for_kbd_input): Call prepare_menu_bars. | Richard M. Stallman | 1993-12-23 | 1 | -0/+1 |
* | (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE. | Richard M. Stallman | 1993-11-26 | 1 | -2/+2 |
* | (init_baud_rate): Avoid referring to sg uninitialized. | Richard M. Stallman | 1993-11-25 | 1 | -3/+3 |
* | (closedir): Pass on the value from sys_closedir. | Richard M. Stallman | 1993-11-24 | 1 | -3/+8 |
* | (getwd): If getcwd returns 0, we return 0. | Richard M. Stallman | 1993-11-23 | 1 | -26/+48 |
* | (sys_suspend): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -5/+1 |
* | (read_input_waiting): Don't mess with meta bit | Richard M. Stallman | 1993-11-10 | 1 | -14/+20 |
* | (child_setup_tty): Make the pty handle 8-bit characters. | Richard M. Stallman | 1993-11-06 | 1 | -0/+2 |
* | (sys_write): Keep trying to write out the data until | Brian Fox | 1993-09-22 | 1 | -4/+26 |
* | (bzero, bcopy, bcmp): Don't define as functions | Richard M. Stallman | 1993-09-12 | 1 | -0/+9 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (stuff_char): Use input_fd. | Richard M. Stallman | 1993-09-08 | 1 | -22/+36 |
* | (mkdir, rmdir): Use wait_for_termination to wait. | Richard M. Stallman | 1993-08-15 | 1 | -9/+25 |
* | Include syswait.h. | Richard M. Stallman | 1993-08-15 | 1 | -8/+1 |
* | * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for | Jim Blandy | 1993-08-03 | 1 | -0/+112 |
* | (vfork): Move this outside the USG conditional. | Richard M. Stallman | 1993-08-03 | 1 | -13/+13 |
* | * xterm.c, sysdep.c (F_SETOWN_BUG): Defined. | Jim Blandy | 1993-07-18 | 1 | -0/+6 |
* | * sysdep.c (rename): Make arguments const. autoconf #defines | Jim Blandy | 1993-06-19 | 1 | -2/+2 |
* | Changes for Irix 4.0, tested this time: | Jim Blandy | 1993-06-18 | 1 | -1/+8 |
* | Changes for correct pgrp behavior; approach suggested by Bob | Jim Blandy | 1993-06-17 | 1 | -10/+8 |
* | * sysdep.c (closedir): Don't free directory buffer if it looks | Jim Blandy | 1993-06-16 | 1 | -1/+5 |
* | * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it | Jim Blandy | 1993-06-16 | 1 | -0/+5 |
* | * sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT | Jim Blandy | 1993-06-12 | 1 | -1/+0 |
* | Interact properly with shells lacking job control (sh, rc, es...) | Jim Blandy | 1993-06-11 | 1 | -0/+57 |
* | * sysdep.c: Remove clause for DGUX support of FASYNC; add clause | Jim Blandy | 1993-06-10 | 1 | -4/+8 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -15/+15 |
* | (init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed. | Richard M. Stallman | 1993-06-07 | 1 | -2/+3 |
* | (wait_for_termination): Fix sigpause in POSIX_SIGNALS case. | Richard M. Stallman | 1993-06-04 | 1 | -1/+17 |
* | (wait_for_termination): Delete LINUX conditionals. | Richard M. Stallman | 1993-05-31 | 1 | -4/+4 |
* | (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install | Richard M. Stallman | 1993-05-30 | 1 | -5/+27 |
* | (wait_for_termination): Add POSIX_SIGNALS alternative. | Richard M. Stallman | 1993-05-30 | 1 | -0/+10 |
* | (sys_signal): Use 0, not NULL, to set sa_flags. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
* | * sysdep.c (sys_siglist): Comment out #endif trailer. | Jim Blandy | 1993-05-29 | 1 | -1/+1 |
* | (gettimeofday): Don't store in *tzp if tzp is 0. | Richard M. Stallman | 1993-05-29 | 1 | -1/+2 |