source: rtems/cpukit/posix/ChangeLog @ d60b3efa

4.104.114.84.95
Last change on this file since d60b3efa was d60b3efa, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:17:06

2000-10-30 Ralf Corsepius <corsepiu@…>

  • configure.in: Cleanup comments.
  • bsp_specs: Add qnolinkcmds.
  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[d60b3efa]12000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2 
3        * configure.in: Cleanup comments.
4
[781262bb]52000-10-30      Joel Sherrill <joel@OARcorp.com>
6
7        * include/Makefile.am: Updated to reflect files merged into newlib.
8        This resulted in some definitions moving to other files and thus
9        some secondary effects in RTEMS source code.
10        * include/unistd.h: Removed.  Now use newlib's.
11        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
12        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
13        * src/execv.c: Corrected prototype to agree with newlib.
14        * src/execve.c: Corrected prototype to agree with newlib.
15        * src/execvp.c: Corrected prototype to agree with newlib.
16        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
17        that file no longer exists.
18        * src/pthreadkill.c: Added include of <signal.h>.
19        * src/sigaction.c: Added include of <signal.h>.
20        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
21        that file no longer exists.
22
[5582de1]232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
[d60b3efa]26        Switch to GNU canonicalization.
[5582de1]27
[3ac5d4e2]282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * src/Makefile.am, optman/Makefile.am: Include compile.am.
31
[188c82b]322000-08-30      Joel Sherrill <joel@OARcorp.com>
33
34        * Many files: Moved posix/include/rtems/posix/seterr.h to
35        score/include/rtems/seterr.h so it would be available within
36        all APIs.
37
[b602c298]382000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
41        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
42        style of src/ptimer1.c.  Continued effort to make the
43        POSIX Timer implementation match that of other managers.
44        Added data structures required to use SuperCore Object Handler.
45
[02fe6ab]462000-08-15      Joel Sherrill <joel@OARcorp.com>
47
48        * src/ptimer1.c: Minor formatting fixes.
49
[ea56c0a8]502000-08-15      Joel Sherrill <joel@OARcorp.com>
51
[939e29d]52        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
53        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
54        and used structure copy instead.
55        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
56        * include/rtems/posix/timer.h: Ditto.
57
582000-08-15      Joel Sherrill <joel@OARcorp.com>
59
60        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
[ea56c0a8]61        to ensure that errno was always set.
62
[16ce86f9]632000-08-15      Joel Sherrill <joel@OARcorp.com>
64
[939e29d]65        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
[16ce86f9]66        to use SuperCore _TOD_Current variable.
67
[e94ad1fe]682000-08-10      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.