source: rtems/cpukit/posix/ChangeLog @ da8f88a

4.104.114.84.95
Last change on this file since da8f88a was da8f88a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 04:00:20

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

  • configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
4        Add AC_PROG_RANLIB.
5
62002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove references to RTEMS_BSP.
9        * src/Makefile.am: Add libposix.a.
10
112002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
14        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
15        Use ../aclocal.
16        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
17        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
18        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
19
202001-05-17      Joel Sherrill <joel@OARcorp.com>
21
22        * macros/rtems/posix/mqueue.inl: Implemented missing routines
23        to support message queue FDs.
24
252002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>       
26
27        * include/sys/utsname.h: Remove.
28        * include/Makefile.am: Reflect changes above.
29        * src/utsname.c: Remove.
30        * src/Makefile.am: Reflect changes above.
31
322001-04-26      Joel Sherrill <joel@OARcorp.com>
33
34        * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
35        src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
36        src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
37        src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c:
38        Per PR81 reworked to add a message queue descriptor separate from
39        the underlying message queue.  This allows non-blocking to follow
40        the "open" not the underlying queue.
41 
422002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * src/psignal.c: Include <stdlib.h>.
45
462002-04-08      Chris Johns <ccj@acm.org>
47
48        * Per PR142, make task switch extension its own list.
49        * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
50
512002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * src/getegid.c: Remove <errno.h>.
54        * src/geteuid.c: Ditto.
55        * src/getgid.c: Ditto.
56        * src/getuid.c: Ditto.
57        * src/getlogin.c: Move <errno.h>.
58
592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac:
62        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
63        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
64        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702002-03-01      Eric Norum <eric.norum@usask.ca>
71
72        * src/pthreadonce.c: Task is not preemptable while running a
73        pthread_once init function.  This is slightly less heavy handed
74        than disabling dispatching and seems better than consuming a mutex.
75
762002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * src/getegid.c: Add #include <rtems/userenv.h>.
79        Remove #include <rtems/libio_.h>.
80        * src/geteuid.c: Ditto.
81        * src/getgid.c: Ditto.
82        * src/getlogin.c: Ditto.
83        * src/getuid.c: Ditto.
84
85
862001-01-16      Joel Sherrill <joel@OARcorp.com>
87
88        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
89        name of routine in header.
90
912002-01-07      Joel Sherrill <joel@OARcorp.com>
92
93        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
94        contents of optman/ directory since it has been moved.
95
962002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
99        * src/psignal.c: #include <string.h>.
100
1012001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
104        * Makefile.am: Remove optman from SUBDIRS.
105
1062001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
109        * src/Makefile.am: Add multilib support.
110
1112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/sys/Makefile.am: Remove.
114        * include/rtems/Makefile.am: Remove.
115        * include/rtems/posix/Makefile.am: Remove.
116        * include/Makefile.am: Handle subdirs.
117        * inline/rtems/Makefile.am: Remove.
118        * inline/rtems/posix/Makefile.am: Remove.
119        * inline/Makefile.am: Handle subdirs.
120        * macros/rtems/Makefile.am: Remove.
121        * macros/rtems/posix/Makefile.am: Remove.
122        * macros/Makefile.am: Handle subdirs.
123        * configure.ac: Reflect changes above.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-09-28      Joel Sherrill <joel@OARcorp.com>
132
133        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
134
1352001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
138        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
139        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
141        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
142
1432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
146        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
147
1482001-09-13      Joel Sherrill <joel@OARcorp.com>
149
150        * src/sysconf.c: Fix typo syntax error accidentally committed.
151
1522001-09-13      Joel Sherrill <joel@OARcorp.com>
153
154        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
155        In particular, about 350 ACATS tests fail if this is not present.
156        * src/getpagesize.c: Ditto.
157        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
158        to pass about 350 ACATS test cases.
159        * src/Makefile.am: Added new files.
160
1612001-08-30      Joel Sherrill <joel@OARcorp.com>
162
163        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
164
1652001-08-16      Joel Sherrill <joel@OARcorp.com>
166
167        * src/mqueuesendsupp.c: Account for possibly blocking during the
168        core send operation.
169
1702001-08-09      Joel Sherrill <joel@OARcorp.com>
171
172        * src/mqueuesendsupp.c: Unblocking message queue operations should
173        NOT use _Thread_Executing for return status since it is permissible
174        to invoke message send operations from an ISR.  This was reported
175        by Suvrat Gupta <suvrat@utstar.com>.
176
1772000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
178
179        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
180        src/getuid.c: Now save their values in private user environment.
181
1822001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
185
1862001-03-19      Joel Sherrill <joel@OARcorp.com>
187
188        * sys/utsname.h: Added C++ wrapper.
189
1902001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * include/Makefile.am, include/rtems/posix/Makefile.am,
193        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
194        macros/rtems/posix/Makefile.am:
195        Apply include_*HEADERS instead of H_FILES.
196
1972001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.in: Add src/config.h
200        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
201        * src/.cvsignore: Add config.h and stamp-h
202        * src/*.c: Add config.h support.
203
2042001-01-23      Joel Sherrill <joel@OARcorp.com>
205
206        * src/alarm.c: Eliminated use of C++ style comments.
207
2082001-01-12      Joel Sherrill <joel@OARcorp.com>
209
210        * src/clockgetres.c: Fixed match problem.  We are not converting
211        an interval to a timespec -- it is actually a real number of
212        microseconds.
213
2142001-01-22      Michael Hamel <mhamel@adi.co.nz>
215
216        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
217        src/ptimer1.c, include/rtems/posix/semaphore.h,
218        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
219        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
220        Modifications to make CodeWarrior happy.
221
2222001-01-12      Joel Sherrill <joel@OARcorp.com>
223
224        * src/README.mqueue: Enhanced example.
225
2262000-12-19      Joel Sherrill <joel@OARcorp.com>
227
228        * src/pthreadgetschedparam.c: Do not set output parameters if
229        the pointers are NULL.
230
2312000-12-06      Joel Sherrill <joel@OARcorp.com>
232
233        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
234        eliminate warning.
235
2362000-12-01      Joel Sherrill <joel@OARcorp.com>
237
238        * include/rtems/posix/cond.h: #if 0'ed out prototype of
239        _POSIX_Condition_variables_Get to avoid conflict with macro
240        implementation.
241
2422000-12-01      Joel Sherrill <joel@OARcorp.com>
243
244        * Added macro support to POSIX API.  This is known to compile.
245        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
246        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
247        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
248        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
249        macros/rtems/posix/timer.inl: New files.
250        * configure.in: Removed error check for enabling macros.
251        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
252        since you cannot have prototypes for macros.
253        * macros/rtems/posix/Makefile.am: Added files.
254
2552000-11-30      Joel Sherrill <joel@OARcorp.com>
256
257        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
258
2592000-11-27      Joel Sherrill <joel@OARcorp.com>
260
261        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
262
2632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
266
2672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
270
2712000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272 
273        * configure.in: Cleanup comments.
274
2752000-10-30      Joel Sherrill <joel@OARcorp.com>
276
277        * include/Makefile.am: Updated to reflect files merged into newlib.
278        This resulted in some definitions moving to other files and thus
279        some secondary effects in RTEMS source code.
280        * include/unistd.h: Removed.  Now use newlib's.
281        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
282        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
283        * src/execv.c: Corrected prototype to agree with newlib.
284        * src/execve.c: Corrected prototype to agree with newlib.
285        * src/execvp.c: Corrected prototype to agree with newlib.
286        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
287        that file no longer exists.
288        * src/pthreadkill.c: Added include of <signal.h>.
289        * src/sigaction.c: Added include of <signal.h>.
290        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
291        that file no longer exists.
292
2932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
296        Switch to GNU canonicalization.
297
2982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * src/Makefile.am, optman/Makefile.am: Include compile.am.
301
3022000-08-30      Joel Sherrill <joel@OARcorp.com>
303
304        * Many files: Moved posix/include/rtems/posix/seterr.h to
305        score/include/rtems/seterr.h so it would be available within
306        all APIs.
307
3082000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
311        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
312        style of src/ptimer1.c.  Continued effort to make the
313        POSIX Timer implementation match that of other managers.
314        Added data structures required to use SuperCore Object Handler.
315
3162000-08-15      Joel Sherrill <joel@OARcorp.com>
317
318        * src/ptimer1.c: Minor formatting fixes.
319
3202000-08-15      Joel Sherrill <joel@OARcorp.com>
321
322        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
323        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
324        and used structure copy instead.
325        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
326        * include/rtems/posix/timer.h: Ditto.
327
3282000-08-15      Joel Sherrill <joel@OARcorp.com>
329
330        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
331        to ensure that errno was always set.
332
3332000-08-15      Joel Sherrill <joel@OARcorp.com>
334
335        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
336        to use SuperCore _TOD_Current variable.
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.