source: rtems/cpukit/score/ChangeLog @ ba91ea3

4.104.114.84.95
Last change on this file since ba91ea3 was ba91ea3, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/01 at 13:10:17

2001-05-09 Ralf Corsepius <corsepiu@…>

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