source: rtems/cpukit/posix/ChangeLog @ d57c04e

4.104.114.84.95
Last change on this file since d57c04e was eb33fa54, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/00 at 22:05:32

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

  • include/rtems/posix/cond.h: #if 0'ed out prototype of _POSIX_Condition_variables_Get to avoid conflict with macro implementation.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12000-12-01      Joel Sherrill <joel@OARcorp.com>
2
3        * include/rtems/posix/cond.h: #if 0'ed out prototype of
4        _POSIX_Condition_variables_Get to avoid conflict with macro
5        implementation.
6
72000-12-01      Joel Sherrill <joel@OARcorp.com>
8
9        * Added macro support to POSIX API.  This is known to compile.
10        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
11        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
12        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
13        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
14        macros/rtems/posix/timer.inl: New files.
15        * configure.in: Removed error check for enabling macros.
16        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
17        since you cannot have prototypes for macros.
18        * macros/rtems/posix/Makefile.am: Added files.
19
202000-11-30      Joel Sherrill <joel@OARcorp.com>
21
22        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
23
242000-11-27      Joel Sherrill <joel@OARcorp.com>
25
26        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
27
282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
31
322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
35
362000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37 
38        * configure.in: Cleanup comments.
39
402000-10-30      Joel Sherrill <joel@OARcorp.com>
41
42        * include/Makefile.am: Updated to reflect files merged into newlib.
43        This resulted in some definitions moving to other files and thus
44        some secondary effects in RTEMS source code.
45        * include/unistd.h: Removed.  Now use newlib's.
46        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
47        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
48        * src/execv.c: Corrected prototype to agree with newlib.
49        * src/execve.c: Corrected prototype to agree with newlib.
50        * src/execvp.c: Corrected prototype to agree with newlib.
51        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
52        that file no longer exists.
53        * src/pthreadkill.c: Added include of <signal.h>.
54        * src/sigaction.c: Added include of <signal.h>.
55        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
56        that file no longer exists.
57
582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
61        Switch to GNU canonicalization.
62
632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * src/Makefile.am, optman/Makefile.am: Include compile.am.
66
672000-08-30      Joel Sherrill <joel@OARcorp.com>
68
69        * Many files: Moved posix/include/rtems/posix/seterr.h to
70        score/include/rtems/seterr.h so it would be available within
71        all APIs.
72
732000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
76        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
77        style of src/ptimer1.c.  Continued effort to make the
78        POSIX Timer implementation match that of other managers.
79        Added data structures required to use SuperCore Object Handler.
80
812000-08-15      Joel Sherrill <joel@OARcorp.com>
82
83        * src/ptimer1.c: Minor formatting fixes.
84
852000-08-15      Joel Sherrill <joel@OARcorp.com>
86
87        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
88        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
89        and used structure copy instead.
90        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
91        * include/rtems/posix/timer.h: Ditto.
92
932000-08-15      Joel Sherrill <joel@OARcorp.com>
94
95        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
96        to ensure that errno was always set.
97
982000-08-15      Joel Sherrill <joel@OARcorp.com>
99
100        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
101        to use SuperCore _TOD_Current variable.
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.