source: rtems/cpukit/posix/ChangeLog @ c8d6691

4.104.114.84.95
Last change on this file since c8d6691 was c8d6691, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/01 at 21:04:21

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

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