source: rtems/cpukit/rtems/ChangeLog @ 81d4759

4.104.114.84.95
Last change on this file since 81d4759 was fc566251, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 13:31:30

2001-10-16 Ralf Corsepius <corsepiu@…>

  • include/rtems/Makefile.am: Remove.
  • include/rtems/rtems/Makefile.am: Remove.
  • include/Makefile.am: Handle subdirs, require automake-1.5.
  • inline/rtems/Makefile.am: Remove.
  • inline/rtems/rtems/Makefile.am: Remove.
  • inline/Makefile.am: Handle subdirs, require automake-1.5.
  • macros/rtems/Makefile.am: Remove.
  • macros/rtems/rtems/Makefile.am: Remove.
  • macros: Handle subdirs, require automake-1.5.
  • Makefile.am: require automake-1.5.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/rtems/Makefile.am: Remove.
4        * include/rtems/rtems/Makefile.am: Remove.
5        * include/Makefile.am: Handle subdirs, require automake-1.5.
6        * inline/rtems/Makefile.am: Remove.
7        * inline/rtems/rtems/Makefile.am: Remove.
8        * inline/Makefile.am: Handle subdirs, require automake-1.5.
9        * macros/rtems/Makefile.am: Remove.
10        * macros/rtems/rtems/Makefile.am: Remove.
11        * macros: Handle subdirs, require automake-1.5.
12        * Makefile.am: require automake-1.5.
13
142001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
18        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
19        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
20
212001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
22
23        * src/tasks.c: Dereference pointer passed to destructor.
24
252001-08-30      Joel Sherrill <joel@OARcorp.com>
26
27        * inline/rtems/rtems/attr.inl: Correct typo and use correct
28        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
29
302001-08-16      Joel Sherrill <joel@OARcorp.com>
31
32        * src/msgqsubmit.c: Add a comment indicating that we do not have
33        to account for possibly blocking during the core send operation
34        because Classic API message queue send is always non-blocking.
35
362001-08-09      Joel Sherrill <joel@OARcorp.com>
37
38        * src/msgqsubmit.c: Unblocking message queue operations should
39        NOT use _Thread_Executing for return status since it is permissible
40        to invoke message send operations from an ISR.  This was reported
41        by Suvrat Gupta <suvrat@utstar.com>.
42
432001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
44
45
46        * src/eventsurrender.c: Clear event condition when task is unblocked.
47        This makes sure that subsequent event send thinks the task is still
48        blocked and overwrites the initial events received.
49
502001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/Makefile.am, include/rtems/rtems/Makefile.am,
53        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
54        rtems/optman/Makefile.am:
55        Apply include_*HEADERS instead of H_FILES.
56
572001-01-22      Michael Hamel <mhamel@adi.co.nz>
58
59        * include/rtems.h, src/signalcatch.c: Modifications to make
60        CodeWarrior happy.
61
622000-12-06      Joel Sherrill <joel@OARcorp.com>
63
64        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
65
662000-11-30      Joel Sherrill <joel@OARcorp.com>
67
68        * src/msgqsubmit.c: Modified multiprocessing conditional so
69        this would compile with both macros and inlines.
70
712000-11-30      Joel Sherrill <joel@OARcorp.com>
72
73        * macros/rtems/rtems/sem.inl: Added macro implementation of
74        _Semaphore_Get_interrupt_disable().
75
762000-10-18      Joel Sherrill <joel@OARcorp.com>
77
78        * src/regiongetinfo.c, include/rtems/rtems/region.h,
79        include/rtems/rtems/types.h, src/Makefile.am: Added
80        region_get_information() and information control block.
81        * src/regiongetinfo.c: New file.
82
832000-09-29      Stephan Merker <merker@decrc.abb.de>
84
85        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
86        src/ratemontimeout.c: Add next_length field so period length
87        can be changed by the the sequence period(X), period(not X)
88        with no intervening cancel or expiration.
89
902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * optman/Makefile.am, src/Makefile.am: Include compile.am.
93
942000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
97        Only committed this so it could be easily revisited as we
98        discussing moving main() to user space from BSP space.
99
1002000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.