aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-2/+2
* Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-0/+72
* Don't assume process IDs fit in int.Paul Eggert2012-10-241-1/+1
* Improve sys_siglist detection.Paul Eggert2012-10-061-4/+14
* Fix a malloc race condition involving strsignal.Paul Eggert2012-10-011-16/+13
* Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert2012-09-301-2/+1
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-0/+3
* file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert2012-09-301-1/+2
* Profiler improvements: more-accurate timers, overflow checks.Paul Eggert2012-09-291-1/+4
* * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.Paul Eggert2012-09-291-1/+1
* Do not use SA_NODEFER.Paul Eggert2012-09-231-2/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-97/+316
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-13/+5
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify SIGIO usage.Paul Eggert2012-09-121-80/+18
* Signal-handler cleanup.Paul Eggert2012-09-061-73/+38
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-0/+38
* Give more-useful info on a fatal error (Bug#12328).Paul Eggert2012-09-041-1/+20
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-0/+9
* * sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48.Paul Eggert2012-08-311-1/+1
* Better seed support for (random).Paul Eggert2012-08-311-3/+21
* * process.h (PSET): Remove.Paul Eggert2012-08-171-2/+1
* Use ASCII tests for character types.Paul Eggert2012-08-161-3/+3
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-6/+6
* Guard against potential configure bug wrt HAVE_GETWDGlenn Morris2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-7/+7
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-0/+3
* Port to Solaris 8.Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-7/+7
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Assume mkdir, rmdir.Paul Eggert2012-07-111-126/+0
* Assume rename.Paul Eggert2012-07-101-23/+0
* Assume perror.Paul Eggert2012-07-101-12/+0
* Assume strerror.Paul Eggert2012-07-101-15/+0
* 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