aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port Proced to AndroidPo Lu2023-09-071-5/+5
* Update Android portPo Lu2023-08-161-5/+8
* Fix some emacs_fopen confusionPaul Eggert2023-08-071-7/+5
* Isolate fchmodat within the Android VFS layerPo Lu2023-08-031-0/+10
* Allow quitting from Android content provider operationsPo Lu2023-07-281-1/+1
* Update Android portPo Lu2023-07-271-2/+80
* Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-061-0/+7
|\
| * Merge from origin/emacs-29Dmitry Gutov2023-05-061-0/+7
| |\
| | * More fixes for NetBSD/vaxPo Lu2023-05-051-0/+7
* | | Update Android portPo Lu2023-02-181-1/+42
* | | Update Android portPo Lu2023-01-261-0/+10
* | | Update Android portPo Lu2023-01-131-1/+16
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Bring up the Android operating system and its window systemPo Lu2022-12-311-3/+95
|/ /
* | Port better to glibc 2.28+ renameat2Paul Eggert2022-12-171-3/+4
|/
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-1/+1
* Optimize tty display updates (bug#57727)Gerd Möllmann2022-09-171-1/+4
* Fix get-internal-runtime precisionPaul Eggert2022-08-011-2/+3
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-21/+21
* Two typos captured on OpenBSD/clangManuel Giraud2022-06-211-1/+1
* Implement system_process_attributes on CygwinKen Brown2022-04-271-1/+25
* Pacify gcc -std=c99Paul Eggert2022-04-191-1/+1
* Merge from origin/emacs-28Paul Eggert2022-04-171-11/+18
|\
| * Don’t assume openatPaul Eggert2022-04-171-11/+18
| * ; * src/sysdep.c: Fix mistake in previous commitMattias Engdegård2022-04-161-2/+2
| * Fix builds on older versions of macOSMattias Engdegård2022-04-161-0/+24
* | Fix builds on older versions of macOSMattias Engdegård2022-04-161-0/+22
* | Improve random bignum generationPaul Eggert2022-03-161-0/+10
* | Fix process-attributes time precision on BSDPaul Eggert2022-03-041-59/+47
* | Fix process-attributes time precision on GNU/LinuxPaul Eggert2022-03-041-77/+47
* | %CPU can exceed 100 on GNU/LinuxPaul Eggert2022-03-041-2/+0
* | Fix FreeBSD typo in process-attributes cstimePaul Eggert2022-03-041-1/+1
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-6/+4
* | Silence macOS vfork deprecation warningsMattias Engdegård2022-02-101-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-6/+28
|/
* Fix portability issue with make-serial-processKen Brown2021-07-131-1/+133
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-041-1/+1
* * src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSDFilipp Gunbin2021-05-261-1/+1
* Improve system_process_attributes on macOS (Bug#48548)Filipp Gunbin2021-05-261-21/+61
* 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
|\