index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
process.c (waitpid_cleanup): unconditionally remove from waiters
normal
2018-09-19
1
-1
/
+5
*
process.c: fix potential missed wakeups in r64576
normal
2018-08-27
1
-23
/
+14
*
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-27
1
-110
/
+23
*
process.c: remove worthless waitpid_sys macro
normal
2018-08-26
1
-8
/
+1
*
Re-Revert "Temporary revert "process.c: dead code when no SIGCHLD""
naruse
2018-08-21
1
-6
/
+12
*
Temporary revert "process.c: dead code when no SIGCHLD"
naruse
2018-08-18
1
-12
/
+6
*
process.c: dead code when no SIGCHLD
nobu
2018-08-17
1
-6
/
+12
*
process.c: defaults to close_others false
normal
2018-08-16
1
-3
/
+3
*
thread_pthread.c: reduce ubf_timer arming for non-signal wakeups
normal
2018-08-16
1
-0
/
+4
*
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-13
1
-9
/
+131
*
Fix a typo [ci skip]
kazu
2018-08-10
1
-1
/
+1
*
process.c: fix rubyspec of Process.groups
mrkn
2018-08-10
1
-0
/
+13
*
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
2018-08-09
1
-1
/
+1
*
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-09
1
-5
/
+1
*
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-06
1
-131
/
+9
*
process.c: ensure th->interrupt lock is held when migrating
normal
2018-08-06
1
-6
/
+20
*
process.c (rb_waitpid): reduce sigwait_fd bouncing
normal
2018-08-05
1
-14
/
+19
*
thread_pthread: stop trying to deal with cancellation
normal
2018-08-05
1
-15
/
+0
*
move #pragma out of functions
shyouhei
2018-07-30
1
-12
/
+10
*
reduce copy & paste
shyouhei
2018-07-30
1
-8
/
+6
*
process.c (waitpid_nogvl): prevent conflicting use of sleep_cond
normal
2018-07-30
1
-1
/
+17
*
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-29
1
-8
/
+95
*
process.c: conditionally used functions
nobu
2018-07-26
1
-0
/
+2
*
fork() is deprecated on Solaris
nobu
2018-07-26
1
-0
/
+14
*
Try to suppress warning on some CI
kazu
2018-07-24
1
-1
/
+1
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-8
/
+8
*
process.c: adjust indent [ci skip]
nobu
2018-07-15
1
-9
/
+9
*
process.c (assert_close_on_exec): quiet warning about unused result
normal
2018-07-13
1
-1
/
+1
*
timer_thread: do not close pipes around fork
normal
2018-07-12
1
-2
/
+20
*
signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
normal
2018-07-08
1
-5
/
+25
*
process.c (rb_f_exec): pause MJIT before replacing process
normal
2018-07-07
1
-0
/
+5
*
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-05
1
-43
/
+244
*
Revert r63758 and related commits
naruse
2018-07-04
1
-244
/
+43
*
process.c (waitpid_nogvl): start timer thread polling for lossy SIGCHLD
normal
2018-07-02
1
-0
/
+3
*
process.c: attempt to reap spawnvp (win32) result from mjit
normal
2018-06-30
1
-2
/
+14
*
use SIGCHLD_LOSSY to enable waitpid polling mode
normal
2018-06-30
1
-1
/
+1
*
process.c: handle errno correctly in non-SIGCHLD path
normal
2018-06-29
1
-0
/
+2
*
process.c (waitpid_nogvl): check interrupts before sleeping
normal
2018-06-29
1
-1
/
+5
*
process.c: fix typo in non-SIGCHLD waitpid :x
normal
2018-06-29
1
-1
/
+1
*
use rb_pid_t instead of pid_t
nobu
2018-06-27
1
-3
/
+3
*
process.c (waitpid_wait): do not set ECHILD prematurely
normal
2018-06-27
1
-6
/
+0
*
s/pid_t/rb_pid_t/
normal
2018-06-27
1
-1
/
+1
*
hijack SIGCHLD handler for internal use
normal
2018-06-27
1
-43
/
+229
*
process.c (ruby_fork_ruby): fix race in signal handling
normal
2018-06-24
1
-1
/
+1
*
process.c (after_fork_ruby): make it a proper function
normal
2018-06-24
1
-1
/
+6
*
mjit.c: measure time more precisely
nobu
2018-06-16
1
-3
/
+11
*
prefer clock_gettime
nobu
2018-06-14
1
-2
/
+4
*
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
2018-05-14
1
-4
/
+6
*
fix potential memory leaks
nobu
2018-05-09
1
-5
/
+3
*
RSTRING_PTR is not guaranteed to be VALUE-aligned
shyouhei
2018-05-09
1
-10
/
+14
[next]