summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* * sysdep.c (system_process_attributes): Improve comment.Paul Eggert2012-06-021-1/+2
* * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:Paul Eggert2012-06-021-2/+2
* Merge from trunk.Paul Eggert2012-05-251-3/+0
|\
| * Assume C89 or later.Paul Eggert2012-05-211-3/+0
* | * sysdep.c (system_process_attributes): Use CONS_TO_INTEGER in new FreeBSD co...Paul Eggert2012-04-211-1/+1
* | Merge from trunk.Paul Eggert2012-04-211-47/+64
|\ \ | |/
| * * src/sysdep.c (list_system_processes): Support Darwin.Leo Liu2012-04-221-2/+16
| * * sysdep.c [__FreeBSD__]: Minor cleanups.Paul Eggert2012-04-211-46/+49
* | Merge from trunk.Paul Eggert2012-04-211-0/+211
|\ \ | |/
| * Add system processes support for FreeBSD.Eduard Wiebe2012-04-211-0/+211
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | * sysdep.c (system_process_attributes): Simplify pid_t handling.Paul Eggert2011-10-251-18/+2
* | Merge from trunk.Paul Eggert2011-10-251-1/+4
|\ \ | |/
| * * sysdep.c (init_sys_modes): Fix the check for the controlling terminal.Enami Tsugutomo2011-10-251-1/+4
* | Merge from trunk.Paul Eggert2011-09-301-0/+4
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2011-09-291-0/+4
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-27/+41
|/
* Whitespace changes.Juanma Barranquero2011-09-091-4/+4
* Add a stub for snprintf, for ancient hosts lacking it.Paul Eggert2011-08-311-0/+39
* * sysdep.c: Integer and memory overflow issues.Paul Eggert2011-07-281-3/+5
* Merge from trunk.Paul Eggert2011-07-101-2/+1
|\
| * ProtoizeAndreas Schwab2011-07-101-2/+1
* | Merge from trunk.Paul Eggert2011-07-091-3/+3
|\ \ | |/
| * Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-061-3/+3
* | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-2/+0
* | [ChangeLog]Paul Eggert2011-07-041-53/+0
|/
* Random fixes. E.g., (random) never returned negative values.Paul Eggert2011-07-041-4/+7
* Use gnulib's dup2 module instead of rolling our own.Paul Eggert2011-06-251-31/+0
* Merge from mainline.Paul Eggert2011-05-021-12/+38
|\
| * src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.Juanma Barranquero2011-05-021-8/+18
| * * src/sysdep.c (wait_for_termination_1): Make static.Andreas Schwab2011-05-011-16/+17
| * Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen2011-05-011-0/+15
* | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.Paul Eggert2011-04-281-15/+6
|/
* Merge from mainline.Paul Eggert2011-04-251-1/+1
|\
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+1
| |\
| | * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-101-1/+1
* | | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
|/ /
* | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglierPaul Eggert2011-04-161-0/+2
* | * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.Paul Eggert2011-04-151-1/+4
* | emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-151-5/+5
* | Merge from mainline.Paul Eggert2011-04-151-12/+12
|\ \
| * \ Merge from mainline.Paul Eggert2011-04-141-7/+19
| |\ \
| * | | * sysdep.c (croak): Now static, ifPaul Eggert2011-04-131-0/+3
| * | | * sysdep.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-10/+9
| * | | * sysdep.c (croak): Move decl from here to syssignal.h.Paul Eggert2011-04-131-2/+0
* | | | * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.Paul Eggert2011-04-131-2/+13