source: rtems/cpukit/posix/ChangeLog @ da8d470

4.104.114.84.95
Last change on this file since da8d470 was 57fe91f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/00 at 15:30:58

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

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