source: rtems/cpukit/rtems/ChangeLog @ 0e99592e

4.104.114.84.95
Last change on this file since 0e99592e was 0e99592e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:36:03

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

  • include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[0e99592e]12001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
4        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
5        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
6        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
7
[8f6e5f0d]82001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
9
10        * src/tasks.c: Dereference pointer passed to destructor.
11
[760045f0]122001-08-30      Joel Sherrill <joel@OARcorp.com>
13
14        * inline/rtems/rtems/attr.inl: Correct typo and use correct
15        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
16
[84e8188]172001-08-16      Joel Sherrill <joel@OARcorp.com>
18
19        * src/msgqsubmit.c: Add a comment indicating that we do not have
20        to account for possibly blocking during the core send operation
21        because Classic API message queue send is always non-blocking.
22
[33c31af7]232001-08-09      Joel Sherrill <joel@OARcorp.com>
24
25        * src/msgqsubmit.c: Unblocking message queue operations should
26        NOT use _Thread_Executing for return status since it is permissible
27        to invoke message send operations from an ISR.  This was reported
28        by Suvrat Gupta <suvrat@utstar.com>.
29
[bfbc4d3]302001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
31
32
33        * src/eventsurrender.c: Clear event condition when task is unblocked.
34        This makes sure that subsequent event send thinks the task is still
35        blocked and overwrites the initial events received.
36
[f0ab3fa]372001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * include/Makefile.am, include/rtems/rtems/Makefile.am,
40        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
41        rtems/optman/Makefile.am:
42        Apply include_*HEADERS instead of H_FILES.
43
[7a55888]442001-01-22      Michael Hamel <mhamel@adi.co.nz>
45
46        * include/rtems.h, src/signalcatch.c: Modifications to make
47        CodeWarrior happy.
48
[c3df4a6]492000-12-06      Joel Sherrill <joel@OARcorp.com>
50
51        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
52
[183f7748]532000-11-30      Joel Sherrill <joel@OARcorp.com>
54
55        * src/msgqsubmit.c: Modified multiprocessing conditional so
56        this would compile with both macros and inlines.
57
[eafa70b2]582000-11-30      Joel Sherrill <joel@OARcorp.com>
59
60        * macros/rtems/rtems/sem.inl: Added macro implementation of
61        _Semaphore_Get_interrupt_disable().
62
[b541e1f]632000-10-18      Joel Sherrill <joel@OARcorp.com>
64
65        * src/regiongetinfo.c, include/rtems/rtems/region.h,
66        include/rtems/rtems/types.h, src/Makefile.am: Added
67        region_get_information() and information control block.
68        * src/regiongetinfo.c: New file.
69
[bebf0438]702000-09-29      Stephan Merker <merker@decrc.abb.de>
71
72        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
73        src/ratemontimeout.c: Add next_length field so period length
74        can be changed by the the sequence period(X), period(not X)
75        with no intervening cancel or expiration.
76
[aefc109]772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * optman/Makefile.am, src/Makefile.am: Include compile.am.
80
[9c1c574b]812000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
84        Only committed this so it could be easily revisited as we
85        discussing moving main() to user space from BSP space.
86
[67ebbcf]872000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
90
[e94ad1fe]912000-08-10      Joel Sherrill <joel@OARcorp.com>
92
93        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.