source: rtems/c/src/exec/posix/ChangeLog @ 781262bb

4.104.114.84.95
Last change on this file since 781262bb was 781262bb, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 16:33:48

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

  • include/Makefile.am: Updated to reflect files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code.
  • include/unistd.h: Removed. Now use newlib's.
  • include/rtems/posix/mqueue.h: Add include of <signal.h>.
  • include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
  • src/execv.c: Corrected prototype to agree with newlib.
  • src/execve.c: Corrected prototype to agree with newlib.
  • src/execvp.c: Corrected prototype to agree with newlib.
  • src/psignal.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists.
  • src/pthreadkill.c: Added include of <signal.h>.
  • src/sigaction.c: Added include of <signal.h>.
  • src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists. *
  • Property mode set to 100644
File size: 2.4 KB
Line 
12000-10-30      Joel Sherrill <joel@OARcorp.com>
2
3        * include/Makefile.am: Updated to reflect files merged into newlib.
4        This resulted in some definitions moving to other files and thus
5        some secondary effects in RTEMS source code.
6        * include/unistd.h: Removed.  Now use newlib's.
7        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
8        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
9        * src/execv.c: Corrected prototype to agree with newlib.
10        * src/execve.c: Corrected prototype to agree with newlib.
11        * src/execvp.c: Corrected prototype to agree with newlib.
12        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
13        that file no longer exists.
14        * src/pthreadkill.c: Added include of <signal.h>.
15        * src/sigaction.c: Added include of <signal.h>.
16        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
17        that file no longer exists.
18
192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
22        Switch to GNU canonicalization.
23
242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * src/Makefile.am, optman/Makefile.am: Include compile.am.
27
282000-08-30      Joel Sherrill <joel@OARcorp.com>
29
30        * Many files: Moved posix/include/rtems/posix/seterr.h to
31        score/include/rtems/seterr.h so it would be available within
32        all APIs.
33
342000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
37        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
38        style of src/ptimer1.c.  Continued effort to make the
39        POSIX Timer implementation match that of other managers.
40        Added data structures required to use SuperCore Object Handler.
41
422000-08-15      Joel Sherrill <joel@OARcorp.com>
43
44        * src/ptimer1.c: Minor formatting fixes.
45
462000-08-15      Joel Sherrill <joel@OARcorp.com>
47
48        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
49        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
50        and used structure copy instead.
51        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
52        * include/rtems/posix/timer.h: Ditto.
53
542000-08-15      Joel Sherrill <joel@OARcorp.com>
55
56        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
57        to ensure that errno was always set.
58
592000-08-15      Joel Sherrill <joel@OARcorp.com>
60
61        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
62        to use SuperCore _TOD_Current variable.
63
642000-08-10      Joel Sherrill <joel@OARcorp.com>
65
66        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.