|
2
|
1 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
2 |
|
|
3 * tests/wallclock.cxx (cyg_start): Output message to show the test |
|
|
4 has started |
|
|
5 (wallclock_thread): Add call to CYG_TEST_STILL_ALIVE, so the user |
|
|
6 can see that the test is still running. |
|
|
7 Fix for PR 19870 |
|
|
8 |
|
|
9 1999-04-12 John Dallaway <jld@cygnus.co.uk> |
|
|
10 |
|
|
11 * include/pkgconf/wallclock.h: Add cdl_package doc attribute. |
|
|
12 |
|
|
13 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> |
|
|
14 PR 19667 |
|
|
15 * tests/wallclock.cxx (cyg_start): |
|
|
16 Changed to use the new Cyg_Thread constructor. |
|
|
17 |
|
|
18 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
19 |
|
|
20 * tests/wallclock.cxx: |
|
|
21 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of |
|
|
22 CYGNUM_HAL_MINIMUM_STACK_SIZE. |
|
|
23 |
|
|
24 1999-03-12 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
25 |
|
|
26 * tests/wallclock.cxx: |
|
|
27 Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement. |
|
|
28 |
|
|
29 |
|
|
30 1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
31 |
|
|
32 * include/wallclock.hxx: |
|
|
33 Remove dependency on cyg/kernel/ktypes.h |
|
|
34 Tidy |
|
|
35 |
|
|
36 * src/emulate.cxx: |
|
|
37 Include cyg/kernel/ktypes.h since it isn't included in wallclock.hxx |
|
|
38 any more |
|
|
39 |
|
|
40 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
41 |
|
|
42 * include/pkgconf/wallclock.h: Make package stand-alone (no "DEVICES"). |
|
|
43 |
|
|
44 1999-02-02 Jesper Skov <jskov@cygnus.co.uk> |
|
|
45 PR 18970 |
|
|
46 * tests/wallclock.cxx (LOOPS_SIM): Only do two loops on |
|
|
47 SIM. MN10300 sim takes 1min15secs to do one loop. |
|
|
48 |
|
|
49 1999-01-26 Jesper Skov <jskov@cygnus.co.uk> |
|
|
50 (PR 18305) |
|
|
51 * tests/wallclock.cxx: Removed MIPS specific hackery. Now |
|
|
52 dependent on cyg_test_is_simulator state. |
|
|
53 |
|
|
54 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> |
|
|
55 PR 18847 |
|
|
56 * tests/wallclock.cxx (LOOPS_HW): Reduce run-time to 20 seconds. |
|
|
57 |
|
|
58 1999-01-19 Nick Garnett <nickg@cygnus.co.uk> |
|
|
59 |
|
|
60 * tests/wallclock.cxx: Added test of cyg_test_is_simulator to |
|
|
61 reduce time on simulated hardware. PR 18715. |
|
|
62 |
|
|
63 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> |
|
|
64 |
|
|
65 * tests/wallclock.cxx: Do NOP test if kernel RTC disabled. |
|
|
66 |
|
0
|
67 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
68 |
|
|
69 * tests/wallclock.cxx: Reduce test time on TX39 SIM. |
|
|
70 |
|
|
71 Tue Oct 20 15:54:09 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
72 |
|
|
73 * src/PKGconf.mak: |
|
|
74 Remove unnecessary override of PKGCONF_CXXFLAGS |
|
|
75 |
|
|
76 1998-09-26 Bart Veer <bartv@cygnus.co.uk> |
|
|
77 |
|
|
78 * include/pkgconf/wallclock.h: |
|
|
79 PR17501: When using the emulation there is a requirement on the |
|
|
80 kernel clock. This has been added to the configuration data. |
|
|
81 If real hardware were used then this dependency would disappear, |
|
|
82 but currently there is no easy way to express this, and there are |
|
|
83 no hardware implementations. |
|
|
84 |
|
|
85 1998-09-12 Bart Veer <bartv@cygnus.co.uk> |
|
|
86 |
|
|
87 * include/pkgconf/wallclock.h: |
|
|
88 Added missing descriptions (PR 17184) |
|
|
89 |
|
|
90 1998-09-02 Bart Veer <bartv@cygnus.co.uk> |
|
|
91 |
|
|
92 * include/pkgconf/wallclock.h: |
|
|
93 Added minimal configuration data. |
|
|
94 |
|
|
95 Fri Aug 28 09:40:19 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
96 |
|
|
97 * tests/wallclock.cxx: |
|
|
98 Rename int main(argc, argv) to void cyg_start( void ) under the |
|
|
99 new entry point system. Therefore also remove return code. |
|
|
100 |
|
|
101 Tue Aug 18 16:49:20 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
102 |
|
|
103 * tests/wallclock.cxx: |
|
|
104 Move inclusion of thread.inl before sched.hxx to prevent inline |
|
|
105 warnings |
|
|
106 |
|
|
107 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> |
|
|
108 |
|
|
109 * include/pkgconf/wallclock.h: |
|
|
110 Added this file to contain wallclock confiuration parameters. |
|
|
111 |
|
|
112 * src/emulate.cxx: |
|
|
113 Now uses pkgconf/wallclock.h for configuration. |
|
|
114 |
|
|
115 Wed Jul 22 21:04:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
116 |
|
|
117 * src/emulate.cxx: |
|
|
118 Remove unnecessary include of <cyg/devs/table.h> and remove an |
|
|
119 unused variable (result) from get_current_time() |
|
|
120 |
|
|
121 //####COPYRIGHTBEGIN#### |
|
|
122 // |
|
|
123 // ------------------------------------------- |
|
|
124 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
125 // Version 1.0 (the "License"); you may not use this file except in |
|
|
126 // compliance with the License. You may obtain a copy of the License at |
|
|
127 // http://sourceware.cygnus.com/ecos |
|
|
128 // |
|
|
129 // Software distributed under the License is distributed on an "AS IS" |
|
|
130 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
131 // License for the specific language governing rights and limitations under |
|
|
132 // the License. |
|
|
133 // |
|
|
134 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
135 // September 30, 1998. |
|
|
136 // |
|
|
137 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
2
|
138 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
0
|
139 // ------------------------------------------- |
|
|
140 // |
|
|
141 //####COPYRIGHTEND#### |
|
|
142 |
|
|
143 |