forked from Imagelibrary/rtems
* Added macro support to POSIX API. This is known to compile. * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl, macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl, macros/rtems/posix/timer.inl: New files. * configure.in: Removed error check for enabling macros. * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines since you cannot have prototypes for macros. * macros/rtems/posix/Makefile.am: Added files.
100 lines
3.5 KiB
Plaintext
100 lines
3.5 KiB
Plaintext
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* Added macro support to POSIX API. This is known to compile.
|
|
* macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
|
|
macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
|
|
macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
|
|
macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
|
|
macros/rtems/posix/timer.inl: New files.
|
|
* configure.in: Removed error check for enabling macros.
|
|
* rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
|
|
since you cannot have prototypes for macros.
|
|
* macros/rtems/posix/Makefile.am: Added files.
|
|
|
|
2000-11-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
|
|
|
|
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
|
|
|
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
|
|
|
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
|
|
|
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: Cleanup comments.
|
|
|
|
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* 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.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
|
Switch to GNU canonicalization.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* src/Makefile.am, optman/Makefile.am: Include compile.am.
|
|
|
|
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* Many files: Moved posix/include/rtems/posix/seterr.h to
|
|
score/include/rtems/seterr.h so it would be available within
|
|
all APIs.
|
|
|
|
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
|
|
* inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
|
|
inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
|
|
style of src/ptimer1.c. Continued effort to make the
|
|
POSIX Timer implementation match that of other managers.
|
|
Added data structures required to use SuperCore Object Handler.
|
|
|
|
2000-08-15 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* src/ptimer1.c: Minor formatting fixes.
|
|
|
|
2000-08-15 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
|
|
* src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
|
|
and used structure copy instead.
|
|
* src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
|
|
* include/rtems/posix/timer.h: Ditto.
|
|
|
|
2000-08-15 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
|
|
to ensure that errno was always set.
|
|
|
|
2000-08-15 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
|
|
to use SuperCore _TOD_Current variable.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|