cvs commit: apache-1.3/src/include conf.h

1998-07-12 Thread jim
jim 98/07/12 07:38:04 Modified:src/include conf.h Log: Hmmm... A/UX has sys/resource.h but no rlimit() functions to read/write the values. The rub is that it's sys/resource.h file DOES define RLIMIT_CPU, which causes http_core.c to barf. S we just don't include the head

cvs commit: apache-1.3/src/include conf.h

1998-07-08 Thread jim
jim 98/07/07 17:46:06 Modified:src CHANGES src/include conf.h Log: Why the flying fuck even bother... Revision ChangesPath 1.952 +0 -3 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/include conf.h

1998-07-08 Thread jim
jim 98/07/07 17:23:43 Modified:src CHANGES src/include conf.h Log: PR:2398 Submitted by: Kristian Kraemmer Nielsen <[EMAIL PROTECTED]> Reviewed by: Jim Jagielski Change 'nobody' to 'nogroup for DEFAULT_GROUP under AIX Revision ChangesPath 1.

cvs commit: apache-1.3/src/include conf.h

1998-06-17 Thread dgaudet
dgaudet 98/06/17 00:10:45 Modified:src CHANGES src/include conf.h Log: fix compilation on linux arm PR: 2443 Submitted by: Sam Kington <[EMAIL PROTECTED]> Revision ChangesPath 1.923 +3 -0 apache-1.3/src/CHANGES Index: CHA

cvs commit: apache-1.3/src/include conf.h

1998-06-03 Thread dgaudet
dgaudet 98/06/03 10:54:46 Modified:src PORTING src/include conf.h Log: explain NET_SIZE_T and why it is a mess Revision ChangesPath 1.29 +2 -1 apache-1.3/src/PORTING Index: PORTING ==

cvs commit: apache-1.3/src/include conf.h

1998-05-28 Thread dgaudet
dgaudet 98/05/28 16:59:40 Modified:src CHANGES src/main http_main.c src/include conf.h Log: PORT: QNX needed a #include ; and now it uses flock serialized accept to handle multiple sockets. PR: 2295, 2296 Submitted by: Rob Sac

cvs commit: apache-1.3/src/include conf.h

1998-05-11 Thread brian
brian 98/05/11 12:59:02 Modified:src CHANGES Configure src/include conf.h Log: Support for the NCR MP/RAS 3.0 [John Withers <[EMAIL PROTECTED]>] Revision ChangesPath 1.845 +2 -0 apache-1.3/src/CHANGES Index: CHANGES ==

cvs commit: apache-1.3/src/include conf.h

1998-05-09 Thread brian
brian 98/05/09 10:29:44 Modified:src/include conf.h Log: Added SYS_SIGLIST definition for FreeBSD & BSDI. Revision ChangesPath 1.209 +1 -0 apache-1.3/src/include/conf.h Index: conf.h === R

cvs commit: apache-1.3/src/include conf.h

1998-05-01 Thread rse
rse 98/05/01 03:08:41 Modified:src/include conf.h Log: Ops, now I've comitted it with these although I wanted to remove USE_SHMGET_SCOREBOARD. Of course, Dean is right, USE_SHMGET_SCOREBOARD and USE_MMAP_SCOREBOARD makes no sense. Fixed now. Revision ChangesPath 1

cvs commit: apache-1.3/src/include conf.h

1998-05-01 Thread rse
rse 98/05/01 03:00:46 Modified:.STATUS src CHANGES Configure src/include conf.h Log: Some optimization defines for NetBSD Submitted by: Jaromir Dolecek <[EMAIL PROTECTED]> PR: 2165 Revision ChangesPath 1.343 +1 -0

cvs commit: apache-1.3/src/include conf.h

1998-04-28 Thread rse
rse 98/04/28 01:19:51 Modified:.STATUS src CHANGES Configure src/include conf.h Log: Fix nasty compiler warnings under AIX 4.2 because there we need NET_SIZE_T=size_t according to the include files and not NET_SIZE_T=int as the manua

cvs commit: apache-1.3/src/include conf.h

1998-04-20 Thread jim
jim 98/04/20 16:49:08 Modified:src Configure src/include conf.h Log: Obtained from: Jeff Earickson <[EMAIL PROTECTED]> Submitted by: Jim Jagielski Add HP-UX 11 Port Revision ChangesPath 1.241 +8 -2 apache-1.3/src/Configure Index:

cvs commit: apache-1.3/src/include conf.h

1998-03-28 Thread dgaudet
dgaudet 98/03/28 13:58:40 Modified:src CHANGES src/ap ap_snprintf.c src/include conf.h Log: ap_cvt and its ilk weren't threadsafe remove HAVE_CVT because we need threadsafe functions Revision ChangesPath 1.745 +4 -0 apache-1

cvs commit: apache-1.3/src/include conf.h

1998-03-28 Thread rse
rse 98/03/28 08:53:19 Modified:src PORTING src/include conf.h Log: Remove still dangling HAVE_SNPRINTF stuff. Dean has removed the include/conf.h hack, so this define is no longer useable thus there is no need for documenting it any longer. Revision

cvs commit: apache-1.3/src/include conf.h

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:26:26 Modified:src CHANGES src/include conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need the d

cvs commit: apache-1.3/src/include conf.h

1998-03-17 Thread dgaudet
dgaudet 98/03/17 11:51:49 Modified:src/include conf.h Log: notes about API_EXPORT and API_EXPORT_NONSTD Revision ChangesPath 1.194 +9 -0 apache-1.3/src/include/conf.h Index: conf.h === RCS f

cvs commit: apache-1.3/src/include conf.h hide.h

1998-03-17 Thread coar
coar98/03/17 05:08:56 Modified:.STATUS src CHANGES src/helpers UpdateHide src/include conf.h hide.h Log: Make sure that include/hide.h is included always. Dependencies from "make depend" are now stable regar

cvs commit: apache-1.3/src/include conf.h

1998-03-03 Thread dgaudet
dgaudet 98/03/02 17:22:11 Modified:htdocs/manual new_features_1_3.html htdocs/manual/misc perf-tuning.html src CHANGES Configure src/include conf.h Log: Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us wasting

cvs commit: apache-1.3/src/include conf.h

1998-02-22 Thread martin
martin 98/02/22 13:14:54 Modified:src/include conf.h Log: Update BS2000 configuration defines Revision ChangesPath 1.183 +2 -2 apache-1.3/src/include/conf.h Index: conf.h === RCS file: /hom

cvs commit: apache-1.3/src/include conf.h

1998-02-18 Thread dgaudet
dgaudet 98/02/18 12:52:55 Modified:src CHANGES src/include conf.h Log: Linux 2.0.x RLIMIT_DATA doesn't do what's expected, RLIMIT_AS does. Deal with it. PR: 1816 Submitted by: Enrik Berkhan <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet R

cvs commit: apache-1.3/src/include conf.h

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:37:04 Modified:src/include conf.h Log: PR: 1568 Revision ChangesPath 1.180 +1 -1 apache-1.3/src/include/conf.h Index: conf.h === RCS file: /export/home/cvs/apache-1.3/src

cvs commit: apache-1.3/src/include conf.h

1998-02-07 Thread dgaudet
dgaudet 98/02/07 04:11:19 Modified:src/include conf.h Log: Tweak to MiNT port. Submitted by: Jan Paul Schmidt <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.179 +1 -1 apache-1.3/src/include/conf.h Index: conf.h