Commit Graph

365 Commits

Author SHA1 Message Date
ming
e17ac1ad2b Update the driver in "ti_c6711", using QDMA of C6000 DSP now, which is much faster. [2005.11.07 by Ming] 2005-11-07 00:50:49 +00:00
christiaans
8b6c9a5035 Fixed pbuf leak, improved echo_send() throughput. 2005-10-31 08:21:39 +00:00
christiaans
43e9947345 Disabled debug output, renamed executable. 2005-10-31 08:20:15 +00:00
christiaans
d81bc3571d Rewrite using raw API, not stable yet. 2005-10-27 07:15:32 +00:00
christiaans
60022e1687 Increased availability by removing TCP active-close show-stopper. Leaving pbuf memory leak in for now. 2005-10-12 11:03:58 +00:00
christiaans
ca90f6fce9 Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
kieranm
e2e13d3e30 Updated STATS definitions to follow convention of "#if" rather than
"#ifdef"
2005-06-29 20:39:49 +00:00
ming
14261143e0 Add the arch files for "ti_c6711", that's a 32bit DSP. [2005.01.29 by Ming] 2005-01-29 15:19:20 +00:00
jani
9474594fde don't append ecos copyrigh headers to files which already have BSD copyright 2004-11-09 12:49:07 +00:00
jani
ca61fd54af minor updates in CDL 2004-11-09 11:17:37 +00:00
christiaans
786ac1d722 Fixed frame pad size and compiler warning. 2004-10-29 08:54:45 +00:00
kieranm
a2b51bf5f1 Kieran Mansley, kieranm@gtemail.net, 10th Aug 2004
- Pass a "struct netif" to netif_add - API has changed at some point and this file not updated.
2004-08-10 14:08:17 +00:00
kieranm
9bae01c0b6 Kieran Mansley, kieranm@gtemail.net, 10th Aug 2004
- Add unixif.c and list.c to Makefile so simrouter and simnode will compile
2004-08-10 14:07:16 +00:00
kieranm
dd1265444f Kieran Mansley, kieranm@gtemail.net, 10th Aug 2004
- Comment out #includes of netnet/in.h and arpa/inet.h to avoid reported redefinitions
2004-08-10 14:06:19 +00:00
kieranm
ce67f2094f Kieran Mansley - kjm25@cam.ac.uk - 29th July 2004
* Fixed DEBUG statement that could attempt to dereference a NULL pointer in sys_arch_mbox_fetch()
2004-07-29 09:37:46 +00:00
likewise
c2c5ae818a Made compliant with API changes in CVS HEAD. 2004-05-05 18:47:22 +00:00
likewise
5acf6d24d5 Made compliant with API changes in CVS HEAD. 2004-05-05 18:47:21 +00:00
likewise
80bf73178b Added missing newline at end of file. 2004-05-03 17:59:35 +00:00
likewise
33f6e1f9ce Added missing rototype for echo.c function in new header file echo.h. 2004-04-29 21:52:25 +00:00
likewise
a038205c64 Removed ETHARP_ALWAYS_INSERT. 2004-04-28 23:24:43 +00:00
jani
5dee3e2347 add network.h for compatib with ecos BSD stacks 2004-03-26 13:33:27 +00:00
jani
f0be87dca0 add sys_timeout test 2004-03-26 13:32:51 +00:00
jani
6e1589ddca misc small warning fixes 2004-03-26 13:31:39 +00:00
jani
17ec2ad379 slip set default route fix from Oyvind Harboe 2004-03-22 08:36:46 +00:00
likewise
22797a10a5 Added raw.c to Makefile 2004-03-11 19:53:36 +00:00
jani
d510a9d4de update simhost so it builds. inet_ntoa and netif_add changed 2004-03-10 13:26:34 +00:00
likewise
af2ea959ea Fix non-compiling code for frame padding. 2004-03-04 16:28:51 +00:00
likewise
737bdc86d4 Removed #error TODO: on the minimal Ethernet frame size. 2004-03-04 12:35:14 +00:00
marcbou
f606ec6bc1 fixed minor grammatical error. 2004-02-15 23:08:04 +00:00
jani
b2c8429c30 io eth patch no longer required 2004-01-19 11:46:10 +00:00
jani
6990895759 define fix 2004-01-09 15:47:29 +00:00
jani
9156646ce4 minor cleanup,use rign ifdef 2004-01-09 15:36:06 +00:00
jani
b4f277007f hopefully better defaults for some tunables 2004-01-09 14:50:40 +00:00
jani
549f86f45f make ethernet optional, settable eth input thread priority 2004-01-09 09:16:02 +00:00
jani
60e2d4bfbc silence some more warnings in the test apps 2004-01-06 18:45:51 +00:00
jani
ab392ac737 reduce stack size for tcpecho test to 4K 2004-01-05 15:33:22 +00:00
jani
0f370aeabe prototype of diag_printf 2004-01-05 15:32:27 +00:00
jani
ef3519f98f fix ppp_trace() 2004-01-05 15:31:35 +00:00
jani
97f1b8d8f1 add raw pcbs to statistics 2003-12-03 12:36:20 +00:00
jani
373dd95fc5 make simrouter match new netif_add prototype 2003-11-24 15:34:29 +00:00
jani
69a46d6e39 followup to unixlib and msvc updated wrt netif_add.declare a var not just the struct 2003-11-24 08:58:08 +00:00
jani
ae4801c910 unixlib and msvc updated wrt netif_add 2003-11-24 08:54:46 +00:00
jani
724f2089d5 update ecos to netif_add, configurable loopif, and more cdl options 2003-11-24 08:31:04 +00:00
jani
8c1d3a4f9f update unixsim to new netif_add 2003-11-24 08:26:26 +00:00
jani
2cd6a0e106 update minimal to new netif_add 2003-11-24 08:24:55 +00:00
jani
fd5e3abadb fix stats defs 2003-11-24 08:11:32 +00:00
jani
005622e17a set hw_addr_len in mintapif 2003-11-24 08:06:49 +00:00
likewise
ca68dbbbae cs8900if_output() now returns error codes. 2003-11-18 01:32:27 +00:00
likewise
85a773067b Added dhcp.c to the Makefile 2003-11-17 23:44:54 +00:00
likewise
d3e72d9ad5 Added a single comment. 2003-11-15 00:51:37 +00:00