source: rtems/cpukit/posix/ChangeLog @ 46ea78a

4.104.114.84.95
Last change on this file since 46ea78a was 46ea78a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:55:57

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

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