summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
Commit message (Expand)AuthorAgeFilesLines
* Move some variable declarations closer to where they are used. No change in f...jan.nijtmans2017-04-261-6/+1
* Merge trunkjan.nijtmans2017-03-241-1/+1
|\
| * Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-2/+2
* | minor simplificationjan.nijtmans2017-03-081-8/+2
* | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()jan.nijtmans2017-03-081-3/+1
* | Re-base to trunk, and get latest code from here: [https://github.com/lalborno...jan.nijtmans2017-03-081-1077/+228
|\ \ | |/ |/|
| * Implementation of improved notifier from Lucio Andrés Illanes Albornoz.dkf2016-11-251-56/+712
|/
* Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath ...jan.nijtmans2016-11-181-2/+2
* Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
* Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values t...jan.nijtmans2016-03-291-63/+7
* .... oops ....bug_d3071887dbc7aeacjan.nijtmans2016-03-211-1/+1
* Proposed fix for [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier()jan.nijtmans2016-03-211-0/+2
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
|\
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
| * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-1/+1
* | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-135/+224
|\ \ | |/
| * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-137/+228
| |\
| | * merge trunkbug_5d170b5ca5jan.nijtmans2015-09-241-2/+2
| | |\ | |_|/ |/| |
* | | merge-mark (almost, just a few cosmetic changes)jan.nijtmans2015-09-241-2/+2
|\ \ \ | |/ /
| * | Clean-up tclUnixNotfy.c, restructure it the same as "trunk" version. No funct...jan.nijtmans2015-09-241-179/+207
| | * Fix for [5d170b5ca5] now available for widespread testing (incl. HPUX and OSX)jan.nijtmans2015-09-071-3/+3
| | * Merge trunk. jan.nijtmans2015-09-051-0/+6
| | |\ | |_|/ |/| |
| | * In StartNotifierThread() don't lock mutex if thread is already started. jan.nijtmans2015-09-031-50/+22
| | * Fix the Cygwin notifier, doing the initialization of the thread-local variabl...jan.nijtmans2015-09-021-41/+33
| | * Merge trunk. jan.nijtmans2015-09-021-2/+2
| | |\ | |_|/ |/| |
| | * Merge trunk. jan.nijtmans2015-08-311-1/+12
| | |\ | |_|/ |/| |
| | * remove superfluous fprintf to stderr.jan.nijtmans2015-08-171-1/+0
| | * Merge trunk.jan.nijtmans2015-08-171-48/+45
| | |\ | |_|/ |/| |
| | * Merge trunk.jan.nijtmans2015-08-171-203/+199
| | |\ | |_|/ |/| |
| | * Gustaf Neumann's experimental Unix notifier improvements.jan.nijtmans2015-08-061-4/+120
| |/ |/|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-1/+9
|\ \ | |/
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-4/+12
| |\
| | * Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific.Joe Mistachkin2015-06-171-1/+1
| | * Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi...jan.nijtmans2015-06-161-1/+1
| | * Fix typo in previous check-in.experimentalJoe Mistachkin2015-05-271-4/+4
| | * Make sure the master and mutex locks are in a well-known state across the for...Joe Mistachkin2015-05-271-0/+6
| | * Additional mutex locking/unlocking during fork() to keep things synchronized.Joe Mistachkin2015-05-211-0/+2
| | * Add new public Tcl C API to allow a mutex to be unlocked and then finalized a...Joe Mistachkin2015-04-091-1/+1
| |/ |/|
* | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4.dgp2014-07-211-2/+2
* | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+3
|\ \ | |/
| * Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+3
* | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-071-4/+4
|\ \ | |/
| * First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make che...bug_d4e464ae48jan.nijtmans2013-10-061-4/+4
* | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were fo...jan.nijtmans2013-08-011-1/+112
|\ \ | |/
| * Make sure that the notifierMutex and notifierCV in a forked child cannot bloc...jan.nijtmans2013-07-251-0/+2
| * Use pthread_atfork() when available.jan.nijtmans2013-07-221-1/+89
| * Fix bug which hangs iocmd.tf-32.1jan.nijtmans2013-07-221-1/+1
| * Rebase to core-8-5-branchjan.nijtmans2013-07-211-3/+24
| |\
| | * Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE...oehhar2013-07-171-0/+21
| |/ |/|
| * Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241...ferrieux2012-09-071-0/+6