summaryrefslogtreecommitdiff
path: root/src/sysdep.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-19Simplify serial_openPaul Eggert
2026-03-26Simplify some struct frame.output_method checksBasil L. Contovounesios
2026-02-28Don’t stuff keyboard input uselesslyPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-08-02Port better to Linux with 1 MiB pagesPaul Eggert
2025-07-21Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert
2025-06-17process-attributes uses CLOCK_BOOTTIME for uptimePaul Eggert
2025-06-17process-attributes uses /proc/stat for boot timePaul Eggert
2025-06-15process-attributes now uses get_boot_timePaul Eggert
2025-04-13Use a pristine copy of argv to restart EmacsJens Schmidt
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-15Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Unexec removal: Remove HYBRID_MALLOC supportPip Cet
2024-12-12Unexec removal: Main partPip Cet
2024-09-16Remove unnecessary #includePaul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-07-24Fix process-attributes rss and pmem on GNU/LinuxPaul Eggert
2024-06-30Don’t define LC_COLLATE, LC_CTYPEPaul Eggert
2024-06-30Assume setlocale existsPaul Eggert
2024-06-30Do not worry about whether locale.h is includablePaul Eggert
2024-04-23Fix dumping signal-handler dataEli Zaretskii
2024-03-09Enable stack overflow recovery on AndroidPo Lu
2024-01-03Don't include sheap.h in sysdep.cStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-07Port Proced to AndroidPo Lu
2023-08-16Update Android portPo Lu
2023-08-07Fix some emacs_fopen confusionPaul Eggert
2023-08-03Isolate fchmodat within the Android VFS layerPo Lu
2023-07-28Allow quitting from Android content provider operationsPo Lu
2023-07-27Update Android portPo Lu
2023-05-06Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-06Merge from origin/emacs-29Dmitry Gutov
2023-05-05More fixes for NetBSD/vaxPo Lu
2023-02-18Update Android portPo Lu
2023-01-26Update Android portPo Lu
2023-01-13Update Android portPo Lu
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Bring up the Android operating system and its window systemPo Lu
2022-12-17Port better to glibc 2.28+ renameat2Paul Eggert
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-09-17Optimize tty display updates (bug#57727)Gerd Möllmann
2022-08-01Fix get-internal-runtime precisionPaul Eggert
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen