summaryrefslogtreecommitdiff
path: root/src/kqueue.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Two typos captured on OpenBSD/clangManuel Giraud2022-06-211-2/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add missing argument to directory_files_internal callsMattias EngdegÄrd2020-11-021-2/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix file notifications on macOSEli Zaretskii2019-11-211-2/+2
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-231-3/+0
* Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* Use shortcuts for FlengthPaul Eggert2019-01-091-2/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-17/+17
* | Use fcntl.h in kqueue.cJeremie Courreges-Anglas2018-01-151-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-251-2/+2
* Make a function static that isn't used outside this filePhilipp Stephani2017-05-211-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Improve filenotify-tests.elMichael Albinus2016-12-291-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+0
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-2/+0
* | Merge from origin/emacs-25John Wiegley2016-03-111-7/+5
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-7/+5
| * Backport kqueue integration from masterMichael Albinus2016-01-221-0/+521
* Fix Bug#22814Michael Albinus2016-03-041-1/+23
* ; Add 2016 to copyright years for files not in emacs-25 branchGlenn Morris2016-01-121-1/+2
* Spelling fixesPaul Eggert2016-01-041-1/+1
* Rework file notifications, kqueue has problems with directory monitorsMichael Albinus2015-11-251-16/+32
* Continie with pending eventsMichael Albinus2015-11-251-14/+31
* Handle more complex rename operation in kqueueMichael Albinus2015-11-251-6/+19
* Further fixes for kqueue.Michael Albinus2015-11-251-37/+44
* Code cleanup of kqueue.cMichael Albinus2015-11-251-52/+57
* Finish implementation in kqueue.cMichael Albinus2015-11-251-23/+35
* More work on kqueueMichael Albinus2015-11-251-50/+140
* Implement directory eventsMichael Albinus2015-11-251-30/+119
* Build fixes for kqueue support.Wolfgang Jenkner2015-11-251-1/+1
* Continue kqueue implementationMichael Albinus2015-11-251-39/+41
* Work on kqueueMichael Albinus2015-11-251-170/+100
* Add kqueue supportMichael Albinus2015-11-251-0/+339