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-11-26
process.c: avoid dlclose before exec
k0kubun
2018-11-26
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
process.c: finish MJIT prior to #exec
k0kubun
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-20
process.c: do not try to pause MJIT
k0kubun
2018-11-19
revert r65807
k0kubun
2018-11-19
process.c: do not run signal handler before fork
k0kubun
2018-11-18
* expand tabs.
svn
2018-11-18
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-30
revert r65434
normal
2018-10-29
* expand tabs.
svn
2018-10-29
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-19
rb_sigwait_sleep: change internal API to use rb_hrtime_t
normal
2018-10-12
process.c: [DOC] improve docs for Process.groups
stomar
2018-10-10
* expand tabs.
svn
2018-10-10
revisit `RARRAY_PTR()`.
ko1
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
[next]