likewise
39d1e38396
Replaced some tabs with spaces.
2003-06-06 23:14:17 +00:00
likewise
413aa79818
Added tot_len to debug message.
2003-06-05 07:46:22 +00:00
likewise
92b3c41b04
Included ctype.h for isdigit() used in inet.c
2003-06-04 09:32:33 +00:00
jani
2751b94b49
update for latest PPP and sio.change some thread prios.put in ctrlc check
2003-06-02 11:17:04 +00:00
jani
fff576d8b8
ppp support for ecos
2003-05-27 14:38:51 +00:00
jani
77ebfac7d0
set hwaddr_len field
2003-05-27 13:35:08 +00:00
jani
cab5828518
patches 149{2,3,4} from Marc
2003-05-19 14:45:02 +00:00
likewise
daa6d0fa51
cs8900if_init() is now split into _reset() and _init(). Must wait 30 ms inbetween.
2003-05-14 14:20:13 +00:00
jani
735ad93967
Empty protect macros are already defined in sys.h
2003-05-08 08:52:59 +00:00
jani
757087f712
make test not bash specific
2003-05-05 14:56:27 +00:00
proff_fs
9000dbe8d0
More changes, still not working.
2003-05-02 19:43:59 +00:00
likewise
b4eaa5a113
Major stylo search/replace for "One space between keyword and opening bracket."
2003-05-01 13:27:52 +00:00
jani
faa3747c04
better error reporting in tapif, patch from Marc
2003-05-01 09:08:35 +00:00
jani
b17012a1e3
Ids gone from tests too
2003-04-30 15:18:19 +00:00
jani
3ee681876e
some updates and cleanups
2003-04-30 15:17:07 +00:00
jani
056badf0bd
conditionally start tcp and udp apps
2003-04-30 09:05:29 +00:00
jani
5fe219f074
add read and write to sio ops
2003-04-28 10:13:23 +00:00
jani
80c243d2e8
add sio.h
2003-04-17 09:48:20 +00:00
jani
ac46366ff3
safer handling of EPK dir. in case user mistypes do not rm -Rf something important
2003-04-14 15:36:56 +00:00
davidhaas
5e3def9494
Added an example program which uses sockets and supports multiple sessions.
2003-04-11 15:21:49 +00:00
davidhaas
0a76b0f5ee
Fixed various memory leaks caused by protection issues (and some other
...
issues).
Also some minor cosmetic changes.
2003-04-09 20:34:51 +00:00
jani
9713f45a02
return -1 instead of 0 in sem_wait and mbox_fetch on timeout
2003-04-07 13:23:36 +00:00
likewise
d10e0349e2
Changed 0 to NULL to indicate we are dealing with a pointer.
2003-04-03 10:38:06 +00:00
davidhaas
b484f95228
In keeping with pbuf->ref always having the count of the number of pointers
...
to the particular buffer (and the last rewrite of pbuf_free), changed most
pbuf_ref_chain() calls back to pbuf_ref(). I think this was causing some pbuf
leaks.
2003-03-31 22:10:09 +00:00
davidhaas
a0d1650876
Since coldfire driver always queues buffers on the output dma queue, it must
...
always call pbuf_take() on each buffer chain.
Added initialization of netif->hwaddr_len.
2003-03-31 21:36:20 +00:00
davidhaas
0a27425c3e
Made lwip timeout measurements accurate by no longer returning 1 millisecond
...
whenever sys_arch_mbox_wait() and sys_arch_sem_wait() get a message or
semaphore immediately. Updated documentation for this change.
Unix port and Coldfire port have been updated.
2003-03-28 20:47:10 +00:00
davidhaas
2afa3c2f95
Fixed minor compile issues.
2003-03-28 19:46:22 +00:00
likewise
ea8787bb01
Made need_service field volatile as it is altered in the ISR.
2003-03-26 12:31:33 +00:00
likewise
6f084400d0
Replaced some // comments with /* */
2003-03-25 14:19:00 +00:00
likewise
9503439bd6
Generated level 1 debug messages on collided and missed rx packets.
2003-03-24 10:57:12 +00:00
jani
8ec8b9225c
update ecos port
2003-03-24 09:19:25 +00:00
proff_fs
27ffeae406
Fixed compilation.
2003-03-21 16:56:05 +00:00
davidhaas
0a46ef6af4
Fixed up and made work a PBUF_REF type. Most of the code uses this now
...
instead of PBUF_ROM. This addition allows support of copy-on-demand where the
lower layers can call pbuf_unref() which tests for any PBUF_REF buffers and
replaces them with PBUF_POOL buffers. This is now used
everywhere. pbuf_unref() is called in ARP queueing and in the coldfire
driver, which puts frames on a DMA queue and frees them later.
Along with this change pbuf_free() now goes through the entire chain of
buffers and tests all the ref counters, not just the first one. Generally now
pbuf_ref_chain() should be called and not pbuf_ref(). This change was made
because it is possible for the head of the pbuf chain to have a different
count than the payload pbuf which might have been passed by the application.
Coldfire ethernet driver also had some minor other updates and STATS was
changed to LWIP_STATS.
2003-03-19 22:16:31 +00:00
jani
0749599eab
the contrib part of thread priority patch by floriZ.Also take out unused unix netifs from unixsim makefile for now
2003-03-19 15:28:31 +00:00
jani
1b789f74aa
change STATS to LWIP_STATS and modifications in lwipopts.h
2003-03-19 12:46:37 +00:00
likewise
18dba6fc2a
Added err_t return values for cs8900 initialization functions.
2003-03-11 14:17:18 +00:00
cborrelli
2e994cd300
initial check-in
2003-03-08 02:49:00 +00:00
cborrelli
7d5a4db0e7
adding perf_init function; empty for now
2003-03-08 02:42:24 +00:00
cborrelli
7861c8aa8e
changes to account for updated Xilinx drivers in the Xilinx Embedded Development Kit (EDK); also changes to sync up with the latest etharp changes
2003-03-08 02:40:31 +00:00
cborrelli
2c377d7dd9
added perf_init function declaration
2003-03-08 02:38:14 +00:00
cborrelli
992703d54f
initial check-in - for generating a stand-alone library; requires Xilinx EDK libraries
2003-03-08 02:35:40 +00:00
jani
683a598138
C style comments
2003-03-07 15:00:41 +00:00
jani
c1d9d1e71f
Spelling fixes from Marc Boucher
2003-03-07 13:40:31 +00:00
cborrelli
1c8808e73f
removed unused file lib.h
2003-03-06 02:25:16 +00:00
jani
9ef973cc4e
do not put CVS files in the epk
2003-03-05 14:20:20 +00:00
jani
9ac27f9860
add patch against ecos needed for the glue to wotk
2003-03-01 10:47:38 +00:00
jani
d9d0f12c61
Add eCos glue.
2003-02-28 14:29:13 +00:00
jani
782a790c07
remove unnecessary includes to avoid conflicting ntoh() declarations
2003-02-28 11:23:00 +00:00
davidhaas
a9749edff8
Fixed build for coldfire after last debug.h and opt.h changes.
2003-02-25 21:46:24 +00:00
jani
d5be11334f
SYS_ARCH_PROTECT_XXX macros noops for now to get it to compile.I don't know whether anything is required here
2003-02-21 16:35:23 +00:00