source: rtems/cpukit/posix/ChangeLog @ 6a3a81c

4.104.114.84.95
Last change on this file since 6a3a81c was 6a3a81c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/02 at 17:59:21

2001-05-17 Joel Sherrill <joel@…>

  • macros/rtems/posix/mqueue.inl: Implemented missing routines to support message queue FDs.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12001-05-17      Joel Sherrill <joel@OARcorp.com>
2
3        * macros/rtems/posix/mqueue.inl: Implemented missing routines
4        to support message queue FDs.
5
62002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>       
7
8        * include/sys/utsname.h: Remove.
9        * include/Makefile.am: Reflect changes above.
10        * src/utsname.c: Remove.
11        * src/Makefile.am: Reflect changes above.
12
132001-04-26      Joel Sherrill <joel@OARcorp.com>
14
15        * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
16        src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
17        src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
18        src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c:
19        Per PR81 reworked to add a message queue descriptor separate from
20        the underlying message queue.  This allows non-blocking to follow
21        the "open" not the underlying queue.
22 
232002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * src/psignal.c: Include <stdlib.h>.
26
272002-04-08      Chris Johns <ccj@acm.org>
28
29        * Per PR142, make task switch extension its own list.
30        * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
31
322002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * src/getegid.c: Remove <errno.h>.
35        * src/geteuid.c: Ditto.
36        * src/getgid.c: Ditto.
37        * src/getuid.c: Ditto.
38        * src/getlogin.c: Move <errno.h>.
39
402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac:
43        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
512002-03-01      Eric Norum <eric.norum@usask.ca>
52
53        * src/pthreadonce.c: Task is not preemptable while running a
54        pthread_once init function.  This is slightly less heavy handed
55        than disabling dispatching and seems better than consuming a mutex.
56
572002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * src/getegid.c: Add #include <rtems/userenv.h>.
60        Remove #include <rtems/libio_.h>.
61        * src/geteuid.c: Ditto.
62        * src/getgid.c: Ditto.
63        * src/getlogin.c: Ditto.
64        * src/getuid.c: Ditto.
65
66
672001-01-16      Joel Sherrill <joel@OARcorp.com>
68
69        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
70        name of routine in header.
71
722002-01-07      Joel Sherrill <joel@OARcorp.com>
73
74        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
75        contents of optman/ directory since it has been moved.
76
772002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
80        * src/psignal.c: #include <string.h>.
81
822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
85        * Makefile.am: Remove optman from SUBDIRS.
86
872001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
90        * src/Makefile.am: Add multilib support.
91
922001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/sys/Makefile.am: Remove.
95        * include/rtems/Makefile.am: Remove.
96        * include/rtems/posix/Makefile.am: Remove.
97        * include/Makefile.am: Handle subdirs.
98        * inline/rtems/Makefile.am: Remove.
99        * inline/rtems/posix/Makefile.am: Remove.
100        * inline/Makefile.am: Handle subdirs.
101        * macros/rtems/Makefile.am: Remove.
102        * macros/rtems/posix/Makefile.am: Remove.
103        * macros/Makefile.am: Handle subdirs.
104        * configure.ac: Reflect changes above.
105
1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
1122001-09-28      Joel Sherrill <joel@OARcorp.com>
113
114        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
115
1162001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
119        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
120        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
121        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
122        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
123
1242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
127        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
128
1292001-09-13      Joel Sherrill <joel@OARcorp.com>
130
131        * src/sysconf.c: Fix typo syntax error accidentally committed.
132
1332001-09-13      Joel Sherrill <joel@OARcorp.com>
134
135        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
136        In particular, about 350 ACATS tests fail if this is not present.
137        * src/getpagesize.c: Ditto.
138        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
139        to pass about 350 ACATS test cases.
140        * src/Makefile.am: Added new files.
141
1422001-08-30      Joel Sherrill <joel@OARcorp.com>
143
144        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
145
1462001-08-16      Joel Sherrill <joel@OARcorp.com>
147
148        * src/mqueuesendsupp.c: Account for possibly blocking during the
149        core send operation.
150
1512001-08-09      Joel Sherrill <joel@OARcorp.com>
152
153        * src/mqueuesendsupp.c: Unblocking message queue operations should
154        NOT use _Thread_Executing for return status since it is permissible
155        to invoke message send operations from an ISR.  This was reported
156        by Suvrat Gupta <suvrat@utstar.com>.
157
1582000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
159
160        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
161        src/getuid.c: Now save their values in private user environment.
162
1632001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
166
1672001-03-19      Joel Sherrill <joel@OARcorp.com>
168
169        * sys/utsname.h: Added C++ wrapper.
170
1712001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * include/Makefile.am, include/rtems/posix/Makefile.am,
174        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
175        macros/rtems/posix/Makefile.am:
176        Apply include_*HEADERS instead of H_FILES.
177
1782001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Add src/config.h
181        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
182        * src/.cvsignore: Add config.h and stamp-h
183        * src/*.c: Add config.h support.
184
1852001-01-23      Joel Sherrill <joel@OARcorp.com>
186
187        * src/alarm.c: Eliminated use of C++ style comments.
188
1892001-01-12      Joel Sherrill <joel@OARcorp.com>
190
191        * src/clockgetres.c: Fixed match problem.  We are not converting
192        an interval to a timespec -- it is actually a real number of
193        microseconds.
194
1952001-01-22      Michael Hamel <mhamel@adi.co.nz>
196
197        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
198        src/ptimer1.c, include/rtems/posix/semaphore.h,
199        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
200        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
201        Modifications to make CodeWarrior happy.
202
2032001-01-12      Joel Sherrill <joel@OARcorp.com>
204
205        * src/README.mqueue: Enhanced example.
206
2072000-12-19      Joel Sherrill <joel@OARcorp.com>
208
209        * src/pthreadgetschedparam.c: Do not set output parameters if
210        the pointers are NULL.
211
2122000-12-06      Joel Sherrill <joel@OARcorp.com>
213
214        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
215        eliminate warning.
216
2172000-12-01      Joel Sherrill <joel@OARcorp.com>
218
219        * include/rtems/posix/cond.h: #if 0'ed out prototype of
220        _POSIX_Condition_variables_Get to avoid conflict with macro
221        implementation.
222
2232000-12-01      Joel Sherrill <joel@OARcorp.com>
224
225        * Added macro support to POSIX API.  This is known to compile.
226        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
227        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
228        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
229        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
230        macros/rtems/posix/timer.inl: New files.
231        * configure.in: Removed error check for enabling macros.
232        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
233        since you cannot have prototypes for macros.
234        * macros/rtems/posix/Makefile.am: Added files.
235
2362000-11-30      Joel Sherrill <joel@OARcorp.com>
237
238        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
239
2402000-11-27      Joel Sherrill <joel@OARcorp.com>
241
242        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
251
2522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253 
254        * configure.in: Cleanup comments.
255
2562000-10-30      Joel Sherrill <joel@OARcorp.com>
257
258        * include/Makefile.am: Updated to reflect files merged into newlib.
259        This resulted in some definitions moving to other files and thus
260        some secondary effects in RTEMS source code.
261        * include/unistd.h: Removed.  Now use newlib's.
262        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
263        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
264        * src/execv.c: Corrected prototype to agree with newlib.
265        * src/execve.c: Corrected prototype to agree with newlib.
266        * src/execvp.c: Corrected prototype to agree with newlib.
267        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
268        that file no longer exists.
269        * src/pthreadkill.c: Added include of <signal.h>.
270        * src/sigaction.c: Added include of <signal.h>.
271        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
272        that file no longer exists.
273
2742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
277        Switch to GNU canonicalization.
278
2792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * src/Makefile.am, optman/Makefile.am: Include compile.am.
282
2832000-08-30      Joel Sherrill <joel@OARcorp.com>
284
285        * Many files: Moved posix/include/rtems/posix/seterr.h to
286        score/include/rtems/seterr.h so it would be available within
287        all APIs.
288
2892000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
292        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
293        style of src/ptimer1.c.  Continued effort to make the
294        POSIX Timer implementation match that of other managers.
295        Added data structures required to use SuperCore Object Handler.
296
2972000-08-15      Joel Sherrill <joel@OARcorp.com>
298
299        * src/ptimer1.c: Minor formatting fixes.
300
3012000-08-15      Joel Sherrill <joel@OARcorp.com>
302
303        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
304        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
305        and used structure copy instead.
306        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
307        * include/rtems/posix/timer.h: Ditto.
308
3092000-08-15      Joel Sherrill <joel@OARcorp.com>
310
311        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
312        to ensure that errno was always set.
313
3142000-08-15      Joel Sherrill <joel@OARcorp.com>
315
316        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
317        to use SuperCore _TOD_Current variable.
318
3192000-08-10      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.