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