summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-18 18:26:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-18 18:26:53 +0000
commit5482339c2fc77ee70b6e26951cec2bcec5c7bcde (patch)
tree56f1400fca96ddc1ab8e398beb107bdef612f936
parentb2bcdbf09b4a6f1a5b876da4bf0e44d00b8cf83a (diff)
2002-10-18 Joel Sherrill <joel@OARcorp.com>
* dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c, rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c: define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not absolutely needed for networking.
-rw-r--r--ChangeLog8
-rw-r--r--dnstest/init.c2
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c48307d..03a662f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-10-18 Joel Sherrill <joel@OARcorp.com>
+
+ * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
+ rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
+ define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
+ sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
+ absolutely needed for networking.
+
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* SUPPORT: New file.
diff --git a/dnstest/init.c b/dnstest/init.c
index 6ed75d0..57f93a2 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -20,6 +20,8 @@
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)
#define CONFIGURE_MAXIMUM_SEMAPHORES 20