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
ruby_3_4
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-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
2018-05-04
forgot to add INT2FIX (sorry!)
shyouhei
2018-05-04
passing rb_thread_sleep to rb_protect is IMHO dangerous
shyouhei
2018-04-14
process.c: [DOC] fix grammar
stomar
2018-02-25
guard before noreturn function
nobu
2018-02-25
process.c: guard eargp against GC
k0kubun
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-23
[DOC] obsolete classes
nobu
2018-02-23
[DOC] nodoc internal methods/classes
nobu
2018-02-23
process.c: deprecated Struct::Tms
nobu
2018-02-13
process.c (try_with_sh): fix the wrong number of arguments
mame
2018-02-03
process.c: command_name encoding
nobu
2018-02-02
process.c: split pst_message_status from pst_message
nobu
2018-02-02
process.c: reduce intermediate string
nobu
2018-02-02
Use more verbose status in error messages
kazu
2018-01-24
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-19
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-18
merge extern declarations into internal.h
shyouhei
[next]