From a6cbc9b8690825aebde9694e9132230d57d53847 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 17 Dec 2007 16:01:42 +0000 Subject: 2007-12-17 Joel Sherrill * posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/timer.h, score/src/objectget.c: Split POSIX Timer implementation into multiple files. Add obvious error checks for NULL parameters. Attempt to reduce include files. * posix/src/timercreate.c, posix/src/timerdelete.c, posix/src/timergetoverrun.c, posix/src/timergettime.c, posix/src/timerinserthelper.c, posix/src/timersettime.c, posix/src/timertsr.c: New files. * posix/src/ptimer1.c: Removed. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 748cd61ebf..22dbfde309 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2007-12-17 Joel Sherrill + + * posix/Makefile.am, posix/preinstall.am, + posix/include/rtems/posix/timer.h, score/src/objectget.c: Split POSIX + Timer implementation into multiple files. Add obvious error checks + for NULL parameters. Attempt to reduce include files. + * posix/src/timercreate.c, posix/src/timerdelete.c, + posix/src/timergetoverrun.c, posix/src/timergettime.c, + posix/src/timerinserthelper.c, posix/src/timersettime.c, + posix/src/timertsr.c: New files. + * posix/src/ptimer1.c: Removed. + 2007-12-17 Chris Johns * libmisc/shell/main_blksync.c, libmisc/shell/main_msdosfmt.c, -- cgit v1.2.3