summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* * threadproc/unix/threadpriv.c (apr_threadkey_private_delete):jorton2003-12-101-2/+4
* 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