aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_daemon): fix wrong #endif position.naruse2011-06-281-1/+1
* * thread_pthread.c: Stop polling in the timer thread when there areko12011-06-271-1/+1
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-9/+9
* * process.c (before_exec): use sig_do_nothing instead of SIG_DFLkosaki2011-06-201-1/+7
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-2/+0
* * internal.h: declare internal functions here.akr2011-06-171-5/+1
* * eval.c: remove rb_thread_stop_timer_thread function declaration.kosaki2011-06-051-4/+0
* * process.c (before_exec, after_exec): change from macro to function.kosaki2011-05-281-13/+27
* * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki2011-05-281-7/+29
* * process.c (rb_proc_times): improve documentation.nagachika2011-05-141-4/+4
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-0/+77
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-101-2/+10
* * process.c (get_sc_ngroups_max): return -1 if platform don'tkosaki2011-03-101-1/+1
* * process.c (proc_setgroups): cleanup.kosaki2011-03-081-2/+2
* * process.c (get_sc_ngroups_max): fix indent.nobu2011-03-081-1/+1
* * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first ifkosaki2011-03-081-0/+2
* * process.c (proc_setgroups): use getgrnam() if getgrnam_r() isnobu2011-03-081-3/+9
* * process.c: RARRAY_LEN() returns long int.nobu2011-03-081-8/+12
* * process.c (get_sc_ngroups_max): define to wrap sysconf(3).naruse2011-03-071-2/+10
* * process.c (maxgroups): cast because sysconf(3)'s return value is long.naruse2011-03-071-3/+3
* small cleanup.kosaki2011-03-071-6/+6
* * process.c (proc_setgroups): replace getgrnam() with getgrnam_r()kosaki2011-03-071-5/+16
* * process.c (proc_getmaxgroups, proc_setmaxgroups): refrectkosaki2011-03-071-6/+21
* cancel subversion backfire. sorrymatz2011-03-071-29/+51
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-51/+29
* * process.c: NUM2RLIM is defined but no getrlimit and setrlimit onnobu2011-03-071-6/+6
* * process.c (proc_getgroups): get rid of maxgroups dependency.kosaki2011-03-061-2/+6
* * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.kosaki2011-03-061-11/+0
* * process.c (proc_setmaxgroups): added negative value check.kosaki2011-03-061-1/+4
* * process.c (maxgroups, proc_setmaxgroups): increase max groupskosaki2011-03-061-3/+24
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-031-6/+11
* * process.c (rb_run_exec_options_err): use MODET2NUM() instead LONG2NUM().kosaki2011-02-081-1/+1
* * process.c (proc_setgroups): add GC guard to prevent intermediatenagachika2011-02-071-1/+3
* * configure.in: Added mode_t type checking.kosaki2011-01-281-2/+2
* * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.nobu2011-01-271-1/+1
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-261-18/+43
* update doc.akr2010-12-291-3/+3
* * process.c (before_exec): add small comment.kosaki2010-12-261-0/+4
* * process.c: parenthesize macro arguments.akr2010-12-231-9/+9
* * process.c (p_uid_change_privilege, p_gid_change_privilege):nobu2010-11-051-6/+10
* * process.c (rb_fork_err): save errinfo before fdopen.nobu2010-11-051-1/+2
* * process.c (proc_spawn_v): should spawn, not exec.nobu2010-11-051-1/+3
* * process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu2010-11-041-7/+25
* update document.akr2010-09-121-0/+8
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-111-12/+47
* * process.c (rlimit_resource_name2int): use STRCASECMP to avoidakr2010-09-111-26/+42
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-7/+53
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* * process.c (rb_daemon): split from proc_daemon.nobu2010-07-131-8/+19
* * process.c (rb_fork_err): suppress gcc 4.4 warnings.nobu2010-07-131-2/+4