source: rtems/cpukit/posix/ChangeLog @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was 78c2a97, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:07:32

2002-06-17 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
4        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
5        Use ../aclocal.
6        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
7        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
8        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
9
102001-05-17      Joel Sherrill <joel@OARcorp.com>
11
12        * macros/rtems/posix/mqueue.inl: Implemented missing routines
13        to support message queue FDs.
14
152002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>       
16
17        * include/sys/utsname.h: Remove.
18        * include/Makefile.am: Reflect changes above.
19        * src/utsname.c: Remove.
20        * src/Makefile.am: Reflect changes above.
21
222001-04-26      Joel Sherrill <joel@OARcorp.com>
23
24        * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
25        src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
26        src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
27        src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c:
28        Per PR81 reworked to add a message queue descriptor separate from
29        the underlying message queue.  This allows non-blocking to follow
30        the "open" not the underlying queue.
31 
322002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * src/psignal.c: Include <stdlib.h>.
35
362002-04-08      Chris Johns <ccj@acm.org>
37
38        * Per PR142, make task switch extension its own list.
39        * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
40
412002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * src/getegid.c: Remove <errno.h>.
44        * src/geteuid.c: Ditto.
45        * src/getgid.c: Ditto.
46        * src/getuid.c: Ditto.
47        * src/getlogin.c: Move <errno.h>.
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602002-03-01      Eric Norum <eric.norum@usask.ca>
61
62        * src/pthreadonce.c: Task is not preemptable while running a
63        pthread_once init function.  This is slightly less heavy handed
64        than disabling dispatching and seems better than consuming a mutex.
65
662002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * src/getegid.c: Add #include <rtems/userenv.h>.
69        Remove #include <rtems/libio_.h>.
70        * src/geteuid.c: Ditto.
71        * src/getgid.c: Ditto.
72        * src/getlogin.c: Ditto.
73        * src/getuid.c: Ditto.
74
75
762001-01-16      Joel Sherrill <joel@OARcorp.com>
77
78        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
79        name of routine in header.
80
812002-01-07      Joel Sherrill <joel@OARcorp.com>
82
83        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
84        contents of optman/ directory since it has been moved.
85
862002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
89        * src/psignal.c: #include <string.h>.
90
912001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
94        * Makefile.am: Remove optman from SUBDIRS.
95
962001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
99        * src/Makefile.am: Add multilib support.
100
1012001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/sys/Makefile.am: Remove.
104        * include/rtems/Makefile.am: Remove.
105        * include/rtems/posix/Makefile.am: Remove.
106        * include/Makefile.am: Handle subdirs.
107        * inline/rtems/Makefile.am: Remove.
108        * inline/rtems/posix/Makefile.am: Remove.
109        * inline/Makefile.am: Handle subdirs.
110        * macros/rtems/Makefile.am: Remove.
111        * macros/rtems/posix/Makefile.am: Remove.
112        * macros/Makefile.am: Handle subdirs.
113        * configure.ac: Reflect changes above.
114
1152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
118        * configure.in: Remove.
119        * configure.ac: New file, generated from configure.in by autoupdate.
120
1212001-09-28      Joel Sherrill <joel@OARcorp.com>
122
123        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
124
1252001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
132
1332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
136        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
137
1382001-09-13      Joel Sherrill <joel@OARcorp.com>
139
140        * src/sysconf.c: Fix typo syntax error accidentally committed.
141
1422001-09-13      Joel Sherrill <joel@OARcorp.com>
143
144        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
145        In particular, about 350 ACATS tests fail if this is not present.
146        * src/getpagesize.c: Ditto.
147        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
148        to pass about 350 ACATS test cases.
149        * src/Makefile.am: Added new files.
150
1512001-08-30      Joel Sherrill <joel@OARcorp.com>
152
153        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
154
1552001-08-16      Joel Sherrill <joel@OARcorp.com>
156
157        * src/mqueuesendsupp.c: Account for possibly blocking during the
158        core send operation.
159
1602001-08-09      Joel Sherrill <joel@OARcorp.com>
161
162        * src/mqueuesendsupp.c: Unblocking message queue operations should
163        NOT use _Thread_Executing for return status since it is permissible
164        to invoke message send operations from an ISR.  This was reported
165        by Suvrat Gupta <suvrat@utstar.com>.
166
1672000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
168
169        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
170        src/getuid.c: Now save their values in private user environment.
171
1722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
175
1762001-03-19      Joel Sherrill <joel@OARcorp.com>
177
178        * sys/utsname.h: Added C++ wrapper.
179
1802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * include/Makefile.am, include/rtems/posix/Makefile.am,
183        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
184        macros/rtems/posix/Makefile.am:
185        Apply include_*HEADERS instead of H_FILES.
186
1872001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Add src/config.h
190        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
191        * src/.cvsignore: Add config.h and stamp-h
192        * src/*.c: Add config.h support.
193
1942001-01-23      Joel Sherrill <joel@OARcorp.com>
195
196        * src/alarm.c: Eliminated use of C++ style comments.
197
1982001-01-12      Joel Sherrill <joel@OARcorp.com>
199
200        * src/clockgetres.c: Fixed match problem.  We are not converting
201        an interval to a timespec -- it is actually a real number of
202        microseconds.
203
2042001-01-22      Michael Hamel <mhamel@adi.co.nz>
205
206        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
207        src/ptimer1.c, include/rtems/posix/semaphore.h,
208        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
209        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
210        Modifications to make CodeWarrior happy.
211
2122001-01-12      Joel Sherrill <joel@OARcorp.com>
213
214        * src/README.mqueue: Enhanced example.
215
2162000-12-19      Joel Sherrill <joel@OARcorp.com>
217
218        * src/pthreadgetschedparam.c: Do not set output parameters if
219        the pointers are NULL.
220
2212000-12-06      Joel Sherrill <joel@OARcorp.com>
222
223        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
224        eliminate warning.
225
2262000-12-01      Joel Sherrill <joel@OARcorp.com>
227
228        * include/rtems/posix/cond.h: #if 0'ed out prototype of
229        _POSIX_Condition_variables_Get to avoid conflict with macro
230        implementation.
231
2322000-12-01      Joel Sherrill <joel@OARcorp.com>
233
234        * Added macro support to POSIX API.  This is known to compile.
235        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
236        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
237        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
238        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
239        macros/rtems/posix/timer.inl: New files.
240        * configure.in: Removed error check for enabling macros.
241        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
242        since you cannot have prototypes for macros.
243        * macros/rtems/posix/Makefile.am: Added files.
244
2452000-11-30      Joel Sherrill <joel@OARcorp.com>
246
247        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
248
2492000-11-27      Joel Sherrill <joel@OARcorp.com>
250
251        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262 
263        * configure.in: Cleanup comments.
264
2652000-10-30      Joel Sherrill <joel@OARcorp.com>
266
267        * include/Makefile.am: Updated to reflect files merged into newlib.
268        This resulted in some definitions moving to other files and thus
269        some secondary effects in RTEMS source code.
270        * include/unistd.h: Removed.  Now use newlib's.
271        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
272        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
273        * src/execv.c: Corrected prototype to agree with newlib.
274        * src/execve.c: Corrected prototype to agree with newlib.
275        * src/execvp.c: Corrected prototype to agree with newlib.
276        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
277        that file no longer exists.
278        * src/pthreadkill.c: Added include of <signal.h>.
279        * src/sigaction.c: Added include of <signal.h>.
280        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
281        that file no longer exists.
282
2832000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
286        Switch to GNU canonicalization.
287
2882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * src/Makefile.am, optman/Makefile.am: Include compile.am.
291
2922000-08-30      Joel Sherrill <joel@OARcorp.com>
293
294        * Many files: Moved posix/include/rtems/posix/seterr.h to
295        score/include/rtems/seterr.h so it would be available within
296        all APIs.
297
2982000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
301        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
302        style of src/ptimer1.c.  Continued effort to make the
303        POSIX Timer implementation match that of other managers.
304        Added data structures required to use SuperCore Object Handler.
305
3062000-08-15      Joel Sherrill <joel@OARcorp.com>
307
308        * src/ptimer1.c: Minor formatting fixes.
309
3102000-08-15      Joel Sherrill <joel@OARcorp.com>
311
312        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
313        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
314        and used structure copy instead.
315        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
316        * include/rtems/posix/timer.h: Ditto.
317
3182000-08-15      Joel Sherrill <joel@OARcorp.com>
319
320        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
321        to ensure that errno was always set.
322
3232000-08-15      Joel Sherrill <joel@OARcorp.com>
324
325        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
326        to use SuperCore _TOD_Current variable.
327
3282000-08-10      Joel Sherrill <joel@OARcorp.com>
329
330        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.