summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.fuankg2011-03-071-1/+3
* Fix various issues found by cppchecksf2010-07-272-6/+5
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-021-1/+1
* * We need to disable inheritance in the case of success like in therpluem2009-06-101-1/+1
* Remove simple ipc because of -1mturk2009-02-241-190/+1
* Remove ipc init from apr_initialize.mturk2009-02-231-25/+75
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+139
* Fix typomturk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-1/+30
* Check for bogus (negative) signal numbersmartin2008-02-011-2/+2
* Simplify handling of z/OS pthread API nuances. Beyond thetrawick2007-11-192-13/+17
* Here's my recommendation; upon opening the pipes, always set the parent-endwrowe2007-10-141-15/+18
* apr_file_dup() varies from dup2 by not setting the child handle aswrowe2007-10-141-12/+30
* Solve two potential problems with one shot.wrowe2007-10-141-77/+66
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* Close the standard handle in the child, *when* we tagged it with fd -1wrowe2007-10-011-3/+3
* Had inverted the logic for closing the handles in the parent, thanks to glasserwrowe2007-10-011-6/+6
* Thanks for catching the unbalanced parens, jerenkrantz.wrowe2007-09-291-3/+3
* Fix compile errors introduced in r580486 due to missing ()s.jerenkrantz2007-09-291-6/+6
* Undo the 'fix' to the unix flaw. Yes, there still are flaws;wrowe2007-09-281-36/+12
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-21/+68
* Fix compile failure in pthread_attr_setdetachstate() logic on z/OS.trawick2007-01-291-1/+5
* * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allowjorton2006-10-101-1/+1
* Fix the typo.jorton2006-08-035-5/+5
* Update license header.jorton2006-08-035-30/+30
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.rooneg2006-06-301-1/+8
* * threadproc/unix/procsup.crooneg2006-04-221-8/+8
* * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use thejorton2006-04-051-2/+2
* * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() returnjorton2005-11-281-1/+4
* Don't pass NULL to execve() for the environment array,trawick2005-10-101-0/+8
* * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() tojorton2005-08-241-6/+6
* * threadproc/unix/proc.c (apr_procattr_child_in_set,jorton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Remove unused variable declarations.mturk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+52
* * acconfig.h: Remove file.jorton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.jfclere2005-01-041-3/+3
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Fix enabling of signal blocking and unblocking code.jorton2004-11-171-2/+2
* apr_proc_create() on Unix: Remove unnecessary check for readtrawick2004-07-201-1/+1
* Add command type APR_SHELLCMD_ENV for creating a processtrawick2004-06-231-2/+8
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-141-3/+5
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-141-0/+7
* * threadproc/unix/thread.c (threadattr_cleanup): New function.jorton2004-06-141-2/+18
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+19
* * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):jorton2004-04-221-2/+10
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-211-0/+46
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+16
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-18/+0