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