source: rtems/cpukit/score/ChangeLog @ 329509fb

4.104.114.84.95
Last change on this file since 329509fb was 792eb74, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:33:09

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/rtems/Makefile.am, include/rtems/score/Makefile.am, inline/rtems/score/Makefile.am, macros/rtems/score/Makefile.am Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 4.0 KB
Line 
1
22001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * include/rtems/Makefile.am, include/rtems/score/Makefile.am,
5        inline/rtems/score/Makefile.am, macros/rtems/score/Makefile.am
6        Apply include_*HEADERS instead of H_FILES.
7
82001-01-29      Joel Sherrill <joel@OARcorp.com>
9
10        * src/objectextendinformation.c: Added include of string.h to
11        eliminate warning.
12
132001-01-08      Joel Sherrill <joel@OARcorp.com>
14
15        * src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
16        warning removal patch. :(
17
182001-01-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * src/threadinitialize.c: Removed warning.
21
222001-01-03      Joel Sherrill <joel@OARcorp.com>
23
24        * src/isr.c: Modify to properly dereference _ISR_Vector_table
25        now that it is dynamically allocated.
26
272000-12-19      Joel Sherrill <joel@OARcorp.com>
28
29        * src/isr.c: Allocate the _ISR_Vector_table all the time not just when
30        we are allocating an interrupt stack.
31
322000-12-13      Joel Sherrill <joel@OARcorp.com>
33
34        * include/rtems/score/isr.h, src/isr.c: Allocate it from the
35        workspace rather than explicitly declaring it.  This allows
36        the size to be a non-constant from the perspective of score/cpu.
37
382000-12-01      Joel Sherrill <joel@OARcorp.com>
39
40        * macros/rtems/score/coresem.inl: Removed comments since convention
41        calls for comments to be in inline versin.
42        * macros/rtems/score/object.inl (Objects_Get_local_object): Fixed
43        style to use _ prefix on variable names and use parentheses.
44        * macros/rtems/score/object.inl (_Objects_Namespace_remove): Added.
45
462000-11-30      Joel Sherrill <joel@OARcorp.com>
47
48        * General effort to make things compile with macros not inlines
49        * inline/rtems/score/coremutex.inl: Added comment indicating
50        for macros there is another copy of
51        _CORE_mutex_Seize_interrupt_trylock() in src/coremutexseize.c.
52        * src/coremutexseize.c: Added body of
53        _CORE_mutex_Seize_interrupt_trylock() for macro case.
54        * macros/rtems/score/coremutex.inl: Added prototype for
55        _CORE_mutex_Seize_interrupt_trylock() since there is a real
56        body when macros are enabled.
57        * macros/rtems/score/coresem.inl: Added macro implementation of
58        _CORE_semaphore_Seize_isr_disable.
59        * macros/score/Makefile.am: Fixed typos.
60        * rtems/score/address.inl: Correct macro implementation of
61        _Addresses_Is_aligned() so it would compile.
62        * macros/rtems/score/coremsg.inl: Added closing parentheses.
63       
642000-11-28      Chris Johns <ccj@acm.org>
65
66        * src/heapallocate.c: Do not allow the size to overflow when
67        adjusting it.  A test allocated a stack of -1 (~0). This
68        actually resulted in a stack being allocated but with a
69        size of 0xb. The allocator did not test the size to see if
70        it rolled through 0 and so allowed the allocation to happen, the
71        thread to get created. The task crashed as you would expect.
72
732000-11-02      Joel Sherrill <joel@OARcorp.com>
74
75        * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API)
76        so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(),
77        POSIX_BOTTOM_REACHED() are actually included.
78
792000-11-02      Joel Sherrill <joel@OARcorp.com>
80
81        * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
82        POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
83
842000-10-18      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
85
86        * src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
87        Added _Heap_Get_information() and information control block.
88        * src/heapgetinfo.c: New file.
89
902000-09-25      Joel Sherrill <joel@OARcorp.com>
91
92        * rtems/system.h: Switched a29k and hppa1.1 to using cpuopts.h not
93        targopts.h to reduce dependency on BSP.
94
952000-09-20      Joel Sherrill <joel@OARcorp.com>
96
97        * src/objectgetbyindex.c: Do not enable dispatching on an
98        error path it was not disabled on.
99
1002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * src/Makefile.am: Include compile.am.
103
1042000-08-30      Joel Sherrill <joel@OARcorp.com>
105
106        * Many files: Moved posix/include/rtems/posix/seterr.h to
107        score/include/rtems/seterr.h so it would be available within
108        all APIs.
109
1102000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * include/rtems/system.h: Include cpuopts.h for __i386__.
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.