aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* process.c (retry_fork_async_signal_safe): fix -Wclobberednobu2018-12-041-3/+4
* process.c (retry_fork_async_signal_safe): fix -Wclobbered on i686normal2018-12-031-6/+8
* process.c: fix ETXTBUSY from MJIT compiler processnormal2018-12-031-8/+21
* process.c (rb_execarg_init): mark as staticnormal2018-12-031-11/+11
* process.c (rb_f_system): cleanup to use rb_execarg_getnormal2018-12-031-1/+1
* process.c: avoid dlclose before execk0kubun2018-11-261-1/+1
* Revert "process.c: try to workaroun SEGV by r65994"k0kubun2018-11-261-7/+1
* process.c: try to workaroun SEGV by r65994k0kubun2018-11-261-1/+7
* process.c: finish MJIT prior to #execk0kubun2018-11-261-1/+1
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+44
* process.c: do not try to pause MJITk0kubun2018-11-201-19/+8
* revert r65807k0kubun2018-11-191-3/+2
* process.c: do not run signal handler before forkk0kubun2018-11-191-2/+3
* * expand tabs.svn2018-11-181-1/+1
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-4/+18
* support theap for T_HASH. [Feature #14989]ko12018-10-301-4/+4
* process.c: implement rb_f_system without toggling ruby_nocldwaitnormal2018-10-301-32/+68
* revert r65434normal2018-10-301-65/+31
* * expand tabs.svn2018-10-291-1/+1
* process.c: implement rb_f_system without toggling ruby_nocldwaitnormal2018-10-291-31/+65
* rb_sigwait_sleep: change internal API to use rb_hrtime_tnormal2018-10-191-3/+4
* 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