]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/sys.c
fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep'
[pes-rpp/rpp-lwip.git] / src / core / sys.c
2011-11-23 goldsimonfixed bug #34884: sys_msleep() body needs to be surroun...
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): conve...
2009-12-31 goldsimonSeparated timer implementation from semaphore/mbox...
2009-11-22 goldsimonFixed logging of timeout-function-pointer (pointer...
2008-07-16 goldsimonFixed some warnings, changed some debug defines to...
2007-11-25 goldsimonFix some warnings discovered by compiling the unixsim...
2007-10-08 goldsimonRemoved type conversion warning in debug statement.
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-08 fbernonAdd LWIP_TCPIP_CORE_LOCKING option (0 as default value...
2007-06-07 goldsimonDone some work on task #1549 (function documentation)
2007-05-22 fbernonsys.h, sys.c, api_lib.c, tcpip.c: remove sys_mbox_fetch...
2007-05-10 goldsimonAdded some ASSERTs and NULL-pointer checks to sys_timeo...
2007-04-11 jiflFrom bug #19222 comment #18. Minor tweak to sys_mbox_fe...
2007-03-08 fbernonImplement LWIP_SO_RCVTIMEO configuration option to...
2007-03-06 fbernonImplement SO_RCVTIMEO on UDP sockets/netconn.
2006-10-11 christiaansPartially accepted patch #5449 for ANSI C compatibility...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-02-18 janiindentation fix
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-11 likewiseFixes wrongly cast LWIP_DEBUGF arguments (patch #1596...
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-02 janisys_msleep and sys_jiffies used by PPP code.From Marc
2003-05-19 janipatches 1492, 1493 and 1494 from Marc
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-03-28 davidhaasMade lwip timeout measurements accurate by no longer...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-18 davidhaasAllow minimal unix target to build in cygwin (but not...
2003-02-12 davidhaasFix some compile issues with both coldfire and unix...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-02-04 davidhaas--------------------------------------------------...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-12-18 janicheck for NO_SYS consistently using #if.Closes bug...
2002-10-19 likewiseInitial revision