summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2022-11-19[DOC] Change formatting in the exec docsMaciek Rząsa
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-09-22Followed up 796069b2882d8a67ecc36bda7c72affcbad09daeHiroshi SHIBATA
2022-09-21getrlimit adding RLIMIT_NPTS constant.David Carlier
2022-09-21[DOC] Tweak the doc for `Process.kill` signatureKoichi ITO
2022-09-20Ignore EPERM which means already being process-leaderNobuyoshi Nakada
2022-09-19Reduce fork calls in daemonNobuyoshi Nakada
2022-09-11MJIT: Do not hang after forking with threadsTakashi Kokubun
2022-09-04Call appropriate hooks on MJIT's forkTakashi Kokubun
2022-08-12Short-circuit `Process._fork`Nobuyoshi Nakada
2022-08-07Stop using casted `rb_syswait` as `proc_syswait`Nobuyoshi Nakada
2022-08-06Fix the sizes comparisonNobuyoshi Nakada
2022-08-05[DOC] Process._fork does not get called by Process.daemonIvo Anjo
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-06-28[DOC] Document `Process::Tms`Nobuyoshi Nakada
2022-06-20Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada
2022-06-15Remove MJIT worker thread (#6006)Takashi Kokubun
2022-04-13[ci skip] Fix docsPeter Zhu
2022-04-08Fix some RDoc links (#5778)Burdette Lamar
2022-03-30Prefix ccan headers (#4568)Nobuyoshi Nakada
2022-03-07[DOC] Fix documentation typo for Process#clock_gettimeThierry Joyal
2022-02-19Use symbols for clock IDs if `clockid_t` is not numericNobuyoshi Nakada
2022-02-19Set static IDs to same name variablesNobuyoshi Nakada
2022-02-18Enhanced RDoc concerning command injection (#5537)Burdette Lamar
2022-01-21Accurately report VM memsizeKevin Newton
2022-01-19[DOC] Enhanced Process.groups relatedNobuyoshi Nakada
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2022-01-17Replace to RBOOL macroS-H-GAMELINKS
2021-12-15[DOC] Fix docs rendering for Process._fork [ci skip]Matheus Richard
2021-11-09Some codes replace to `RBOOL` macro (#5023)S.H
2021-10-25process.c: Add Process._fork (#5017)Yusuke Endoh
2021-10-19Fill pid and error in the statusNobuyoshi Nakada
2021-09-22Rework order of operations to better handle last_status.Samuel Williams
2021-09-22Add support for non-blocking `Kernel.system`.Samuel Williams
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-28Add Windows as a supported OS for Process.clock_gettime [ci skip]Lars Kanis
2021-08-16`popen()` is not available on emscriptenNobuyoshi Nakada
2021-08-16Suppress unused-variable warningsNobuyoshi Nakada
2021-08-03[DOC] mention how the command is passed to the shell [ci skip]Nobuyoshi Nakada
2021-07-31[DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada
2021-07-30[DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada
2021-07-22Remove unneeded function declarationsS.H
2021-07-15process.c: Call rb_thread_atfork in rb_fork_rubyYusuke Endoh
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams
2020-12-24Updated access to Process::Status attributesNobuyoshi Nakada
2020-12-24Store errno in struct rb_process_statusNobuyoshi Nakada
2020-12-22Struct::Tms: delete卜部昌平
2020-12-21Fixed indefinite articles before "Integer" [ci skip]Nobuyoshi Nakada