]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/sys.h
sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h: Introduc...
[pes-rpp/rpp-lwip.git] / src / include / lwip / sys.h
2008-01-05 fbernonsys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg...
2007-12-21 goldsimonsys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698...
2007-09-21 fbernonMinor change, sys_prot_t is undefined is NO_SYS=1
2007-09-06 fbernonseveral-files: replace some #include "arch/cc.h" by...
2007-09-05 fbernonChange parameters list for sys_thread_new (see "task...
2007-05-22 fbernonsys.h, sys.c, api_lib.c, tcpip.c: remove sys_mbox_fetch...
2007-05-18 goldsimonAdded some new functions as null-definitions if NO_SYS=1
2007-05-13 goldsimonsys.h: moved #include "arch/sys_arch.h" down a little...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-04-11 jifl * sys.h, api_lib.c: Provide new sys_mbox_tryfetch...
2007-04-11 kieranmApply patch #5745: Fix "Constant is long" warnings...
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...
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-06-02 janisys_msleep and sys_jiffies used by PPP code.From Marc
2003-05-06 janiempty lightweight protection macros defined not only...
2003-04-09 davidhaasFixed bug where tearing down a connection would cause...
2003-03-19 janiAdd priority argument to thread sys_thread_new.Patch...
2003-03-07 janiAdd sys_untimeout stub in case of NO_SYS
2003-02-25 davidhaasFixed build for coldfire after last debug.h and opt...
2003-02-18 davidhaasFixed SYS_ARCH_PROTECT macros when NO_SYS is not defined.
2003-02-18 davidhaasAllow minimal unix target to build in cygwin (but not...
2003-02-17 likewiseLightweight protection macros were not defined if NO_SY...
2003-02-12 davidhaasBy request: moved lightweight protection to macros.
2003-02-12 davidhaasMade sys_arch_prot() interface more generic by returnin...
2003-02-11 davidhaassys_thread_new() now returns the thread (request from...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-02-04 davidhaasAdded lightweight protection. In coldfire this is imple...
2003-02-04 davidhaas--------------------------------------------------...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision