aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-22/+14
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-13/+5
* * configure.in (BROKEN_SA_RESTART): Doc fix.Glenn Morris2012-07-071-3/+4
* * sysdep.c (ULLONG_MAX): Define if not already defined.Paul Eggert2012-07-061-0/+5
* * sysdep.c (list_system_processes): Port to NetBSD-current.Paul Eggert2012-07-061-2/+2
* Port to OpenBSD 5.1 amd64.Paul Eggert2012-07-061-6/+8
* More xmalloc and related cleanup.Paul Eggert2012-07-051-8/+8
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-2/+0
* * sysdep.c (setpgrp): Remove definition, not used in this file.Dan Nicolaescu2012-06-241-7/+0
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-1/+1
* * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.Paul Eggert2012-06-231-9/+15
* * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.Paul Eggert2012-06-231-11/+22
* Support higher-resolution time stamps.Paul Eggert2012-06-221-126/+101
* * 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