source: rtems/cpukit/posix/ChangeLog @ 72d42737

4.104.114.84.95
Last change on this file since 72d42737 was 72d42737, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:27:37

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

  • src/psignal.c: Include <stdlib.h>.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/psignal.c: Include <stdlib.h>.
4
52002-04-08      Chris Johns <ccj@acm.org>
6
7        * Per PR142, make task switch extension its own list.
8        * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
9
102002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * src/getegid.c: Remove <errno.h>.
13        * src/geteuid.c: Ditto.
14        * src/getgid.c: Ditto.
15        * src/getuid.c: Ditto.
16        * src/getlogin.c: Move <errno.h>.
17
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
28
292002-03-01      Eric Norum <eric.norum@usask.ca>
30
31        * src/pthreadonce.c: Task is not preemptable while running a
32        pthread_once init function.  This is slightly less heavy handed
33        than disabling dispatching and seems better than consuming a mutex.
34
352002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * src/getegid.c: Add #include <rtems/userenv.h>.
38        Remove #include <rtems/libio_.h>.
39        * src/geteuid.c: Ditto.
40        * src/getgid.c: Ditto.
41        * src/getlogin.c: Ditto.
42        * src/getuid.c: Ditto.
43
44
452001-01-16      Joel Sherrill <joel@OARcorp.com>
46
47        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
48        name of routine in header.
49
502002-01-07      Joel Sherrill <joel@OARcorp.com>
51
52        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
53        contents of optman/ directory since it has been moved.
54
552002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
58        * src/psignal.c: #include <string.h>.
59
602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
63        * Makefile.am: Remove optman from SUBDIRS.
64
652001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
68        * src/Makefile.am: Add multilib support.
69
702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * include/sys/Makefile.am: Remove.
73        * include/rtems/Makefile.am: Remove.
74        * include/rtems/posix/Makefile.am: Remove.
75        * include/Makefile.am: Handle subdirs.
76        * inline/rtems/Makefile.am: Remove.
77        * inline/rtems/posix/Makefile.am: Remove.
78        * inline/Makefile.am: Handle subdirs.
79        * macros/rtems/Makefile.am: Remove.
80        * macros/rtems/posix/Makefile.am: Remove.
81        * macros/Makefile.am: Handle subdirs.
82        * configure.ac: Reflect changes above.
83
842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87        * configure.in: Remove.
88        * configure.ac: New file, generated from configure.in by autoupdate.
89
902001-09-28      Joel Sherrill <joel@OARcorp.com>
91
92        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
93
942001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
97        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
98        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
101
1022001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
105        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
106
1072001-09-13      Joel Sherrill <joel@OARcorp.com>
108
109        * src/sysconf.c: Fix typo syntax error accidentally committed.
110
1112001-09-13      Joel Sherrill <joel@OARcorp.com>
112
113        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
114        In particular, about 350 ACATS tests fail if this is not present.
115        * src/getpagesize.c: Ditto.
116        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
117        to pass about 350 ACATS test cases.
118        * src/Makefile.am: Added new files.
119
1202001-08-30      Joel Sherrill <joel@OARcorp.com>
121
122        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
123
1242001-08-16      Joel Sherrill <joel@OARcorp.com>
125
126        * src/mqueuesendsupp.c: Account for possibly blocking during the
127        core send operation.
128
1292001-08-09      Joel Sherrill <joel@OARcorp.com>
130
131        * src/mqueuesendsupp.c: Unblocking message queue operations should
132        NOT use _Thread_Executing for return status since it is permissible
133        to invoke message send operations from an ISR.  This was reported
134        by Suvrat Gupta <suvrat@utstar.com>.
135
1362000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
137
138        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
139        src/getuid.c: Now save their values in private user environment.
140
1412001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
144
1452001-03-19      Joel Sherrill <joel@OARcorp.com>
146
147        * sys/utsname.h: Added C++ wrapper.
148
1492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/Makefile.am, include/rtems/posix/Makefile.am,
152        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
153        macros/rtems/posix/Makefile.am:
154        Apply include_*HEADERS instead of H_FILES.
155
1562001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Add src/config.h
159        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
160        * src/.cvsignore: Add config.h and stamp-h
161        * src/*.c: Add config.h support.
162
1632001-01-23      Joel Sherrill <joel@OARcorp.com>
164
165        * src/alarm.c: Eliminated use of C++ style comments.
166
1672001-01-12      Joel Sherrill <joel@OARcorp.com>
168
169        * src/clockgetres.c: Fixed match problem.  We are not converting
170        an interval to a timespec -- it is actually a real number of
171        microseconds.
172
1732001-01-22      Michael Hamel <mhamel@adi.co.nz>
174
175        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
176        src/ptimer1.c, include/rtems/posix/semaphore.h,
177        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
178        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
179        Modifications to make CodeWarrior happy.
180
1812001-01-12      Joel Sherrill <joel@OARcorp.com>
182
183        * src/README.mqueue: Enhanced example.
184
1852000-12-19      Joel Sherrill <joel@OARcorp.com>
186
187        * src/pthreadgetschedparam.c: Do not set output parameters if
188        the pointers are NULL.
189
1902000-12-06      Joel Sherrill <joel@OARcorp.com>
191
192        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
193        eliminate warning.
194
1952000-12-01      Joel Sherrill <joel@OARcorp.com>
196
197        * include/rtems/posix/cond.h: #if 0'ed out prototype of
198        _POSIX_Condition_variables_Get to avoid conflict with macro
199        implementation.
200
2012000-12-01      Joel Sherrill <joel@OARcorp.com>
202
203        * Added macro support to POSIX API.  This is known to compile.
204        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
205        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
206        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
207        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
208        macros/rtems/posix/timer.inl: New files.
209        * configure.in: Removed error check for enabling macros.
210        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
211        since you cannot have prototypes for macros.
212        * macros/rtems/posix/Makefile.am: Added files.
213
2142000-11-30      Joel Sherrill <joel@OARcorp.com>
215
216        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
217
2182000-11-27      Joel Sherrill <joel@OARcorp.com>
219
220        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
221
2222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
225
2262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
229
2302000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231 
232        * configure.in: Cleanup comments.
233
2342000-10-30      Joel Sherrill <joel@OARcorp.com>
235
236        * include/Makefile.am: Updated to reflect files merged into newlib.
237        This resulted in some definitions moving to other files and thus
238        some secondary effects in RTEMS source code.
239        * include/unistd.h: Removed.  Now use newlib's.
240        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
241        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
242        * src/execv.c: Corrected prototype to agree with newlib.
243        * src/execve.c: Corrected prototype to agree with newlib.
244        * src/execvp.c: Corrected prototype to agree with newlib.
245        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
246        that file no longer exists.
247        * src/pthreadkill.c: Added include of <signal.h>.
248        * src/sigaction.c: Added include of <signal.h>.
249        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
250        that file no longer exists.
251
2522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
255        Switch to GNU canonicalization.
256
2572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * src/Makefile.am, optman/Makefile.am: Include compile.am.
260
2612000-08-30      Joel Sherrill <joel@OARcorp.com>
262
263        * Many files: Moved posix/include/rtems/posix/seterr.h to
264        score/include/rtems/seterr.h so it would be available within
265        all APIs.
266
2672000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
270        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
271        style of src/ptimer1.c.  Continued effort to make the
272        POSIX Timer implementation match that of other managers.
273        Added data structures required to use SuperCore Object Handler.
274
2752000-08-15      Joel Sherrill <joel@OARcorp.com>
276
277        * src/ptimer1.c: Minor formatting fixes.
278
2792000-08-15      Joel Sherrill <joel@OARcorp.com>
280
281        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
282        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
283        and used structure copy instead.
284        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
285        * include/rtems/posix/timer.h: Ditto.
286
2872000-08-15      Joel Sherrill <joel@OARcorp.com>
288
289        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
290        to ensure that errno was always set.
291
2922000-08-15      Joel Sherrill <joel@OARcorp.com>
293
294        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
295        to use SuperCore _TOD_Current variable.
296
2972000-08-10      Joel Sherrill <joel@OARcorp.com>
298
299        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.