cvs commit: apache-2.0/src/lib/apr/locks/os2 locks.c

1999-10-29 Thread bjh
bjh 99/10/29 00:17:17 Modified:src/lib/apr/locks/os2 locks.c Log: OS/2: Fix unnamed semaphores. Revision ChangesPath 1.5 +6 -1 apache-2.0/src/lib/apr/locks/os2/locks.c Index: locks.c ===

cvs commit: apache-1.3/src/main http_main.c

1999-10-29 Thread martin
martin 99/10/29 00:48:00 Modified:src/main http_main.c Log: This got lost in the NETWARE commit Revision ChangesPath 1.480 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS f

cvs commit: apache-2.0/src Configure

1999-10-29 Thread bjh
bjh 99/10/29 06:20:11 Modified:src Configure Log: Prevent -Zexe switch from being passed to APR configure in LDFLAGS. autoconf's configure has it's own way of dealing with .exe suffixes which is incompatible with this switch. Revision ChangesPath 1.15 +3

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

1999-10-29 Thread bjh
bjh 99/10/29 06:36:29 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/os2 sendrecv.c Log: Add new APR function ap_sendv(), a writev for APR sockets. Revision ChangesPath 1.15 +4 -0 apache-2.0/src/lib/apr/include/apr_networ

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

1999-10-29 Thread bjh
bjh 99/10/29 07:00:08 Modified:src/lib/apr/network_io/os2 sendrecv.c Log: OS/2: Return error status when something goes wrong in ap_send()/ap_recv(). This will probably be needed on other platforms as well. Revision ChangesPath 1.4 +12 -0 apache-2.0/src/li

cvs commit: apache-2.0/src/lib/apr/network_io/os2 os2calls.c os2calls.h Makefile.in networkio.h poll.c sendrecv.c sockets.c sockopt.c

1999-10-29 Thread bjh
bjh 99/10/29 07:21:04 Modified:src/lib/apr/file_io/os2 maperrorcode.c src/lib/apr/network_io/os2 Makefile.in networkio.h poll.c sendrecv.c sockets.c sockopt.c Added: src/lib/apr/network_io/os2 os2calls.c os2calls.h Log: OS/2: Bypass

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

1999-10-29 Thread bjh
bjh 99/10/29 07:37:33 Modified:src/os/os2 iol_socket.h iol_socket.c src/modules/mpm/spmt_os2 spmt_os2.c Log: OS/2: APRize iol_socket Revision ChangesPath 1.2 +3 -1 apache-2.0/src/os/os2/iol_socket.h Index: iol_socket.h

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

1999-10-29 Thread bjh
bjh 99/10/29 08:06:23 Modified:src/os/os2 iol_socket.c Log: Some cleaning up of OS/2 iol_socket.c. Revision ChangesPath 1.5 +2 -81 apache-2.0/src/os/os2/iol_socket.c Index: iol_socket.c =

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

1999-10-29 Thread manoj
manoj 99/10/29 13:43:06 Modified:src/modules/mpm/dexter dexter.c Log: Fix a couple of pool-related bugs that may or may not be causing actual problems. This makes sure that all interactions with the thread_pool_parent are mutexed, and makes ap_put_os_sock use the correct pool

cvs commit: apache-1.3/src/modules/standard mod_usertrack.c

1999-10-29 Thread coar
coar99/10/29 14:29:59 Modified:src/modules/standard mod_usertrack.c Log: More in the continuing saga of nitfixes from the Netware update. I *think* this does this trick, but I don't build on either Windows or Netware. At least mod_usertrack compiles

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-10-29 Thread manoj
manoj 99/10/29 14:52:33 Modified:src/lib/apr/lib apr_pools.c Log: Make -DALLOC_USE_MALLOC work for APR's pools. Revision ChangesPath 1.20 +5 -1 apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c ===