aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port better to Linux with 1 MiB pagesPaul Eggert2025-08-021-8/+8
* Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert2025-07-211-11/+0
* process-attributes uses CLOCK_BOOTTIME for uptimePaul Eggert2025-06-171-41/+13
* process-attributes uses /proc/stat for boot timePaul Eggert2025-06-171-2/+43
* process-attributes now uses get_boot_timePaul Eggert2025-06-151-36/+5
* Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-131-2/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-13/+1
|\
| * Unexec removal: Remove HYBRID_MALLOC supportPip Cet2024-12-121-4/+0
| * Unexec removal: Main partPip Cet2024-12-121-9/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas2025-01-151-2/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Remove unnecessary #includePaul Eggert2024-09-161-1/+0
* Prefer static_assert to verifyStefan Kangas2024-08-221-6/+6
* Fix process-attributes rss and pmem on GNU/LinuxPaul Eggert2024-07-241-2/+8
* Don’t define LC_COLLATE, LC_CTYPEPaul Eggert2024-06-301-6/+0
* Assume setlocale existsPaul Eggert2024-06-301-4/+0
* Do not worry about whether locale.h is includablePaul Eggert2024-06-301-3/+1
* Fix dumping signal-handler dataEli Zaretskii2024-04-231-4/+4
* Enable stack overflow recovery on AndroidPo Lu2024-03-091-12/+13
* Don't include sheap.h in sysdep.cStefan Kangas2024-01-031-1/+0
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | 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