source: rtems/c/src/exec/posix/ChangeLog @ 53c3a2c6

4.104.114.84.95
Last change on this file since 53c3a2c6 was 53c3a2c6, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/01 at 13:16:57

2001-04-27 Ralf Corsepius <corsepiu@…>

  • configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
4
52001-03-19      Joel Sherrill <joel@OARcorp.com>
6
7        * sys/utsname.h: Added C++ wrapper.
8
92001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * include/Makefile.am, include/rtems/posix/Makefile.am,
12        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
13        macros/rtems/posix/Makefile.am:
14        Apply include_*HEADERS instead of H_FILES.
15
162001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.in: Add src/config.h
19        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
20        * src/.cvsignore: Add config.h and stamp-h
21        * src/*.c: Add config.h support.
22
232001-01-23      Joel Sherrill <joel@OARcorp.com>
24
25        * src/alarm.c: Eliminated use of C++ style comments.
26
272001-01-12      Joel Sherrill <joel@OARcorp.com>
28
29        * src/clockgetres.c: Fixed match problem.  We are not converting
30        an interval to a timespec -- it is actually a real number of
31        microseconds.
32
332001-01-22      Michael Hamel <mhamel@adi.co.nz>
34
35        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
36        src/ptimer1.c, include/rtems/posix/semaphore.h,
37        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
38        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
39        Modifications to make CodeWarrior happy.
40
412001-01-12      Joel Sherrill <joel@OARcorp.com>
42
43        * src/README.mqueue: Enhanced example.
44
452000-12-19      Joel Sherrill <joel@OARcorp.com>
46
47        * src/pthreadgetschedparam.c: Do not set output parameters if
48        the pointers are NULL.
49
502000-12-06      Joel Sherrill <joel@OARcorp.com>
51
52        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
53        eliminate warning.
54
552000-12-01      Joel Sherrill <joel@OARcorp.com>
56
57        * include/rtems/posix/cond.h: #if 0'ed out prototype of
58        _POSIX_Condition_variables_Get to avoid conflict with macro
59        implementation.
60
612000-12-01      Joel Sherrill <joel@OARcorp.com>
62
63        * Added macro support to POSIX API.  This is known to compile.
64        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
65        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
66        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
67        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
68        macros/rtems/posix/timer.inl: New files.
69        * configure.in: Removed error check for enabling macros.
70        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
71        since you cannot have prototypes for macros.
72        * macros/rtems/posix/Makefile.am: Added files.
73
742000-11-30      Joel Sherrill <joel@OARcorp.com>
75
76        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
77
782000-11-27      Joel Sherrill <joel@OARcorp.com>
79
80        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
81
822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
85
862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
89
902000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91 
92        * configure.in: Cleanup comments.
93
942000-10-30      Joel Sherrill <joel@OARcorp.com>
95
96        * include/Makefile.am: Updated to reflect files merged into newlib.
97        This resulted in some definitions moving to other files and thus
98        some secondary effects in RTEMS source code.
99        * include/unistd.h: Removed.  Now use newlib's.
100        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
101        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
102        * src/execv.c: Corrected prototype to agree with newlib.
103        * src/execve.c: Corrected prototype to agree with newlib.
104        * src/execvp.c: Corrected prototype to agree with newlib.
105        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
106        that file no longer exists.
107        * src/pthreadkill.c: Added include of <signal.h>.
108        * src/sigaction.c: Added include of <signal.h>.
109        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
110        that file no longer exists.
111
1122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
115        Switch to GNU canonicalization.
116
1172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * src/Makefile.am, optman/Makefile.am: Include compile.am.
120
1212000-08-30      Joel Sherrill <joel@OARcorp.com>
122
123        * Many files: Moved posix/include/rtems/posix/seterr.h to
124        score/include/rtems/seterr.h so it would be available within
125        all APIs.
126
1272000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
130        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
131        style of src/ptimer1.c.  Continued effort to make the
132        POSIX Timer implementation match that of other managers.
133        Added data structures required to use SuperCore Object Handler.
134
1352000-08-15      Joel Sherrill <joel@OARcorp.com>
136
137        * src/ptimer1.c: Minor formatting fixes.
138
1392000-08-15      Joel Sherrill <joel@OARcorp.com>
140
141        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
142        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
143        and used structure copy instead.
144        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
145        * include/rtems/posix/timer.h: Ditto.
146
1472000-08-15      Joel Sherrill <joel@OARcorp.com>
148
149        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
150        to ensure that errno was always set.
151
1522000-08-15      Joel Sherrill <joel@OARcorp.com>
153
154        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
155        to use SuperCore _TOD_Current variable.
156
1572000-08-10      Joel Sherrill <joel@OARcorp.com>
158
159        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.