annotate packages/services/cpuload/current/ChangeLog @ 1777:c16341b1bac6 default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Mon, 12 Oct 2009 02:26:09 +0100
parents c3c6e67dbc44
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
738
c3c6e67dbc44 * cdl/cpuload.cdl: Add doc link.
jlarmour
parents: 651
diff changeset
1 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
c3c6e67dbc44 * cdl/cpuload.cdl: Add doc link.
jlarmour
parents: 651
diff changeset
2
c3c6e67dbc44 * cdl/cpuload.cdl: Add doc link.
jlarmour
parents: 651
diff changeset
3 * cdl/cpuload.cdl: Add doc link.
c3c6e67dbc44 * cdl/cpuload.cdl: Add doc link.
jlarmour
parents: 651
diff changeset
4
651
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
5 2003-02-20 Bart Veer <bartv@ecoscentric.com>
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
6
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
7 * cdl/cpuload.cdl: identify test binaries, not test sources
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
8
301
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
9 2002-08-15 Andrew Lunn <andrew.lunn@ascom.ch>
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
10
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
11 * Created a new package with my CPU load measurement code which
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
12 has been sitting in the ecos-discuss archive for 2 and a bit
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
13 years.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
14
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
15 //===========================================================================
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
16 //####ECOSGPLCOPYRIGHTBEGIN####
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
17 // -------------------------------------------
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
18 // This file is part of eCos, the Embedded Configurable Operating System.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
19 // Copyright (C) 2002 Andrew Lunn
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
20 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
21 // eCos is free software; you can redistribute it and/or modify it under
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
22 // the terms of the GNU General Public License as published by the Free
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
23 // Software Foundation; either version 2 or (at your option) any later version.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
24 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
25 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
26 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
27 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
28 // for more details.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
29 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
30 // You should have received a copy of the GNU General Public License along
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
31 // with eCos; if not, write to the Free Software Foundation, Inc.,
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
32 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
33 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
34 // As a special exception, if other files instantiate templates or use macros
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
35 // or inline functions from this file, or you compile this file and link it
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
36 // with other works to produce a work based on this file, this file does not
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
37 // by itself cause the resulting work to be covered by the GNU General Public
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
38 // License. However the source code for this file must still be made available
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
39 // in accordance with section (3) of the GNU General Public License.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
40 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
41 // This exception does not invalidate any other reasons why a work based on
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
42 // this file might be covered by the GNU General Public License.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
43 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
44 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
45 // at http://sources.redhat.com/ecos/ecos-license/
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
46 // -------------------------------------------
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
47 //####ECOSGPLCOPYRIGHTEND####
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
48 //===========================================================================