aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* process.c: [DOC] improve docs for Process.groupsstomar2018-10-121-3/+3
* * expand tabs.svn2018-10-101-1/+1
* revisit `RARRAY_PTR()`.ko12018-10-101-1/+1
* process.c (waitpid_cleanup): unconditionally remove from waitersnormal2018-09-191-1/+5
* process.c: fix potential missed wakeups in r64576normal2018-08-271-23/+14
* process.c: simplify SIGCHLD-based waitpidnormal2018-08-271-110/+23
* process.c: remove worthless waitpid_sys macronormal2018-08-261-8/+1
* Re-Revert "Temporary revert "process.c: dead code when no SIGCHLD""naruse2018-08-211-6/+12
* Temporary revert "process.c: dead code when no SIGCHLD"naruse2018-08-181-12/+6
* process.c: dead code when no SIGCHLDnobu2018-08-171-6/+12
* process.c: defaults to close_others falsenormal2018-08-161-3/+3
* thread_pthread.c: reduce ubf_timer arming for non-signal wakeupsnormal2018-08-161-0/+4
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-9/+131
* Fix a typo [ci skip]kazu2018-08-101-1/+1
* process.c: fix rubyspec of Process.groupsmrkn2018-08-101-0/+13
* process.c: don't wait JIT queue flush on rb_f_execk0kubun2018-08-091-1/+1
* process.c: fix outdated mjit_pause declarationk0kubun2018-08-091-5/+1
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-131/+9
* process.c: ensure th->interrupt lock is held when migratingnormal2018-08-061-6/+20
* process.c (rb_waitpid): reduce sigwait_fd bouncingnormal2018-08-051-14/+19
* thread_pthread: stop trying to deal with cancellationnormal2018-08-051-15/+0
* move #pragma out of functionsshyouhei2018-07-301-12/+10
* reduce copy & pasteshyouhei2018-07-301-8/+6
* process.c (waitpid_nogvl): prevent conflicting use of sleep_condnormal2018-07-301-1/+17
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-8/+95
* process.c: conditionally used functionsnobu2018-07-261-0/+2
* fork() is deprecated on Solarisnobu2018-07-261-0/+14
* Try to suppress warning on some CIkazu2018-07-241-1/+1
* UNREACHABLE_RETURNnobu2018-07-241-8/+8
* process.c: adjust indent [ci skip]nobu2018-07-151-9/+9
* process.c (assert_close_on_exec): quiet warning about unused resultnormal2018-07-131-1/+1
* timer_thread: do not close pipes around forknormal2018-07-121-2/+20
* signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLDnormal2018-07-081-5/+25
* process.c (rb_f_exec): pause MJIT before replacing processnormal2018-07-071-0/+5
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-43/+244
* Revert r63758 and related commitsnaruse2018-07-041-244/+43
* process.c (waitpid_nogvl): start timer thread polling for lossy SIGCHLDnormal2018-07-021-0/+3
* process.c: attempt to reap spawnvp (win32) result from mjitnormal2018-06-301-2/+14
* use SIGCHLD_LOSSY to enable waitpid polling modenormal2018-06-301-1/+1
* process.c: handle errno correctly in non-SIGCHLD pathnormal2018-06-291-0/+2
* process.c (waitpid_nogvl): check interrupts before sleepingnormal2018-06-291-1/+5
* process.c: fix typo in non-SIGCHLD waitpid :xnormal2018-06-291-1/+1
* use rb_pid_t instead of pid_tnobu2018-06-271-3/+3
* process.c (waitpid_wait): do not set ECHILD prematurelynormal2018-06-271-6/+0
* s/pid_t/rb_pid_t/normal2018-06-271-1/+1
* hijack SIGCHLD handler for internal usenormal2018-06-271-43/+229
* process.c (ruby_fork_ruby): fix race in signal handlingnormal2018-06-241-1/+1
* process.c (after_fork_ruby): make it a proper functionnormal2018-06-241-1/+6
* mjit.c: measure time more preciselynobu2018-06-161-3/+11
* prefer clock_gettimenobu2018-06-141-2/+4