source: rtems/c/src/exec/posix/ChangeLog @ dc7fb59b

4.104.114.84.95
Last change on this file since dc7fb59b was dc7fb59b, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 18:45:34

2002-05-03 Ralf Corsepius <corsepiu@…>

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