source: rtems/cpukit/posix/ChangeLog @ 3ac5d4e2

4.104.114.84.95
Last change on this file since 3ac5d4e2 was 3ac5d4e2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:34:41

2000-09-04 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am, optman/Makefile.am: Include compile.am.
  • Property mode set to 100644
File size: 1.4 KB
Line 
12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/Makefile.am, optman/Makefile.am: Include compile.am.
4
52000-08-30      Joel Sherrill <joel@OARcorp.com>
6
7        * Many files: Moved posix/include/rtems/posix/seterr.h to
8        score/include/rtems/seterr.h so it would be available within
9        all APIs.
10
112000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
14        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
15        style of src/ptimer1.c.  Continued effort to make the
16        POSIX Timer implementation match that of other managers.
17        Added data structures required to use SuperCore Object Handler.
18
192000-08-15      Joel Sherrill <joel@OARcorp.com>
20
21        * src/ptimer1.c: Minor formatting fixes.
22
232000-08-15      Joel Sherrill <joel@OARcorp.com>
24
25        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
26        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
27        and used structure copy instead.
28        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
29        * include/rtems/posix/timer.h: Ditto.
30
312000-08-15      Joel Sherrill <joel@OARcorp.com>
32
33        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
34        to ensure that errno was always set.
35
362000-08-15      Joel Sherrill <joel@OARcorp.com>
37
38        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
39        to use SuperCore _TOD_Current variable.
40
412000-08-10      Joel Sherrill <joel@OARcorp.com>
42
43        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.