source: rtems/cpukit/posix/ChangeLog @ 1b074a1

4.104.114.84.95
Last change on this file since 1b074a1 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
RevLine 
[6a3a81c]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
[dc7fb59b]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
[53092d1]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 
[72d42737]232002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * src/psignal.c: Include <stdlib.h>.
26
[aa08739a]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
[8eb825e]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
[58c3d04e]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
[b04ee63]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
[089abb6d]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
[b736beb5]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
[8e9accfe]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
[7d9ec2d]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
[46ea78a]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
[9201e6b]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
[5be35ee]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
[66387986]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
[194b5c7]1122001-09-28      Joel Sherrill <joel@OARcorp.com>
113
114        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
115
[614e671b]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
[586a31b]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
[c8d6691]1292001-09-13      Joel Sherrill <joel@OARcorp.com>
130
131        * src/sysconf.c: Fix typo syntax error accidentally committed.
132
[bc51d7e9]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
[856a44e4]1422001-08-30      Joel Sherrill <joel@OARcorp.com>
143
144        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
145
[6fe68fc2]1462001-08-16      Joel Sherrill <joel@OARcorp.com>
147
148        * src/mqueuesendsupp.c: Account for possibly blocking during the
149        core send operation.
150
[a781bbff]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
[aaf6063]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
[53c3a2c6]1632001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
166
[ab6d08f]1672001-03-19      Joel Sherrill <joel@OARcorp.com>
168
169        * sys/utsname.h: Added C++ wrapper.
170
[890f07c]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
[f42b726]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
[b978374]1852001-01-23      Joel Sherrill <joel@OARcorp.com>
186
187        * src/alarm.c: Eliminated use of C++ style comments.
188
[a93baa43]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
[32ba727]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
[d9f6165]2032001-01-12      Joel Sherrill <joel@OARcorp.com>
204
205        * src/README.mqueue: Enhanced example.
206
[8f4bddd9]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
[57fe91f]2122000-12-06      Joel Sherrill <joel@OARcorp.com>
213
214        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
215        eliminate warning.
216
[eb33fa54]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
[2b2bda4]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
[40b05974]2362000-11-30      Joel Sherrill <joel@OARcorp.com>
237
238        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
239
[a3cdac3]2402000-11-27      Joel Sherrill <joel@OARcorp.com>
241
242        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
243
[feead226]2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
[a314d3b4]2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
251
[d60b3efa]2522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253 
254        * configure.in: Cleanup comments.
255
[781262bb]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
[5582de1]2742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
[d60b3efa]277        Switch to GNU canonicalization.
[5582de1]278
[3ac5d4e2]2792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * src/Makefile.am, optman/Makefile.am: Include compile.am.
282
[188c82b]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
[b602c298]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
[02fe6ab]2972000-08-15      Joel Sherrill <joel@OARcorp.com>
298
299        * src/ptimer1.c: Minor formatting fixes.
300
[ea56c0a8]3012000-08-15      Joel Sherrill <joel@OARcorp.com>
302
[939e29d]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()
[ea56c0a8]312        to ensure that errno was always set.
313
[16ce86f9]3142000-08-15      Joel Sherrill <joel@OARcorp.com>
315
[939e29d]316        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
[16ce86f9]317        to use SuperCore _TOD_Current variable.
318
[e94ad1fe]3192000-08-10      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.