annotate packages/devs/eth/synth/ecosynth/current/ChangeLog @ 1121:7992fe4e88eb

Update to use 'strerror()'
author gthomas
date Wed, 16 Jul 2003 18:16:25 +0000
parents 21a4bd716ae0
children b2e76f0a78c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1121
7992fe4e88eb Update to use 'strerror()'
gthomas
parents: 1098
diff changeset
1 2003-07-16 Gary Thomas <gary@mlbassoc.com>
7992fe4e88eb Update to use 'strerror()'
gthomas
parents: 1098
diff changeset
2
7992fe4e88eb Update to use 'strerror()'
gthomas
parents: 1098
diff changeset
3 * host/rawether.c: Change error reporting to use standard 'strerror()'
7992fe4e88eb Update to use 'strerror()'
gthomas
parents: 1098
diff changeset
4 function since the use of sys_errlist[] is depricated.
7992fe4e88eb Update to use 'strerror()'
gthomas
parents: 1098
diff changeset
5
1098
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
6 2003-07-09 Bart Veer <bartv@ecoscentric.com>
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
7
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
8 * host/Makefile.am: add a dummy install-data-hook if not
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
9 supported.
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
10
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
11 * host/Makefile.in, host/aclocal.m4, host/configure: regenerate
21a4bd716ae0 Define an install-data-hook even if the current host does not support
bartv
parents: 999
diff changeset
12
999
a818453d8079 Fix typo reported by Scott Wilkinson
bartv
parents: 988
diff changeset
13 2003-05-06 Bart Veer <bartv@ecoscentric.com>
a818453d8079 Fix typo reported by Scott Wilkinson
bartv
parents: 988
diff changeset
14
a818453d8079 Fix typo reported by Scott Wilkinson
bartv
parents: 988
diff changeset
15 * host/ethernet.tcl (filters_initialize):
a818453d8079 Fix typo reported by Scott Wilkinson
bartv
parents: 988
diff changeset
16 Fix typo reported by Scott Wilkinson
a818453d8079 Fix typo reported by Scott Wilkinson
bartv
parents: 988
diff changeset
17
988
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
18 2003-02-25 Iztok Zupet <iz@vsr.si>
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
19
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
20 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
21 output.
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
22 * doc/overview.gif: delete.
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
23 * doc/overview.png: add.
5255751d8da7 * doc/syntheth.sgml: Replaced .gif with .png to get PDF
jlarmour
parents: 947
diff changeset
24
947
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
25 2003-04-08 Andrew Lunn <lunn@londo>
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
26
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
27 * host/rawether.c (tap_init): Set the persistent flag on the tap
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
28 device if requested by the user. This allows dhcpd and radvd to
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
29 keep running on the tap device between invocations of the synth
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
30 target.
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
31 * doc/syntheth.sgml: Documentation for the persistent option.
cf8d8ca2ed1d * host/rawether.c (tap_init): Set the persistent flag on the tap
asl
parents: 900
diff changeset
32
896
598fbd635caf * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents: 751
diff changeset
33 2003-04-01 Andrew Lunn <andrew.lunn@ascom.ch>
598fbd635caf * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents: 751
diff changeset
34
900
370be9d42783 * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents: 896
diff changeset
35 * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
370be9d42783 * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents: 896
diff changeset
36 the underlying device supports multicast so eth_drv correctly sets
370be9d42783 * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI when
asl
parents: 896
diff changeset
37 mutlicast filtering.
896
598fbd635caf * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents: 751
diff changeset
38 * cdl/syntheth.cdl: This driver implements multicast.
598fbd635caf * src/syntheth.c (synth_eth_init): Set the flag IFF_ALLMULTI so
asl
parents: 751
diff changeset
39
751
ca700ce72667 * doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents: 664
diff changeset
40 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com>
ca700ce72667 * doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents: 664
diff changeset
41
ca700ce72667 * doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents: 664
diff changeset
42 * doc/syntheth.sgml: Declare as <part> not <reference> to get
ca700ce72667 * doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents: 664
diff changeset
43 correct TOC numbering.
ca700ce72667 * doc/syntheth.sgml: Declare as <part> not <reference> to get
jlarmour
parents: 664
diff changeset
44
664
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
45 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
46
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
47 * cdl/syntheth.cdl: Add doc link.
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
48
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
49 * doc/syntheth.sgml: Comment out DOCTYPE for now to allow building
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
50 with standard doc build.
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
51 Add an enclosing <reference> so it's structured better with standard
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
52 doc build.
cb79e1e34356 * cdl/syntheth.cdl: Add doc link.
jlarmour
parents: 626
diff changeset
53
626
e25c7433fc55 Make syntheth compatible with lwip
bartv
parents: 595
diff changeset
54 2003-02-13 Bart Veer <bartv@ecoscentric.com>
e25c7433fc55 Make syntheth compatible with lwip
bartv
parents: 595
diff changeset
55
e25c7433fc55 Make syntheth compatible with lwip
bartv
parents: 595
diff changeset
56 * src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
e25c7433fc55 Make syntheth compatible with lwip
bartv
parents: 595
diff changeset
57 error codes, and avoid memset() warning
e25c7433fc55 Make syntheth compatible with lwip
bartv
parents: 595
diff changeset
58
595
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
59 2003-02-12 Bart Veer <bartv@ecoscentric.com>
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
60
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
61 * host/Makefile.in, host/configure:
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
62 Regenerate after toplevel acinclude.m4 update
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
63
590
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
64 2003-02-12 Jonathan Larmour <jifl@eCosCentric.com>
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
65
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
66 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
67 Define -D_KERNEL -D__ECOS in line with other drivers. Fixes build
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
68 issue with freeBSD stack.
8cd2a5dfbb00 * cdl/syntheth.cdl (CYGPKG_DEVS_ETH_ECOSYNTH_CFLAGS_ADD):
jlarmour
parents: 352
diff changeset
69
352
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
70 2002-09-25 Bart Veer <bartv@ecoscentric.com>
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
71
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
72 * host/configure.in, host/rawether.c, doc/syntheth.sgml:
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
73 Only support the tap device if running a recent Linux kernel
1f5fe8f482d9 Only support I/O through the ethertap device if running a sufficiently
bartv
parents: 345
diff changeset
74
345
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
75 2002-09-22 Bart Veer <bartv@ecoscentric.com>
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
76
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
77 * host/configure.in:
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
78 Remove Tcl-related checks, the ethernet package only requires
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
79 the functionality of the architectural HAL support
3f4258400ba5 Fix host-side configury problems which can occur if you are not using
bartv
parents: 332
diff changeset
80
332
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
81 2002-08-07 Bart Veer <bartv@ecoscentric.com>
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
82
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
83 * synthetic target ethernet driver package created
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
84
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
85 //===========================================================================
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
86 //####ECOSGPLCOPYRIGHTBEGIN####
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
87 // -------------------------------------------
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
88 // This file is part of eCos, the Embedded Configurable Operating System.
595
c2d1fd823f09 Update autoconf macro for Tcl, and regenerate affected files
bartv
parents: 590
diff changeset
89 // Copyright (C) 2002, 2003 Bart Veer
332
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
90 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
91 // eCos is free software; you can redistribute it and/or modify it under
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
92 // the terms of the GNU General Public License as published by the Free
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
93 // Software Foundation; either version 2 or (at your option) any later version.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
94 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
95 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
96 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
97 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
98 // for more details.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
99 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
100 // You should have received a copy of the GNU General Public License along
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
101 // with eCos; if not, write to the Free Software Foundation, Inc.,
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
102 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
103 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
104 // As a special exception, if other files instantiate templates or use macros
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
105 // or inline functions from this file, or you compile this file and link it
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
106 // with other works to produce a work based on this file, this file does not
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
107 // by itself cause the resulting work to be covered by the GNU General Public
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
108 // License. However the source code for this file must still be made available
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
109 // in accordance with section (3) of the GNU General Public License.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
110 //
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
111 // This exception does not invalidate any other reasons why a work based on
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
112 // this file might be covered by the GNU General Public License.
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
113 // -------------------------------------------
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
114 //####ECOSGPLCOPYRIGHTEND####
7c1c8dc43ba1 Now witness the firepower of this fully armed and operational
bartv
parents:
diff changeset
115 //===========================================================================