source: rtems/cpukit/posix/ChangeLog @ 32195d5d

4.104.114.84.95
Last change on this file since 32195d5d was 32195d5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/03 at 11:47:29

2003-11-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reworked.
  • Property mode set to 100644
File size: 20.4 KB
Line 
12003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reworked.
4
52003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * src/config.h: Remove.
8        * Makefile.am: Remove src/config.h
9        AM_CPPFLAGS += -I$(top_builddir).
10
112003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c,
14        src/sigtimedwait.c: Remove unnecessary typecasts in assignments to
15        thread->Wait.return_argument.
16
172003-10-13      Joel Sherrill <joel@OARcorp.com>
18
19        * src/cleanuppop.c, src/cleanuppush.c: Protect use of
20        _Workspace_Allocate and _Workspec_Free.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * include/rtems/posix/cond.h, include/rtems/posix/condmp.h,
25        include/rtems/posix/config.h, include/rtems/posix/intr.h,
26        include/rtems/posix/key.h, include/rtems/posix/mqueue.h,
27        include/rtems/posix/mqueuemp.h, include/rtems/posix/mutex.h,
28        include/rtems/posix/mutexmp.h, include/rtems/posix/posixapi.h,
29        include/rtems/posix/pthread.h, include/rtems/posix/pthreadmp.h,
30        include/rtems/posix/ptimer.h, include/rtems/posix/semaphore.h,
31        include/rtems/posix/semaphoremp.h, inline/rtems/posix/cond.inl,
32        inline/rtems/posix/intr.inl, inline/rtems/posix/key.inl,
33        inline/rtems/posix/mqueue.inl, inline/rtems/posix/mutex.inl,
34        inline/rtems/posix/pthread.inl, inline/rtems/posix/semaphore.inl,
35        inline/rtems/posix/timer.inl, macros/rtems/posix/cond.inl,
36        macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl,
37        macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl,
38        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
39        macros/rtems/posix/timer.inl, src/alarm.c, src/kill.c,
40        src/killinfo.c, src/mqueuetranslatereturncode.c, src/pause.c,
41        src/pthreadattrdestroy.c, src/pthreadattrgetdetachstate.c,
42        src/pthreadattrgetinheritsched.c, src/pthreadattrgetschedparam.c,
43        src/pthreadattrgetschedpolicy.c, src/pthreadattrgetscope.c,
44        src/pthreadattrgetstackaddr.c, src/pthreadattrgetstacksize.c,
45        src/pthreadattrinit.c, src/pthreadattrsetdetachstate.c,
46        src/pthreadattrsetinheritsched.c, src/pthreadattrsetschedparam.c,
47        src/pthreadattrsetschedpolicy.c, src/pthreadattrsetscope.c,
48        src/pthreadattrsetstackaddr.c, src/pthreadattrsetstacksize.c,
49        src/pthreadcreate.c, src/pthreaddetach.c, src/pthreadequal.c,
50        src/pthreadexit.c, src/pthreadgetcpuclockid.c,
51        src/pthreadgetcputime.c, src/pthreadgetschedparam.c,
52        src/pthreadjoin.c, src/pthreadkill.c, src/pthreadonce.c,
53        src/pthreadself.c, src/pthreadsetcputime.c,
54        src/pthreadsetschedparam.c, src/pthreadsigmask.c, src/sigaction.c,
55        src/sigaddset.c, src/sigdelset.c, src/sigemptyset.c,
56        src/sigfillset.c, src/sigismember.c, src/signal_2.c,
57        src/sigpending.c, src/sigprocmask.c, src/sigqueue.c,
58        src/sigsuspend.c, src/sigtimedwait.c, src/sigwait.c,
59        src/sigwaitinfo.c, src/ualarm.c: URL for license changed.
60
612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        PR 449/rtems:
64        * src/getegid.c: Remove (Moved to ../libcsupport/src).
65        * src/geteuid.c: Remove (Moved to ../libcsupport/src).
66        * src/getgid.c: Remove (Moved to ../libcsupport/src).
67        * src/getgroups.c: Remove (Moved to ../libcsupport/src).
68        * src/getlogin.c: Remove (Moved to ../libcsupport/src).
69        * src/getpgrp.c: Remove (Moved to ../libcsupport/src).
70        * src/getpid.c: Remove (Moved to ../libcsupport/src).
71        * src/getppid.c: Remove (Moved to ../libcsupport/src).
72        * src/getuid.c: Remove (Moved to ../libcsupport/src).
73        * src/setpgid.c: Remove (Moved to ../libcsupport/src).
74        * src/setsid.c: Remove (Moved to ../libcsupport/src).
75        * Makefile.am: Reflect changes above
76
772003-08-14      Joel Sherrill <joel@OARcorp.com>
78
79        * src/mqueuenametoid.c, src/semaphorenametoid.c: Added ID to name
80        lookup service and changed name of id/name translation status code.
81        This propagated to multiple functions. The user API service added was
82        rtems_object_id_to_name()
83
842003-08-14      Joel Sherrill <joel@OARcorp.com>
85
86        PR 92/rtems
87        * Makefile.am, src/alarm.c, src/psignal.c: Added ualarm() and usleep().
88        * src/ualarm.c, src/usleep.c: New files.
89
902003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove (Merged-in into ../configure.ac)
93        * Makefile.am:
94        Reflect having merged configure.ac into ../configure.ac.
95        * src/config.h: New.
96
972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
100
1012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: AC_PREREQ(2.57).
104
1052003-01-27      Juan Zamorano <jzamora@fi.upm.es>
106
107        * src/ptimer1.c: Correct problem which could lead to overflow in time
108        math.
109
1102003-01-03      Joel Sherrill <joel@OARcorp.com>
111
112        * ChangeLog: Corrected entry for sysconf.c which did not include PR.
113
1142003-01-03      Jay Monkman <jtm@smoothsmoothie.com>
115
116        * src/mqueueopen.c: Actually open the message queue descriptor
117        so it is available for others to use.
118
1192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Don't create $ARCH as side-effect of compilation.
122
1232002-12-11      Vladimir Nesic <vnesic@dkts.co.yu>
124
125        * src/cancelrun.c, src/cleanuppop.c: Get the last real node not the
126        permanent null last node.
127
1282002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * include/Makefile.am: Remove.
131        * inline/Makefile.am: Remove.
132        * macros/Makefile.am: Remove.
133        * src/Makefile.am: Remove.
134        * Makefile.am: Merge-in removed Makefile.ams.
135        * configure.ac: Reflect changes above.
136
1372002-12-06      Vladimir Nesic <vnesic@dkts.co.yu>
138
139        * inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl:
140        Implemented PTHREAD_COND_INITIALIZER support.  Vladimir implemented
141        the inline version and Joel adapted it to the macro version.
142
1432002-12-02      Joel Sherrill <joel@OARcorp.com>
144
145        * include/rtems/posix/timer.h, src/keygetspecific.c,
146        src/posixtimespecsubtract.c, src/ptimer1.c, src/semunlink.c:
147        Added casts to eliminate warnings on 16-bit targets like the h8300.
148
1492002-11-29      Eric Norum <eric.norum@usask.ca>
150
151        * src/sysconf.c: Add support for _SC_GETPW_R_SIZE_MAX.
152        Return error rather than panic if argument is unsupported.
153        This was tracked as PR316.
154
1552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Cosmetical fixes.
158
1592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Fix package name.
162
1632002-10-30      Eric Norum <eric.norum@usask.ca>
164
165        * src/psignal.c: Fix counting problem which resulted in too many
166        entries being in the POSIX signals default behavior table.
167
1682002-11-01      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: Corrected.
171
1722002-10-30      Eric Norum <eric.norum@usask.ca>
173
174        * src/psignal.c: Reflect changes to signal names in newlib.
175
1762002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
179
1802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Reformat.
183        Add autom4te*cache.
184        Remove autom4te.cache.
185
1862002-09-14      Joel Sherrill <joel@OARcorp.com>
187
188        * src/psignal.c: Remove duplication from rtems/posix/psignal.h.
189
1902002-08-21      Joel Sherrill <joel@OARcorp.com>
191
192        * src/adjtime.c: New file -- adjtime() support required by the
193        Network Time Protocol (NTP) port to RTEMS.
194        * src/Makefile.am: Modified to reflect above.
195
1962002-08-09      Joel Sherrill <joel@OARcorp.com>
197
198        * src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined
199        to ensure that newlib patch includes it.
200
2012002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * src/mqueuecreatesupp.c: #include <stdlib.h> (malloc).
204
2052002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
208
2092002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
212
2132002-07-05      Joel Sherrill <joel@OARcorp.com>
214
215        * include/rtems/posix/cancel.h, src/cancel.c, src/cancelrun.c,
216        src/mqueue.c, src/pthread.c, src/semaphore.c, src/setcancelstate.c,
217        src/setcanceltype.c, src/testcancel.c:  Per PR164, corrected the
218        behavior of thread cancellation and did some cleanup as a side-effect.
219
2202002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: RTEMS_TOP(../..).
223
2242002-07-01    Joel Sherrill <joel@OARcorp.com>
225
226        * Mega patch merge to change the format of the object IDs to
227        loosen the dependency between the SCORE and the various APIs.
228        There was considerable work to simplify the object name management
229        and it appears that the name_table field is no longer needed.
230        This patch also includes the addition of the internal mutex
231        which is currently only used to protect some types of allocation
232        and deallocation.  This significantly can reduce context
233        switch latency under certain circumstances.  In particular,
234        some heap/region operations were O(n) and had dispatching
235        disabled.  This should help enormously.  With this merge,
236        the patch is not as clean as it should be.  In particular,
237        the documentation has not been modified to reflect the new object
238        ID layout, the IDs in the test screens are not updated, and
239        _Objects_Get_information needs to be a real routine not inlined.
240        As part of this patch a lot of MP code for thread/proxy blocking
241        was made conditional and cleaned up.
242        * include/rtems/posix/key.h, src/cond.c, src/condinit.c, src/intr.c,
243        src/key.c, src/keycreate.c, src/keydelete.c, src/killinfo.c,
244        src/mqueue.c, src/mqueuecreatesupp.c, src/mutex.c, src/mutexinit.c,
245        src/psignal.c, src/pthread.c, src/semaphore.c,
246        src/semaphorecreatesupp.c:  Modified as part of above.
247
2482002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Remove RTEMS_PROJECT_ROOT.
251
2522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
255        Add AC_PROG_RANLIB.
256
2572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Remove references to RTEMS_BSP.
260        * src/Makefile.am: Add libposix.a.
261
2622002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
265        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
266        Use ../aclocal.
267        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
268        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
269        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
270
2712001-05-17      Joel Sherrill <joel@OARcorp.com>
272
273        * macros/rtems/posix/mqueue.inl: Implemented missing routines
274        to support message queue FDs.
275
2762002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>       
277
278        * include/sys/utsname.h: Remove.
279        * include/Makefile.am: Reflect changes above.
280        * src/utsname.c: Remove.
281        * src/Makefile.am: Reflect changes above.
282
2832001-04-26      Joel Sherrill <joel@OARcorp.com>
284
285        * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
286        src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
287        src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
288        src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c:
289        Per PR81 reworked to add a message queue descriptor separate from
290        the underlying message queue.  This allows non-blocking to follow
291        the "open" not the underlying queue.
292 
2932002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * src/psignal.c: Include <stdlib.h>.
296
2972002-04-08      Chris Johns <ccj@acm.org>
298
299        * Per PR142, make task switch extension its own list.
300        * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
301
3022002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * src/getegid.c: Remove <errno.h>.
305        * src/geteuid.c: Ditto.
306        * src/getgid.c: Ditto.
307        * src/getuid.c: Ditto.
308        * src/getlogin.c: Move <errno.h>.
309
3102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac:
313        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
314        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
315        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
320
3212002-03-01      Eric Norum <eric.norum@usask.ca>
322
323        * src/pthreadonce.c: Task is not preemptable while running a
324        pthread_once init function.  This is slightly less heavy handed
325        than disabling dispatching and seems better than consuming a mutex.
326
3272002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * src/getegid.c: Add #include <rtems/userenv.h>.
330        Remove #include <rtems/libio_.h>.
331        * src/geteuid.c: Ditto.
332        * src/getgid.c: Ditto.
333        * src/getlogin.c: Ditto.
334        * src/getuid.c: Ditto.
335
336
3372001-01-16      Joel Sherrill <joel@OARcorp.com>
338
339        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
340        name of routine in header.
341
3422002-01-07      Joel Sherrill <joel@OARcorp.com>
343
344        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
345        contents of optman/ directory since it has been moved.
346
3472002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
350        * src/psignal.c: #include <string.h>.
351
3522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
355        * Makefile.am: Remove optman from SUBDIRS.
356
3572001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
360        * src/Makefile.am: Add multilib support.
361
3622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * include/sys/Makefile.am: Remove.
365        * include/rtems/Makefile.am: Remove.
366        * include/rtems/posix/Makefile.am: Remove.
367        * include/Makefile.am: Handle subdirs.
368        * inline/rtems/Makefile.am: Remove.
369        * inline/rtems/posix/Makefile.am: Remove.
370        * inline/Makefile.am: Handle subdirs.
371        * macros/rtems/Makefile.am: Remove.
372        * macros/rtems/posix/Makefile.am: Remove.
373        * macros/Makefile.am: Handle subdirs.
374        * configure.ac: Reflect changes above.
375
3762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
379        * configure.in: Remove.
380        * configure.ac: New file, generated from configure.in by autoupdate.
381
3822001-09-28      Joel Sherrill <joel@OARcorp.com>
383
384        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
385
3862001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
389        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
390        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
391        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
392        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
393
3942001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
397        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
398
3992001-09-13      Joel Sherrill <joel@OARcorp.com>
400
401        * src/sysconf.c: Fix typo syntax error accidentally committed.
402
4032001-09-13      Joel Sherrill <joel@OARcorp.com>
404
405        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
406        In particular, about 350 ACATS tests fail if this is not present.
407        * src/getpagesize.c: Ditto.
408        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
409        to pass about 350 ACATS test cases.
410        * src/Makefile.am: Added new files.
411
4122001-08-30      Joel Sherrill <joel@OARcorp.com>
413
414        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
415
4162001-08-16      Joel Sherrill <joel@OARcorp.com>
417
418        * src/mqueuesendsupp.c: Account for possibly blocking during the
419        core send operation.
420
4212001-08-09      Joel Sherrill <joel@OARcorp.com>
422
423        * src/mqueuesendsupp.c: Unblocking message queue operations should
424        NOT use _Thread_Executing for return status since it is permissible
425        to invoke message send operations from an ISR.  This was reported
426        by Suvrat Gupta <suvrat@utstar.com>.
427
4282000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
429
430        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
431        src/getuid.c: Now save their values in private user environment.
432
4332001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
436
4372001-03-19      Joel Sherrill <joel@OARcorp.com>
438
439        * sys/utsname.h: Added C++ wrapper.
440
4412001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * include/Makefile.am, include/rtems/posix/Makefile.am,
444        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
445        macros/rtems/posix/Makefile.am:
446        Apply include_*HEADERS instead of H_FILES.
447
4482001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Add src/config.h
451        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
452        * src/.cvsignore: Add config.h and stamp-h
453        * src/*.c: Add config.h support.
454
4552001-01-23      Joel Sherrill <joel@OARcorp.com>
456
457        * src/alarm.c: Eliminated use of C++ style comments.
458
4592001-01-12      Joel Sherrill <joel@OARcorp.com>
460
461        * src/clockgetres.c: Fixed match problem.  We are not converting
462        an interval to a timespec -- it is actually a real number of
463        microseconds.
464
4652001-01-22      Michael Hamel <mhamel@adi.co.nz>
466
467        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
468        src/ptimer1.c, include/rtems/posix/semaphore.h,
469        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
470        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
471        Modifications to make CodeWarrior happy.
472
4732001-01-12      Joel Sherrill <joel@OARcorp.com>
474
475        * src/README.mqueue: Enhanced example.
476
4772000-12-19      Joel Sherrill <joel@OARcorp.com>
478
479        * src/pthreadgetschedparam.c: Do not set output parameters if
480        the pointers are NULL.
481
4822000-12-06      Joel Sherrill <joel@OARcorp.com>
483
484        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
485        eliminate warning.
486
4872000-12-01      Joel Sherrill <joel@OARcorp.com>
488
489        * include/rtems/posix/cond.h: #if 0'ed out prototype of
490        _POSIX_Condition_variables_Get to avoid conflict with macro
491        implementation.
492
4932000-12-01      Joel Sherrill <joel@OARcorp.com>
494
495        * Added macro support to POSIX API.  This is known to compile.
496        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
497        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
498        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
499        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
500        macros/rtems/posix/timer.inl: New files.
501        * configure.in: Removed error check for enabling macros.
502        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
503        since you cannot have prototypes for macros.
504        * macros/rtems/posix/Makefile.am: Added files.
505
5062000-11-30      Joel Sherrill <joel@OARcorp.com>
507
508        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
509
5102000-11-27      Joel Sherrill <joel@OARcorp.com>
511
512        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
513
5142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
517
5182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
521
5222000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523 
524        * configure.in: Cleanup comments.
525
5262000-10-30      Joel Sherrill <joel@OARcorp.com>
527
528        * include/Makefile.am: Updated to reflect files merged into newlib.
529        This resulted in some definitions moving to other files and thus
530        some secondary effects in RTEMS source code.
531        * include/unistd.h: Removed.  Now use newlib's.
532        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
533        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
534        * src/execv.c: Corrected prototype to agree with newlib.
535        * src/execve.c: Corrected prototype to agree with newlib.
536        * src/execvp.c: Corrected prototype to agree with newlib.
537        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
538        that file no longer exists.
539        * src/pthreadkill.c: Added include of <signal.h>.
540        * src/sigaction.c: Added include of <signal.h>.
541        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
542        that file no longer exists.
543
5442000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
547        Switch to GNU canonicalization.
548
5492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * src/Makefile.am, optman/Makefile.am: Include compile.am.
552
5532000-08-30      Joel Sherrill <joel@OARcorp.com>
554
555        * Many files: Moved posix/include/rtems/posix/seterr.h to
556        score/include/rtems/seterr.h so it would be available within
557        all APIs.
558
5592000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
562        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
563        style of src/ptimer1.c.  Continued effort to make the
564        POSIX Timer implementation match that of other managers.
565        Added data structures required to use SuperCore Object Handler.
566
5672000-08-15      Joel Sherrill <joel@OARcorp.com>
568
569        * src/ptimer1.c: Minor formatting fixes.
570
5712000-08-15      Joel Sherrill <joel@OARcorp.com>
572
573        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
574        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
575        and used structure copy instead.
576        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
577        * include/rtems/posix/timer.h: Ditto.
578
5792000-08-15      Joel Sherrill <joel@OARcorp.com>
580
581        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
582        to ensure that errno was always set.
583
5842000-08-15      Joel Sherrill <joel@OARcorp.com>
585
586        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
587        to use SuperCore _TOD_Current variable.
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.