source: rtems/cpukit/posix/ChangeLog @ ab6d08f

4.104.114.84.95
Last change on this file since ab6d08f was ab6d08f, checked in by Joel Sherrill <joel.sherrill@…>, on 03/19/01 at 13:08:20

2001-03-19 Joel Sherrill <joel@…>

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