comparison packages/redboot/current/ChangeLog @ 158:f2545e5de153

Merge from eCos master repository on 2001-04-24-11:22:42-BST
author jlarmour
date Wed, 25 Apr 2001 23:22:52 +0000
parents b65ec671dd4c
children 511f4dc167f6
comparison
equal deleted inserted replaced
157:b65ec671dd4c 158:f2545e5de153
1 2001-04-13 Gary Thomas <gthomas@redhat.com>
2
3 * src/net/ping.c (do_ping): Tidy message.
4
5 2001-04-12 Robin Farine <acnrf@dial.eunet.ch>
6 2001-04-12 Jonathan Larmour <jlarmour@redhat.com>
7
8 * src/io.c (gets): Checks for buffer overflow and returns buflen
9 if it reaches the end of the buffer.
10 * src/main.c (cyg_start): Cope with gets() return being the
11 buffer length.
12
13 2001-04-12 Mark Salter <msalter@redhat.com>
14 2001-04-12 Robin Farine <acnrf@dial.eunet.ch>
15
16 * src/net/enet.c (__eth_install_listener): Does not accept a
17 handler for an eth_type less than 0x800.
18 (__enet_poll): Only scan the handlers for a frame type greater
19 than 0x800.
20
21 2001-04-09 Mark Salter <msalter@redhat.com>
22
23 * src/printf.c (_vprintf): Fixed some portability problems where
24 sizeof(int) != sizeof(long).
25
26 2001-04-09 Hugo Tyson <hmt@redhat.com>
27
28 * src/main.c (do_cksum): Reduce warning absent posix_crc32().
29
30 * src/main.c (cyg_start): Compare ram_end against workspace_end to
31 see if there is *less* SDRAM than the MLT suggested, and shorten
32 workspace et al accordingly. This is needed if some SDRAM is
33 "stolen" for use by eg. a PCI window, and mapped far away.
34
1 2001-04-03 Gary Thomas <gthomas@redhat.com> 35 2001-04-03 Gary Thomas <gthomas@redhat.com>
2 36
3 * src/load.c (do_load): Fix 'raw' loading to check for valid 37 * src/load.c (do_load): Fix 'raw' loading to check for valid
4 base address _before_ trying to load anything. Also, some 38 base address _before_ trying to load anything. Also, some
5 reorg to make raw vs non-raw cleaner. 39 reorg to make raw vs non-raw cleaner.