summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/CHANGELOG
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 21:32:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 21:32:28 +0000
commit39e6e65a2c5a3312f365d59f23c469641e049c82 (patch)
treec0d6000a18918db140589a84596a8dfc215a4ced /c/src/lib/libnetworking/CHANGELOG
parentFirst version produced. (diff)
downloadrtems-39e6e65a2c5a3312f365d59f23c469641e049c82.tar.bz2
Base files
Diffstat (limited to 'c/src/lib/libnetworking/CHANGELOG')
-rw-r--r--c/src/lib/libnetworking/CHANGELOG50
1 files changed, 50 insertions, 0 deletions
diff --git a/c/src/lib/libnetworking/CHANGELOG b/c/src/lib/libnetworking/CHANGELOG
new file mode 100644
index 0000000000..5af51eaf3f
--- /dev/null
+++ b/c/src/lib/libnetworking/CHANGELOG
@@ -0,0 +1,50 @@
+19-AUG-1998 snapshot
+ - Pulled BOOTP initialization out of rtems_glue. Applications which
+ don't used BOOTP are now about 5k smaller.
+ - Loopback interface is not installed by default, rather it is
+ attached like any other interface. Saves about 0.5 kbytes.
+ - Add rtems_bsdnet_show_if_stats();
+ - Moved test programs from below freebsd directory.
+
+18-AUG-1998 snapshot
+ - Removed some include files that were already part of RTEMS.
+ - Cleaned up machine/types.h to prepare for inclusion in RTEMS source.
+ - Added syslog library routines -- much simpler than KA9Q version.
+ Sockets can be shared among tasks (as long as the send is
+ protected by a mutex) so there's no need for a Syslog Daemon.
+
+16-AUG-1998 snapshot
+ - Table-driven configuration (networkconfig.h).
+ - Cleaned up rtems_bsdnet.h.
+ - BOOTP now retries properly -- Note to Joel:
+ The dichotomy between RTEMS and UNIX error codes is
+ a real pain!
+
+14-AUG-1998 snapshot
+ - Added dummy getprotobyname() and getprotobynum() functions.
+ - Added socket ioctl.
+ - Added application-level entry to manipulate routing tables.
+ - Added non-BOOTP network initialization.
+
+13-AUG-1998 snapshot
+ - Changed some BOOTP addresses from sockaddr_in to inaddr;
+ - Get DNS information from BOOTP reply.
+ - Got DNS lookups working.
+ Bloatware comes to RTEMS -- invoking gethostbyname() drags in
+ and extra 40 kbytes of code!
+ - Added hostname lookup program.
+
+12-AUG-1998 snapshot
+ - Added startup delay to network initialization.
+ - More statistic-printing routines.
+ - Added TFTP driver and test program
+ - Modified TFTP test program to use networkconfig.h.
+ - Removed unused include files.
+ - Added from ftp://ftp.ca.FreeBSD.ORG/pub/FreeBSD/FreeBSD-current/src/lib/libc/net.
+
+11-AUG-1998 snapshot.
+ - Added getpeername()
+ - Added M68k versions of IP checksum code
+ - Added TCP timing program to snapshot.
+
+02-AUG-1998 snapshot.