cvs commit: apachen/src/main conf.h

1998-01-25 Thread martin
martin 98/01/24 17:40:57 Modified:.STATUS src CHANGES src/ap Makefile.tmpl src/main conf.h Added: src/ap ap_execve.c Log: Add function to emulate the execution of #! scripts for OS's which don't support

cvs commit: apachen/src/main conf.h

1998-01-23 Thread jim
jim 98/01/23 08:19:20 Modified:src/main conf.h Log: UnixWare: force continued use of mmap scoreboard Revision ChangesPath 1.176 +1 -1 apachen/src/main/conf.h Index: conf.h === RCS file:

cvs commit: apachen/src/main conf.h http_main.c

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:00:00 Modified:src CHANGES Configure src/main conf.h http_main.c Log: Found a great cleanup patch for unixware in PR#1282. Applied it with slight modifications. This should cleanup SIGHUP, serialized accept problems, and enable syslog

cvs commit: apachen/src/main conf.h

1998-01-21 Thread dgaudet
dgaudet 98/01/21 13:59:30 Modified:src CHANGES src/main conf.h Log: NeXT cc pretends to be gcc but it really isn't. Work around it's inaneness. PR: 1613 Revision ChangesPath 1.575 +5 -1 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main conf.h

1998-01-21 Thread dgaudet
dgaudet 98/01/21 15:49:08 Modified:src CHANGES src/main conf.h Log: Unixware smp requires accept serialization. PR: 1553 Revision ChangesPath 1.587 +4 -1 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main conf.h

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:16:02 Modified:src/main conf.h Log: Better glibc support for linux. PR: 1542 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.163 +30 -2 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/main conf.h

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:26:14 Modified:src CHANGES src/main conf.h Log: Always define SUNOS_LIB_PROTOTYPES under SUNOS. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Martin Kraemer Revision ChangesPath 1.508 +4 -0 apachen/src/CHANGES

cvs commit: apachen/src/main conf.h

1997-11-11 Thread martin
martin 97/11/11 15:04:16 Modified:src/main conf.h Log: Add missings prototypes for SUNOS_LIB_PROTOTYPES: fgetc(), fgets() were missing but needed by util.c Revision ChangesPath 1.157 +2 -0 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/main conf.h

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:47:35 Modified:src CHANGES Configure src/main conf.h Log: Update the LynxOS port. Submitted by: Marius Groeger [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Paul Sutton Revision ChangesPath 1.499 +2 -0

cvs commit: apachen/src/main conf.h

1997-11-06 Thread fielding
fielding97/11/05 18:57:24 Modified:src/main conf.h Log: USE_PTHREAD_SERIALIZED_ACCEPT results in locking problems when the child that has the current lock gets killed by the parent. Restore USE_FCNTL_SERIALIZED_ACCEPT as the default for Solaris2, at least until we get one of

cvs commit: apachen/src/main conf.h http_main.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 02:47:03 Modified:src CHANGES src/main conf.h http_main.c Log: Papa Roy said I could commit this. Fix USE_PTHREAD_SERIALIZED_ACCEPT, I totally didn't do it right the first time. Reviewed by: Roy Fielding Revision ChangesPath

cvs commit: apachen/src/main conf.h

1997-10-25 Thread dgaudet
dgaudet 97/10/24 18:52:46 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h Log: PORT: AIX now uses USE_FCNTL_SERIALIZED_ACCEPT. PR#849 PORT: i386 AIX does not have memmove. PR#1267 PORT: HPUX now defaults to using Spencer

cvs commit: apachen/src/main conf.h

1997-10-05 Thread Dean Gaudet
dgaudet 97/10/05 19:56:26 Modified:src/main conf.h Log: Allow admin to easily revert from SYSVSEM to FCNTL under IRIX. Revision ChangesPath 1.144 +2 -1 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/main conf.h http_main.c

1997-10-01 Thread Dean Gaudet
dgaudet 97/10/01 22:25:05 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h http_main.c Log: Atari MINT port. Submitted by: Jan Paul Schmidt [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Jim Jagielski

cvs commit: apachen/src/main conf.h

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 20:44:30 Modified:src/main conf.h Log: When you NEED_ a function, you should declare the prototype for it as well. (old patch from Martin) Submitted by: Martin Kraemer Reviewed by: Dean Gaudet Revision ChangesPath 1.140 +26 -0

cvs commit: apachen/src/main conf.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:53:36 Modified:src/main conf.h Log: Make sure that os.h is used for non-win32 platforms as well Revision ChangesPath 1.138 +2 -0 apachen/src/main/conf.h Index: conf.h ===

cvs commit: apachen/src/main conf.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 01:09:10 Modified:src/main conf.h Log: Now conf.h can include os.h in Win32 builds as well. the (large) Win32 section from conf.h is now in os/win32/os.h. Revision ChangesPath 1.135 +2 -67 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/main conf.h

1997-09-09 Thread Alexei Kosut
akosut 97/09/09 11:36:59 Modified:src CHANGES src/main conf.h Log: Have Windows do full status reports with mod_status. PR: 1094 Reviewed by: Ben Laurie Revision ChangesPath 1.431 +3 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main conf.h http_log.c

1997-08-27 Thread Randy Terbush
randy 97/08/27 07:22:09 Modified:src/main conf.h http_log.c Log: HAVE_SYSLOG. Added #define for most platforms erroring on the optimistic side. Revision ChangesPath 1.129 +28 -0 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/main conf.h

1997-08-24 Thread Jim Jagielski
jim 97/08/24 11:24:04 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h Log: Two new ports: Acorn RISCiX and Encore UMAX V Revision ChangesPath 1.416 +4 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main conf.h httpd.h

1997-08-23 Thread Randy Terbush
randy 97/08/23 09:01:24 Modified:src/main conf.h httpd.h Log: Conditionalize a few more defines. Revision ChangesPath 1.127 +12 -0 apachen/src/main/conf.h Index: conf.h === RCS file: