source: rtems/c/src/exec/posix/ChangeLog @ 624c881

4.104.114.84.95
Last change on this file since 624c881 was 9201e6b, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/01 at 14:34:59

2001-12-19 Ralf Corsepius <corsepiu@…>

  • optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
  • src/Makefile.am: Add multilib support.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * optman/Makefile.am: Add multilib support. Remove ASM4FLAGS.
4        * src/Makefile.am: Add multilib support.
5
62001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * include/sys/Makefile.am: Remove.
9        * include/rtems/Makefile.am: Remove.
10        * include/rtems/posix/Makefile.am: Remove.
11        * include/Makefile.am: Handle subdirs.
12        * inline/rtems/Makefile.am: Remove.
13        * inline/rtems/posix/Makefile.am: Remove.
14        * inline/Makefile.am: Handle subdirs.
15        * macros/rtems/Makefile.am: Remove.
16        * macros/rtems/posix/Makefile.am: Remove.
17        * macros/Makefile.am: Handle subdirs.
18        * configure.ac: Reflect changes above.
19
202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
23        * configure.in: Remove.
24        * configure.ac: New file, generated from configure.in by autoupdate.
25
262001-09-28      Joel Sherrill <joel@OARcorp.com>
27
28        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
29
302001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
33        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
34        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
35        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
36        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
37
382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
41        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
42
432001-09-13      Joel Sherrill <joel@OARcorp.com>
44
45        * src/sysconf.c: Fix typo syntax error accidentally committed.
46
472001-09-13      Joel Sherrill <joel@OARcorp.com>
48
49        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
50        In particular, about 350 ACATS tests fail if this is not present.
51        * src/getpagesize.c: Ditto.
52        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
53        to pass about 350 ACATS test cases.
54        * src/Makefile.am: Added new files.
55
562001-08-30      Joel Sherrill <joel@OARcorp.com>
57
58        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
59
602001-08-16      Joel Sherrill <joel@OARcorp.com>
61
62        * src/mqueuesendsupp.c: Account for possibly blocking during the
63        core send operation.
64
652001-08-09      Joel Sherrill <joel@OARcorp.com>
66
67        * src/mqueuesendsupp.c: Unblocking message queue operations should
68        NOT use _Thread_Executing for return status since it is permissible
69        to invoke message send operations from an ISR.  This was reported
70        by Suvrat Gupta <suvrat@utstar.com>.
71
722000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
73
74        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
75        src/getuid.c: Now save their values in private user environment.
76
772001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
80
812001-03-19      Joel Sherrill <joel@OARcorp.com>
82
83        * sys/utsname.h: Added C++ wrapper.
84
852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * include/Makefile.am, include/rtems/posix/Makefile.am,
88        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
89        macros/rtems/posix/Makefile.am:
90        Apply include_*HEADERS instead of H_FILES.
91
922001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.in: Add src/config.h
95        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
96        * src/.cvsignore: Add config.h and stamp-h
97        * src/*.c: Add config.h support.
98
992001-01-23      Joel Sherrill <joel@OARcorp.com>
100
101        * src/alarm.c: Eliminated use of C++ style comments.
102
1032001-01-12      Joel Sherrill <joel@OARcorp.com>
104
105        * src/clockgetres.c: Fixed match problem.  We are not converting
106        an interval to a timespec -- it is actually a real number of
107        microseconds.
108
1092001-01-22      Michael Hamel <mhamel@adi.co.nz>
110
111        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
112        src/ptimer1.c, include/rtems/posix/semaphore.h,
113        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
114        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
115        Modifications to make CodeWarrior happy.
116
1172001-01-12      Joel Sherrill <joel@OARcorp.com>
118
119        * src/README.mqueue: Enhanced example.
120
1212000-12-19      Joel Sherrill <joel@OARcorp.com>
122
123        * src/pthreadgetschedparam.c: Do not set output parameters if
124        the pointers are NULL.
125
1262000-12-06      Joel Sherrill <joel@OARcorp.com>
127
128        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
129        eliminate warning.
130
1312000-12-01      Joel Sherrill <joel@OARcorp.com>
132
133        * include/rtems/posix/cond.h: #if 0'ed out prototype of
134        _POSIX_Condition_variables_Get to avoid conflict with macro
135        implementation.
136
1372000-12-01      Joel Sherrill <joel@OARcorp.com>
138
139        * Added macro support to POSIX API.  This is known to compile.
140        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
141        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
142        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
143        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
144        macros/rtems/posix/timer.inl: New files.
145        * configure.in: Removed error check for enabling macros.
146        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
147        since you cannot have prototypes for macros.
148        * macros/rtems/posix/Makefile.am: Added files.
149
1502000-11-30      Joel Sherrill <joel@OARcorp.com>
151
152        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
153
1542000-11-27      Joel Sherrill <joel@OARcorp.com>
155
156        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167 
168        * configure.in: Cleanup comments.
169
1702000-10-30      Joel Sherrill <joel@OARcorp.com>
171
172        * include/Makefile.am: Updated to reflect files merged into newlib.
173        This resulted in some definitions moving to other files and thus
174        some secondary effects in RTEMS source code.
175        * include/unistd.h: Removed.  Now use newlib's.
176        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
177        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
178        * src/execv.c: Corrected prototype to agree with newlib.
179        * src/execve.c: Corrected prototype to agree with newlib.
180        * src/execvp.c: Corrected prototype to agree with newlib.
181        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
182        that file no longer exists.
183        * src/pthreadkill.c: Added include of <signal.h>.
184        * src/sigaction.c: Added include of <signal.h>.
185        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
186        that file no longer exists.
187
1882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * src/Makefile.am, optman/Makefile.am: Include compile.am.
196
1972000-08-30      Joel Sherrill <joel@OARcorp.com>
198
199        * Many files: Moved posix/include/rtems/posix/seterr.h to
200        score/include/rtems/seterr.h so it would be available within
201        all APIs.
202
2032000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
206        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
207        style of src/ptimer1.c.  Continued effort to make the
208        POSIX Timer implementation match that of other managers.
209        Added data structures required to use SuperCore Object Handler.
210
2112000-08-15      Joel Sherrill <joel@OARcorp.com>
212
213        * src/ptimer1.c: Minor formatting fixes.
214
2152000-08-15      Joel Sherrill <joel@OARcorp.com>
216
217        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
218        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
219        and used structure copy instead.
220        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
221        * include/rtems/posix/timer.h: Ditto.
222
2232000-08-15      Joel Sherrill <joel@OARcorp.com>
224
225        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
226        to ensure that errno was always set.
227
2282000-08-15      Joel Sherrill <joel@OARcorp.com>
229
230        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
231        to use SuperCore _TOD_Current variable.
232
2332000-08-10      Joel Sherrill <joel@OARcorp.com>
234
235        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.