aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix core dump after a dropped X connection.Paul Eggert2014-06-091-1/+3
* Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-1/+1
|\
| * Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-041-1/+1
* | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-011-0/+22
* | Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-291-4/+1
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-0/+8
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+8
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-0/+2
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-10/+11
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-261-0/+4
* emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-071-4/+4
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-2/+2
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-38/+37
* System-dependent integer overflow fixes.Paul Eggert2013-08-231-24/+31
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-32/+16
* * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-221-10/+0
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-7/+5
* * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_framePaul Eggert2013-07-221-3/+8
* * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.Paul Eggert2013-07-181-140/+154
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-161-10/+6
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-161-0/+14
* Minor EBADF fixes.Paul Eggert2013-07-121-3/+3
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-13/+49
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-101-26/+30
* Port to C89.Paul Eggert2013-07-101-1/+1
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-21/+64
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-6/+28
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-9/+23
* * src/sysdep.c (sys_siglist): Fix typo in previous commit.Paul Eggert2013-07-021-1/+1
* Remove some unused macros from 'configure'.Paul Eggert2013-07-021-0/+2
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-231-2/+0
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-221-0/+2
* 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