source: rtems/cpukit/posix/ChangeLog @ b602c298

4.104.114.84.95
Last change on this file since b602c298 was b602c298, checked in by Joel Sherrill <joel.sherrill@…>, on 08/25/00 at 17:15:44

2000-08-25 Joel Sherrill <joel.sherrill@…>

  • inline/rtems/posix/timer.inl, include/rtems/posix/timer.h, inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the style of src/ptimer1.c. Continued effort to make the POSIX Timer implementation match that of other managers. Added data structures required to use SuperCore? Object Handler.
  • Property mode set to 100644
File size: 1.1 KB
Line 
12000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
4        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
5        style of src/ptimer1.c.  Continued effort to make the
6        POSIX Timer implementation match that of other managers.
7        Added data structures required to use SuperCore Object Handler.
8
92000-08-15      Joel Sherrill <joel@OARcorp.com>
10
11        * src/ptimer1.c: Minor formatting fixes.
12
132000-08-15      Joel Sherrill <joel@OARcorp.com>
14
15        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
16        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
17        and used structure copy instead.
18        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
19        * include/rtems/posix/timer.h: Ditto.
20
212000-08-15      Joel Sherrill <joel@OARcorp.com>
22
23        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
24        to ensure that errno was always set.
25
262000-08-15      Joel Sherrill <joel@OARcorp.com>
27
28        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
29        to use SuperCore _TOD_Current variable.
30
312000-08-10      Joel Sherrill <joel@OARcorp.com>
32
33        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.