index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysdep.c
Age
Commit message (
Expand
)
Author
2022-03-16
Improve random bignum generation
Paul Eggert
2022-03-04
Fix process-attributes time precision on BSD
Paul Eggert
2022-03-04
Fix process-attributes time precision on GNU/Linux
Paul Eggert
2022-03-04
%CPU can exceed 100 on GNU/Linux
Paul Eggert
2022-03-04
Fix FreeBSD typo in process-attributes cstime
Paul Eggert
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-10
Silence macOS vfork deprecation warnings
Mattias Engdegård
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-20
Add support for the Haiku operating system and its window system
Po Lu
2021-07-13
Fix portability issue with make-serial-process
Ken Brown
2021-07-04
Ensure 'call-process' interprets INFILE as a local path
Jim Porter
2021-05-26
* src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSD
Filipp Gunbin
2021-05-26
Improve system_process_attributes on macOS (Bug#48548)
Filipp Gunbin
2021-03-11
On MS-Windows, fflush stderr after newline
Paul Eggert
2021-03-09
Port alternate signal stack to upcoming glibc 2.34
Paul Eggert
2021-01-10
Add functions to open a file without quitting.
Philipp Stephani
2021-01-10
Add support for 'process-attributes' on OpenBSD
Omar Polo
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-25
Adjust to recent Gnulib changes
Paul Eggert
2020-11-02
Merge from origin/emacs-27
Glenn Morris
2020-11-02
Add directory-empty-p and new argument COUNT for directory-files-*
Arthur Miller
2020-10-29
Make sure pixel sizes are zero when setting window size for ptys.
Noah Friedman
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-08-23
Simplify by using Gnulib sigdescr_np module
Paul Eggert
2020-08-18
Fix truncated command names in process-attributes under Macos
Robert Pluim
2020-08-16
Implement list-system-processes on OpenBSD
Lars Ingebrigtsen
2020-06-27
Use getrandom syscall for nonces
Paul Eggert
2020-05-30
Remove private prototype for 'execve' and its uses in MinGW build
Eli Zaretskii
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-03-07
Add ‘nofollow’ flag to set-file-times
Paul Eggert
2020-01-20
Work better if stat etc. are interrupted
Paul Eggert
2019-12-31
Assume C99-style ‘long long’
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-20
* src/sysdep.c: Improve comment wording.
Paul Eggert
2019-11-19
Make .pdmp file more reproducible
Paul Eggert
2019-08-24
extern function cleanup
Paul Eggert
2019-07-13
Avoid interleaving stderr lines when shutting down
Paul Eggert
2019-07-13
Use a better buffer size in emacs_perror
Paul Eggert
2019-07-13
Avoid interleaving stderr in a few cases
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-07-07
Remove printmax_t etc.
Paul Eggert
2019-07-06
Don’t ignore stderr failure when ADDRESS_SANITIZER
Paul Eggert
2019-06-25
Merge from emacs-26
Noam Postavsky
2019-06-25
Prefer PATH_MAX to MAXPATHLEN
Paul Eggert
2019-06-25
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-23
Don’t line-buffer stderr
Paul Eggert
2019-06-20
Check that length of data returned by sysctl is non-zero
Robert Pluim
2019-06-20
Simplify stdout buffering
Paul Eggert
2019-06-20
Line-buffer stderr
Paul Eggert
[next]