source: rtems/c/src/exec/rtems/ChangeLog @ 089fd6b

4.104.114.84.95
Last change on this file since 089fd6b was 089fd6b, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/02 at 14:17:09

2002-01-07 Joel Sherrill <joel@…>

  • optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c, optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c, optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c, optman/no-signal.c, optman/no-timer.c: Removed entire contents of optman/ directory since it has been moved.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-01-07      Joel Sherrill <joel@OARcorp.com>
2
3        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c,
4        optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c,
5        optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c,
6        optman/no-signal.c, optman/no-timer.c: Removed entire contents of
7        optman/ directory since it has been moved.
8
92001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * src/Makefile.am: Add multilib support.
12        * optman/Makefile.am: Add multilib support.
13
142001-10-23      Joel Sherrill <joel@OARcorp.com>
15
16        * macros/rtems/rtems/asr.nil: Fixed typo.
17
182001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
21        previous patch).
22
232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * include/rtems/Makefile.am: Remove.
26        * include/rtems/rtems/Makefile.am: Remove.
27        * include/Makefile.am: Handle subdirs, require automake-1.5.
28        * inline/rtems/Makefile.am: Remove.
29        * inline/rtems/rtems/Makefile.am: Remove.
30        * inline/Makefile.am: Handle subdirs, require automake-1.5.
31        * macros/rtems/Makefile.am: Remove.
32        * macros/rtems/rtems/Makefile.am: Remove.
33        * macros: Handle subdirs, require automake-1.5.
34        * Makefile.am: require automake-1.5.
35
362001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
39        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
40        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
41        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
42
432001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
44
45        * src/tasks.c: Dereference pointer passed to destructor.
46
472001-08-30      Joel Sherrill <joel@OARcorp.com>
48
49        * inline/rtems/rtems/attr.inl: Correct typo and use correct
50        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
51
522001-08-16      Joel Sherrill <joel@OARcorp.com>
53
54        * src/msgqsubmit.c: Add a comment indicating that we do not have
55        to account for possibly blocking during the core send operation
56        because Classic API message queue send is always non-blocking.
57
582001-08-09      Joel Sherrill <joel@OARcorp.com>
59
60        * src/msgqsubmit.c: Unblocking message queue operations should
61        NOT use _Thread_Executing for return status since it is permissible
62        to invoke message send operations from an ISR.  This was reported
63        by Suvrat Gupta <suvrat@utstar.com>.
64
652001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
66
67
68        * src/eventsurrender.c: Clear event condition when task is unblocked.
69        This makes sure that subsequent event send thinks the task is still
70        blocked and overwrites the initial events received.
71
722001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am, include/rtems/rtems/Makefile.am,
75        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
76        rtems/optman/Makefile.am:
77        Apply include_*HEADERS instead of H_FILES.
78
792001-01-22      Michael Hamel <mhamel@adi.co.nz>
80
81        * include/rtems.h, src/signalcatch.c: Modifications to make
82        CodeWarrior happy.
83
842000-12-06      Joel Sherrill <joel@OARcorp.com>
85
86        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
87
882000-11-30      Joel Sherrill <joel@OARcorp.com>
89
90        * src/msgqsubmit.c: Modified multiprocessing conditional so
91        this would compile with both macros and inlines.
92
932000-11-30      Joel Sherrill <joel@OARcorp.com>
94
95        * macros/rtems/rtems/sem.inl: Added macro implementation of
96        _Semaphore_Get_interrupt_disable().
97
982000-10-18      Joel Sherrill <joel@OARcorp.com>
99
100        * src/regiongetinfo.c, include/rtems/rtems/region.h,
101        include/rtems/rtems/types.h, src/Makefile.am: Added
102        region_get_information() and information control block.
103        * src/regiongetinfo.c: New file.
104
1052000-09-29      Stephan Merker <merker@decrc.abb.de>
106
107        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
108        src/ratemontimeout.c: Add next_length field so period length
109        can be changed by the the sequence period(X), period(not X)
110        with no intervening cancel or expiration.
111
1122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * optman/Makefile.am, src/Makefile.am: Include compile.am.
115
1162000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
119        Only committed this so it could be easily revisited as we
120        discussing moving main() to user space from BSP space.
121
1222000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
125
1262000-08-10      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.