source: rtems/cpukit/posix/ChangeLog @ 66387986

4.104.114.84.95
Last change on this file since 66387986 was 66387986, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:07:37

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-28      Joel Sherrill <joel@OARcorp.com>
8
9        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
10
112001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
14        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
15        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
16        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
18
192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
22        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
23
242001-09-13      Joel Sherrill <joel@OARcorp.com>
25
26        * src/sysconf.c: Fix typo syntax error accidentally committed.
27
282001-09-13      Joel Sherrill <joel@OARcorp.com>
29
30        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
31        In particular, about 350 ACATS tests fail if this is not present.
32        * src/getpagesize.c: Ditto.
33        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
34        to pass about 350 ACATS test cases.
35        * src/Makefile.am: Added new files.
36
372001-08-30      Joel Sherrill <joel@OARcorp.com>
38
39        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
40
412001-08-16      Joel Sherrill <joel@OARcorp.com>
42
43        * src/mqueuesendsupp.c: Account for possibly blocking during the
44        core send operation.
45
462001-08-09      Joel Sherrill <joel@OARcorp.com>
47
48        * src/mqueuesendsupp.c: Unblocking message queue operations should
49        NOT use _Thread_Executing for return status since it is permissible
50        to invoke message send operations from an ISR.  This was reported
51        by Suvrat Gupta <suvrat@utstar.com>.
52
532000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
54
55        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
56        src/getuid.c: Now save their values in private user environment.
57
582001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
61
622001-03-19      Joel Sherrill <joel@OARcorp.com>
63
64        * sys/utsname.h: Added C++ wrapper.
65
662001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/Makefile.am, include/rtems/posix/Makefile.am,
69        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
70        macros/rtems/posix/Makefile.am:
71        Apply include_*HEADERS instead of H_FILES.
72
732001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.in: Add src/config.h
76        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
77        * src/.cvsignore: Add config.h and stamp-h
78        * src/*.c: Add config.h support.
79
802001-01-23      Joel Sherrill <joel@OARcorp.com>
81
82        * src/alarm.c: Eliminated use of C++ style comments.
83
842001-01-12      Joel Sherrill <joel@OARcorp.com>
85
86        * src/clockgetres.c: Fixed match problem.  We are not converting
87        an interval to a timespec -- it is actually a real number of
88        microseconds.
89
902001-01-22      Michael Hamel <mhamel@adi.co.nz>
91
92        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
93        src/ptimer1.c, include/rtems/posix/semaphore.h,
94        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
95        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
96        Modifications to make CodeWarrior happy.
97
982001-01-12      Joel Sherrill <joel@OARcorp.com>
99
100        * src/README.mqueue: Enhanced example.
101
1022000-12-19      Joel Sherrill <joel@OARcorp.com>
103
104        * src/pthreadgetschedparam.c: Do not set output parameters if
105        the pointers are NULL.
106
1072000-12-06      Joel Sherrill <joel@OARcorp.com>
108
109        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
110        eliminate warning.
111
1122000-12-01      Joel Sherrill <joel@OARcorp.com>
113
114        * include/rtems/posix/cond.h: #if 0'ed out prototype of
115        _POSIX_Condition_variables_Get to avoid conflict with macro
116        implementation.
117
1182000-12-01      Joel Sherrill <joel@OARcorp.com>
119
120        * Added macro support to POSIX API.  This is known to compile.
121        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
122        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
123        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
124        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
125        macros/rtems/posix/timer.inl: New files.
126        * configure.in: Removed error check for enabling macros.
127        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
128        since you cannot have prototypes for macros.
129        * macros/rtems/posix/Makefile.am: Added files.
130
1312000-11-30      Joel Sherrill <joel@OARcorp.com>
132
133        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
134
1352000-11-27      Joel Sherrill <joel@OARcorp.com>
136
137        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
138
1392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
142
1432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
146
1472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148 
149        * configure.in: Cleanup comments.
150
1512000-10-30      Joel Sherrill <joel@OARcorp.com>
152
153        * include/Makefile.am: Updated to reflect files merged into newlib.
154        This resulted in some definitions moving to other files and thus
155        some secondary effects in RTEMS source code.
156        * include/unistd.h: Removed.  Now use newlib's.
157        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
158        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
159        * src/execv.c: Corrected prototype to agree with newlib.
160        * src/execve.c: Corrected prototype to agree with newlib.
161        * src/execvp.c: Corrected prototype to agree with newlib.
162        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
163        that file no longer exists.
164        * src/pthreadkill.c: Added include of <signal.h>.
165        * src/sigaction.c: Added include of <signal.h>.
166        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
167        that file no longer exists.
168
1692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
172        Switch to GNU canonicalization.
173
1742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * src/Makefile.am, optman/Makefile.am: Include compile.am.
177
1782000-08-30      Joel Sherrill <joel@OARcorp.com>
179
180        * Many files: Moved posix/include/rtems/posix/seterr.h to
181        score/include/rtems/seterr.h so it would be available within
182        all APIs.
183
1842000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
187        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
188        style of src/ptimer1.c.  Continued effort to make the
189        POSIX Timer implementation match that of other managers.
190        Added data structures required to use SuperCore Object Handler.
191
1922000-08-15      Joel Sherrill <joel@OARcorp.com>
193
194        * src/ptimer1.c: Minor formatting fixes.
195
1962000-08-15      Joel Sherrill <joel@OARcorp.com>
197
198        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
199        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
200        and used structure copy instead.
201        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
202        * include/rtems/posix/timer.h: Ditto.
203
2042000-08-15      Joel Sherrill <joel@OARcorp.com>
205
206        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
207        to ensure that errno was always set.
208
2092000-08-15      Joel Sherrill <joel@OARcorp.com>
210
211        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
212        to use SuperCore _TOD_Current variable.
213
2142000-08-10      Joel Sherrill <joel@OARcorp.com>
215
216        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.