aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-2/+2
* * process.c: Fix typo. patch from Aviv Ben-Yosef.ayumin2012-01-031-1/+1
* * process.c (rb_exit_status_code): extract from rb_f_exit_bang andnobu2011-12-111-26/+25
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-051-1/+1
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-3/+26
* * process.c (proc_seteuid): separate an internal wrapper functionnobu2011-11-111-19/+19
* * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.naruse2011-11-011-1/+1
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-2/+2
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-4/+4
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-7/+6
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * process.c (proc_spawn_v, proc_spawn): should not wait thenobu2011-08-191-9/+22
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+11
* * process.c: removed signal() macro. It's no longer used.kosaki2011-07-111-4/+0
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-42/+1
* * process.c (rb_exec_arg_addopt): fix preprocess condition.nobu2011-07-101-1/+1
* comment clarification. Only Leopard or earlier has ENOTSUPP kosaki2011-07-091-3/+3
* * 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