source: rtems/c/src/exec/posix/ChangeLog @ 0009c70

4.104.114.84.95
Last change on this file since 0009c70 was 8e9accfe, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/02 at 14:15:09

2002-01-07 Joel Sherrill <joel@…>

  • optman/, optman/.cvsignore, optman/Makefile.am: Removed entire contents of optman/ directory since it has been moved.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12002-01-07      Joel Sherrill <joel@OARcorp.com>
2
3        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
4        contents of optman/ directory since it has been moved.
5
62002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
9        * src/psignal.c: #include <string.h>.
10
112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
14        * Makefile.am: Remove optman from SUBDIRS.
15
162001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
19        * src/Makefile.am: Add multilib support.
20
212001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/sys/Makefile.am: Remove.
24        * include/rtems/Makefile.am: Remove.
25        * include/rtems/posix/Makefile.am: Remove.
26        * include/Makefile.am: Handle subdirs.
27        * inline/rtems/Makefile.am: Remove.
28        * inline/rtems/posix/Makefile.am: Remove.
29        * inline/Makefile.am: Handle subdirs.
30        * macros/rtems/Makefile.am: Remove.
31        * macros/rtems/posix/Makefile.am: Remove.
32        * macros/Makefile.am: Handle subdirs.
33        * configure.ac: Reflect changes above.
34
352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
38        * configure.in: Remove.
39        * configure.ac: New file, generated from configure.in by autoupdate.
40
412001-09-28      Joel Sherrill <joel@OARcorp.com>
42
43        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
44
452001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
48        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
49        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
50        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
51        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
52
532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
56        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
57
582001-09-13      Joel Sherrill <joel@OARcorp.com>
59
60        * src/sysconf.c: Fix typo syntax error accidentally committed.
61
622001-09-13      Joel Sherrill <joel@OARcorp.com>
63
64        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
65        In particular, about 350 ACATS tests fail if this is not present.
66        * src/getpagesize.c: Ditto.
67        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
68        to pass about 350 ACATS test cases.
69        * src/Makefile.am: Added new files.
70
712001-08-30      Joel Sherrill <joel@OARcorp.com>
72
73        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
74
752001-08-16      Joel Sherrill <joel@OARcorp.com>
76
77        * src/mqueuesendsupp.c: Account for possibly blocking during the
78        core send operation.
79
802001-08-09      Joel Sherrill <joel@OARcorp.com>
81
82        * src/mqueuesendsupp.c: Unblocking message queue operations should
83        NOT use _Thread_Executing for return status since it is permissible
84        to invoke message send operations from an ISR.  This was reported
85        by Suvrat Gupta <suvrat@utstar.com>.
86
872000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
88
89        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
90        src/getuid.c: Now save their values in private user environment.
91
922001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
95
962001-03-19      Joel Sherrill <joel@OARcorp.com>
97
98        * sys/utsname.h: Added C++ wrapper.
99
1002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * include/Makefile.am, include/rtems/posix/Makefile.am,
103        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
104        macros/rtems/posix/Makefile.am:
105        Apply include_*HEADERS instead of H_FILES.
106
1072001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Add src/config.h
110        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
111        * src/.cvsignore: Add config.h and stamp-h
112        * src/*.c: Add config.h support.
113
1142001-01-23      Joel Sherrill <joel@OARcorp.com>
115
116        * src/alarm.c: Eliminated use of C++ style comments.
117
1182001-01-12      Joel Sherrill <joel@OARcorp.com>
119
120        * src/clockgetres.c: Fixed match problem.  We are not converting
121        an interval to a timespec -- it is actually a real number of
122        microseconds.
123
1242001-01-22      Michael Hamel <mhamel@adi.co.nz>
125
126        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
127        src/ptimer1.c, include/rtems/posix/semaphore.h,
128        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
129        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
130        Modifications to make CodeWarrior happy.
131
1322001-01-12      Joel Sherrill <joel@OARcorp.com>
133
134        * src/README.mqueue: Enhanced example.
135
1362000-12-19      Joel Sherrill <joel@OARcorp.com>
137
138        * src/pthreadgetschedparam.c: Do not set output parameters if
139        the pointers are NULL.
140
1412000-12-06      Joel Sherrill <joel@OARcorp.com>
142
143        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
144        eliminate warning.
145
1462000-12-01      Joel Sherrill <joel@OARcorp.com>
147
148        * include/rtems/posix/cond.h: #if 0'ed out prototype of
149        _POSIX_Condition_variables_Get to avoid conflict with macro
150        implementation.
151
1522000-12-01      Joel Sherrill <joel@OARcorp.com>
153
154        * Added macro support to POSIX API.  This is known to compile.
155        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
156        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
157        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
158        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
159        macros/rtems/posix/timer.inl: New files.
160        * configure.in: Removed error check for enabling macros.
161        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
162        since you cannot have prototypes for macros.
163        * macros/rtems/posix/Makefile.am: Added files.
164
1652000-11-30      Joel Sherrill <joel@OARcorp.com>
166
167        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
168
1692000-11-27      Joel Sherrill <joel@OARcorp.com>
170
171        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182 
183        * configure.in: Cleanup comments.
184
1852000-10-30      Joel Sherrill <joel@OARcorp.com>
186
187        * include/Makefile.am: Updated to reflect files merged into newlib.
188        This resulted in some definitions moving to other files and thus
189        some secondary effects in RTEMS source code.
190        * include/unistd.h: Removed.  Now use newlib's.
191        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
192        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
193        * src/execv.c: Corrected prototype to agree with newlib.
194        * src/execve.c: Corrected prototype to agree with newlib.
195        * src/execvp.c: Corrected prototype to agree with newlib.
196        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
197        that file no longer exists.
198        * src/pthreadkill.c: Added include of <signal.h>.
199        * src/sigaction.c: Added include of <signal.h>.
200        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
201        that file no longer exists.
202
2032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
206        Switch to GNU canonicalization.
207
2082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * src/Makefile.am, optman/Makefile.am: Include compile.am.
211
2122000-08-30      Joel Sherrill <joel@OARcorp.com>
213
214        * Many files: Moved posix/include/rtems/posix/seterr.h to
215        score/include/rtems/seterr.h so it would be available within
216        all APIs.
217
2182000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
221        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
222        style of src/ptimer1.c.  Continued effort to make the
223        POSIX Timer implementation match that of other managers.
224        Added data structures required to use SuperCore Object Handler.
225
2262000-08-15      Joel Sherrill <joel@OARcorp.com>
227
228        * src/ptimer1.c: Minor formatting fixes.
229
2302000-08-15      Joel Sherrill <joel@OARcorp.com>
231
232        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
233        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
234        and used structure copy instead.
235        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
236        * include/rtems/posix/timer.h: Ditto.
237
2382000-08-15      Joel Sherrill <joel@OARcorp.com>
239
240        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
241        to ensure that errno was always set.
242
2432000-08-15      Joel Sherrill <joel@OARcorp.com>
244
245        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
246        to use SuperCore _TOD_Current variable.
247
2482000-08-10      Joel Sherrill <joel@OARcorp.com>
249
250        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.