From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16291 invoked by alias); 14 Jun 2003 15:03:04 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 16257 invoked by uid 371); 14 Jun 2003 15:03:03 -0000 Date: Sat, 14 Jun 2003 15:03:00 -0000 Message-ID: <20030614150303.16255.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog i ... X-SW-Source: 2003/txt/msg00962.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: nickg@sourceware.org 2003-06-14 15:03:03 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/include/netinet: in.h net/net/bsd_tcpip/current/include/sys: malloc.h net/net/bsd_tcpip/current/src/ecos: synch.c Log message: * src/ecos/synch.c (spl_any): Put call to cyg_mutex_lock() into a loop so that releases of the current thread do not get mistaken for locks and trigger the asserts. * include/sys/malloc.h (M_DEVBUF): Added this definition. * include/netinet/in.h: Changed size of sockaddr_in.sin_zero[] to 24 bytes. This makes a sockaddr_in the same size as a sockaddr. Otherwise the definitions of things like ifaliasreq and in_aliasreq do not match when they should.