[PATCH 3/4] new rtems environment with the implementation of FreeBSD timecounters; modifications of certain tests in the testsuite New test: timecounter02

2015-04-01 Thread Alexander Krutwig
--- cpukit/libnetworking/rtems/rtems_bsdnet_internal.h | 3 +- cpukit/libnetworking/rtems/rtems_glue.c| 4 - cpukit/posix/src/clockgettime.c| 3 +- cpukit/posix/src/posixtimespecabsolutetimeout.c| 2 +- cpukit/posix/src/timergettime.c

Re: [PATCH 3/4] new rtems environment with the implementation of FreeBSD timecounters; modifications of certain tests in the testsuite New test: timecounter02

2015-04-01 Thread Gedare Bloom
I didn't read much of this, but it needs doxygen, and probably part of the previous patch should be merged in here, or some better splitting/recombining of patches so I don't have to review code that gets fixed. It's worth repeating, the rtems_*time functions are not following the API conventions

Re: [PATCH 3/4] new rtems environment with the implementation of FreeBSD timecounters; modifications of certain tests in the testsuite New test: timecounter02

2015-04-01 Thread Joel Sherrill
On 4/1/2015 10:01 AM, Gedare Bloom wrote: I didn't read much of this, but it needs doxygen, and probably part of the previous patch should be merged in here, or some better splitting/recombining of patches so I don't have to review code that gets fixed. It's worth repeating, the rtems_*time

Re: [PATCH 3/4] new rtems environment with the implementation of FreeBSD timecounters; modifications of certain tests in the testsuite New test: timecounter02

2015-04-01 Thread Gedare Bloom
On Wed, Apr 1, 2015 at 11:58 AM, Joel Sherrill joel.sherr...@oarcorp.com wrote: On 4/1/2015 10:01 AM, Gedare Bloom wrote: I didn't read much of this, but it needs doxygen, and probably part of the previous patch should be merged in here, or some better splitting/recombining of patches so I