Commit Graph

22 Commits

Author SHA1 Message Date
goldsimon
55d09ae777 fixed warnings in unix port; use the same compiler settings in all 3 projects; use echo.c from apps and removed duplicate from unix/proj/minimal 2014-04-30 14:03:21 +02:00
Simon Goldschmidt
48e301d329 Fixed unix makefiles by adding IPv6 source files to the binary 2012-02-14 21:43:21 +01:00
Simon Goldschmidt
2f3fdb4c97 Tried to fix the unix port projects after adding IPv6 2011-07-28 21:55:53 +02:00
goldsimon
e70c0bd3f5 Fixed unix port after changing struct ip_addr to ip_addr_t 2010-02-09 13:19:01 +00:00
goldsimon
880ed2c01e Moved lwip_prvmib.c and private_mib.h from unix/proj/minimal to apps/snmp_private_mib and extended it for write support and usage with memory buffers instead of files to be used under non-posix OSes as an example 2010-02-02 19:39:25 +00:00
goldsimon
a1ca06cfcc Fixed unix port after recent changes 2010-01-30 14:16:47 +00:00
goldsimon
2bb8f85116 Unix port: fixed compilation after moving timeout handling to timers.c; fixed some threading- and other issues with initialization 2010-01-07 10:21:13 +00:00
kieranm
bddf652073 Update unix port to 1.3.0 before release 2008-01-15 13:10:51 +00:00
goldsimon
797387c936 Added the new inet_chkusm.c file, included moved inet.c. Hope this works as I have no possibility to check it... 2007-11-16 19:41:33 +00:00
christiaans
8cef35e840 Added lwip_prvmib.c, an example for a simple private SNMP MIB implementation. 2006-10-06 09:59:46 +00:00
christiaans
922405d4e9 Enabled LWIP_SNMP for development in the 'minimal' example. 2006-08-21 10:21:54 +00:00
christiaans
3ee29c973e Changed broken select() timeout based timers into setitimer() timers. 2006-07-03 07:16:48 +00:00
christiaans
8bb26656a1 Added -pedantic switch. 2006-03-15 11:40:18 +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
ca90f6fce9 Some build fixes for OpenBSD. 2005-10-10 07:25:35 +00:00
likewise
22797a10a5 Added raw.c to Makefile 2004-03-11 19:53:36 +00:00
likewise
85a773067b Added dhcp.c to the Makefile 2003-11-17 23:44:54 +00:00
likewise
0227d13f35 Made compilable with 0.6.4. 2003-10-02 22:47:25 +00:00
jani
c1d9d1e71f Spelling fixes from Marc Boucher 2003-03-07 13:40:31 +00:00
davidhaas
f87520e049 Allow minimal unix target to build in cygwin (but not necessarily run).
Applied a patch from Marc Boucher which has the following changes:

1) Fixed sys_arch.txt documentation to have new return type from
   sys_thread_new.

2) Removed unnecessary casts on calling sys_timeout() in certain files.

3) Removed some unnecessary break statements after return statements.

4) Changed sys_timeout_remove() to sys_untimeout().

5) Added some forgotten #ifndef SYS_LIGHTWEIGHT_PROT to memp.c

6) Changed LWIP_DIAG and LWIP_PLATFORM_ASSERT to have do while().
2003-02-18 19:27:08 +00:00
jani
edd18aad86 add unix projects to contrib module 2003-01-31 13:35:43 +00:00