| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify termio code. | Dan Nicolaescu | 2010-08-22 | 1 | -169/+11 |
| * | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -1/+1 |
| * | * sysdep.c: Remove declarations. | Dan Nicolaescu | 2010-08-06 | 1 | -7/+0 |
| * | * src/sysdep.c: Move include term.h last of includes (Bug#6812). | Jan D | 2010-08-06 | 1 | -3/+6 |
| * | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -0/+3 |
| * | Fix compilation error. | Nick Roberts | 2010-08-05 | 1 | -1/+1 |
| * | * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. | Stefan Monnier | 2010-08-04 | 1 | -13/+16 |
| * | Enable ICANON (Bug#6771). Any long line problem must be solved differently. | Jan Djärv | 2010-08-02 | 1 | -1/+10 |
| * | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf | Jan D | 2010-07-29 | 1 | -2/+2 |
| * | Remove more "#ifdef subprocesses". | Eli Zaretskii | 2010-07-13 | 1 | -28/+5 |
| * | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -4/+4 |
| * | Clean up include guards. | Dan Nicolaescu | 2010-07-07 | 1 | -3/+0 |
| * | Simplify start_of_data, start_of_text and related code. | Dan Nicolaescu | 2010-07-07 | 1 | -81/+0 |
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -3/+56 |
| * | * coding.c, sysdep.c: Convert some more functions to standard C. | Juanma Barranquero | 2010-07-07 | 1 | -54/+49 |
| * | Fix more prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -1/+1 |
| * | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -62/+32 |
| * | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -5/+5 |
| * | Remove BSTRING related code, all platforms define it. | Dan Nicolaescu | 2010-06-06 | 1 | -48/+0 |
| * | Remove unnecessary alloca.h includes. | Dan Nicolaescu | 2010-06-01 | 1 | -10/+0 |
| * | * sysdep.c (child_setup_tty): Move the non-canonical initialization to | Stefan Monnier | 2010-05-31 | 1 | -9/+9 |
| * | Remove BSD_PGRPS. | Dan Nicolaescu | 2010-05-04 | 1 | -71/+1 |
| * | Remove POSIX_SIGNALS. | Dan Nicolaescu | 2010-05-03 | 1 | -24/+0 |
| * | * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused. | Dan Nicolaescu | 2010-05-01 | 1 | -11/+0 |
| * | Emulate POSIX_SIGNALS on MS-Windows. | Eli Zaretskii | 2010-05-01 | 1 | -5/+9 |
| * | Clean up Solaris code. | Dan Nicolaescu | 2010-04-23 | 1 | -7/+0 |
| * | Try to solve the problem of spurious EOF chars in long lines of text | Stefan Monnier | 2010-04-12 | 1 | -4/+13 |
| * | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -6/+0 |
| * | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -11/+1 |
| * | Clean up BSD_SYSTEM use. | Dan Nicolaescu | 2010-03-31 | 1 | -4/+0 |
| * | Get rid of the direct_output optimizations. | Stefan Monnier | 2010-03-31 | 1 | -3/+2 |
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
| * | (procfs_ttyname): Fix sprintf format to match argument | Andreas Schwab | 2009-10-24 | 1 | -2/+2 |
| * | * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused. | Dan Nicolaescu | 2009-07-03 | 1 | -15/+4 |
| * | (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS | Dan Nicolaescu | 2009-06-23 | 1 | -6/+0 |
| * | * sysdep.c: Include <ctype.h>. | Andreas Schwab | 2009-04-27 | 1 | -0/+1 |
| * | (emacs_write): Use process_pending_signals. | Chong Yidong | 2009-01-29 | 1 | -4/+1 |
| * | (list_system_processes, system_process_attributes) [MSDOS]: Don't use the | Eli Zaretskii | 2009-01-03 | 1 | -5/+7 |
| * | (system_process_attributes): Provide Qtime and Qctime | Dan Nicolaescu | 2009-01-02 | 1 | -2/+4 |
| * | (system_process_attributes): Compute Qtime and Qctime and add them to the alist. | Eli Zaretskii | 2009-01-02 | 1 | -0/+6 |
| * | Add commentary about WINDOWSNT implementation of list_system_processes and | Eli Zaretskii | 2008-12-20 | 1 | -1/+5 |
| * | (system_process_attributes): Close fd when done. | Dan Nicolaescu | 2008-12-19 | 1 | -0/+3 |
| * | (serial_configure): Fix typo. | Dan Nicolaescu | 2008-12-19 | 1 | -1/+1 |
| * | * sysdep.c (system_process_attributes): Fix typo. | Dan Nicolaescu | 2008-12-19 | 1 | -1/+1 |
| * | * sysdep.c (system_process_attributes): Add implementation for Solaris. | Dan Nicolaescu | 2008-12-19 | 1 | -3/+141 |
| * | Include alloca.h. | Dan Nicolaescu | 2008-12-19 | 1 | -0/+4 |
| * | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -0/+444 |
| * | Add comment for last change. | Andreas Schwab | 2008-10-07 | 1 | -0/+2 |
| * | (sys_signal): Always set SA_RESTART when | Andreas Schwab | 2008-10-06 | 1 | -4/+6 |