summaryrefslogtreecommitdiff
path: root/threadproc/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-035-5/+5
* Update license header.Joe Orton2006-08-035-30/+30
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-301-1/+8
* * threadproc/unix/procsup.cGarrett Rooney2006-04-221-8/+8
* * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use theJoe Orton2006-04-051-2/+2
* * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() returnJoe Orton2005-11-281-1/+4
* Don't pass NULL to execve() for the environment array,Jeff Trawick2005-10-101-0/+8
* * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() toJoe Orton2005-08-241-6/+6
* * threadproc/unix/proc.c (apr_procattr_child_in_set,Joe Orton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* Remove unused variable declarations.Mladen Turk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+52
* * acconfig.h: Remove file.Joe Orton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.Jean-Frederic Clere2005-01-041-3/+3
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Fix enabling of signal blocking and unblocking code.Joe Orton2004-11-171-2/+2
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-201-1/+1
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-231-2/+8
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSJoe Orton2004-06-141-3/+5
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-0/+7
* * threadproc/unix/thread.c (threadattr_cleanup): New function.Joe Orton2004-06-141-2/+18
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+19
* * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):Joe Orton2004-04-221-2/+10
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-211-0/+46
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-0/+16
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-18/+0
* * threadproc/unix/threadpriv.c (apr_threadkey_private_delete):Joe Orton2003-12-101-2/+4
* Get rid of tabs.Ben Laurie2003-11-061-1/+1
* Endianness and APR types for random.Ben Laurie2003-11-051-0/+2
* Really fix the build again.Joe Orton2003-11-051-2/+0
* Make sure randomness is different after a fork.Ben Laurie2003-11-031-0/+3
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tJoe Orton2003-09-291-13/+9
* axe these deprecated functions:Jeff Trawick2003-09-031-6/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.Joe Orton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withJoe Orton2003-07-071-4/+5
* For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treatJeff Trawick2003-06-021-1/+5
* (apr_proc_wait): Handle interrupted waitpid(2) calls by callingThom May2003-05-081-1/+5
* apr_proc_create() on Unix: Make the APR_SHELLCMD mode workJeff Trawick2003-04-211-8/+36
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+33
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+21
* Fix a bug in apr_proc_create() that could cause a new child processJeff Trawick2003-02-041-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-065-5/+5
* Update copyright notices to 2003.Thom May2003-01-015-5/+5
* In apr_signal_thread() remove synchronous signals from the maskJeff Trawick2002-08-081-0/+3
* * httpd-2.0/srclib/apr/threadproc/unix/signals.cKarl Fogel2002-07-231-1/+1
* The old macro was blowing up on some platforms that weren't using gcc.Ryan Bloom2002-07-231-2/+8
* added support for changing the limit on file descriptors per processBrian Pane2002-07-091-0/+15
* Some simple fn renames ... by the book [deprecated entry points retained]William A. Rowe Jr2002-06-081-2/+8
* Darwin/Mac OS X: There is apparently no convenient way to keep deceasedJeff Trawick2002-05-221-0/+20