cvs commit: apache-2.0/mpm/src/modules/mpm/spmt_os2 spmt_os2.c

1999-07-12 Thread bjh
bjh 99/07/12 01:35:39 Modified:mpm/src/modules/mpm/spmt_os2 spmt_os2.c Log: Assorted fixes for the OS/2 mpm: - pchild really should be thread local - clean_child_exit() should call _endthread(), not exit() - Use DosSleep() for delay in wait_or_timeout() instead of

cvs commit: apache-2.0/mpm/src/os/os2 iol_socket.c util_os2.c

1999-07-12 Thread bjh
bjh 99/07/12 01:47:48 Modified:mpm/src/include ap_config.h mpm/src/os/os2 iol_socket.c util_os2.c Log: OS/2 EMX library's select() isn't thread safe so bypass it and go direct to the OS/2 API call. Unfortunately this only works on socket handles which will

cvs commit: apache-apr/include apr_general.h

1999-07-12 Thread rbb
rbb 99/07/12 11:38:26 Modified:apr configure.in include apr_general.h Log: I'm doing the integer size checks properly now in APR. At least I think I am. :) Revision ChangesPath 1.26 +8 -0 apache-apr/apr/configure.in Index:

cvs commit: apache-2.0/mpm/src/os/beos - New directory

1999-07-12 Thread dgaudet
dgaudet 99/07/12 15:48:54 apache-2.0/mpm/src/os/beos - New directory

cvs commit: apache-2.0/mpm/src/os/beos Makefile.tmpl beosd.c beosd.h iol_socket.c iol_socket.h os-inline.c os.c os.h

1999-07-12 Thread dgaudet
dgaudet 99/07/12 15:51:17 Modified:mpm/src CHANGES Configure mpm/src/include ap_config.h httpd.h mpm/src/main util.c Added: mpm/src/os/beos Makefile.tmpl beosd.c beosd.h iol_socket.c iol_socket.h os-inline.c os.c os.h Log: