source: rtems/cpukit/posix/ChangeLog @ 02e4dcd

4.104.114.84.95
Last change on this file since 02e4dcd was a781bbff, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/01 at 20:48:20

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

  • src/mqueuesendsupp.c: Unblocking message queue operations should NOT use _Thread_Executing for return status since it is permissible to invoke message send operations from an ISR. This was reported by Suvrat Gupta <suvrat@…>.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12001-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * src/mqueuesendsupp.c: Unblocking message queue operations should
4        NOT use _Thread_Executing for return status since it is permissible
5        to invoke message send operations from an ISR.  This was reported
6        by Suvrat Gupta <suvrat@utstar.com>.
7
82000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
9
10        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
11        src/getuid.c: Now save their values in private user environment.
12
132001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
16
172001-03-19      Joel Sherrill <joel@OARcorp.com>
18
19        * sys/utsname.h: Added C++ wrapper.
20
212001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/Makefile.am, include/rtems/posix/Makefile.am,
24        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
25        macros/rtems/posix/Makefile.am:
26        Apply include_*HEADERS instead of H_FILES.
27
282001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: Add src/config.h
31        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
32        * src/.cvsignore: Add config.h and stamp-h
33        * src/*.c: Add config.h support.
34
352001-01-23      Joel Sherrill <joel@OARcorp.com>
36
37        * src/alarm.c: Eliminated use of C++ style comments.
38
392001-01-12      Joel Sherrill <joel@OARcorp.com>
40
41        * src/clockgetres.c: Fixed match problem.  We are not converting
42        an interval to a timespec -- it is actually a real number of
43        microseconds.
44
452001-01-22      Michael Hamel <mhamel@adi.co.nz>
46
47        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
48        src/ptimer1.c, include/rtems/posix/semaphore.h,
49        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
50        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
51        Modifications to make CodeWarrior happy.
52
532001-01-12      Joel Sherrill <joel@OARcorp.com>
54
55        * src/README.mqueue: Enhanced example.
56
572000-12-19      Joel Sherrill <joel@OARcorp.com>
58
59        * src/pthreadgetschedparam.c: Do not set output parameters if
60        the pointers are NULL.
61
622000-12-06      Joel Sherrill <joel@OARcorp.com>
63
64        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
65        eliminate warning.
66
672000-12-01      Joel Sherrill <joel@OARcorp.com>
68
69        * include/rtems/posix/cond.h: #if 0'ed out prototype of
70        _POSIX_Condition_variables_Get to avoid conflict with macro
71        implementation.
72
732000-12-01      Joel Sherrill <joel@OARcorp.com>
74
75        * Added macro support to POSIX API.  This is known to compile.
76        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
77        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
78        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
79        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
80        macros/rtems/posix/timer.inl: New files.
81        * configure.in: Removed error check for enabling macros.
82        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
83        since you cannot have prototypes for macros.
84        * macros/rtems/posix/Makefile.am: Added files.
85
862000-11-30      Joel Sherrill <joel@OARcorp.com>
87
88        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
89
902000-11-27      Joel Sherrill <joel@OARcorp.com>
91
92        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
93
942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
97
982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
101
1022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103 
104        * configure.in: Cleanup comments.
105
1062000-10-30      Joel Sherrill <joel@OARcorp.com>
107
108        * include/Makefile.am: Updated to reflect files merged into newlib.
109        This resulted in some definitions moving to other files and thus
110        some secondary effects in RTEMS source code.
111        * include/unistd.h: Removed.  Now use newlib's.
112        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
113        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
114        * src/execv.c: Corrected prototype to agree with newlib.
115        * src/execve.c: Corrected prototype to agree with newlib.
116        * src/execvp.c: Corrected prototype to agree with newlib.
117        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
118        that file no longer exists.
119        * src/pthreadkill.c: Added include of <signal.h>.
120        * src/sigaction.c: Added include of <signal.h>.
121        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
122        that file no longer exists.
123
1242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
127        Switch to GNU canonicalization.
128
1292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * src/Makefile.am, optman/Makefile.am: Include compile.am.
132
1332000-08-30      Joel Sherrill <joel@OARcorp.com>
134
135        * Many files: Moved posix/include/rtems/posix/seterr.h to
136        score/include/rtems/seterr.h so it would be available within
137        all APIs.
138
1392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
142        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
143        style of src/ptimer1.c.  Continued effort to make the
144        POSIX Timer implementation match that of other managers.
145        Added data structures required to use SuperCore Object Handler.
146
1472000-08-15      Joel Sherrill <joel@OARcorp.com>
148
149        * src/ptimer1.c: Minor formatting fixes.
150
1512000-08-15      Joel Sherrill <joel@OARcorp.com>
152
153        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
154        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
155        and used structure copy instead.
156        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
157        * include/rtems/posix/timer.h: Ditto.
158
1592000-08-15      Joel Sherrill <joel@OARcorp.com>
160
161        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
162        to ensure that errno was always set.
163
1642000-08-15      Joel Sherrill <joel@OARcorp.com>
165
166        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
167        to use SuperCore _TOD_Current variable.
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.