summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* (sys_subshell): Cast arg to chdir.Karl Heuer1998-06-021-3/+3
* (emacs_get_tty): Zero out termios structure beforeAndreas Schwab1998-04-291-0/+2
* (croak): Add forward declaration.Richard M. Stallman1998-04-261-0/+4
* (init_sys_modes): Fix mixing of Lisp_Object and intAndreas Schwab1998-04-141-1/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-3/+48
* (sys_sigpause): Removed.Andreas Schwab1998-02-201-10/+2
* (sys_signal): Undo previous change.Richard M. Stallman1997-12-211-2/+2
* (sys_signal): Add two casts.Karl Heuer1997-12-111-2/+2
* (reset_sigio): Return void.Andreas Schwab1997-11-281-0/+1
* (discard_tty_input, init_baud_rate,Kenichi Handa1997-11-271-0/+26
* Add prototypes.Andreas Schwab1997-11-251-2/+7
* (init_system_name): Don't use sysinfo.Karl Heuer1997-11-201-2/+5
* Treat DGUX the same as USG.Karl Heuer1997-11-201-2/+2
* (init_system_name): If gethostname gives a properKarl Heuer1997-10-311-41/+42
* (sys_subshell) [DOS_NT]: Save and restore parent'sGeoff Voelker1997-09-031-13/+19
* (init_system_name): Don't try to use getdomainname.Richard M. Stallman1997-08-311-20/+6
* (init_system_name): If domain is null, don't add a period.Richard M. Stallman1997-08-101-1/+1
* (init_sys_modes) [mips || HAVE_TCATTR]:Richard M. Stallman1997-08-071-2/+17
* [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.Richard M. Stallman1997-07-281-0/+4
* Fix previous change.Richard M. Stallman1997-07-151-5/+2
* (ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.Richard M. Stallman1997-07-071-4/+12
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+1
* (init_system_name): Don't accept "(none)" as domain.Richard M. Stallman1997-07-041-0/+7
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1997-06-291-0/+4
* (init_sys_modes): Enable VSTART and VSTOP if flow_control.Richard M. Stallman1997-06-131-0/+9
* (init_baud_rate): Use INIT_BAUD_RATE if it's defined.Richard M. Stallman1997-06-011-6/+4
* (init_sys_modes): Initialize Vtty_erase_char ifRichard M. Stallman1997-05-191-1/+6
* `ospeed' should be short if not HAVE_TERMIIO_H.Kenichi Handa1997-02-271-1/+1
* (init_system_name): Retry gethostbyname only 5 timesRichard M. Stallman1996-09-201-1/+3
* Replaced symbol BSD with BSD_SYSTEM.Richard M. Stallman1996-09-191-10/+10
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1996-09-041-0/+5
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-2/+0
* (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined.Paul Eggert1996-08-311-0/+43
* Undo previous changes.Karl Heuer1996-07-161-6/+1
* Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,Karl Heuer1996-07-161-1/+1
* [HAVE_TERMIOS_H]: Declare ospeed as speed_t.Karl Heuer1996-07-151-1/+6
* (sys_subshell): Add conditionals for DJGPP v2.Richard M. Stallman1996-04-111-0/+9
* [DJGPP v2] (etext, start): Declared.Richard M. Stallman1996-04-101-0/+10
* (init_sys_modes): Clear INLCR like ICRNL.Richard M. Stallman1996-03-081-0/+4
* (child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 soRichard M. Stallman1996-01-271-0/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (WRITABLE): Renamed from WRITEABLE.Karl Heuer1996-01-041-14/+14
* [HAVE_NTGUI] (init_sys_modes, reset_sys_modes):Geoff Voelker1995-11-071-5/+5
* (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.Kim F. Storm1995-10-111-13/+4
* (sys_subshell) [MSDOS]: Handle SUSPEND env var.Richard M. Stallman1995-09-021-14/+22
* (sys_close): Handle Sunos 4.1 bug in close errno value.Karl Heuer1995-07-171-2/+11
* (rmdir): Fix up Aug 19 1993 change that wasn't done right.Richard M. Stallman1995-06-201-6/+6
* (emacs_set_tty): Swap TCSETAF and TCSETAW.Richard M. Stallman1995-06-141-8/+7
* (old_tty_valid): New variable.Karl Heuer1995-06-051-3/+10
* (VFORK_RETURN_TYPE): Use int if not already defined.Karl Heuer1995-05-261-0/+5