summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/ptimer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-102/+0
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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-152000-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill1-1/+32
1999-11-02*** empty log message ***Joel Sherrill1-921/+6
1999-10-21Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1-3/+7
1999-04-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill1-0/+2
--enable-tests problem a better way.
1999-04-12Added line to initialize timer_max.Joel Sherrill1-0/+2
1999-02-03POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1-8/+907
<jzamora@avellano.datsi.fi.upm.es>.
1996-06-03created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill1-0/+75