Wed, 19 Nov 2008 12:16:21 -0800 Update changelog. nsc-0.5.0
Sam Jansen <sam.jansen@gmail.com> [Wed, 19 Nov 2008 12:16:21 -0800] rev 268
Update changelog.
Wed, 19 Nov 2008 11:29:51 -0800 Added tag nsc-0.5.0 for changeset a2b336a4b3ef
Sam Jansen <sam.jansen@gmail.com> [Wed, 19 Nov 2008 11:29:51 -0800] rev 267
Added tag nsc-0.5.0 for changeset a2b336a4b3ef
Wed, 19 Nov 2008 11:29:44 -0800 Update version number.
Sam Jansen <sam.jansen@gmail.com> [Wed, 19 Nov 2008 11:29:44 -0800] rev 266
Update version number.
Wed, 19 Nov 2008 11:27:15 -0800 Fix include so openbsd3 build works.
Sam Jansen <sam.jansen@gmail.com> [Wed, 19 Nov 2008 11:27:15 -0800] rev 265
Fix include so openbsd3 build works.
Tue, 18 Nov 2008 22:36:18 +0100 reworked getpeername/sockname glue code.
Florian Westphal <fw@strlen.de> [Tue, 18 Nov 2008 22:36:18 +0100] rev 264
reworked getpeername/sockname glue code. the API will now use a struct sockaddr*, the stack cradle code is responsible for converting the stacks struct sockaddr into what is expected by the host operating system. This is done by introducing an intermediate format, struct nsc_sockaddr. To convert the stack sockaddr to the intermediate format: #include "nsc_sockaddr_stack.h" then call nsc_convert_sockaddr(sa_kern, sa); (where sa is a pointer to a struct nsc_sockaddr), from inside the low-level stack glue code that invokes the OS handler, e.g. 'so->so_proto->pr_usrreqs->pru_peeraddr()' in FreeBSD 5 (usually support.c). To convert this nsc_sockaddr to the host format, #include "nsc_sockaddr_host.h" then call nsc_convert_nscsockaddr(&nsc_sa, sa, salen); (in sim_support.cpp). Here, sa and salen are the parameters passed in by a user of NSCs new getpeer/getsockname API. Converts the follwoing stacks to the new format: FreeBSD5, OpenBSD3, Linux 2.6.{18,26}. The lwip stack is not converted: It mixes stack and host OS includes in sim_support.cpp _AND_ has its own private definition of stuct sockaddr and fiends 8-/. So, getpeer/sockname support is disabled for this stack.
Tue, 18 Nov 2008 21:04:53 +0100 Linux 2.6.26: don't globalise dccp congestion control module init functions
Florian Westphal <fw@strlen.de> [Tue, 18 Nov 2008 21:04:53 +0100] rev 263
Linux 2.6.26: don't globalise dccp congestion control module init functions for those that actually use the dccp code (its still disabled by default).
Mon, 17 Nov 2008 12:02:15 -0800 Added tag nsc-0.4.2 for changeset c2b3701e13ab
Sam Jansen <sam.jansen@gmail.com> [Mon, 17 Nov 2008 12:02:15 -0800] rev 262
Added tag nsc-0.4.2 for changeset c2b3701e13ab
Mon, 17 Nov 2008 12:02:02 -0800 Mark as 0.4.2. nsc-0.4.2
Sam Jansen <sam.jansen@gmail.com> [Mon, 17 Nov 2008 12:02:02 -0800] rev 261
Mark as 0.4.2.
Fri, 24 Oct 2008 14:10:32 -0700 Fix bug 368, thanks goes to Mathieu.
Sam Jansen <sam.jansen@gmail.com> [Fri, 24 Oct 2008 14:10:32 -0700] rev 260
Fix bug 368, thanks goes to Mathieu. http://www.nsnam.org/bugzilla/show_bug.cgi?id=368
Mon, 20 Oct 2008 18:44:56 -0700 Added tag nsc-0.4.1 for changeset 70a603b61911
Sam Jansen <sam.jansen@gmail.com> [Mon, 20 Oct 2008 18:44:56 -0700] rev 259
Added tag nsc-0.4.1 for changeset 70a603b61911
(0) -100 -10 +10 tip