source: rtems/c/src/exec/posix/ChangeLog @ 8f4bddd

4.104.114.84.95
Last change on this file since 8f4bddd was 8f4bddd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/00 at 16:42:15

2000-12-19 Joel Sherrill <joel@…>

  • src/pthreadgetschedparam.c: Do not set output parameters if the pointers are NULL.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12000-12-19      Joel Sherrill <joel@OARcorp.com>
2
3        * src/pthreadgetschedparam.c: Do not set output parameters if
4        the pointers are NULL.
5
62000-12-06      Joel Sherrill <joel@OARcorp.com>
7
8        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
9        eliminate warning.
10
112000-12-01      Joel Sherrill <joel@OARcorp.com>
12
13        * include/rtems/posix/cond.h: #if 0'ed out prototype of
14        _POSIX_Condition_variables_Get to avoid conflict with macro
15        implementation.
16
172000-12-01      Joel Sherrill <joel@OARcorp.com>
18
19        * Added macro support to POSIX API.  This is known to compile.
20        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
21        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
22        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
23        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
24        macros/rtems/posix/timer.inl: New files.
25        * configure.in: Removed error check for enabling macros.
26        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
27        since you cannot have prototypes for macros.
28        * macros/rtems/posix/Makefile.am: Added files.
29
302000-11-30      Joel Sherrill <joel@OARcorp.com>
31
32        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
33
342000-11-27      Joel Sherrill <joel@OARcorp.com>
35
36        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
37
382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
41
422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
45
462000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47 
48        * configure.in: Cleanup comments.
49
502000-10-30      Joel Sherrill <joel@OARcorp.com>
51
52        * include/Makefile.am: Updated to reflect files merged into newlib.
53        This resulted in some definitions moving to other files and thus
54        some secondary effects in RTEMS source code.
55        * include/unistd.h: Removed.  Now use newlib's.
56        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
57        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
58        * src/execv.c: Corrected prototype to agree with newlib.
59        * src/execve.c: Corrected prototype to agree with newlib.
60        * src/execvp.c: Corrected prototype to agree with newlib.
61        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
62        that file no longer exists.
63        * src/pthreadkill.c: Added include of <signal.h>.
64        * src/sigaction.c: Added include of <signal.h>.
65        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
66        that file no longer exists.
67
682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
71        Switch to GNU canonicalization.
72
732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * src/Makefile.am, optman/Makefile.am: Include compile.am.
76
772000-08-30      Joel Sherrill <joel@OARcorp.com>
78
79        * Many files: Moved posix/include/rtems/posix/seterr.h to
80        score/include/rtems/seterr.h so it would be available within
81        all APIs.
82
832000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
86        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
87        style of src/ptimer1.c.  Continued effort to make the
88        POSIX Timer implementation match that of other managers.
89        Added data structures required to use SuperCore Object Handler.
90
912000-08-15      Joel Sherrill <joel@OARcorp.com>
92
93        * src/ptimer1.c: Minor formatting fixes.
94
952000-08-15      Joel Sherrill <joel@OARcorp.com>
96
97        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
98        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
99        and used structure copy instead.
100        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
101        * include/rtems/posix/timer.h: Ditto.
102
1032000-08-15      Joel Sherrill <joel@OARcorp.com>
104
105        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
106        to ensure that errno was always set.
107
1082000-08-15      Joel Sherrill <joel@OARcorp.com>
109
110        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
111        to use SuperCore _TOD_Current variable.
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.