summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAge
* Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* Fix portability issue with make-serial-processKen Brown2021-07-13
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-04
* * src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSDFilipp Gunbin2021-05-26
* Improve system_process_attributes on macOS (Bug#48548)Filipp Gunbin2021-05-26
* On MS-Windows, fflush stderr after newlinePaul Eggert2021-03-11
* Port alternate signal stack to upcoming glibc 2.34Paul Eggert2021-03-09
* Add functions to open a file without quitting.Philipp Stephani2021-01-10
* Add support for 'process-attributes' on OpenBSDOmar Polo2021-01-10
* Update copyright year to 2021Paul Eggert2021-01-01
* Adjust to recent Gnulib changesPaul Eggert2020-12-25
* Merge from origin/emacs-27Glenn Morris2020-11-02
|\
| * Make sure pixel sizes are zero when setting window size for ptys.Noah Friedman2020-10-29
* | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-02
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Simplify by using Gnulib sigdescr_np modulePaul Eggert2020-08-23
* | Fix truncated command names in process-attributes under MacosRobert Pluim2020-08-18
* | Implement list-system-processes on OpenBSDLars Ingebrigtsen2020-08-16
* | Use getrandom syscall for noncesPaul Eggert2020-06-27
* | Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii2020-05-30
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-07
* | Work better if stat etc. are interruptedPaul Eggert2020-01-20
* | Assume C99-style ‘long long’Paul Eggert2019-12-31
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* * src/sysdep.c: Improve comment wording.Paul Eggert2019-11-20
* Make .pdmp file more reproduciblePaul Eggert2019-11-19
* extern function cleanupPaul Eggert2019-08-24
* Avoid interleaving stderr lines when shutting downPaul Eggert2019-07-13
* Use a better buffer size in emacs_perrorPaul Eggert2019-07-13
* Avoid interleaving stderr in a few casesPaul Eggert2019-07-13
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Remove printmax_t etc.Paul Eggert2019-07-07
* Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-06
* Merge from emacs-26Noam Postavsky2019-06-25
|\
| * Check that length of data returned by sysctl is non-zeroRobert Pluim2019-06-20
* | Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-25
* | Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* | Don’t line-buffer stderrPaul Eggert2019-06-23
* | Simplify stdout bufferingPaul Eggert2019-06-20
* | Line-buffer stderrPaul Eggert2019-06-20
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | Use ‘const’ to clarify GC markingPaul Eggert2019-03-19
* | Prefer static to extern where either will doPaul Eggert2019-01-31
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-03
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-02