]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/bsd_tcpip/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / bsd_tcpip / v2_0 / ChangeLog
index 5769dca145c4774160de494ed799823dfacb2d65..5d13aead6b5f92e16c8a021a545db440c4856e28 100644 (file)
@@ -1,3 +1,71 @@
+2008-01-06  Shaun Louie <sal@microplex.com>
+
+       * include/net/radix.h
+       * src/sys/net/radix.c
+       * src/sys/net/route.c
+       * src/sys/net/rtsock.c
+       * src/sys/netinet/if_ether.c
+       * src/sys/netinet6/icmp6.c
+       * src/sys/netinet6/nd6.c: Change Free to R_Free() so that it
+       corresponds to R_Malloc, and allows Free() wrappers in other
+       places.
+
+2007-09-27  Gary Thomas  <gary@mlbassoc.com>
+
+       * src/sys/net/if.c (ifioctl): Add missing ioctl functions
+       (SIOCGIFSTATSUD, SIOCGIFSTATS) Reported by Emmanuel Coullien.
+
+2007-09-11  Daniel NĂ©ri  <daniel.neri@sigicom.se>
+
+       * include/sys/socketvar.h: Fix very old and subtle macro bug. From
+       FreeBSD revision 1.141.2.3 (RELENG_6 branch): "correctly return an
+       error if M_NOWAIT is passed to sblock() and the operation might
+       block."
+
+2007-07-08  Alexander Aganichev <aaganichev@gmail.com>
+
+       * include/sys/param.h (log_): Really disable logging when
+       it is disabled.
+
+2007-03-21  Jay Foster <jay@systech.com>
+
+       * cdl/freebsd_net.cdl: Added option to enable BOOTP_COMPAT to
+       allow bootp to work.
+
+2006-07-19  Philip Keller  <keller@metrolab.ch>
+
+       * src/ecos/support.c (cyg_netint): Don't handle events that don't
+       have handlers registered. Fixes Bug 1000046, whereby an assertion
+       or crash resulted from an ARP package arriving before network
+       initialization was complete.
+
+2006-06-14  Andy Jackson <andy@xylanta.com>
+
+       * cdl/freebsd_net.cdl, src/ecos/support.c, src/ecos/support.c:
+       Changes to make stack sizes CDL configurable.
+
+2006-05-19  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * tests/sysctl1.c: Use CYG_NELEM from infra. 
+
+2006-05-08  Andy Jackson <andy@grapevinetech.co.uk>
+
+       * src/ecos/support.c (cyg_net_show_mbufs): Use %p in diag_printf
+       to keep the compiler happy.
+
+2005-10-24  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * include/sys/param.h: Include <string.h> to stop warnings.
+
+2005-10-23  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * include/sys/time.h (Removed): Use the isoinfra sys/time.h
+       * include/net/if.h: We do need sys/time.h for timeval.
+       * src/sys/kern/uipc_socket.c: include sys/time.h for timeval
+       * src/sys/kern/uipc_socket2.c: Ditto
+       * src/sys/netinet6/in6_pcb.c (in6_pcbdetach): remove lvalue cast
+       to keep gcc4.x happy.
+       
 2005-09-02  Sebastien Couret <sebastien.couret@elios-informatique.fr>
 
        * src/sys/kern/kern_sysctl.c: Silent compiler warning on lvalue