source: rtems/cpukit/posix/ChangeLog @ 194b5c7

4.104.114.84.95
Last change on this file since 194b5c7 was 194b5c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 23:14:08

2001-09-28 Joel Sherrill <joel@…>

  • src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12001-09-28      Joel Sherrill <joel@OARcorp.com>
2
3        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
4
52001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
8        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
9        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
11        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
12
132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
16        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
17
182001-09-13      Joel Sherrill <joel@OARcorp.com>
19
20        * src/sysconf.c: Fix typo syntax error accidentally committed.
21
222001-09-13      Joel Sherrill <joel@OARcorp.com>
23
24        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
25        In particular, about 350 ACATS tests fail if this is not present.
26        * src/getpagesize.c: Ditto.
27        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
28        to pass about 350 ACATS test cases.
29        * src/Makefile.am: Added new files.
30
312001-08-30      Joel Sherrill <joel@OARcorp.com>
32
33        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
34
352001-08-16      Joel Sherrill <joel@OARcorp.com>
36
37        * src/mqueuesendsupp.c: Account for possibly blocking during the
38        core send operation.
39
402001-08-09      Joel Sherrill <joel@OARcorp.com>
41
42        * src/mqueuesendsupp.c: Unblocking message queue operations should
43        NOT use _Thread_Executing for return status since it is permissible
44        to invoke message send operations from an ISR.  This was reported
45        by Suvrat Gupta <suvrat@utstar.com>.
46
472000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
48
49        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
50        src/getuid.c: Now save their values in private user environment.
51
522001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
55
562001-03-19      Joel Sherrill <joel@OARcorp.com>
57
58        * sys/utsname.h: Added C++ wrapper.
59
602001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am, include/rtems/posix/Makefile.am,
63        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
64        macros/rtems/posix/Makefile.am:
65        Apply include_*HEADERS instead of H_FILES.
66
672001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.in: Add src/config.h
70        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
71        * src/.cvsignore: Add config.h and stamp-h
72        * src/*.c: Add config.h support.
73
742001-01-23      Joel Sherrill <joel@OARcorp.com>
75
76        * src/alarm.c: Eliminated use of C++ style comments.
77
782001-01-12      Joel Sherrill <joel@OARcorp.com>
79
80        * src/clockgetres.c: Fixed match problem.  We are not converting
81        an interval to a timespec -- it is actually a real number of
82        microseconds.
83
842001-01-22      Michael Hamel <mhamel@adi.co.nz>
85
86        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
87        src/ptimer1.c, include/rtems/posix/semaphore.h,
88        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
89        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
90        Modifications to make CodeWarrior happy.
91
922001-01-12      Joel Sherrill <joel@OARcorp.com>
93
94        * src/README.mqueue: Enhanced example.
95
962000-12-19      Joel Sherrill <joel@OARcorp.com>
97
98        * src/pthreadgetschedparam.c: Do not set output parameters if
99        the pointers are NULL.
100
1012000-12-06      Joel Sherrill <joel@OARcorp.com>
102
103        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
104        eliminate warning.
105
1062000-12-01      Joel Sherrill <joel@OARcorp.com>
107
108        * include/rtems/posix/cond.h: #if 0'ed out prototype of
109        _POSIX_Condition_variables_Get to avoid conflict with macro
110        implementation.
111
1122000-12-01      Joel Sherrill <joel@OARcorp.com>
113
114        * Added macro support to POSIX API.  This is known to compile.
115        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
116        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
117        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
118        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
119        macros/rtems/posix/timer.inl: New files.
120        * configure.in: Removed error check for enabling macros.
121        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
122        since you cannot have prototypes for macros.
123        * macros/rtems/posix/Makefile.am: Added files.
124
1252000-11-30      Joel Sherrill <joel@OARcorp.com>
126
127        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
128
1292000-11-27      Joel Sherrill <joel@OARcorp.com>
130
131        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
132
1332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
136
1372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
140
1412000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142 
143        * configure.in: Cleanup comments.
144
1452000-10-30      Joel Sherrill <joel@OARcorp.com>
146
147        * include/Makefile.am: Updated to reflect files merged into newlib.
148        This resulted in some definitions moving to other files and thus
149        some secondary effects in RTEMS source code.
150        * include/unistd.h: Removed.  Now use newlib's.
151        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
152        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
153        * src/execv.c: Corrected prototype to agree with newlib.
154        * src/execve.c: Corrected prototype to agree with newlib.
155        * src/execvp.c: Corrected prototype to agree with newlib.
156        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
157        that file no longer exists.
158        * src/pthreadkill.c: Added include of <signal.h>.
159        * src/sigaction.c: Added include of <signal.h>.
160        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
161        that file no longer exists.
162
1632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
166        Switch to GNU canonicalization.
167
1682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * src/Makefile.am, optman/Makefile.am: Include compile.am.
171
1722000-08-30      Joel Sherrill <joel@OARcorp.com>
173
174        * Many files: Moved posix/include/rtems/posix/seterr.h to
175        score/include/rtems/seterr.h so it would be available within
176        all APIs.
177
1782000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
181        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
182        style of src/ptimer1.c.  Continued effort to make the
183        POSIX Timer implementation match that of other managers.
184        Added data structures required to use SuperCore Object Handler.
185
1862000-08-15      Joel Sherrill <joel@OARcorp.com>
187
188        * src/ptimer1.c: Minor formatting fixes.
189
1902000-08-15      Joel Sherrill <joel@OARcorp.com>
191
192        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
193        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
194        and used structure copy instead.
195        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
196        * include/rtems/posix/timer.h: Ditto.
197
1982000-08-15      Joel Sherrill <joel@OARcorp.com>
199
200        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
201        to ensure that errno was always set.
202
2032000-08-15      Joel Sherrill <joel@OARcorp.com>
204
205        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
206        to use SuperCore _TOD_Current variable.
207
2082000-08-10      Joel Sherrill <joel@OARcorp.com>
209
210        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.