index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
process.c
Age
Commit message (
Expand
)
Author
2018-09-19
process.c (waitpid_cleanup): unconditionally remove from waiters
normal
2018-08-27
process.c: fix potential missed wakeups in r64576
normal
2018-08-27
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-26
process.c: remove worthless waitpid_sys macro
normal
2018-08-21
Re-Revert "Temporary revert "process.c: dead code when no SIGCHLD""
naruse
2018-08-18
Temporary revert "process.c: dead code when no SIGCHLD"
naruse
2018-08-17
process.c: dead code when no SIGCHLD
nobu
2018-08-16
process.c: defaults to close_others false
normal
2018-08-16
thread_pthread.c: reduce ubf_timer arming for non-signal wakeups
normal
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-10
Fix a typo [ci skip]
kazu
2018-08-10
process.c: fix rubyspec of Process.groups
mrkn
2018-08-09
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
2018-08-09
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-06
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-06
process.c: ensure th->interrupt lock is held when migrating
normal
2018-08-05
process.c (rb_waitpid): reduce sigwait_fd bouncing
normal
2018-08-05
thread_pthread: stop trying to deal with cancellation
normal
2018-07-30
move #pragma out of functions
shyouhei
2018-07-30
reduce copy & paste
shyouhei
2018-07-30
process.c (waitpid_nogvl): prevent conflicting use of sleep_cond
normal
2018-07-29
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-26
process.c: conditionally used functions
nobu
2018-07-26
fork() is deprecated on Solaris
nobu
2018-07-24
Try to suppress warning on some CI
kazu
2018-07-24
UNREACHABLE_RETURN
nobu
2018-07-15
process.c: adjust indent [ci skip]
nobu
2018-07-13
process.c (assert_close_on_exec): quiet warning about unused result
normal
2018-07-12
timer_thread: do not close pipes around fork
normal
2018-07-08
signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
normal
2018-07-07
process.c (rb_f_exec): pause MJIT before replacing process
normal
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-07-02
process.c (waitpid_nogvl): start timer thread polling for lossy SIGCHLD
normal
2018-06-30
process.c: attempt to reap spawnvp (win32) result from mjit
normal
2018-06-30
use SIGCHLD_LOSSY to enable waitpid polling mode
normal
2018-06-29
process.c: handle errno correctly in non-SIGCHLD path
normal
2018-06-29
process.c (waitpid_nogvl): check interrupts before sleeping
normal
2018-06-29
process.c: fix typo in non-SIGCHLD waitpid :x
normal
2018-06-27
use rb_pid_t instead of pid_t
nobu
2018-06-27
process.c (waitpid_wait): do not set ECHILD prematurely
normal
2018-06-27
s/pid_t/rb_pid_t/
normal
2018-06-27
hijack SIGCHLD handler for internal use
normal
2018-06-24
process.c (ruby_fork_ruby): fix race in signal handling
normal
2018-06-24
process.c (after_fork_ruby): make it a proper function
normal
2018-06-16
mjit.c: measure time more precisely
nobu
2018-06-14
prefer clock_gettime
nobu
2018-05-14
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
2018-05-09
fix potential memory leaks
nobu
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned
shyouhei
[next]