comparison packages/net/tcpip/current/ChangeLog @ 136:a9ac27ec7abc ecos-sw-2000-11-17

Merge from eCos master repository on 2000-11-17-18:24:25-GMT
author jlarmour
date Fri, 17 Nov 2000 23:16:43 +0000
parents 0ae0bc38e387
children d397fc472bcf
comparison
equal deleted inserted replaced
135:3bc2abeae9ff 136:a9ac27ec7abc
1 2000-11-15 Hugo Tyson <hmt@redhat.com>
2
3 * src/lib/bootp_support.c (init_net): Do a SIOCSIFADDR a 2nd time
4 after setting the netmask (SIOCSIFNETMASK) in order for the newly
5 set netmask to "take" - otherwise a bogus route based on the
6 default netmask lurks within the system.
7
8 2000-11-10 Hugo Tyson <hmt@redhat.com>
9
10 * src/ecos/support.c (cyg_net_get_mem_stats): New API for getting
11 info on the various mem pools the stack uses to enable tests to
12 spot store leaks.
13
14 * include/network.h (cyg_net_get_mem_stats): Export this API for
15 automated network testing.
16
1 2000-10-24 Hugo Tyson <hmt@redhat.com> 17 2000-10-24 Hugo Tyson <hmt@redhat.com>
2 18
3 * src/lib/tftp_server.c (tftpd_server): Cut down the chatter to 19 * src/lib/tftp_server.c (tftpd_server): Cut down the chatter to
4 nothing (unless there's an error) if running automated testing. 20 nothing (unless there's an error) if running automated testing.
5 21