source: rtems/c/src/exec/posix/ChangeLog @ 9f9871f

4.104.114.84.95
Last change on this file since 9f9871f was b04ee63, checked in by Joel Sherrill <joel.sherrill@…>, on 03/01/02 at 17:49:57

2002-03-01 Eric Norum <eric.norum@…>

  • src/pthreadonce.c: Task is not preemptable while running a pthread_once init function. This is slightly less heavy handed than disabling dispatching and seems better than consuming a mutex.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12002-03-01      Eric Norum <eric.norum@usask.ca>
2
3        * src/pthreadonce.c: Task is not preemptable while running a
4        pthread_once init function.  This is slightly less heavy handed
5        than disabling dispatching and seems better than consuming a mutex.
6
72002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * src/getegid.c: Add #include <rtems/userenv.h>.
10        Remove #include <rtems/libio_.h>.
11        * src/geteuid.c: Ditto.
12        * src/getgid.c: Ditto.
13        * src/getlogin.c: Ditto.
14        * src/getuid.c: Ditto.
15
16
172001-01-16      Joel Sherrill <joel@OARcorp.com>
18
19        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
20        name of routine in header.
21
222002-01-07      Joel Sherrill <joel@OARcorp.com>
23
24        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
25        contents of optman/ directory since it has been moved.
26
272002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
30        * src/psignal.c: #include <string.h>.
31
322001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
35        * Makefile.am: Remove optman from SUBDIRS.
36
372001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
40        * src/Makefile.am: Add multilib support.
41
422001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * include/sys/Makefile.am: Remove.
45        * include/rtems/Makefile.am: Remove.
46        * include/rtems/posix/Makefile.am: Remove.
47        * include/Makefile.am: Handle subdirs.
48        * inline/rtems/Makefile.am: Remove.
49        * inline/rtems/posix/Makefile.am: Remove.
50        * inline/Makefile.am: Handle subdirs.
51        * macros/rtems/Makefile.am: Remove.
52        * macros/rtems/posix/Makefile.am: Remove.
53        * macros/Makefile.am: Handle subdirs.
54        * configure.ac: Reflect changes above.
55
562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
59        * configure.in: Remove.
60        * configure.ac: New file, generated from configure.in by autoupdate.
61
622001-09-28      Joel Sherrill <joel@OARcorp.com>
63
64        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
65
662001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
69        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
70        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
71        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
72        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
73
742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
77        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
78
792001-09-13      Joel Sherrill <joel@OARcorp.com>
80
81        * src/sysconf.c: Fix typo syntax error accidentally committed.
82
832001-09-13      Joel Sherrill <joel@OARcorp.com>
84
85        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
86        In particular, about 350 ACATS tests fail if this is not present.
87        * src/getpagesize.c: Ditto.
88        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
89        to pass about 350 ACATS test cases.
90        * src/Makefile.am: Added new files.
91
922001-08-30      Joel Sherrill <joel@OARcorp.com>
93
94        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
95
962001-08-16      Joel Sherrill <joel@OARcorp.com>
97
98        * src/mqueuesendsupp.c: Account for possibly blocking during the
99        core send operation.
100
1012001-08-09      Joel Sherrill <joel@OARcorp.com>
102
103        * src/mqueuesendsupp.c: Unblocking message queue operations should
104        NOT use _Thread_Executing for return status since it is permissible
105        to invoke message send operations from an ISR.  This was reported
106        by Suvrat Gupta <suvrat@utstar.com>.
107
1082000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
109
110        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
111        src/getuid.c: Now save their values in private user environment.
112
1132001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
116
1172001-03-19      Joel Sherrill <joel@OARcorp.com>
118
119        * sys/utsname.h: Added C++ wrapper.
120
1212001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * include/Makefile.am, include/rtems/posix/Makefile.am,
124        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
125        macros/rtems/posix/Makefile.am:
126        Apply include_*HEADERS instead of H_FILES.
127
1282001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: Add src/config.h
131        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
132        * src/.cvsignore: Add config.h and stamp-h
133        * src/*.c: Add config.h support.
134
1352001-01-23      Joel Sherrill <joel@OARcorp.com>
136
137        * src/alarm.c: Eliminated use of C++ style comments.
138
1392001-01-12      Joel Sherrill <joel@OARcorp.com>
140
141        * src/clockgetres.c: Fixed match problem.  We are not converting
142        an interval to a timespec -- it is actually a real number of
143        microseconds.
144
1452001-01-22      Michael Hamel <mhamel@adi.co.nz>
146
147        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
148        src/ptimer1.c, include/rtems/posix/semaphore.h,
149        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
150        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
151        Modifications to make CodeWarrior happy.
152
1532001-01-12      Joel Sherrill <joel@OARcorp.com>
154
155        * src/README.mqueue: Enhanced example.
156
1572000-12-19      Joel Sherrill <joel@OARcorp.com>
158
159        * src/pthreadgetschedparam.c: Do not set output parameters if
160        the pointers are NULL.
161
1622000-12-06      Joel Sherrill <joel@OARcorp.com>
163
164        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
165        eliminate warning.
166
1672000-12-01      Joel Sherrill <joel@OARcorp.com>
168
169        * include/rtems/posix/cond.h: #if 0'ed out prototype of
170        _POSIX_Condition_variables_Get to avoid conflict with macro
171        implementation.
172
1732000-12-01      Joel Sherrill <joel@OARcorp.com>
174
175        * Added macro support to POSIX API.  This is known to compile.
176        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
177        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
178        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
179        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
180        macros/rtems/posix/timer.inl: New files.
181        * configure.in: Removed error check for enabling macros.
182        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
183        since you cannot have prototypes for macros.
184        * macros/rtems/posix/Makefile.am: Added files.
185
1862000-11-30      Joel Sherrill <joel@OARcorp.com>
187
188        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
189
1902000-11-27      Joel Sherrill <joel@OARcorp.com>
191
192        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
193
1942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
197
1982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
201
2022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203 
204        * configure.in: Cleanup comments.
205
2062000-10-30      Joel Sherrill <joel@OARcorp.com>
207
208        * include/Makefile.am: Updated to reflect files merged into newlib.
209        This resulted in some definitions moving to other files and thus
210        some secondary effects in RTEMS source code.
211        * include/unistd.h: Removed.  Now use newlib's.
212        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
213        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
214        * src/execv.c: Corrected prototype to agree with newlib.
215        * src/execve.c: Corrected prototype to agree with newlib.
216        * src/execvp.c: Corrected prototype to agree with newlib.
217        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
218        that file no longer exists.
219        * src/pthreadkill.c: Added include of <signal.h>.
220        * src/sigaction.c: Added include of <signal.h>.
221        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
222        that file no longer exists.
223
2242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
227        Switch to GNU canonicalization.
228
2292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * src/Makefile.am, optman/Makefile.am: Include compile.am.
232
2332000-08-30      Joel Sherrill <joel@OARcorp.com>
234
235        * Many files: Moved posix/include/rtems/posix/seterr.h to
236        score/include/rtems/seterr.h so it would be available within
237        all APIs.
238
2392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
242        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
243        style of src/ptimer1.c.  Continued effort to make the
244        POSIX Timer implementation match that of other managers.
245        Added data structures required to use SuperCore Object Handler.
246
2472000-08-15      Joel Sherrill <joel@OARcorp.com>
248
249        * src/ptimer1.c: Minor formatting fixes.
250
2512000-08-15      Joel Sherrill <joel@OARcorp.com>
252
253        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
254        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
255        and used structure copy instead.
256        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
257        * include/rtems/posix/timer.h: Ditto.
258
2592000-08-15      Joel Sherrill <joel@OARcorp.com>
260
261        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
262        to ensure that errno was always set.
263
2642000-08-15      Joel Sherrill <joel@OARcorp.com>
265
266        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
267        to use SuperCore _TOD_Current variable.
268
2692000-08-10      Joel Sherrill <joel@OARcorp.com>
270
271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.