1 | 2000-12-19 Joel Sherrill <joel@OARcorp.com> |
---|
2 | |
---|
3 | * src/pthreadgetschedparam.c: Do not set output parameters if |
---|
4 | the pointers are NULL. |
---|
5 | |
---|
6 | 2000-12-06 Joel Sherrill <joel@OARcorp.com> |
---|
7 | |
---|
8 | * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to |
---|
9 | eliminate warning. |
---|
10 | |
---|
11 | 2000-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 | |
---|
17 | 2000-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 | |
---|
30 | 2000-11-30 Joel Sherrill <joel@OARcorp.com> |
---|
31 | |
---|
32 | * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs(). |
---|
33 | |
---|
34 | 2000-11-27 Joel Sherrill <joel@OARcorp.com> |
---|
35 | |
---|
36 | * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX. |
---|
37 | |
---|
38 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
39 | |
---|
40 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
41 | |
---|
42 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
43 | |
---|
44 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
45 | |
---|
46 | 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
47 | |
---|
48 | * configure.in: Cleanup comments. |
---|
49 | |
---|
50 | 2000-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 | |
---|
68 | 2000-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 | |
---|
73 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
74 | |
---|
75 | * src/Makefile.am, optman/Makefile.am: Include compile.am. |
---|
76 | |
---|
77 | 2000-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 | |
---|
83 | 2000-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 | |
---|
91 | 2000-08-15 Joel Sherrill <joel@OARcorp.com> |
---|
92 | |
---|
93 | * src/ptimer1.c: Minor formatting fixes. |
---|
94 | |
---|
95 | 2000-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 | |
---|
103 | 2000-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 | |
---|
108 | 2000-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 | |
---|
113 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
114 | |
---|
115 | * ChangeLog: New file. |
---|