source: rtems/cpukit/posix/ChangeLog @ 856a44e4

4.104.114.84.95
Last change on this file since 856a44e4 was 856a44e4, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/01 at 13:29:38

2001-08-30 Joel Sherrill <joel@…>

  • macros/rtems/posix/mqueue.inl: Add cast so negation works.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12001-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
4
52001-08-16      Joel Sherrill <joel@OARcorp.com>
6
7        * src/mqueuesendsupp.c: Account for possibly blocking during the
8        core send operation.
9
102001-08-09      Joel Sherrill <joel@OARcorp.com>
11
12        * src/mqueuesendsupp.c: Unblocking message queue operations should
13        NOT use _Thread_Executing for return status since it is permissible
14        to invoke message send operations from an ISR.  This was reported
15        by Suvrat Gupta <suvrat@utstar.com>.
16
172000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
18
19        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
20        src/getuid.c: Now save their values in private user environment.
21
222001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
25
262001-03-19      Joel Sherrill <joel@OARcorp.com>
27
28        * sys/utsname.h: Added C++ wrapper.
29
302001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/Makefile.am, include/rtems/posix/Makefile.am,
33        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
34        macros/rtems/posix/Makefile.am:
35        Apply include_*HEADERS instead of H_FILES.
36
372001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.in: Add src/config.h
40        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
41        * src/.cvsignore: Add config.h and stamp-h
42        * src/*.c: Add config.h support.
43
442001-01-23      Joel Sherrill <joel@OARcorp.com>
45
46        * src/alarm.c: Eliminated use of C++ style comments.
47
482001-01-12      Joel Sherrill <joel@OARcorp.com>
49
50        * src/clockgetres.c: Fixed match problem.  We are not converting
51        an interval to a timespec -- it is actually a real number of
52        microseconds.
53
542001-01-22      Michael Hamel <mhamel@adi.co.nz>
55
56        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
57        src/ptimer1.c, include/rtems/posix/semaphore.h,
58        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
59        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
60        Modifications to make CodeWarrior happy.
61
622001-01-12      Joel Sherrill <joel@OARcorp.com>
63
64        * src/README.mqueue: Enhanced example.
65
662000-12-19      Joel Sherrill <joel@OARcorp.com>
67
68        * src/pthreadgetschedparam.c: Do not set output parameters if
69        the pointers are NULL.
70
712000-12-06      Joel Sherrill <joel@OARcorp.com>
72
73        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
74        eliminate warning.
75
762000-12-01      Joel Sherrill <joel@OARcorp.com>
77
78        * include/rtems/posix/cond.h: #if 0'ed out prototype of
79        _POSIX_Condition_variables_Get to avoid conflict with macro
80        implementation.
81
822000-12-01      Joel Sherrill <joel@OARcorp.com>
83
84        * Added macro support to POSIX API.  This is known to compile.
85        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
86        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
87        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
88        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
89        macros/rtems/posix/timer.inl: New files.
90        * configure.in: Removed error check for enabling macros.
91        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
92        since you cannot have prototypes for macros.
93        * macros/rtems/posix/Makefile.am: Added files.
94
952000-11-30      Joel Sherrill <joel@OARcorp.com>
96
97        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
98
992000-11-27      Joel Sherrill <joel@OARcorp.com>
100
101        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
102
1032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
106
1072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
110
1112000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112 
113        * configure.in: Cleanup comments.
114
1152000-10-30      Joel Sherrill <joel@OARcorp.com>
116
117        * include/Makefile.am: Updated to reflect files merged into newlib.
118        This resulted in some definitions moving to other files and thus
119        some secondary effects in RTEMS source code.
120        * include/unistd.h: Removed.  Now use newlib's.
121        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
122        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
123        * src/execv.c: Corrected prototype to agree with newlib.
124        * src/execve.c: Corrected prototype to agree with newlib.
125        * src/execvp.c: Corrected prototype to agree with newlib.
126        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
127        that file no longer exists.
128        * src/pthreadkill.c: Added include of <signal.h>.
129        * src/sigaction.c: Added include of <signal.h>.
130        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
131        that file no longer exists.
132
1332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
136        Switch to GNU canonicalization.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * src/Makefile.am, optman/Makefile.am: Include compile.am.
141
1422000-08-30      Joel Sherrill <joel@OARcorp.com>
143
144        * Many files: Moved posix/include/rtems/posix/seterr.h to
145        score/include/rtems/seterr.h so it would be available within
146        all APIs.
147
1482000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
151        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
152        style of src/ptimer1.c.  Continued effort to make the
153        POSIX Timer implementation match that of other managers.
154        Added data structures required to use SuperCore Object Handler.
155
1562000-08-15      Joel Sherrill <joel@OARcorp.com>
157
158        * src/ptimer1.c: Minor formatting fixes.
159
1602000-08-15      Joel Sherrill <joel@OARcorp.com>
161
162        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
163        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
164        and used structure copy instead.
165        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
166        * include/rtems/posix/timer.h: Ditto.
167
1682000-08-15      Joel Sherrill <joel@OARcorp.com>
169
170        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
171        to ensure that errno was always set.
172
1732000-08-15      Joel Sherrill <joel@OARcorp.com>
174
175        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
176        to use SuperCore _TOD_Current variable.
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.