| Commit message (Expand) | Author | Files | Lines |
| 2012-06-02 | * sysdep.c (system_process_attributes): Improve comment. | Paul Eggert | 1 | -1/+2 |
| 2012-06-02 | * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]: | Paul Eggert | 1 | -2/+2 |
| 2012-05-21 | Assume C89 or later. | Paul Eggert | 1 | -3/+0 |
| 2012-04-21 | * sysdep.c (system_process_attributes): Use CONS_TO_INTEGER in new FreeBSD co... | Paul Eggert | 1 | -1/+1 |
| 2012-04-22 | * src/sysdep.c (list_system_processes): Support Darwin. | Leo Liu | 1 | -2/+16 |
| 2012-04-21 | * sysdep.c [__FreeBSD__]: Minor cleanups. | Paul Eggert | 1 | -46/+49 |
| 2012-04-21 | Add system processes support for FreeBSD. | Eduard Wiebe | 1 | -0/+211 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-12-04 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-19 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-10-25 | * sysdep.c (system_process_attributes): Simplify pid_t handling. | Paul Eggert | 1 | -18/+2 |
| 2011-10-25 | * sysdep.c (init_sys_modes): Fix the check for the controlling terminal. | Enami Tsugutomo | 1 | -1/+4 |
| 2011-09-29 | Fix the MSDOS build. | Eli Zaretskii | 1 | -0/+4 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -27/+41 |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero | 1 | -4/+4 |
| 2011-08-31 | Add a stub for snprintf, for ancient hosts lacking it. | Paul Eggert | 1 | -0/+39 |
| 2011-07-28 | * sysdep.c: Integer and memory overflow issues. | Paul Eggert | 1 | -3/+5 |
| 2011-07-10 | Protoize | Andreas Schwab | 1 | -2/+1 |
| 2011-07-06 | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 1 | -2/+0 |
| 2011-07-06 | Use pthread_sigmask, not sigprocmask. | Paul Eggert | 1 | -3/+3 |
| 2011-07-04 | [ChangeLog] | Paul Eggert | 1 | -53/+0 |
| 2011-07-04 | Random fixes. E.g., (random) never returned negative values. | Paul Eggert | 1 | -4/+7 |
| 2011-06-25 | Use gnulib's dup2 module instead of rolling our own. | Paul Eggert | 1 | -31/+0 |
| 2011-05-02 | src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement. | Juanma Barranquero | 1 | -8/+18 |
| 2011-05-01 | * src/sysdep.c (wait_for_termination_1): Make static. | Andreas Schwab | 1 | -16/+17 |
| 2011-05-01 | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen | 1 | -0/+15 |
| 2011-04-28 | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long. | Paul Eggert | 1 | -15/+6 |
| 2011-04-18 | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 1 | -1/+1 |
| 2011-04-16 | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier | Paul Eggert | 1 | -0/+2 |
| 2011-04-15 | * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT. | Paul Eggert | 1 | -1/+4 |
| 2011-04-15 | emacs_write: Accept and return EMACS_INT for sizes. | Paul Eggert | 1 | -5/+5 |
| 2011-04-13 | * sysdep.c (croak): Now static, if | Paul Eggert | 1 | -0/+3 |
| 2011-04-13 | * sysdep.c: Make symbols static if they're not exported. | Paul Eggert | 1 | -10/+9 |
| 2011-04-13 | * sysdep.c (croak): Move decl from here to syssignal.h. | Paul Eggert | 1 | -2/+0 |
| 2011-04-13 | * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs. | Paul Eggert | 1 | -2/+13 |
| 2011-04-12 | emacs_write: Return size_t, not ssize_t, to avoid overflow issues. | Paul Eggert | 1 | -17/+13 |
| 2011-04-12 | * sysdep.c (emacs_read, emacs_write): Check for negative sizes | Paul Eggert | 1 | -3/+15 |
| 2011-04-10 | Fix wait_for_termination on GNU Hurd (Bug#8467) | Samuel Thibault | 1 | -1/+1 |
| 2011-04-10 | Fix write-region and its subroutines for buffers > 2GB. | Eli Zaretskii | 1 | -6/+6 |
| 2011-04-06 | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 1 | -1/+2 |
| 2011-03-31 | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 1 | -0/+18 |
| 2011-03-26 | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 1 | -2/+2 |
| 2011-03-17 | Better fix for volatile issue. | Paul Eggert | 1 | -6/+3 |
| 2011-03-17 | * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 1 | -2/+7 |
| 2011-03-14 | * sysdep.c (MAXPATHLEN): Define only if needed. | Paul Eggert | 1 | -2/+2 |
| 2011-03-14 | * sysdep.c (sys_subshell): Mark local as volatile if checking for lint, | Paul Eggert | 1 | -1/+1 |
| 2011-03-14 | * sysdep.c: Fix pointer signedness issue. | Paul Eggert | 1 | -1/+3 |
| 2011-03-14 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | Paul Eggert | 1 | -9/+10 |
| 2011-03-14 | * sysdep.c (wait_for_termination_signal): Remove; unused. | Paul Eggert | 1 | -4/+0 |