aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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