source: rtems/cpukit/posix/ChangeLog @ c55df85

4.104.114.84.95
Last change on this file since c55df85 was b736beb5, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/02 at 22:01:19

2001-01-16 Joel Sherrill <joel@…>

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