source: rtems/cpukit/posix/ChangeLog @ 40b05974

4.104.114.84.95
Last change on this file since 40b05974 was 40b05974, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:32:56

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

  • inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
  • Property mode set to 100644
File size: 2.9 KB
Line 
12000-11-30      Joel Sherrill <joel@OARcorp.com>
2
3        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
4
52000-11-27      Joel Sherrill <joel@OARcorp.com>
6
7        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
8
92000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
12
132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
16
172000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18 
19        * configure.in: Cleanup comments.
20
212000-10-30      Joel Sherrill <joel@OARcorp.com>
22
23        * include/Makefile.am: Updated to reflect files merged into newlib.
24        This resulted in some definitions moving to other files and thus
25        some secondary effects in RTEMS source code.
26        * include/unistd.h: Removed.  Now use newlib's.
27        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
28        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
29        * src/execv.c: Corrected prototype to agree with newlib.
30        * src/execve.c: Corrected prototype to agree with newlib.
31        * src/execvp.c: Corrected prototype to agree with newlib.
32        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
33        that file no longer exists.
34        * src/pthreadkill.c: Added include of <signal.h>.
35        * src/sigaction.c: Added include of <signal.h>.
36        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
37        that file no longer exists.
38
392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
42        Switch to GNU canonicalization.
43
442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * src/Makefile.am, optman/Makefile.am: Include compile.am.
47
482000-08-30      Joel Sherrill <joel@OARcorp.com>
49
50        * Many files: Moved posix/include/rtems/posix/seterr.h to
51        score/include/rtems/seterr.h so it would be available within
52        all APIs.
53
542000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
57        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
58        style of src/ptimer1.c.  Continued effort to make the
59        POSIX Timer implementation match that of other managers.
60        Added data structures required to use SuperCore Object Handler.
61
622000-08-15      Joel Sherrill <joel@OARcorp.com>
63
64        * src/ptimer1.c: Minor formatting fixes.
65
662000-08-15      Joel Sherrill <joel@OARcorp.com>
67
68        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
69        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
70        and used structure copy instead.
71        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
72        * include/rtems/posix/timer.h: Ditto.
73
742000-08-15      Joel Sherrill <joel@OARcorp.com>
75
76        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
77        to ensure that errno was always set.
78
792000-08-15      Joel Sherrill <joel@OARcorp.com>
80
81        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
82        to use SuperCore _TOD_Current variable.
83
842000-08-10      Joel Sherrill <joel@OARcorp.com>
85
86        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.