source: rtems/c/src/exec/rtems/ChangeLog @ 33c31af7

4.104.114.84.95
Last change on this file since 33c31af7 was 33c31af7, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/01 at 20:48:01

2001-08-09 Joel Sherrill <joel@…>

  • src/msgqsubmit.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
  • Property mode set to 100644
File size: 2.3 KB
Line 
12001-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * src/msgqsubmit.c: Unblocking message queue operations should
4        NOT use _Thread_Executing for return status since it is permissible
5        to invoke message send operations from an ISR.  This was reported
6        by Suvrat Gupta <suvrat@utstar.com>.
7
82001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
9
10
11        * src/eventsurrender.c: Clear event condition when task is unblocked.
12        This makes sure that subsequent event send thinks the task is still
13        blocked and overwrites the initial events received.
14
152001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * include/Makefile.am, include/rtems/rtems/Makefile.am,
18        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
19        rtems/optman/Makefile.am:
20        Apply include_*HEADERS instead of H_FILES.
21
222001-01-22      Michael Hamel <mhamel@adi.co.nz>
23
24        * include/rtems.h, src/signalcatch.c: Modifications to make
25        CodeWarrior happy.
26
272000-12-06      Joel Sherrill <joel@OARcorp.com>
28
29        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
30
312000-11-30      Joel Sherrill <joel@OARcorp.com>
32
33        * src/msgqsubmit.c: Modified multiprocessing conditional so
34        this would compile with both macros and inlines.
35
362000-11-30      Joel Sherrill <joel@OARcorp.com>
37
38        * macros/rtems/rtems/sem.inl: Added macro implementation of
39        _Semaphore_Get_interrupt_disable().
40
412000-10-18      Joel Sherrill <joel@OARcorp.com>
42
43        * src/regiongetinfo.c, include/rtems/rtems/region.h,
44        include/rtems/rtems/types.h, src/Makefile.am: Added
45        region_get_information() and information control block.
46        * src/regiongetinfo.c: New file.
47
482000-09-29      Stephan Merker <merker@decrc.abb.de>
49
50        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
51        src/ratemontimeout.c: Add next_length field so period length
52        can be changed by the the sequence period(X), period(not X)
53        with no intervening cancel or expiration.
54
552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * optman/Makefile.am, src/Makefile.am: Include compile.am.
58
592000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
62        Only committed this so it could be easily revisited as we
63        discussing moving main() to user space from BSP space.
64
652000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
68
692000-08-10      Joel Sherrill <joel@OARcorp.com>
70
71        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.