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

4.104.114.84.95
Last change on this file since aefc109 was 188c82b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/00 at 17:12:55

2000-08-30 Joel Sherrill <joel@…>

  • Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
  • Property mode set to 100644
File size: 1.3 KB
Line 
12000-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * Many files: Moved posix/include/rtems/posix/seterr.h to
4        score/include/rtems/seterr.h so it would be available within
5        all APIs.
6
72000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
10        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
11        style of src/ptimer1.c.  Continued effort to make the
12        POSIX Timer implementation match that of other managers.
13        Added data structures required to use SuperCore Object Handler.
14
152000-08-15      Joel Sherrill <joel@OARcorp.com>
16
17        * src/ptimer1.c: Minor formatting fixes.
18
192000-08-15      Joel Sherrill <joel@OARcorp.com>
20
21        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
22        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
23        and used structure copy instead.
24        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
25        * include/rtems/posix/timer.h: Ditto.
26
272000-08-15      Joel Sherrill <joel@OARcorp.com>
28
29        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
30        to ensure that errno was always set.
31
322000-08-15      Joel Sherrill <joel@OARcorp.com>
33
34        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
35        to use SuperCore _TOD_Current variable.
36
372000-08-10      Joel Sherrill <joel@OARcorp.com>
38
39        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.