source: rtems/c/src/exec/posix/ChangeLog @ f42b726

4.104.114.84.95
Last change on this file since f42b726 was f42b726, checked in by Joel Sherrill <joel.sherrill@…>, on 01/24/01 at 14:17:28

2001-01-24 Ralf Corsepius <corsepiu@…>

  • configure.in: Add src/config.h
  • src/Makefile.am: Add INCLUDES += -I. to pickup config.h
  • src/.cvsignore: Add config.h and stamp-h
  • src/*.c: Add config.h support.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Add src/config.h
4        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
5        * src/.cvsignore: Add config.h and stamp-h
6        * src/*.c: Add config.h support.
7
82001-01-23      Joel Sherrill <joel@OARcorp.com>
9
10        * src/alarm.c: Eliminated use of C++ style comments.
11
122001-01-12      Joel Sherrill <joel@OARcorp.com>
13
14        * src/clockgetres.c: Fixed match problem.  We are not converting
15        an interval to a timespec -- it is actually a real number of
16        microseconds.
17
182001-01-22      Michael Hamel <mhamel@adi.co.nz>
19
20        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
21        src/ptimer1.c, include/rtems/posix/semaphore.h,
22        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
23        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
24        Modifications to make CodeWarrior happy.
25
262001-01-12      Joel Sherrill <joel@OARcorp.com>
27
28        * src/README.mqueue: Enhanced example.
29
302000-12-19      Joel Sherrill <joel@OARcorp.com>
31
32        * src/pthreadgetschedparam.c: Do not set output parameters if
33        the pointers are NULL.
34
352000-12-06      Joel Sherrill <joel@OARcorp.com>
36
37        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
38        eliminate warning.
39
402000-12-01      Joel Sherrill <joel@OARcorp.com>
41
42        * include/rtems/posix/cond.h: #if 0'ed out prototype of
43        _POSIX_Condition_variables_Get to avoid conflict with macro
44        implementation.
45
462000-12-01      Joel Sherrill <joel@OARcorp.com>
47
48        * Added macro support to POSIX API.  This is known to compile.
49        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
50        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
51        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
52        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
53        macros/rtems/posix/timer.inl: New files.
54        * configure.in: Removed error check for enabling macros.
55        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
56        since you cannot have prototypes for macros.
57        * macros/rtems/posix/Makefile.am: Added files.
58
592000-11-30      Joel Sherrill <joel@OARcorp.com>
60
61        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
62
632000-11-27      Joel Sherrill <joel@OARcorp.com>
64
65        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
66
672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
70
712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
74
752000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76 
77        * configure.in: Cleanup comments.
78
792000-10-30      Joel Sherrill <joel@OARcorp.com>
80
81        * include/Makefile.am: Updated to reflect files merged into newlib.
82        This resulted in some definitions moving to other files and thus
83        some secondary effects in RTEMS source code.
84        * include/unistd.h: Removed.  Now use newlib's.
85        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
86        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
87        * src/execv.c: Corrected prototype to agree with newlib.
88        * src/execve.c: Corrected prototype to agree with newlib.
89        * src/execvp.c: Corrected prototype to agree with newlib.
90        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
91        that file no longer exists.
92        * src/pthreadkill.c: Added include of <signal.h>.
93        * src/sigaction.c: Added include of <signal.h>.
94        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
95        that file no longer exists.
96
972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
100        Switch to GNU canonicalization.
101
1022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * src/Makefile.am, optman/Makefile.am: Include compile.am.
105
1062000-08-30      Joel Sherrill <joel@OARcorp.com>
107
108        * Many files: Moved posix/include/rtems/posix/seterr.h to
109        score/include/rtems/seterr.h so it would be available within
110        all APIs.
111
1122000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
115        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
116        style of src/ptimer1.c.  Continued effort to make the
117        POSIX Timer implementation match that of other managers.
118        Added data structures required to use SuperCore Object Handler.
119
1202000-08-15      Joel Sherrill <joel@OARcorp.com>
121
122        * src/ptimer1.c: Minor formatting fixes.
123
1242000-08-15      Joel Sherrill <joel@OARcorp.com>
125
126        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
127        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
128        and used structure copy instead.
129        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
130        * include/rtems/posix/timer.h: Ditto.
131
1322000-08-15      Joel Sherrill <joel@OARcorp.com>
133
134        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
135        to ensure that errno was always set.
136
1372000-08-15      Joel Sherrill <joel@OARcorp.com>
138
139        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
140        to use SuperCore _TOD_Current variable.
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.