source: rtems/cpukit/score/ChangeLog @ 0d469f0

4.104.114.84.95
Last change on this file since 0d469f0 was 0d469f0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/03 at 18:02:43

2003-07-07 Joel Sherrill <joel@…>

PR 417/rtems

  • src/coresemsurrender.c: Correct incorrect check for maximum_count reported by Sergei Organov <osv@…>.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12003-07-07      Joel Sherrill <joel@OARcorp.com>
2
3        PR 417/rtems
4        * src/coresemsurrender.c: Correct incorrect check for maximum_count
5        reported by Sergei Organov <osv@topconrd.ru>.
6
72003-06-13      Joel Sherrill <joel@OARcorp.com>
8
9        * src/threadloadenv.c: Removed warnings.
10
112003-06-12      Joel Sherrill <joel@OARcorp.com>
12
13        * src/objectmp.c: Removed warnings.
14
152003-03-18  Till Straumann <strauman@slac.stanford.edu>
16
17        PR 356/bsps
18        * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant.
19        Let Thread_Handler verify that _init/_main are non-NULL
20        before calling them (gives the linker script/user more
21        freedom to handle special cases).
22
232002-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * include/rtems/system.h: Add __RTEMS_REVISION__.
26
272002-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * include/rtems/system.h: Add __RTEMS_MAJOR__, __RTEMS_MINOR__.
30
312003-02-14      Joel Sherrill <joel@OARcorp.com>
32
33        AMD a29k declared obsolete.
34        * cpu/Makefile.am: Removed reference.
35        * cpu/a29k/.cvsignore, cpu/a29k/ChangeLog, cpu/a29k/Makefile.am,
36        cpu/a29k/amd.ah, cpu/a29k/asm.h, cpu/a29k/configure.ac,
37        cpu/a29k/cpu.c, cpu/a29k/cpu_asm.S, cpu/a29k/pswmacro.ah,
38        cpu/a29k/register.ah, cpu/a29k/sig.S, cpu/a29k/rtems/.cvsignore,
39        cpu/a29k/rtems/score/.cvsignore, cpu/a29k/rtems/score/a29k.h,
40        cpu/a29k/rtems/score/cpu.h, cpu/a29k/rtems/score/cpu_asm.h,
41        cpu/a29k/rtems/score/types.h: Removed.
42
432003-01-10      Joel Sherrill <joel@OARcorp.com>
44
45        * src/objectmp.c: Corrected use of name parameter to reflect that it
46        is actually the name not a pointer to the name.
47
482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        Makefile.am: Don't create $ARCH.
51
522002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        Makefile.am: Fix macro-file installation.
55
562002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        Makefile.am: Move include/rtems/score/cpuopts.h to STD_H_FILES.
59
602002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Remove.
63        * inline/Makefile.am: Remove.
64        * macros/Makefile.am: Remove.
65        * src/Makefile.am: Remove.
66        * Makefile.am: Merge-in removed Makefile.ams.
67
682002-12-02      Joel Sherrill <joel@OARcorp.com>
69
70        * include/rtems/score/object.h, include/rtems/score/tod.h:
71        Added casts to eliminate warnings on 16 bit targets like the h8300.
72
732002-11-14      Joel Sherrill <joel@OARcorp.com>
74
75        * macros/rtems/score/object.inl: Keep consistent with inline version.
76
772002-10-31      Joel Sherrill <joel@OARcorp.com>
78
79        * src/heapgetinfo.c: Fixed comment.
80        * src/mpci.c: Removed warning.
81
822002-10-28      Joel Sherrill <joel@OARcorp.com>
83
84        * src/threadhandler.c: Prototype _init() and _main() if they are needed
85        to avoid a warning.
86
872002-08-14      Joel Sherrill <joel@OARcorp.com>
88
89        * macros/rtems/score/coremsg.inl: Add <string.h> to remove warning.
90        * src/threadidlebody.c: Add return 0 to avoid warning.
91
922002-08-07      Chris Johns <ccj@acm.org>
93
94        * src/coretodset.c: Correct calculation of ticks until next section
95        boundary.  It was incorrectly based upon current time not the
96        time that is being set.
97
982002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * src/Makefile.am: Build into libscore.a.
101
1022002-07-22      Joel Sherrill <joel@OARcorp.com>
103
104        * include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253
105        add the missing _ISR_Disable.  This fix was already applied to
106        the old location (c/src/exec/score/...).
107
1082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-07-16      Joel Sherrill <joel@OARcorp.com>
113
114        * macros/rtems/score/object.inl: Corrected typos in
115        _Objects_Open, _Objects_Close, and _Objects_Namespace_remove.
116
1172002-07-05      Joel Sherrill <joel@OARcorp.com>
118
119        * macros/rtems/score/object.inl: Corrected implementation of
120        _Objects_Open, _Objects_Close, and _Objects_Namespace_remove
121        to be consistent with the inline implementation.
122
1232002-07-01    Joel Sherrill <joel@OARcorp.com>
124
125        * Mega patch merge to change the format of the object IDs to
126        loosen the dependency between the SCORE and the various APIs.
127        There was considerable work to simplify the object name management
128        and it appears that the name_table field is no longer needed.
129        This patch also includes the addition of the internal mutex
130        which is currently only used to protect some types of allocation
131        and deallocation.  This significantly can reduce context
132        switch latency under certain circumstances.  In particular,
133        some heap/region operations were O(n) and had dispatching
134        disabled.  This should help enormously.  With this merge,
135        the patch is not as clean as it should be.  In particular,
136        the documentation has not been modified to reflect the new object
137        ID layout, the IDs in the test screens are not updated, and
138        _Objects_Get_information needs to be a real routine not inlined.
139        As part of this patch a lot of MP code for thread/proxy blocking
140        was made conditional and cleaned up.
141        * include/Makefile.am, include/rtems/score/coremsg.h,
142        include/rtems/score/coremutex.h, include/rtems/score/coresem.h,
143        include/rtems/score/object.h, include/rtems/score/threadq.h,
144        inline/rtems/score/object.inl, inline/rtems/score/thread.inl,
145        macros/rtems/score/object.inl, src/Makefile.am, src/coremsg.c,
146        src/coremutex.c, src/coresem.c, src/mpci.c,
147        src/objectcomparenameraw.c, src/objectextendinformation.c,
148        src/objectinitializeinformation.c, src/objectnametoid.c,
149        src/thread.c, src/threadclose.c, src/threadget.c, src/threadq.c,
150        src/threadqextractwithproxy.c: Modified as part of above.
151        * include/rtems/score/apimutex.h, src/objectgetnoprotection.c: New
152        files.
153
1542001-05-17      Joel Sherrill <joel@OARcorp.com>
155
156        * macros/rtems/score/thread..inl: Implemented missing routines
157        for new libc reentrancy support.
158
1592002-05-15      Chris Johns <ccj@acm.org>
160
161        * include/rtems/score/thread.h, inline/rtems/score/thread.inl,
162        src/threaddispatch.c, src/threadinitialize.c:
163        Move the C library re-enterrant support directly into
164        the thread dispatch code. RTEMS needs libc and so requiring
165        libc to use a user extension with its overhead is not the best
166        solution. This patch lowers the overhead to 2 pointer moves.
167
1682002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
171        to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
172
1732001-05-14      Till Straumann <strauman@slac.stanford.edu>
174
175        * src/threaddispatch.c, src/threadhandler.c: Per PR211 fix
176        saving/restoring floating point context.  The fpsave and fprestore
177        routines are only used in a executing context which _is_ fp and hence
178        has the FPU enabled. The current behavior required the FPU always to
179        be on which is very dangerous if lazy context switching is used. 
180        [Joel Note: Some ports explicitly enabled the FPU in the FP save and
181        restore routines to avoid this.]
182
183        The patch also makes sure (on powerpc only) that the FPU is disabled
184        for integer tasks. Note that this is crucial if deferred fp context
185        switching is used. Otherwise, fp context corruption may go undetected!
186        Also note that even tasks which merely push/pop FP registers to/from
187        the stack without modifying them still MUST be FP tasks - otherwise
188        (if lazy FP context switching is used), FP register corruption (of
189        other, FP, tasks may occur)!
190
191        Furthermore, (on PPC) by default, lazy FP context save/restore
192        is _disabled_.
193
1942001-04-26      Joel Sherrill <joel@OARcorp.com>
195
196        * src/objectcomparenamestring.c: Fix typos.
197 
1982001-04-26      Joel Sherrill <joel@OARcorp.com>
199
200        * include/rtems/score/object.h, inline/rtems/score/object.inl,
201        src/objectcomparenamestring.c: Address PR81 that
202        reworked POSIX message queues to add a descriptor separate from
203        the underlying message queue.  This allows non-blocking to follow
204        the "open" not the underlying queue.   As part of debugging this
205        it became clear that _Objects_Compare_name_string was broken
206        and a simple version using strncmp() was substituted.
207 
2082002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * include/rtems/system.h: Remove targopts.h.
211
2122002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * include/rtems/system.h: Add the sparc to the target supporting
215        multlibs.
216
2172002-04-16      Chris Johns <ccj@acm.org>
218
219        * src/threadinitialize.c: Per PR181, clear the array of user extension
220        pointers. This lets user extensions that have hooked the switch handler
221        know if a task has been processed by the user extension before. If a
222        user extension is created after a task is started it may not know it.
223
2242002-04-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * include/rtems/system.h: Add i386 to multilib-able targets.
227
2282001-04-11      Joel Sherrill <joel@OARcorp.com>
229
230       
231        * macros/rtems/score/userext.inl: Now works after merging patch for
232        functionality requested in PR174.
233        * inline/rtems/score/userext.inl: Added a comment explaining the
234        order in which routines appear since it is not the obvious order.
235 
2362002-04-08      Chris Johns <ccj@acm.org>
237
238        * Per PR141 and PR174, make task switch extension its own list and
239        fix all odd problems introduced by providing macro version.
240        * inline/rtems/score/userext.inl: Fix.
241
2422001-04-08      Joel Sherrill <joel@OARcorp.com>
243
244        * macros/rtems/score/object.inl: Corrected arguments.
245 
2462001-04-08      Joel Sherrill <joel@OARcorp.com>
247
248        * macros/rtems/score/userext.inl: Updated to reflect modifications
249        to inline version from PR142.
250        * inline/rtems/score/userext.inl: Cleanup as side-effect of above.
251 
2522002-04-08      Chris Johns <ccj@acm.org>
253
254        * Per PR142, make task switch extension its own list.
255        * include/rtems/score/userext.h: Reflect above by adding
256        User_extensions_Switch_control and adding it to User_extenions_Control.
257        * inline/rtems/score/userext.inl: Allocate all memory in one chunk
258        to minimize overhead.  Address processing dedicated switch chain.
259
2602002-04-08      Chris Johns <ccj@acm.org>
261
262        * Per PR142, make task switch extension its own list.
263        * include/rtems/score/userext.h: Reflect above by adding
264        User_extensions_Switch_control and adding it to User_extenions_Control.
265        * inline/rtems/score/userext.inl: Allocate all memory in one chunk
266        to minimize overhead.  Address processing dedicated switch chain.
267
2682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
276
2772002-01-29      Joel Sherrill <joel@OARcorp.com>
278
279        * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
280
2812002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * include/rtems/system.h: Fix typo in yesterday's change:
284        RTEMS_MULTILIBS.
285
2862001-01-18      Joel Sherrill <joel@OARcorp.com>
287
288        * include/rtems/system.h: Only include cpuopts.h when building a
289        multilib configuration.  Some ports still need targopts.h but this
290        small modification lets those ports work non-multilib while
291        fixing being fixed for multilib.
292       
2932002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * include/rtems/seterr.h: Add do {..} while (0) in defines.
296        Rename set_errno_and_return_minus_one into
297        rtems_set_errno_and_return_minus_one.
298
2992001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * inline/rtems/score/object.inl, macros/rtems/score/object.inl: Add
302        add casts to Objects_Id in _Objects_Build_ids to avoid implicit
303        typecasts from enum to int16 on bit16 targets (here: h8300).
304
3052001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * src/Makefile.am: Add multilib support.
308
3092001-11-28      Joel Sherrill <joel@OARcorp.com>,
310
311        This was tracked as PR91.
312        * include/rtems/score/isr.h, inline/rtems/score/isr.inl,
313        macros/rtems/score/isr.inl: Modified to allow any port to provide
314        its own implementation of the macro _ISR_Is_in_progress.  If the
315        port overrides this macro, it must provide a non-inlined function
316        implementation.
317
3182001-11-20      Joel Sherrill <joel@OARcorp.com>
319
320        * src/threadhandler.c: When __USE__MAIN__ is defined by the toolset,
321        invoke the global constructors via __main.  Reported as tested by
322        Alexandra Kossovsky <sasha@oktet.ru> and  Victor V. Vengerov
323        <vvv@oktet.ru> in conjunction with a new set of tool RPMs
324        (gcc2.95.3newlib1.9.0-3).  This was tracked as GNATS PR tools/84.
325
3262001-11-07      Joel Sherrill <joel@OARcorp.com>
327
328        Reported by Todor.Todorov@barco.com and tracked as PR36.
329        * include/rtems/score/object.h: Added prototype for
330        _Objects_Get_by_index().
331        * src/objectget.c, src/objectgetisr.c: Corrected procedure for
332        getting index from Id so it is correct and optimal for both single
333        and multiprocessor configurations.
334
3352001-10-22      Joel Sherrill <joel@OARcorp.com>
336
337        * src/threadhandler.c: Use __USE_INIT_FINI__ since USE_INIT_FINI
338        pollutes the application namespace.
339
3402001-10-16      Joel Sherrill <joel@OARcorp.com>
341
342        * .cvsignore: Add stamp-h.in.
343
3442001-10-16      Joel Sherrill <joel@OARcorp.com>
345
346        * include/Makefile.am: Fixed path to cpuopts-tmp.h.
347
3482001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/rtems/Makefile.am: Remove.
351        * include/rtems/Makefile.am: Remove.
352        * include/Makefile.am: Handle subdirs, require automake-1.5.
353        * macros/rtems/Makefile.am: Remove.
354        * macros/rtems/score/Makefile.am: Remove.
355        * macros/Makefile.am: Handle subdirs, require automake-1.5.
356        * inline/rtems/Makefile.am: Remove.
357        * inline/rtems/score/Makefile.am: Remove.
358        * inline/Makefile.am: Handle subdirs, require automake-1.5.
359        * Makefile.am: require automake-1.5
360
3612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
364        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
365        * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
366        * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
367
3682001-09-27      Eric Norum <eric.norum@usask.ca>
369
370        * src/threadhandler.c: Now process C++ global constructors
371        (_init) as part of the first task execution not in BSP space.
372        This depends on the toolset defining USE_INIT_FINI so you
373        have to have the right toolset version.
374
3752001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
378        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
379        * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
380        * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
381
3822001-08-30      Joel Sherrill <joel@OARcorp.com>
383
384        *  src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c,
385        inline/rtems/score/coremutex.inl: The per thread field resource_count
386        should only be manipulated when a mutex is priority ceiling or
387        priority inherit.  This was reported by Chris Johns <ccj@acm.org>
388        who also noticed that the use of switches for all disciplines
389        generated less efficient code than using explicit tests for the one
390        or two cases we were really interested in.  Further review of his
391        modifications made it apparent that the "isa" methods to test mutex
392        discipline were not being used so this modification was swept into
393        the code as well.
394
3952001-08-30      Joel Sherrill <joel@OARcorp.com>
396
397        * src/coremutexseize.c: Add missing code for proper handling
398        of nesting acquisitions.  This only impacts building with
399        inlines disabled on the source with the "fast mutex" optimizations.
400        This was post the 4.5 branch and did not impact released versions.
401
4022001-08-16      Joel Sherrill <joel@OARcorp.com>
403
404        * src/coremutexsurrender.c: Use holder thread not executing
405        thread because even though they may and often are the same
406        it is not guaranteed unless the proper attribute is set.
407
4082001-08-16      Joel Sherrill <joel@OARcorp.com>
409
410        * include/rtems/score/coremsg.h, src/coremsgsubmit.c: Add a new
411        return status to account for blocking sends.  Otherwise, the
412        caller will think that the returned message status will have
413        the ultimate results of the operation.  If the send times out,
414        the final status will be in the return_code of the thread.
415
4162001-08-09      Joel Sherrill <joel@OARcorp.com>
417
418        * include/rtems/score/coremsg.h, inline/rtems/score/coremsg.inl,
419        src/coremsgsubmit.c: Unblocking message queue operations should
420        NOT use _Thread_Executing for return status since it is permissible
421        to invoke message send operations from an ISR.  This was reported
422        by Suvrat Gupta <suvrat@utstar.com>.
423
4242000-05-25      Sergei Organov <osv@javad.ru>
425
426        * macros/rtems/score/coresem.inl, inline/rtems/score/coresem.inl:
427        Cut and paste problem incorrectly enabled interrupts twice with
428        the first time being too early.
429
4302001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * include/rtems/score/.cvsignore: Add stamp-h, cpuopts.h,
433        cpuopts.h.in, cpuopts-tmp.h.
434
4352001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * include/rtems/Makefile.am, include/rtems/score/Makefile.am,
438        inline/rtems/score/Makefile.am, macros/rtems/score/Makefile.am
439        Apply include_*HEADERS instead of H_FILES.
440
4412001-01-29      Joel Sherrill <joel@OARcorp.com>
442
443        * src/objectextendinformation.c: Added include of string.h to
444        eliminate warning.
445
4462001-01-08      Joel Sherrill <joel@OARcorp.com>
447
448        * src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
449        warning removal patch. :(
450
4512001-01-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * src/threadinitialize.c: Removed warning.
454
4552001-01-03      Joel Sherrill <joel@OARcorp.com>
456
457        * src/isr.c: Modify to properly dereference _ISR_Vector_table
458        now that it is dynamically allocated.
459
4602000-12-19      Joel Sherrill <joel@OARcorp.com>
461
462        * src/isr.c: Allocate the _ISR_Vector_table all the time not just when
463        we are allocating an interrupt stack.
464
4652000-12-13      Joel Sherrill <joel@OARcorp.com>
466
467        * include/rtems/score/isr.h, src/isr.c: Allocate it from the
468        workspace rather than explicitly declaring it.  This allows
469        the size to be a non-constant from the perspective of score/cpu.
470
4712000-12-01      Joel Sherrill <joel@OARcorp.com>
472
473        * macros/rtems/score/coresem.inl: Removed comments since convention
474        calls for comments to be in inline versin.
475        * macros/rtems/score/object.inl (Objects_Get_local_object): Fixed
476        style to use _ prefix on variable names and use parentheses.
477        * macros/rtems/score/object.inl (_Objects_Namespace_remove): Added.
478
4792000-11-30      Joel Sherrill <joel@OARcorp.com>
480
481        * General effort to make things compile with macros not inlines
482        * inline/rtems/score/coremutex.inl: Added comment indicating
483        for macros there is another copy of
484        _CORE_mutex_Seize_interrupt_trylock() in src/coremutexseize.c.
485        * src/coremutexseize.c: Added body of
486        _CORE_mutex_Seize_interrupt_trylock() for macro case.
487        * macros/rtems/score/coremutex.inl: Added prototype for
488        _CORE_mutex_Seize_interrupt_trylock() since there is a real
489        body when macros are enabled.
490        * macros/rtems/score/coresem.inl: Added macro implementation of
491        _CORE_semaphore_Seize_isr_disable.
492        * macros/score/Makefile.am: Fixed typos.
493        * rtems/score/address.inl: Correct macro implementation of
494        _Addresses_Is_aligned() so it would compile.
495        * macros/rtems/score/coremsg.inl: Added closing parentheses.
496       
4972000-11-28      Chris Johns <ccj@acm.org>
498
499        * src/heapallocate.c: Do not allow the size to overflow when
500        adjusting it.  A test allocated a stack of -1 (~0). This
501        actually resulted in a stack being allocated but with a
502        size of 0xb. The allocator did not test the size to see if
503        it rolled through 0 and so allowed the allocation to happen, the
504        thread to get created. The task crashed as you would expect.
505
5062000-11-02      Joel Sherrill <joel@OARcorp.com>
507
508        * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API)
509        so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(),
510        POSIX_BOTTOM_REACHED() are actually included.
511
5122000-11-02      Joel Sherrill <joel@OARcorp.com>
513
514        * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
515        POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
516
5172000-10-18      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
518
519        * src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
520        Added _Heap_Get_information() and information control block.
521        * src/heapgetinfo.c: New file.
522
5232000-09-25      Joel Sherrill <joel@OARcorp.com>
524
525        * rtems/system.h: Switched a29k and hppa1.1 to using cpuopts.h not
526        targopts.h to reduce dependency on BSP.
527
5282000-09-20      Joel Sherrill <joel@OARcorp.com>
529
530        * src/objectgetbyindex.c: Do not enable dispatching on an
531        error path it was not disabled on.
532
5332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * src/Makefile.am: Include compile.am.
536
5372000-08-30      Joel Sherrill <joel@OARcorp.com>
538
539        * Many files: Moved posix/include/rtems/posix/seterr.h to
540        score/include/rtems/seterr.h so it would be available within
541        all APIs.
542
5432000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * include/rtems/system.h: Include cpuopts.h for __i386__.
546
5472000-08-10      Joel Sherrill <joel@OARcorp.com>
548
549        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.