source: rtems/c/src/lib/libnetworking/CHANGELOG @ 39e6e65a

4.104.114.84.95
Last change on this file since 39e6e65a was 39e6e65a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/98 at 21:32:28

Base files

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