From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3509 invoked by alias); 13 Oct 2003 17:20:18 -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 3497 invoked by uid 371); 13 Oct 2003 17:20:18 -0000 Date: Mon, 13 Oct 2003 17:20:00 -0000 Message-ID: <20031013172018.3495.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/kernel/current ChangeLog src/com ... X-SW-Source: 2003/txt/msg01400.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: nickg@sourceware.org 2003-10-13 17:20:18 Modified files: packages/kernel/current: ChangeLog packages/kernel/current/src/common: clock.cxx Log message: * src/common/clock.cxx (Cyg_Counter::tick): Changed code to deal with manipulation of unsorted lists (see ChangeLogs passim). There are several corner cases where the current code does not work. Replaced with a more straightforward, but slightly more expensive, implementation.