Re: [PATCH] closes #3889

2021-07-24 Thread zack leung
> - remaining = 0; > + result->tv_nsec=0; > + result->tv_sec=0; This isn't correct. result is an uninitialized pointer. So then how do I set the timespec's value to 0? I have changed the timespec variables i have declared from pointers to regular variables. in the original code the

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Kinsey Moore
Christian's handy script correctly identified that the CGEM patches for ZynqMP (and all related changes) have not gone into rtems-libbsd master. This is due to those initial patches being primarily a backport of existing FreeBSD 13 patches with some modifications that rendered them very unlike

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Christian Mauderer
Hello Joel, On 24/07/2021 22:02, Joel Sherrill wrote: On Sat, Jul 24, 2021, 1:55 PM Christian Mauderer > wrote: Hello Joel, I wrote a short script to find different commits based on author and subject (see attached python-script). It seems that there a

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Joel Sherrill
On Sat, Jul 24, 2021, 1:55 PM Christian Mauderer wrote: > Hello Joel, > > I wrote a short script to find different commits based on author and > subject (see attached python-script). It seems that there are quite some > differences (see attached output). > Quick work! > > The big blog of HDMI o

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Christian Mauderer
Hello Joel, I wrote a short script to find different commits based on author and subject (see attached python-script). It seems that there are quite some differences (see attached output). The big blog of HDMI on Beagle patches that is only on master is caused by me. These have been develope

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Joel Sherrill
On Sat, Jul 24, 2021, 11:30 AM Christian Mauderer wrote: > Hello Joel, > > On 24/07/2021 18:18, Joel Sherrill wrote: > > > > > > On Sat, Jul 24, 2021, 10:19 AM Christian Mauderer > > wrote: > > > > Hello, > > > > in a discussion with Husni I noted that the patc

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Christian Mauderer
Hello Joel, On 24/07/2021 18:18, Joel Sherrill wrote: On Sat, Jul 24, 2021, 10:19 AM Christian Mauderer > wrote: Hello, in a discussion with Husni I noted that the patches adding ttcp are only on the 6-freebsd-12 branch of libbsd. Is there a reason

Re: ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Joel Sherrill
On Sat, Jul 24, 2021, 10:19 AM Christian Mauderer wrote: > Hello, > > in a discussion with Husni I noted that the patches adding ttcp are only > on the 6-freebsd-12 branch of libbsd. Is there a reason that they are > not on master too? > Yes but forgetting isn't a good reason. I know I have a re

ttcp only on 6-freebsd-12 and not on master of libbsd

2021-07-24 Thread Christian Mauderer
Hello, in a discussion with Husni I noted that the patches adding ttcp are only on the 6-freebsd-12 branch of libbsd. Is there a reason that they are not on master too? https://git.rtems.org/rtems-libbsd/commit/?h=6-freebsd-12&id=af06b267c5ce04e8a4a7719cb0c723ee4a27f4b4 https://git.rtems.org/

GSOC 2021: USB Device Drivers - Beaglebone Black

2021-07-24 Thread Ahamed Husni
Hi all, In phase one of the GSoC I ported the usb template driver and the CDC Ethernet template (Template for Ethernet over USB) to the RTEMS LibBSD. The driver was tested in the 6-freebsd-12 and the master branch. I have prepared a report for phase one. https://drac98.github.io/2021/07/13/gsoc-20