cvs commit: apachen/htdocs/manual/misc perf-hp.html perf.html index.html

1997-11-06 Thread brian
brian 97/11/05 18:55:09 Modified:htdocs/manual/misc perf.html index.html Added: htdocs/manual/misc perf-hp.html Log: Added notes about HP Revision ChangesPath 1.15 +1 -0 apachen/htdocs/manual/misc/perf.html Index: perf.html

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 CHANGES

1997-11-06 Thread fielding
fielding97/11/05 19:03:10 Modified:src CHANGES Log: Document change to USE_FCNTL_SERIALIZED_ACCEPT on Solaris2. Revision ChangesPath 1.487 +6 -0 apachen/src/CHANGES Index: CHANGES ===

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/htdocs/manual/misc FAQ.html

1997-11-06 Thread marc
marc97/11/06 06:52:49 Modified:htdocs/manual/misc FAQ.html Log: 1.3 now exists. That means this slips even further. Revision ChangesPath 1.93 +2 -2 apachen/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apachen/src/main http_config.c

1997-11-06 Thread coar
coar97/11/06 12:40:43 Modified:src/main http_config.c Log: Set errno to something reasonable when reporting an invalid directive. Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer Revision ChangesPath 1.85 +8 -4

cvs commit: apachen ABOUT_APACHE

1997-11-06 Thread martin
martin 97/11/06 13:23:11 Modified:.ABOUT_APACHE Log: Move my name from contributors to members Revision ChangesPath 1.7 +4 -4 apachen/ABOUT_APACHE Index: ABOUT_APACHE === RCS

cvs commit: apachen/src/modules/standard mod_cgi.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:54:15 Modified:src/main alloc.c http_log.c http_main.c httpd.h src/modules/standard mod_cgi.c Log: Commit the RAISE_SIGSTOP debugging support. Reviewed by: Jim Jagielski, Martin Kraemer Revision ChangesPath 1.57 +1 -0

cvs commit: apachen/src CHANGES Configure

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:57:39 Modified:src CHANGES Configure Log: A sed command in the Configure script pushed the edge of POSIXness, breaking on some systems PR: 1368 Submitted by: Bhaba R.Misra [EMAIL PROTECTED] Reviewed by:Dean Gaudet, Jim Jagielski,

cvs commit: apachen/src/helpers PrintPathOS2

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:59:37 Modified:src/helpers PrintPathOS2 Log: * PrintPathOS2 uses $test_exec_flag without defining it... should it be '-x' or just '-r'? This fixes it up and also makes its output a bit more sensible by changing all the backslashes from the

cvs commit: apachen/src CHANGES

1997-11-06 Thread coar
coar97/11/06 14:00:36 Modified:src CHANGES Log: Forgot to update CHANGES again. {sigh} Revision ChangesPath 1.490 +4 -0 apachen/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apachen/src/main fnmatch.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 14:03:40 Modified:src CHANGES src/main fnmatch.c Log: Inherit a bugfix to fnmatch.c from FreeBSD sources. PR: 1311 Obtained from:FreeBSD-current Submitted by: [KOI8-R] áÎÄÒÅÊ þÅÒÎÏ× [EMAIL PROTECTED] Reviewed by: