summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* Get rid of tabs.ben2003-11-061-1/+1
* Endianness and APR types for random.ben2003-11-051-0/+2
* Really fix the build again.jorton2003-11-051-2/+0
* Make sure randomness is different after a fork.ben2003-11-031-0/+3
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-13/+9
* axe these deprecated functions:trawick2003-09-031-6/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.jorton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withjorton2003-07-071-4/+5
* For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treattrawick2003-06-021-1/+5
* (apr_proc_wait): Handle interrupted waitpid(2) calls by callingthommay2003-05-081-1/+5
* apr_proc_create() on Unix: Make the APR_SHELLCMD mode worktrawick2003-04-211-8/+36
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+33
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+21
* Fix a bug in apr_proc_create() that could cause a new child processtrawick2003-02-041-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-065-5/+5
* Update copyright notices to 2003.thommay2003-01-015-5/+5
* In apr_signal_thread() remove synchronous signals from the masktrawick2002-08-081-0/+3
* * httpd-2.0/srclib/apr/threadproc/unix/signals.ckfogel2002-07-231-1/+1
* The old macro was blowing up on some platforms that weren't using gcc.rbb2002-07-231-2/+8
* added support for changing the limit on file descriptors per processbrianp2002-07-091-0/+15
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-081-2/+8
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedtrawick2002-05-221-0/+20
* Address PR 8963wrowe2002-05-101-1/+1
* Remove APR_WANT_SIGNAL from apr_want.h because code must includefielding2002-04-301-3/+0
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichtrawick2002-04-191-0/+10
* AIX: Fix breakage with 64-bit builds on versions of AIX priortrawick2002-04-111-4/+5
* apr_proc_detach():trawick2002-04-081-10/+5
* add a comment distinguishing between SIGUSR2 and the synchronoustrawick2002-03-201-0/+8
* don't mask SIGUSR2.ianh2002-03-201-0/+3
* Style Police writes some more tickets...striker2002-03-193-80/+158
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-193-45/+45
* Update our copyright for this year.fielding2002-03-135-5/+5
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-212-14/+18
* Add a couple new command types to process creation:gstein2002-01-281-1/+14
* Fix leakage with fds with respect to pipes. dup2() should close the oldjerenkrantz2002-01-251-6/+6
* Change from APR_HAVE_SETSID to HAVE_SETSID as the configure script onlyjerenkrantz2001-12-281-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+4
* add some more commentary about a work-around for an AIX problemtrawick2001-11-301-0/+5
* re-implement an AIX-specific workaround for a sigwait() bug totrawick2001-11-291-2/+17
* Fix apr_setup_signal_thread() to grab the right error code fromtrawick2001-11-161-1/+3
* Fix apr_setup_signal_thread() so that threads don't blocktrawick2001-11-121-1/+48
* Fix some file cleanup problems in apr_proc_create() which couldtrawick2001-11-111-4/+19
* back out previous change so that mod_cgid works again; addtrawick2001-10-271-3/+11
* apr_proc_create():trawick2001-10-261-2/+6
* Fix the reporting for child processes that die. This removesrbb2001-10-231-10/+29
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-24/+21
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-5/+6
* On platforms that have sigsuspend (such as Darwin) but not apr_sigwait,jerenkrantz2001-09-071-0/+2