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

4.104.114.84.95
Last change on this file since d9f6165 was d9f6165, checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/01 at 13:34:24

2001-01-12 Joel Sherrill <joel@…>

  • src/README.mqueue: Enhanced example.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12001-01-12      Joel Sherrill <joel@OARcorp.com>
2
3        * src/README.mqueue: Enhanced example.
4
52000-12-19      Joel Sherrill <joel@OARcorp.com>
6
7        * src/pthreadgetschedparam.c: Do not set output parameters if
8        the pointers are NULL.
9
102000-12-06      Joel Sherrill <joel@OARcorp.com>
11
12        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
13        eliminate warning.
14
152000-12-01      Joel Sherrill <joel@OARcorp.com>
16
17        * include/rtems/posix/cond.h: #if 0'ed out prototype of
18        _POSIX_Condition_variables_Get to avoid conflict with macro
19        implementation.
20
212000-12-01      Joel Sherrill <joel@OARcorp.com>
22
23        * Added macro support to POSIX API.  This is known to compile.
24        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
25        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
26        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
27        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
28        macros/rtems/posix/timer.inl: New files.
29        * configure.in: Removed error check for enabling macros.
30        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
31        since you cannot have prototypes for macros.
32        * macros/rtems/posix/Makefile.am: Added files.
33
342000-11-30      Joel Sherrill <joel@OARcorp.com>
35
36        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
37
382000-11-27      Joel Sherrill <joel@OARcorp.com>
39
40        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
41
422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
45
462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
49
502000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51 
52        * configure.in: Cleanup comments.
53
542000-10-30      Joel Sherrill <joel@OARcorp.com>
55
56        * include/Makefile.am: Updated to reflect files merged into newlib.
57        This resulted in some definitions moving to other files and thus
58        some secondary effects in RTEMS source code.
59        * include/unistd.h: Removed.  Now use newlib's.
60        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
61        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
62        * src/execv.c: Corrected prototype to agree with newlib.
63        * src/execve.c: Corrected prototype to agree with newlib.
64        * src/execvp.c: Corrected prototype to agree with newlib.
65        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
66        that file no longer exists.
67        * src/pthreadkill.c: Added include of <signal.h>.
68        * src/sigaction.c: Added include of <signal.h>.
69        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
70        that file no longer exists.
71
722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
75        Switch to GNU canonicalization.
76
772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * src/Makefile.am, optman/Makefile.am: Include compile.am.
80
812000-08-30      Joel Sherrill <joel@OARcorp.com>
82
83        * Many files: Moved posix/include/rtems/posix/seterr.h to
84        score/include/rtems/seterr.h so it would be available within
85        all APIs.
86
872000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
90        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
91        style of src/ptimer1.c.  Continued effort to make the
92        POSIX Timer implementation match that of other managers.
93        Added data structures required to use SuperCore Object Handler.
94
952000-08-15      Joel Sherrill <joel@OARcorp.com>
96
97        * src/ptimer1.c: Minor formatting fixes.
98
992000-08-15      Joel Sherrill <joel@OARcorp.com>
100
101        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
102        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
103        and used structure copy instead.
104        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
105        * include/rtems/posix/timer.h: Ditto.
106
1072000-08-15      Joel Sherrill <joel@OARcorp.com>
108
109        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
110        to ensure that errno was always set.
111
1122000-08-15      Joel Sherrill <joel@OARcorp.com>
113
114        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
115        to use SuperCore _TOD_Current variable.
116
1172000-08-10      Joel Sherrill <joel@OARcorp.com>
118
119        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.