source: rtems/c/src/libnetworking/CHANGELOG @ 1bce637

4.104.114.84.95
Last change on this file since 1bce637 was 96b39164, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 21:56:40

Added CVS Ids

  • Property mode set to 100644
File size: 1.9 KB
Line 
1#
2#  $Id$
3#
4
519-AUG-1998 snapshot
6        - Pulled BOOTP initialization out of rtems_glue.  Applications which
7          don't used BOOTP are now about 5k smaller.
8        - Loopback interface is not installed by default, rather it is
9          attached like any other interface.  Saves about 0.5 kbytes.
10        - Add rtems_bsdnet_show_if_stats();
11        - Moved test programs from below freebsd directory.
12
1318-AUG-1998 snapshot
14        - Removed some include files that were already part of RTEMS.
15        - Cleaned up machine/types.h to prepare for inclusion in RTEMS source.
16        - Added syslog library routines -- much simpler than KA9Q version.
17          Sockets can be shared among tasks (as long as the send is
18          protected by a mutex) so there's no need for a Syslog Daemon.
19
2016-AUG-1998 snapshot
21        - Table-driven configuration (networkconfig.h).
22        - Cleaned up rtems_bsdnet.h.
23        - BOOTP now retries properly -- Note to Joel:
24                The dichotomy between RTEMS and UNIX error codes is
25                a real pain!
26
2714-AUG-1998 snapshot
28        - Added dummy getprotobyname() and getprotobynum() functions.
29        - Added socket ioctl.
30        - Added application-level entry to manipulate routing tables.
31        - Added non-BOOTP network initialization.
32
3313-AUG-1998 snapshot
34        - Changed some BOOTP addresses from sockaddr_in to inaddr;
35        - Get DNS information from BOOTP reply.
36        - Got DNS lookups working.
37          Bloatware comes to RTEMS -- invoking gethostbyname() drags in
38          and extra 40 kbytes of code!
39        - Added hostname lookup program.
40
4112-AUG-1998 snapshot
42        - Added startup delay to network initialization.
43        - More statistic-printing routines.
44        - Added TFTP driver and test program
45        - Modified TFTP test program to use networkconfig.h.
46        - Removed unused include files.
47        - Added from ftp://ftp.ca.FreeBSD.ORG/pub/FreeBSD/FreeBSD-current/src/lib/libc/net.
48
4911-AUG-1998 snapshot.
50        - Added getpeername()
51        - Added M68k versions of IP checksum code
52        - Added TCP timing program to snapshot.
53
5402-AUG-1998 snapshot.
Note: See TracBrowser for help on using the repository browser.