summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/ptimer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-102/+0
|
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
| | | | | | | * configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
* 2000-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-151-2/+2
| | | | | | | | * 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.
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-021-1/+32
|
* *** empty log message ***Joel Sherrill1999-11-021-921/+6
|
* Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1999-10-211-3/+7
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill1999-04-121-0/+2
| | | | --enable-tests problem a better way.
* Added line to initialize timer_max.Joel Sherrill1999-04-121-0/+2
|
* POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1999-02-031-8/+907
| | | | <jzamora@avellano.datsi.fi.upm.es>.
* created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill1996-06-031-0/+75