cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

2000-02-07 Thread rbb
rbb 00/02/07 13:19:51 Modified:src/lib/apr/misc/unix start.c Log: Fix the signalling logic for Apache 2.0. The removed code used to block all signals sent to an APR process. This logic is left over from APR the APR signals code which was removed a while ago. If APR doesn't

cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-10-13 Thread bjh
bjh 99/10/13 02:31:37 Modified:src/lib/apr/misc/os2 start.c Makefile.in src/lib/apr/misc/unix start.c Log: OS/2: Use the (slightly tweaked) unix start.c instead of our own. Revision ChangesPath 1.7 +1 -87 apache-2.0/src/lib/apr/misc/os2/start.

Re: cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-10-08 Thread Ryan Bloom
That's going to be difficult to accomplish, because officially, APR doesn't have any idea what is being done in Apache. At least, that's my understanding. I have tried really hard to avoid putting Apache specific code into APR. Ryan On 7 Oct 1999 [EMAIL PROTECTED] wrote: > martin 99/10/0

cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-10-07 Thread martin
martin 99/10/07 14:58:31 Modified:src/lib/apr/misc/unix start.c Log: Warning: even with HAVE_PTHREAD_SIGMASK defined, no pthread function should be called for the prefork mpm Revision ChangesPath 1.9 +3 -0 apache-2.0/src/lib/apr/misc/unix/start.c Index:

Re: cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-09-12 Thread Greg Stein
[EMAIL PROTECTED] wrote: > > rse 99/09/12 05:12:05 > > Modified:src/lib/apr configure.in >src/lib/apr/include apr_config.h.in >src/lib/apr/misc/unix start.c > Log: > Make sure one can compile a server with MPM prefork if no pthread library is >

cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-09-12 Thread rse
rse 99/09/12 05:12:05 Modified:src/lib/apr configure.in src/lib/apr/include apr_config.h.in src/lib/apr/misc/unix start.c Log: Make sure one can compile a server with MPM prefork if no pthread library is used (even when it exists). Please be caref