summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* On MS-Windows, fflush stderr after newlinePaul Eggert2021-03-111-0/+7
* Port alternate signal stack to upcoming glibc 2.34Paul Eggert2021-03-091-1/+9
* Add functions to open a file without quitting.Philipp Stephani2021-01-101-0/+22
* Add support for 'process-attributes' on OpenBSDOmar Polo2021-01-101-0/+195
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Adjust to recent Gnulib changesPaul Eggert2020-12-251-19/+7
* Merge from origin/emacs-27Glenn Morris2020-11-021-0/+2
|\
| * Make sure pixel sizes are zero when setting window size for ptys.Noah Friedman2020-10-291-0/+2
* | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-1/+2
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-3/+3
* | Simplify by using Gnulib sigdescr_np modulePaul Eggert2020-08-231-159/+2
* | Fix truncated command names in process-attributes under MacosRobert Pluim2020-08-181-1/+18
* | Implement list-system-processes on OpenBSDLars Ingebrigtsen2020-08-161-5/+11
* | Use getrandom syscall for noncesPaul Eggert2020-06-271-26/+6
* | Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii2020-05-301-0/+3
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-4/+10
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-071-15/+0
* | Work better if stat etc. are interruptedPaul Eggert2020-01-201-5/+31
* | Assume C99-style ‘long long’Paul Eggert2019-12-311-6/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * src/sysdep.c: Improve comment wording.Paul Eggert2019-11-201-1/+1
* Make .pdmp file more reproduciblePaul Eggert2019-11-191-2/+5
* extern function cleanupPaul Eggert2019-08-241-6/+0
* Avoid interleaving stderr lines when shutting downPaul Eggert2019-07-131-1/+1
* Use a better buffer size in emacs_perrorPaul Eggert2019-07-131-2/+2
* Avoid interleaving stderr in a few casesPaul Eggert2019-07-131-3/+56
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-6/+6
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+4
* Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-061-0/+20
* Merge from emacs-26Noam Postavsky2019-06-251-5/+5
|\
| * Check that length of data returned by sysctl is non-zeroRobert Pluim2019-06-201-5/+5
* | Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-251-3/+4
* | Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-2/+2
* | Don’t line-buffer stderrPaul Eggert2019-06-231-6/+0
* | Simplify stdout bufferingPaul Eggert2019-06-201-18/+1
* | Line-buffer stderrPaul Eggert2019-06-201-0/+6
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
* | Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-2/+2
* | Prefer static to extern where either will doPaul Eggert2019-01-311-2/+2
* | Add portable dumperDaniel Colascione2019-01-151-6/+9
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-1/+1
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-021-4/+4
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-111-26/+47
* | Coalesce duplicate make_lisp_timeval etc.Paul Eggert2018-10-061-24/+16
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-33/+54
* | Simplify get_up_time on GNU/LinuxPaul Eggert2018-09-151-6/+5
* | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-101-9/+8