aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-3/+3
* File synchronization fixes.Paul Eggert2013-03-131-3/+2
* * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.Paul Eggert2013-03-121-4/+3
* Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-061-13/+3
|\
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-3/+3
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-12/+2
* | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-041-0/+8
|\ \ | |/
| * Also port to MirBSD.Paul Eggert2013-03-041-2/+3
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-041-0/+7
* | Minor getenv-related fixes.Paul Eggert2013-02-121-2/+2
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-18/+0
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-0/+19
|\ \ | |/
| * Fix SIGDANGER handlers, for AIX.Paul Eggert2013-01-101-0/+19
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-101-3/+23
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| * Revert recent change for Bug#8855.Paul Eggert2012-11-241-2/+5
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-231-5/+2
* | * sysdep.c (emacs_abort): Bump backtrace size to 40.Paul Eggert2012-12-161-1/+1
* | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-26/+4
* | * sysdep.c (get_child_status): Abort on internal error (Bug#13086).Paul Eggert2012-12-071-3/+6
* | Don't let call-process be a zombie factory.Paul Eggert2012-12-031-28/+52
* | * sysdep.c (sys_subshell): Don't assume pid_t fits in int.Paul Eggert2012-11-241-1/+1
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-221-22/+0
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-76/+4
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-21/+5
* | Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-171-5/+2
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-3/+3
* | 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