summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAge
* 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
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-11
* | Coalesce duplicate make_lisp_timeval etc.Paul Eggert2018-10-06
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-06
* | Simplify get_up_time on GNU/LinuxPaul Eggert2018-09-15
* | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-10
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-12