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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [CHANGELOG] - Blame information for rev 595

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  $Id: CHANGELOG,v 1.2 2001-09-27 12:01:48 chris Exp $
3
#
4
 
5
19-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
 
13
18-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
 
20
16-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
 
27
14-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
 
33
13-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
 
41
12-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
 
49
11-AUG-1998 snapshot.
50
        - Added getpeername()
51
        - Added M68k versions of IP checksum code
52
        - Added TCP timing program to snapshot.
53
 
54
02-AUG-1998 snapshot.

powered by: WebSVN 2.1.0

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