source: rtems/cpukit/posix/ChangeLog @ 58c3d04e

4.104.114.84.95
Last change on this file since 58c3d04e was 58c3d04e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:34

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 9.4 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
11
122002-03-01      Eric Norum <eric.norum@usask.ca>
13
14        * src/pthreadonce.c: Task is not preemptable while running a
15        pthread_once init function.  This is slightly less heavy handed
16        than disabling dispatching and seems better than consuming a mutex.
17
182002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * src/getegid.c: Add #include <rtems/userenv.h>.
21        Remove #include <rtems/libio_.h>.
22        * src/geteuid.c: Ditto.
23        * src/getgid.c: Ditto.
24        * src/getlogin.c: Ditto.
25        * src/getuid.c: Ditto.
26
27
282001-01-16      Joel Sherrill <joel@OARcorp.com>
29
30        * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
31        name of routine in header.
32
332002-01-07      Joel Sherrill <joel@OARcorp.com>
34
35        * optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
36        contents of optman/ directory since it has been moved.
37
382002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
41        * src/psignal.c: #include <string.h>.
42
432001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove optman/Makefile from CONFIG_FILES.
46        * Makefile.am: Remove optman from SUBDIRS.
47
482001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
51        * src/Makefile.am: Add multilib support.
52
532001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * include/sys/Makefile.am: Remove.
56        * include/rtems/Makefile.am: Remove.
57        * include/rtems/posix/Makefile.am: Remove.
58        * include/Makefile.am: Handle subdirs.
59        * inline/rtems/Makefile.am: Remove.
60        * inline/rtems/posix/Makefile.am: Remove.
61        * inline/Makefile.am: Handle subdirs.
62        * macros/rtems/Makefile.am: Remove.
63        * macros/rtems/posix/Makefile.am: Remove.
64        * macros/Makefile.am: Handle subdirs.
65        * configure.ac: Reflect changes above.
66
672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70        * configure.in: Remove.
71        * configure.ac: New file, generated from configure.in by autoupdate.
72
732001-09-28      Joel Sherrill <joel@OARcorp.com>
74
75        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
76
772001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
80        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
81        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
82        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
84
852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
88        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
89
902001-09-13      Joel Sherrill <joel@OARcorp.com>
91
92        * src/sysconf.c: Fix typo syntax error accidentally committed.
93
942001-09-13      Joel Sherrill <joel@OARcorp.com>
95
96        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
97        In particular, about 350 ACATS tests fail if this is not present.
98        * src/getpagesize.c: Ditto.
99        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
100        to pass about 350 ACATS test cases.
101        * src/Makefile.am: Added new files.
102
1032001-08-30      Joel Sherrill <joel@OARcorp.com>
104
105        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
106
1072001-08-16      Joel Sherrill <joel@OARcorp.com>
108
109        * src/mqueuesendsupp.c: Account for possibly blocking during the
110        core send operation.
111
1122001-08-09      Joel Sherrill <joel@OARcorp.com>
113
114        * src/mqueuesendsupp.c: Unblocking message queue operations should
115        NOT use _Thread_Executing for return status since it is permissible
116        to invoke message send operations from an ISR.  This was reported
117        by Suvrat Gupta <suvrat@utstar.com>.
118
1192000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
120
121        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
122        src/getuid.c: Now save their values in private user environment.
123
1242001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
127
1282001-03-19      Joel Sherrill <joel@OARcorp.com>
129
130        * sys/utsname.h: Added C++ wrapper.
131
1322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am, include/rtems/posix/Makefile.am,
135        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
136        macros/rtems/posix/Makefile.am:
137        Apply include_*HEADERS instead of H_FILES.
138
1392001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Add src/config.h
142        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
143        * src/.cvsignore: Add config.h and stamp-h
144        * src/*.c: Add config.h support.
145
1462001-01-23      Joel Sherrill <joel@OARcorp.com>
147
148        * src/alarm.c: Eliminated use of C++ style comments.
149
1502001-01-12      Joel Sherrill <joel@OARcorp.com>
151
152        * src/clockgetres.c: Fixed match problem.  We are not converting
153        an interval to a timespec -- it is actually a real number of
154        microseconds.
155
1562001-01-22      Michael Hamel <mhamel@adi.co.nz>
157
158        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
159        src/ptimer1.c, include/rtems/posix/semaphore.h,
160        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
161        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
162        Modifications to make CodeWarrior happy.
163
1642001-01-12      Joel Sherrill <joel@OARcorp.com>
165
166        * src/README.mqueue: Enhanced example.
167
1682000-12-19      Joel Sherrill <joel@OARcorp.com>
169
170        * src/pthreadgetschedparam.c: Do not set output parameters if
171        the pointers are NULL.
172
1732000-12-06      Joel Sherrill <joel@OARcorp.com>
174
175        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
176        eliminate warning.
177
1782000-12-01      Joel Sherrill <joel@OARcorp.com>
179
180        * include/rtems/posix/cond.h: #if 0'ed out prototype of
181        _POSIX_Condition_variables_Get to avoid conflict with macro
182        implementation.
183
1842000-12-01      Joel Sherrill <joel@OARcorp.com>
185
186        * Added macro support to POSIX API.  This is known to compile.
187        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
188        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
189        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
190        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
191        macros/rtems/posix/timer.inl: New files.
192        * configure.in: Removed error check for enabling macros.
193        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
194        since you cannot have prototypes for macros.
195        * macros/rtems/posix/Makefile.am: Added files.
196
1972000-11-30      Joel Sherrill <joel@OARcorp.com>
198
199        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
200
2012000-11-27      Joel Sherrill <joel@OARcorp.com>
202
203        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
204
2052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
208
2092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
212
2132000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214 
215        * configure.in: Cleanup comments.
216
2172000-10-30      Joel Sherrill <joel@OARcorp.com>
218
219        * include/Makefile.am: Updated to reflect files merged into newlib.
220        This resulted in some definitions moving to other files and thus
221        some secondary effects in RTEMS source code.
222        * include/unistd.h: Removed.  Now use newlib's.
223        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
224        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
225        * src/execv.c: Corrected prototype to agree with newlib.
226        * src/execve.c: Corrected prototype to agree with newlib.
227        * src/execvp.c: Corrected prototype to agree with newlib.
228        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
229        that file no longer exists.
230        * src/pthreadkill.c: Added include of <signal.h>.
231        * src/sigaction.c: Added include of <signal.h>.
232        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
233        that file no longer exists.
234
2352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
238        Switch to GNU canonicalization.
239
2402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * src/Makefile.am, optman/Makefile.am: Include compile.am.
243
2442000-08-30      Joel Sherrill <joel@OARcorp.com>
245
246        * Many files: Moved posix/include/rtems/posix/seterr.h to
247        score/include/rtems/seterr.h so it would be available within
248        all APIs.
249
2502000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
253        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
254        style of src/ptimer1.c.  Continued effort to make the
255        POSIX Timer implementation match that of other managers.
256        Added data structures required to use SuperCore Object Handler.
257
2582000-08-15      Joel Sherrill <joel@OARcorp.com>
259
260        * src/ptimer1.c: Minor formatting fixes.
261
2622000-08-15      Joel Sherrill <joel@OARcorp.com>
263
264        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
265        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
266        and used structure copy instead.
267        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
268        * include/rtems/posix/timer.h: Ditto.
269
2702000-08-15      Joel Sherrill <joel@OARcorp.com>
271
272        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
273        to ensure that errno was always set.
274
2752000-08-15      Joel Sherrill <joel@OARcorp.com>
276
277        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
278        to use SuperCore _TOD_Current variable.
279
2802000-08-10      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.