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
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-05-21
Put `rb_fork` back into process.c
Nobuyoshi Nakada
2023-04-13
[Feature #19590] Show the invalid clock argument
Nobuyoshi Nakada
2023-04-05
[DOC] Clarify behavior of abort() with no argument
Daniel DeLorme
2023-04-04
Revert "Fix transient heap mode"
Aaron Patterson
2023-04-04
Implement `Process.warmup`
Jean Boussier
2023-04-04
PID cache is never cleared where `fork` is not used
Nobuyoshi Nakada
2023-03-24
Cache pid itself instead of converted VALUE
Nobuyoshi Nakada
2023-03-23
thread_pthread.c: Use a `fork_gen` to protect against fork instead of getpid()
Jean Boussier
2023-03-22
Suppress a compiler warning on GCC in process.c
Peter Zhu
2023-03-20
Mark cached pid if necessary
Nobuyoshi Nakada
2023-03-20
Cache `Process.pid`
Jean Boussier
2023-03-15
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-14
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-10
Remove prototypes for functions that are no longer used. (#7497)
Samuel Williams
2023-03-10
Accept `sleep(nil)` as sleep forever. (#7484)
Samuel Williams
2023-03-09
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-07
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-07
Get rid of MJIT's special fork
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-02-19
[DOC] Restore Process module doc lost due to RDoc update
zverok
2022-11-19
[DOC] Change formatting in the exec docs
Maciek Rząsa
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-09-22
Followed up 796069b2882d8a67ecc36bda7c72affcbad09dae
Hiroshi SHIBATA
2022-09-21
getrlimit adding RLIMIT_NPTS constant.
David Carlier
2022-09-21
[DOC] Tweak the doc for `Process.kill` signature
Koichi ITO
2022-09-20
Ignore EPERM which means already being process-leader
Nobuyoshi Nakada
2022-09-19
Reduce fork calls in daemon
Nobuyoshi Nakada
2022-09-11
MJIT: Do not hang after forking with threads
Takashi Kokubun
2022-09-04
Call appropriate hooks on MJIT's fork
Takashi Kokubun
2022-08-12
Short-circuit `Process._fork`
Nobuyoshi Nakada
2022-08-07
Stop using casted `rb_syswait` as `proc_syswait`
Nobuyoshi Nakada
2022-08-06
Fix the sizes comparison
Nobuyoshi Nakada
2022-08-05
[DOC] Process._fork does not get called by Process.daemon
Ivo Anjo
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-28
[DOC] Document `Process::Tms`
Nobuyoshi Nakada
2022-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-15
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-04-13
[ci skip] Fix docs
Peter Zhu
2022-04-08
Fix some RDoc links (#5778)
Burdette Lamar
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-07
[DOC] Fix documentation typo for Process#clock_gettime
Thierry Joyal
2022-02-19
Use symbols for clock IDs if `clockid_t` is not numeric
Nobuyoshi Nakada
2022-02-19
Set static IDs to same name variables
Nobuyoshi Nakada
2022-02-18
Enhanced RDoc concerning command injection (#5537)
Burdette Lamar
2022-01-21
Accurately report VM memsize
Kevin Newton
2022-01-19
[DOC] Enhanced Process.groups related
Nobuyoshi Nakada
[next]