source: rtems/cpukit/posix/ChangeLog @ 7d9ec2d

4.104.114.84.95
Last change on this file since 7d9ec2d was 7d9ec2d, checked in by Joel Sherrill <joel.sherrill@…>, on 01/06/02 at 20:10:04

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

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