comparison packages/redboot/current/ChangeLog @ 150:f0e3fb000de8

Merge from eCos master repository on 2001-01-26-06:43:02-GMT
author jlarmour
date Fri, 26 Jan 2001 08:15:27 +0000
parents 52c99470ec11
children 25e238959bae
comparison
equal deleted inserted replaced
149:52c99470ec11 150:f0e3fb000de8
1 2001-01-24 Jonathan Larmour <jlarmour@redhat.com>
2
3 * src/main.c (cyg_start): Rework last change to use more generic
4 HAL_MEM_REAL_REGION_TOP macro.
5
6 2001-01-24 Hugo Tyson <hmt@redhat.com>
7
8 * src/main.c (cyg_start): Take notice of the hal_dram_size
9 variable (only supported on ARMs) to set ram_end. The symbols
10 given by the CYGMEM_REGION_ram symbols are minima or defaults.
11
12 2001-01-22 Gary Thomas <gthomas@redhat.com>
13
14 * src/net/inet_addr.c (inet_aton): Fix byte order on big endian systems.
15
16 * src/net/icmp.c (__icmp_install_listener):
17 (__icmp_remove_listener): New functions.
18 (__icmp_handler): Call listener for unhandled packets.
19
20 * include/net/net.h: Add handler for ICMP [incoming] data.
21
22 * cdl/redboot.cdl:
23 * src/net/ping.c: New CLI command - ping a host.
24
1 2001-01-18 Gary Thomas <gthomas@redhat.com> 25 2001-01-18 Gary Thomas <gthomas@redhat.com>
2 26
3 * include/net/net.h: 27 * include/net/net.h:
4 * src/net/pktbuf.c (__pktbuf_alloc): 28 * src/net/pktbuf.c (__pktbuf_alloc):
5 * src/net/tcp.c (__tcp_listen): Remove obsolete code regarding 29 * src/net/tcp.c (__tcp_listen): Remove obsolete code regarding