OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [CHANGELOG] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
#
#
#  $Id: CHANGELOG,v 1.2 2001-09-27 12:01:48 chris Exp $
#  $Id: CHANGELOG,v 1.2 2001-09-27 12:01:48 chris Exp $
#
#
19-AUG-1998 snapshot
19-AUG-1998 snapshot
        - Pulled BOOTP initialization out of rtems_glue.  Applications which
        - Pulled BOOTP initialization out of rtems_glue.  Applications which
          don't used BOOTP are now about 5k smaller.
          don't used BOOTP are now about 5k smaller.
        - Loopback interface is not installed by default, rather it is
        - Loopback interface is not installed by default, rather it is
          attached like any other interface.  Saves about 0.5 kbytes.
          attached like any other interface.  Saves about 0.5 kbytes.
        - Add rtems_bsdnet_show_if_stats();
        - Add rtems_bsdnet_show_if_stats();
        - Moved test programs from below freebsd directory.
        - Moved test programs from below freebsd directory.
18-AUG-1998 snapshot
18-AUG-1998 snapshot
        - Removed some include files that were already part of RTEMS.
        - Removed some include files that were already part of RTEMS.
        - Cleaned up machine/types.h to prepare for inclusion in RTEMS source.
        - Cleaned up machine/types.h to prepare for inclusion in RTEMS source.
        - Added syslog library routines -- much simpler than KA9Q version.
        - Added syslog library routines -- much simpler than KA9Q version.
          Sockets can be shared among tasks (as long as the send is
          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.
          protected by a mutex) so there's no need for a Syslog Daemon.
16-AUG-1998 snapshot
16-AUG-1998 snapshot
        - Table-driven configuration (networkconfig.h).
        - Table-driven configuration (networkconfig.h).
        - Cleaned up rtems_bsdnet.h.
        - Cleaned up rtems_bsdnet.h.
        - BOOTP now retries properly -- Note to Joel:
        - BOOTP now retries properly -- Note to Joel:
                The dichotomy between RTEMS and UNIX error codes is
                The dichotomy between RTEMS and UNIX error codes is
                a real pain!
                a real pain!
14-AUG-1998 snapshot
14-AUG-1998 snapshot
        - Added dummy getprotobyname() and getprotobynum() functions.
        - Added dummy getprotobyname() and getprotobynum() functions.
        - Added socket ioctl.
        - Added socket ioctl.
        - Added application-level entry to manipulate routing tables.
        - Added application-level entry to manipulate routing tables.
        - Added non-BOOTP network initialization.
        - Added non-BOOTP network initialization.
13-AUG-1998 snapshot
13-AUG-1998 snapshot
        - Changed some BOOTP addresses from sockaddr_in to inaddr;
        - Changed some BOOTP addresses from sockaddr_in to inaddr;
        - Get DNS information from BOOTP reply.
        - Get DNS information from BOOTP reply.
        - Got DNS lookups working.
        - Got DNS lookups working.
          Bloatware comes to RTEMS -- invoking gethostbyname() drags in
          Bloatware comes to RTEMS -- invoking gethostbyname() drags in
          and extra 40 kbytes of code!
          and extra 40 kbytes of code!
        - Added hostname lookup program.
        - Added hostname lookup program.
12-AUG-1998 snapshot
12-AUG-1998 snapshot
        - Added startup delay to network initialization.
        - Added startup delay to network initialization.
        - More statistic-printing routines.
        - More statistic-printing routines.
        - Added TFTP driver and test program
        - Added TFTP driver and test program
        - Modified TFTP test program to use networkconfig.h.
        - Modified TFTP test program to use networkconfig.h.
        - Removed unused include files.
        - Removed unused include files.
        - Added from ftp://ftp.ca.FreeBSD.ORG/pub/FreeBSD/FreeBSD-current/src/lib/libc/net.
        - Added from ftp://ftp.ca.FreeBSD.ORG/pub/FreeBSD/FreeBSD-current/src/lib/libc/net.
11-AUG-1998 snapshot.
11-AUG-1998 snapshot.
        - Added getpeername()
        - Added getpeername()
        - Added M68k versions of IP checksum code
        - Added M68k versions of IP checksum code
        - Added TCP timing program to snapshot.
        - Added TCP timing program to snapshot.
02-AUG-1998 snapshot.
02-AUG-1998 snapshot.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.