source: rtems/cpukit/posix/ChangeLog @ 53092d1

4.104.114.84.95
Last change on this file since 53092d1 was 53092d1, checked in by Joel Sherrill <joel.sherrill@…>, on 04/26/02 at 23:39:01

2001-04-26 Joel Sherrill <joel@…>

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