summaryrefslogtreecommitdiff
path: root/src/sysdep.c
AgeCommit message (Expand)Author
2022-03-16Improve random bignum generationPaul Eggert
2022-03-04Fix process-attributes time precision on BSDPaul Eggert
2022-03-04Fix process-attributes time precision on GNU/LinuxPaul Eggert
2022-03-04%CPU can exceed 100 on GNU/LinuxPaul Eggert
2022-03-04Fix FreeBSD typo in process-attributes cstimePaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-10Silence macOS vfork deprecation warningsMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-07-13Fix portability issue with make-serial-processKen Brown
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter
2021-05-26* src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSDFilipp Gunbin
2021-05-26Improve system_process_attributes on macOS (Bug#48548)Filipp Gunbin
2021-03-11On MS-Windows, fflush stderr after newlinePaul Eggert
2021-03-09Port alternate signal stack to upcoming glibc 2.34Paul Eggert
2021-01-10Add functions to open a file without quitting.Philipp Stephani
2021-01-10Add support for 'process-attributes' on OpenBSDOmar Polo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-25Adjust to recent Gnulib changesPaul Eggert
2020-11-02Merge from origin/emacs-27Glenn Morris
2020-11-02Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller
2020-10-29Make sure pixel sizes are zero when setting window size for ptys.Noah Friedman
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-08-23Simplify by using Gnulib sigdescr_np modulePaul Eggert
2020-08-18Fix truncated command names in process-attributes under MacosRobert Pluim
2020-08-16Implement list-system-processes on OpenBSDLars Ingebrigtsen
2020-06-27Use getrandom syscall for noncesPaul Eggert
2020-05-30Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-03-07Add ‘nofollow’ flag to set-file-timesPaul Eggert
2020-01-20Work better if stat etc. are interruptedPaul Eggert
2019-12-31Assume C99-style ‘long long’Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-20* src/sysdep.c: Improve comment wording.Paul Eggert
2019-11-19Make .pdmp file more reproduciblePaul Eggert
2019-08-24extern function cleanupPaul Eggert
2019-07-13Avoid interleaving stderr lines when shutting downPaul Eggert
2019-07-13Use a better buffer size in emacs_perrorPaul Eggert
2019-07-13Avoid interleaving stderr in a few casesPaul Eggert
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-07-06Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert
2019-06-25Merge from emacs-26Noam Postavsky
2019-06-25Prefer PATH_MAX to MAXPATHLENPaul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-06-23Don’t line-buffer stderrPaul Eggert
2019-06-20Check that length of data returned by sysctl is non-zeroRobert Pluim
2019-06-20Simplify stdout bufferingPaul Eggert
2019-06-20Line-buffer stderrPaul Eggert