summaryrefslogtreecommitdiff
path: root/src/kqueue.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-23Fix compilation on prerelease versions of HaikuPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-10File notifications report unmount events (bug#66381)Michael Albinus
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-06-21Two typos captured on OpenBSD/clangManuel Giraud
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-02Add missing argument to directory_files_internal callsMattias EngdegÄrd
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-21Fix file notifications on macOSEli Zaretskii
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-04-23Remove some unnecessary #ifdef directivesPaul Eggert
2019-03-04Simplify list creation in C codePaul Eggert
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-15Use fcntl.h in kqueue.cJeremie Courreges-Anglas
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-25Fix file-attributes race on GNU hostsPaul Eggert
2017-05-21Make a function static that isn't used outside this filePhilipp Stephani
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-29Improve filenotify-tests.elMichael Albinus
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-04Fix Bug#22814Michael Albinus
2016-01-22Backport kqueue integration from masterMichael Albinus
2016-01-12; Add 2016 to copyright years for files not in emacs-25 branchGlenn Morris
2016-01-04Spelling fixesPaul Eggert
2015-11-25Rework file notifications, kqueue has problems with directory monitorsMichael Albinus
2015-11-25Continie with pending eventsMichael Albinus
2015-11-25Handle more complex rename operation in kqueueMichael Albinus
2015-11-25Further fixes for kqueue.Michael Albinus
2015-11-25Code cleanup of kqueue.cMichael Albinus
2015-11-25Finish implementation in kqueue.cMichael Albinus
2015-11-25More work on kqueueMichael Albinus
2015-11-25Implement directory eventsMichael Albinus
2015-11-25Build fixes for kqueue support.Wolfgang Jenkner
2015-11-25Continue kqueue implementationMichael Albinus
2015-11-25Work on kqueueMichael Albinus
2015-11-25Add kqueue supportMichael Albinus