dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2018-06-23 15:58:28 to 2018-08-19 19:39:56 UTC [more...]

[PATCH] thread_sync.c (rb_mutex_sleep): disable interrupt checking in ensure
 2018-08-19 19:39 UTC 

[PATCH 1/2] thread_pthread.c: reset timeslice delay when uncontended
 2018-08-18 23:36 UTC  (2+ messages)
` [PATCH 2/2] Revert "thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep"

[PATCH] thread_sync.c (rb_mutex_sleep): skip interrupt check before sleep
 2018-08-18 19:55 UTC 

[PATCH] thread_pthread.c (do_gvl_timer): do not use expired timeslice
 2018-08-18 19:16 UTC 

[PATCH] thread.c (sleep_*): check interrupt before changing th->status
 2018-08-18 18:18 UTC 

[PATCH] thread_sync.c (rb_mutex_synchronize): only unlock if we own the mutex
 2018-08-18  6:26 UTC 

[PATCH] thread.c: use rb_hrtime_t scalar for high-resolution time operations
 2018-08-18  5:18 UTC 

[PATCH 1/3] thread.c (sleep_*): reduce the effect of spurious interrupts
 2018-08-17 19:27 UTC  (3+ messages)
` [PATCH 2/3] timeout benchmarks and tests
` [PATCH 3/3] wip

[PATCH] thread.c (sleep_*): reduce the effect of spurious interrupts
 2018-08-17  8:00 UTC 

[PATCH] thread.c (sleep_*): reduce the effect of spurious interrupts
 2018-08-17  7:42 UTC 

[PATCH] thread_pthread.c (rb_sigwait_fd_get): skip getpid check
 2018-08-17  1:34 UTC 

[PATCH] thread_sync.c (rb_mutex_lock): acquire lock before being killed
 2018-08-16 19:49 UTC 

[PATCH] thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
 2018-08-16  9:07 UTC 

[PATCH 1/4] check signals while acquiring gvl
 2018-08-16  7:20 UTC  (4+ messages)
` [PATCH 2/4] test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper
` [PATCH 3/4] ok
` [PATCH 4/4] thread_pthread.c: reduce ubf_timer arming for non-signal wakeups

[PATCH] test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper
 2018-08-16  3:33 UTC 

[PATCH] check signals while acquiring gvl
 2018-08-16  2:25 UTC 

[PATCH] process.c: defaults to close_others false
 2018-08-15 18:26 UTC 

[PATCH] test/ripper/test_parser_events.rb (test_block_variables): increase RLIMIT_AS again
 2018-08-15 18:12 UTC 

[PATCH] thread_pthread.c: hoist out do_gvl_timer and improve documentation
 2018-08-15  7:00 UTC 

[PATCH] vm_core.h (rb_thread_t): pack small fields together
 2018-08-15  5:54 UTC 

[CLEANUP 1/3] thread_pthread.c: additional UBF_TIMER == UBF_TIMER_PTHREAD guards
 2018-08-15  4:26 UTC  (3+ messages)
` [CLEANUP 2/3] thread_pthread.c: rename timer_thread_pipe to signal_self_pipe
` [CLEANUP 3/3] thread_pthread.c: rename rb_timer_* to ubf_timer_*

[PATCH] spec/ruby/optional/capi/io_spec.rb: fix fragile spec from unpredictable errno
 2018-08-14 17:06 UTC 

[PATCH] thread_pthread (rb_timer_arm): ignore UBF_TIMER_POSIX state 2
 2018-08-13 22:18 UTC 

[timer-inline-v3 1/2] thread_pthread.c: eliminate timer thread by restructuring GVL
 2018-08-13 21:15 UTC  (2+ messages)
` [timer-inline-v3 2/2] thread_pthread: use POSIX timer or thread to get rid of races

[PATCH] lazy crypt
 2018-08-11  1:34 UTC 

[PATCH] test/io/console/test_io_console.rb: fix short read failures
 2018-08-09  8:56 UTC 

[PATCH] test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeout
 2018-08-09  8:40 UTC 

[PATCH 1/2] thread_pthread.c: eliminate timer thread by restructuring GVL
 2018-08-09  3:46 UTC  (2+ messages)
` [PATCH 2/2] thread_pthread: use POSIX timer or thread to get rid of races

[PATCH] spec/ruby/library/socket/*: more FreeBSD fixes
 2018-08-09  3:25 UTC 

[PATCH 1/2] Revert "thread_pthread.c: restore timer-thread for now :<"
 2018-08-08  3:47 UTC  (2+ messages)
` [PATCH 2/2] thread_pthread: use POSIX timers or emulation to get rid of race

[PATCH] heap page stats
 2018-08-08  1:21 UTC 

[PATCH] spec/ruby/library/socket/*: fix hangs on FreeBSD 11.1
 2018-08-08  1:11 UTC 

[PATCH] lazy page free
 2018-08-07 20:40 UTC 

[PATCH v3] io.c: make all pipes nonblocking by default
 2018-08-06 23:12 UTC 

[PATCH] process.c: defaults to close_others false
 2018-08-06 19:10 UTC 

[PATCH] io.c: make all pipes nonblocking by default
 2018-08-06  5:35 UTC 

[PATCH] thread_pthread.c: restore timer-thread for now :<
 2018-08-06  5:17 UTC 

[PATCH] io.c: make all pipes nonblocking by default
 2018-08-06  4:41 UTC 

[PATCH] pipe nonblock by default
 2018-08-06  2:24 UTC 

[PATCH] join thread when done
 2018-08-06  1:56 UTC 

[PATCH 1/2] process.c: ensure th->interrupt lock is held when migrating
 2018-08-06  0:40 UTC  (2+ messages)
` [PATCH 2/2] test/ruby/test_thread.rb (test_thread_timer_and_interrupt): more diagnostics

[PATCH] process.c: ensure th->interrupt lock is held when migrating
 2018-08-06  0:10 UTC 

[PATCH] process.c (rb_waitpid): reduce sigwait_fd bouncing
 2018-08-05 20:57 UTC 

[PATCH] test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLD
 2018-08-05  8:55 UTC 

[PATCH] thread_pthread.c (native_sleep): reduce ppoll sleeps
 2018-08-05  8:34 UTC 

[PATCH] view: improve strict vs loose threading distinction
 2018-08-04 20:40 UTC 

[PATCH] thread.c (consume_communication_pipe): do not retry after short read
 2018-08-04 20:38 UTC 

[PATCH] spec/ruby/library/socket/socket/getaddrinfo_spec.rb: avoid nonsensical lookup
 2018-08-03 21:49 UTC 

[PATCH 1/3] thread_pthread.c (gvl_acquire_common): persist timeout across calls
 2018-08-02 21:06 UTC  (3+ messages)
` [PATCH 2/3] thread.c (consume_communication_pipe): do not retry after short read
` [PATCH 3/3] use eventfd

[PATCH] gc.c: use MADV_FREE to release most the heap page body
 2018-08-01  0:45 UTC 

[PATCH] gc.c: use MADV_FREE to release most the heap page body
 2018-08-01  0:38 UTC 

[PATCH] gc.c: use MADV_FREE to release 1/2 of the heap page
 2018-07-31 13:05 UTC 

xthr.c
 2018-07-31  8:22 UTC 

POC wfcqueue malloc
 2018-07-31  8:04 UTC 

[PATCH] malloc: proof-of-concept wfcqueue integration
 2018-07-31  3:33 UTC 

[PATCH] test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeout
 2018-07-31  1:31 UTC 

[PATCH] thread_pthread.c (unregister_ubf_list): assert unblock.func is unset
 2018-07-30 21:44 UTC 

race gets and close
 2018-07-30 20:49 UTC 

[PATCH] thread_pthread.c (gvl_yield): do ubf wakeups when uncontended
 2018-07-30 18:38 UTC 

[PATCH] thread_pthread.c (gvl_yield): avoid infinite loop (maybe)
 2018-07-30 18:26 UTC 

[PATCH] thread_pthread.h (native_thread_data): split condvars on some platforms
 2018-07-30  9:51 UTC 

[PATCH] gc.c: don't bother freeing unused pages
 2018-07-30  8:57 UTC 

[PATCH] fix GCC errors from pragma diagnostic on CentOS 6.9
 2018-07-30  7:14 UTC 

[PATCH] process.c (waitpid_nogvl): prevent conflicting use of sleep_cond
 2018-07-30  6:32 UTC 

[PATCH] thread*.c: waiting on sigwait_fd performs periodic ubf wakeups
 2018-07-30  5:14 UTC 

[PATCH] thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] harder
 2018-07-30  2:26 UTC 

[PATCH] thread.c: move ppoll wrapper into thread_pthread.c
 2018-07-30  0:28 UTC 

[PATCH] thread_pthread.c (ubf_select): refix [Bug #5343]
 2018-07-29 22:18 UTC 

[PATCH] bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)
 2018-07-29 21:09 UTC 

[PATCH] thread_pthread: remove timer-thread by restructuring GVL
 2018-07-29 19:54 UTC 

[PATCH] thread_pthread: maybe unused for no-sigaltstack platforms
 2018-07-29 10:11 UTC 

[PATCH] thread_pthread.c: clear altstacks in thread cache at GVL destruction
 2018-07-29 10:00 UTC 

[PATCH] thread_pthread.c: clear altstacks in thread cache at GVL destruction
 2018-07-29  6:41 UTC 

[PATCH] thread_pthread.c: clear thread cache at GVL destruction
 2018-07-29  3:46 UTC 

[PATCH] drop thread_destruct_lock and interrupt current ec directly
 2018-07-29  0:22 UTC 

[PATCH] thread_pthread: remove timer-thread by restructuring GVL
 2018-07-28 20:17 UTC 

[PATCHv4 1/4] thread_pthread: remove timer-thread
 2018-07-28 13:24 UTC  (4+ messages)
` [PATCHv4 2/4] working with POSIX timers, but slow
` [PATCHv4 3/4] all threads wait on the same condvar for POSIX timers
` [PATCHv4 4/4] restore complex GVL logic

[PATCHv3 1/3] thread_pthread: remove timer-thread
 2018-07-28 11:01 UTC  (3+ messages)
` [PATCHv3 2/3] working with POSIX timers, but slow
` [PATCHv3 3/3] all threads wait on the same condvar for POSIX timers

[PATCH] thread_sync.c (rb_mutex_sleep): refuse spurious wakeup
 2018-07-28  8:26 UTC 

[PATCH v2] cont.c (ec_switch): prevent delayed/missed trap interrupt race
 2018-07-25 21:33 UTC 

[PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
 2018-07-25 21:31 UTC 

[PATCH] thread_pthread: lazy-spawn timer-thread only on contention
 2018-07-25  0:31 UTC  (4+ messages)
` [PULL] "
` [PATCH 2/1] thread.c (rb_threadptr_execute_interrupts): drain pipe and handle SIGCHLD
  ` [PATCH 3/1] SQUASH: fixup FD draining

[PATCH 1/3] thread: allow select/ppoll wrappers to wait on signals
 2018-07-23 20:28 UTC  (3+ messages)
` [PATCH 2/3] thread_pthread: prepare native_sleep "
` [PATCH 3/3] replace timer thread with POSIX timers

[PATCH] thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls
 2018-07-23  0:49 UTC 

[PATCH] thread.c (do_select): fix leak on exception
 2018-07-21  2:52 UTC 

[PATCH 1/3] thread: allow select/ppoll wrappers to wait on signals
 2018-07-18 15:45 UTC  (3+ messages)
` [PATCH 2/3] thread_pthread: prepare native_sleep "
` [PATCH 3/3] WIP timers

[PATCH] mwrap: use malloc to do our own memalign
 2018-07-14  0:00 UTC 

[PATCH 1/2] thread: allow select/ppoll wrappers to wait on signals
 2018-07-13  8:54 UTC  (2+ messages)
` [PATCH 2/2] thread_pthread: prepare native_sleep "

[PATCH] thread: allow select/ppoll wrappers to wait on signals
 2018-07-13  6:21 UTC 

[PATCH] timer_thread: do not close pipes around fork
 2018-07-12 23:17 UTC 

[PATCH] IO.new sets FD_CLOEXEC by default
 2018-07-11 19:57 UTC 

[PATCH 1/3] thread_pthread.c: use mask for timer implementation
 2018-07-11  8:39 UTC  (3+ messages)
` [PATCH 2/3] timer_thread: do not close pipes around fork
` [PATCH 3/3] thread_pthread: avoid redundant error message on pipe2() fail

[PATCH] io.c: do not close inherited FDs by default
 2018-07-11  8:32 UTC 

[PATCH 1/2] spec/ruby/security/cve_2018_6914_spec.rb: get rid of leftover files
 2018-07-11  8:31 UTC  (2+ messages)
` [PATCH 2/2] test/test_{tempfile,tmpdir}: "

[PATCH] mjit: get rid of memory leak in pause+resume loop
 2018-07-08  7:02 UTC 

[PATCH] do not block SIGCHLD in normal Ruby Threads
 2018-07-08  2:51 UTC 

[PATCH] signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
 2018-07-07 23:45 UTC 

[PATCH] process.c (rb_f_exec): pause MJIT before replacing self
 2018-07-07 22:43 UTC 

[PATCH] signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
 2018-07-07 14:27 UTC 

[PATCH] thread_pthread.c: use mask for timer implementation
 2018-07-06 21:39 UTC 

[PATCH] wip
 2018-07-06 21:31 UTC 

[PATCH] thread: avoid thread destruct lock
 2018-07-06 21:12 UTC 

[PATCH] debug output for Greg
 2018-07-05 20:48 UTC 

[PATCH 1/2] thread.c: our fake ppoll implementation is static
 2018-07-05  9:15 UTC  (2+ messages)
` [PATCH 2/2] thread.c (ruby_ppoll): improve timespec to msec conversion

[PATCH] internal.h (rb_warning_string): use PRINTF_ARGS
 2018-07-04  1:18 UTC 

[PATCH] thread_pthread.c: pass rb_vm_t to timer_thread_sleep
 2018-07-04  1:01 UTC 

[PATCH] mjit.h: avoid signed pointer comparisons (fix for 32-bit)
 2018-07-03 11:46 UTC 

[PATCH] thread_pthread.c (native_thread_destroy): clear native TSD pointer
 2018-07-03  8:15 UTC 

[PATCH] test/ruby/test_rubyoptions.rb: improve diagnostics for failures
 2018-06-30  7:52 UTC 

[PATCH] process.c: attempt to reap spawnvp (win32) result from mjit
 2018-06-30  6:00 UTC 

[PATCH] use SIGCHLD_LOSSY to enable waitpid polling mode
 2018-06-29 22:40 UTC 

[PATCH] test/lib/test/unit/assertions.rb (assert_in_out_err): disable gems
 2018-06-29 20:47 UTC 

[PATCH] process.c: handle errno correctly in non-SIGCHLD path
 2018-06-29  8:51 UTC 

[PATCH] process.c (waitpid_nogvl): check interrupts before sleeping
 2018-06-29  7:37 UTC 

[PATCH] process.c: interrupt rb_waitpid correctly
 2018-06-29  7:16 UTC 

[PATCH] test_process.rb (test_wait_exception): check assertion sooner
 2018-06-29  2:52 UTC 

[PATCH] tests: increase timeouts and speedup some slow tests
 2018-06-27 14:27 UTC 

[PATCH] tests: increase timeouts and speedup some slow tests
 2018-06-27 10:13 UTC 

[PATCH] process.c (waitpid_wait): do not set ECHILD prematurely
 2018-06-27 10:08 UTC 

[PATCH 1/3] implement Timeout in VM
 2018-06-27  2:15 UTC  (2+ messages)
` [PATCH 2/3] timeout-intrusive

[PATCH 0/3] hijack SIGCHLD handler for internal use
 2018-06-27  2:10 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 3/3] Revert "spec: skip Process wait specs on MJIT"

[PATCH 00/14] SIGCHLD hijack for waitpid
 2018-06-26 10:51 UTC  (16+ messages)
` [PATCH 01/14] hijack SIGCHLD handler for internal use
` [PATCH 02/14] fix SIGCHLD hijacking race conditions
` [PATCH 03/14] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 04/14] cleanups
` [PATCH 05/14] handle SIGCHLD in both the timer-thread and main thread
` [PATCH 06/14] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 07/14] Revert "spec: skip Process wait specs on MJIT"
` [PATCH 08/14] wip testing
` [PATCH 09/14] pgrp list
` [PATCH 10/14] grantpt
` [PATCH 11/14] blocking mjit_finish
` [PATCH 12/14] reinitialize waitpid_lock
` [PATCH 13/14] signal.c: prevent spurious wakeup of main thread for SIGCHLD
` [PATCH 14/14] process.c (rb_waitpid): reimplement non-SIGCHLD code path
` [PATCH 15/14] force SIGCHLD to the timer-thread

[PATCHv3 0/8] mjit SIGCHLD hijack series
 2018-06-25 23:50 UTC  (9+ messages)
` [PATCH 1/8] hijack SIGCHLD handler for internal use
` [PATCH 2/8] fix SIGCHLD hijacking race conditions
` [PATCH 3/8] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 4/8] cleanups
` [PATCH 5/8] handle SIGCHLD in both the timer-thread and main thread
` [PATCH 6/8] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 7/8] Revert "spec: skip Process wait specs on MJIT"
` [PATCH 8/8] wip testing

[PATCH 1/2] cleanups
 2018-06-25 13:36 UTC  (2+ messages)
` [PATCH 2/2] handle SIGCHLD in both the timer-thread and main thread

[PATCH] mjit.c: set -fPIC -shared on clang
 2018-06-25  2:13 UTC 

[PATCH] mjit.c: avoid execvp PATH lookup in child process
 2018-06-25  0:56 UTC 

[PATCH 0/5] SIGCHLD hijacking for Process.wait compatibility with MJIT
 2018-06-25  0:22 UTC  (6+ messages)
` [PATCH 1/5] hijack SIGCHLD handler for internal use
` [PATCH 2/5] fix SIGCHLD hijacking race conditions
` [PATCH 3/5] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 4/5] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 5/5] Revert "spec: skip Process wait specs on MJIT"

[PATCH] UNIXSocket#recv_io: GC for FDs
 2018-06-24 21:49 UTC 

[WIP 1/4] hijack SIGCHLD handler for internal use
 2018-06-24 12:58 UTC  (4+ messages)
` [WIP 2/4] fix SIGCHLD hijacking
` [WIP 3/4] Revert "test_process.rb: skip tests for Bug 14867"
` [WIP 4/4] Revert "spec: skip Process wait specs on MJIT"

[PATCH] fix SIGCHLD hijacking
 2018-06-24 12:49 UTC 

[PATCH] wip
 2018-06-24 11:55 UTC 

[PATCH] wip
 2018-06-24  8:39 UTC 

[PATCH] hijack SIGCHLD handler for internal use
 2018-06-23 15:58 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).