OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [itron/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-22      Ralf Corsepius 
2
 
3
        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
4
 
5
2002-07-22      Ralf Corsepius 
6
 
7
        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
8
 
9
2002-07-05      Ralf Corsepius 
10
 
11
        * configure.ac: RTEMS_TOP(../..).
12
 
13
2002-07-01    Joel Sherrill 
14
 
15
        * Mega patch merge to change the format of the object IDs to
16
        loosen the dependency between the SCORE and the various APIs.
17
        There was considerable work to simplify the object name management
18
        and it appears that the name_table field is no longer needed.
19
        This patch also includes the addition of the internal mutex
20
        which is currently only used to protect some types of allocation
21
        and deallocation.  This significantly can reduce context
22
        switch latency under certain circumstances.  In particular,
23
        some heap/region operations were O(n) and had dispatching
24
        disabled.  This should help enormously.  With this merge,
25
        the patch is not as clean as it should be.  In particular,
26
        the documentation has not been modified to reflect the new object
27
        ID layout, the IDs in the test screens are not updated, and
28
        _Objects_Get_information needs to be a real routine not inlined.
29
        As part of this patch a lot of MP code for thread/proxy blocking
30
        was made conditional and cleaned up.
31
        * src/cre_mbf.c, src/cre_sem.c, src/eventflags.c, src/fmempool.c,
32
        src/itronsem.c, src/mbox.c, src/msgbuffer.c, src/port.c, src/task.c,
33
        src/vmempool.c:  Modified as part of above.
34
2002-07-01      Ralf Corsepius 
35
 
36
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
37
 
38
2002-06-27      Ralf Corsepius 
39
 
40
        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
41
        Add AC_PROG_RANLIB.
42
 
43
2002-06-26      Ralf Corsepius 
44
 
45
        * configure.ac: Remove references to RTEMS_BSP.
46
        * src/Makefile.am: Add libitron.a.
47
 
48
2002-06-17      Ralf Corsepius 
49
 
50
        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
51
        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
52
        Use ../aclocal.
53
        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
54
        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
55
        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
56
 
57
2001-04-22      Joel Sherrill 
58
 
59
        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
60
        be correct in respect to newly added fields for separate switch list.
61
 
62
2002-03-27      Ralf Corsepius 
63
 
64
        * configure.ac:
65
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69
        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
70
        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
71
        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
 
73
2001-12-19      Ralf Corsepius 
74
 
75
        * src/Makefile.am: Add multilib support.
76
 
77
2001-11-07      Joel Sherrill 
78
 
79
        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
80
        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
81
        to use _Objects_Get_by_index().
82
 
83
2001-10-16      Ralf Corsepius 
84
 
85
        * include/itronsys/Makefile.am: Remove.
86
        * include/rtems/Makefile.am: Remove.
87
        * include/rtems/itron/Makefile.am: Remove.
88
        * inline/rtems/Makefile.am: Remove.
89
        * inline/rtems/itron/Makefile.am: Remove.
90
        * macros/rtems/Makefile.am: Remove.
91
        * macros/rtems/itron/Makefile.am: Remove.
92
        * include/Makefile.am: handle subdirs.
93
        * inline/Makefile.am: handle subdirs.
94
        * macros/Makefile.am: handle subdirs.
95
        * configure.ac: Reflect changes above.
96
 
97
2001-10-11      Ralf Corsepius 
98
 
99
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
100
        * configure.in: Remove.
101
        * configure.ac: New file, generated from configure.in by autoupdate.
102
 
103
2001-09-23      Ralf Corsepius 
104
 
105
        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
106
        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
107
        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
108
        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
109
        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
110
 
111
2001-09-22      Ralf Corsepius 
112
 
113
        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
114
        happy.
115
 
116
2001-08-09      Joel Sherrill 
117
 
118
        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
119
        should NOT use _Thread_Executing for return status since it is
120
        permissible to invoke message send operations from an ISR.  This was
121
        reported by Suvrat Gupta .
122
 
123
2001-04-27      Ralf Corsepius 
124
 
125
        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
126
 
127
2001-02-03      Ralf Corsepius 
128
 
129
        * include/Makefile.am, include/itronsys/Makefile.am,
130
        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
131
        macros/rtems/itron/Makefile.am:
132
        Apply include_*HEADERS instead of H_FILES.
133
 
134
2001-01-06      Ralf Corsepius 
135
 
136
        * configure.in: Add src/config.h
137
        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
138
        * src/.cvsignore: Add config.h and stamp-h
139
        * src/*.c: Add config.h support.
140
 
141
2000-12-01      Joel Sherrill 
142
 
143
        * Added macro support to ITRON API.  This is known to compile.
144
        * Makefile.am: Added macros directory.
145
        * configure.in: Removed error check for enabling macros.
146
        * macros/.cvsignore, macros/Makefile.am,
147
        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
148
        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
149
        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
150
        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
151
        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
152
        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
153
        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
154
        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
155
 
156
2000-11-09      Ralf Corsepius 
157
 
158
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
 
160
2000-11-02      Ralf Corsepius 
161
 
162
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
163
 
164
2000-10-25      Ralf Corsepius 
165
 
166
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
167
        Switch to GNU canonicalization.
168
 
169
2000-09-04      Ralf Corsepius 
170
 
171
        * src/Makefile.am: Include compile.am.
172
 
173
2000-08-10      Joel Sherrill 
174
 
175
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.