source: rtems/c/src/exec/rtems/ChangeLog @ 84e8188

4.104.114.84.95
Last change on this file since 84e8188 was 84e8188, checked in by Joel Sherrill <joel.sherrill@…>, on 08/16/01 at 19:55:33

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

  • src/msgqsubmit.c: Add a comment indicating that we do not have to account for possibly blocking during the core send operation because Classic API message queue send is always non-blocking.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12001-08-16      Joel Sherrill <joel@OARcorp.com>
2
3        * src/msgqsubmit.c: Add a comment indicating that we do not have
4        to account for possibly blocking during the core send operation
5        because Classic API message queue send is always non-blocking.
6
72001-08-09      Joel Sherrill <joel@OARcorp.com>
8
9        * src/msgqsubmit.c: Unblocking message queue operations should
10        NOT use _Thread_Executing for return status since it is permissible
11        to invoke message send operations from an ISR.  This was reported
12        by Suvrat Gupta <suvrat@utstar.com>.
13
142001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
15
16
17        * src/eventsurrender.c: Clear event condition when task is unblocked.
18        This makes sure that subsequent event send thinks the task is still
19        blocked and overwrites the initial events received.
20
212001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/Makefile.am, include/rtems/rtems/Makefile.am,
24        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
25        rtems/optman/Makefile.am:
26        Apply include_*HEADERS instead of H_FILES.
27
282001-01-22      Michael Hamel <mhamel@adi.co.nz>
29
30        * include/rtems.h, src/signalcatch.c: Modifications to make
31        CodeWarrior happy.
32
332000-12-06      Joel Sherrill <joel@OARcorp.com>
34
35        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
36
372000-11-30      Joel Sherrill <joel@OARcorp.com>
38
39        * src/msgqsubmit.c: Modified multiprocessing conditional so
40        this would compile with both macros and inlines.
41
422000-11-30      Joel Sherrill <joel@OARcorp.com>
43
44        * macros/rtems/rtems/sem.inl: Added macro implementation of
45        _Semaphore_Get_interrupt_disable().
46
472000-10-18      Joel Sherrill <joel@OARcorp.com>
48
49        * src/regiongetinfo.c, include/rtems/rtems/region.h,
50        include/rtems/rtems/types.h, src/Makefile.am: Added
51        region_get_information() and information control block.
52        * src/regiongetinfo.c: New file.
53
542000-09-29      Stephan Merker <merker@decrc.abb.de>
55
56        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
57        src/ratemontimeout.c: Add next_length field so period length
58        can be changed by the the sequence period(X), period(not X)
59        with no intervening cancel or expiration.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * optman/Makefile.am, src/Makefile.am: Include compile.am.
64
652000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
68        Only committed this so it could be easily revisited as we
69        discussing moving main() to user space from BSP space.
70
712000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
74
752000-08-10      Joel Sherrill <joel@OARcorp.com>
76
77        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.