aboutsummaryrefslogtreecommitdiffstats
path: root/src/kqueue.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-06-23Fix compilation on prerelease versions of HaikuPo Lu1-15/+22
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-10-10File notifications report unmount events (bug#66381)Michael Albinus1-2/+8
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-06-21Two typos captured on OpenBSD/clangManuel Giraud1-2/+2
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-11-02Add missing argument to directory_files_internal callsMattias EngdegÄrd1-2/+3
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-21Fix file notifications on macOSEli Zaretskii1-2/+2
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-04-23Remove some unnecessary #ifdef directivesPaul Eggert1-3/+0
2019-03-04Simplify list creation in C codePaul Eggert1-1/+1
2019-01-09Use shortcuts for FlengthPaul Eggert1-2/+3
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-3/+3
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-17/+17
2018-01-15Use fcntl.h in kqueue.cJeremie Courreges-Anglas1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-25Fix file-attributes race on GNU hostsPaul Eggert1-2/+2
2017-05-21Make a function static that isn't used outside this filePhilipp Stephani1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-29Improve filenotify-tests.elMichael Albinus1-1/+1
2016-11-05Prefer comments /* like this */ in C codePaul Eggert1-2/+0
2016-03-10Rework C source files to avoid ^(Paul Eggert1-7/+5
2016-03-04Fix Bug#22814Michael Albinus1-1/+23
2016-01-22Backport kqueue integration from masterMichael Albinus1-0/+521
2016-01-12; Add 2016 to copyright years for files not in emacs-25 branchGlenn Morris1-1/+2
2016-01-04Spelling fixesPaul Eggert1-1/+1
2015-11-25Rework file notifications, kqueue has problems with directory monitorsMichael Albinus1-16/+32
2015-11-25Continie with pending eventsMichael Albinus1-14/+31
2015-11-25Handle more complex rename operation in kqueueMichael Albinus1-6/+19
2015-11-25Further fixes for kqueue.Michael Albinus1-37/+44
2015-11-25Code cleanup of kqueue.cMichael Albinus1-52/+57
2015-11-25Finish implementation in kqueue.cMichael Albinus1-23/+35
2015-11-25More work on kqueueMichael Albinus1-50/+140
2015-11-25Implement directory eventsMichael Albinus1-30/+119
2015-11-25Build fixes for kqueue support.Wolfgang Jenkner1-1/+1
2015-11-25Continue kqueue implementationMichael Albinus1-39/+41
2015-11-25Work on kqueueMichael Albinus1-170/+100
2015-11-25Add kqueue supportMichael Albinus1-29/+46
2015-11-03Fix a stupid error in gfilenotify.c.Michael Albinus1-0/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-09-27* src/gfilenotify.c (Fgfile_add_watch): Cleanup temporary variable.Michael Albinus1-0/+1
2015-09-24* src/gfilenotify.c (Fgfile_add_watch): Decrease polling rate.Michael Albinus1-0/+4