source: rtems/c/src/exec/rtems/ChangeLog @ 760045f0

4.104.114.84.95
Last change on this file since 760045f0 was 760045f0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/01 at 18:28:46

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

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