[uclibc-ng-devel] PATCH] Fix ntfw when called with FTW_CHDIR and FTW_DEPTH to change directory back to the parent before processing the directory (after the contents have already been processed).

2016-10-17 Thread Ata, John (US)
Hi all, In using ftw/nftw, I've discovered a bug when using FTW_CHDIR and FTW_DEPTH. After changing the working directory to a subdirectory, nftw would process the contents fine. However, it would then try and process the directory itself while still in that directory and then switch back to

Re: [uclibc-ng-devel] use safe, even if possibly a few cycles slower, six-argument syscall implementation

2018-12-06 Thread Ata, John (US)
On January 29,2017 a patch (9b457baf8d46329f7d7ee2aa084022bb0df88551)by mirabilos m...@mirbsd.org was accepted in the repository. I have a few questions on this patch.

[uclibc-ng-devel] getenv() bug

2019-11-14 Thread Ata, John (US)
Hi, The getenv() library call can trap under certain conditions. It compares the passed in environment variable name (var) with the name=variables (*ep) in the environment area and returns a pointer to the value in the environment if it exists. To accomplish this, it does a memcmp() using

Re: [uclibc-ng-devel] new release 1.0.32

2019-10-16 Thread Ata, John (US)
Hi, Good to see the new release... hope the word "still" is not ominous though... feel free to communicate any future thoughts! Take care, John Ata, CISSP Senior Principal Software Engineer Electronics Systems STOP Operating System Software Development T 703-563-8115 | F 703-668-4359 |

Re: [uclibc-ng-devel] uclibc with gcc 8.3.1

2020-02-27 Thread Ata, John (US)
Brodkorb Sent: Thursday, February 27, 2020 7:43 AM To: Ata, John (US) Cc: devel@uclibc-ng.org Subject: Re: [uclibc-ng-devel] uclibc with gcc 8.3.1 *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Hi John, Ata, John (US) wrote, > Hi all, > >

[uclibc-ng-devel] uclibc with gcc 8.3.1

2020-02-21 Thread Ata, John (US)
Hi all, Has anyone successfully created a toolchain with the latest uClibc and gcc 8.3.1? Thanks, John Ata, CISSP Senior Principal Software Engineer Electronics Systems STOP Operating System Software Development T 703-563-8115 | F

[uclibc-ng-devel] Release announcements

2020-12-02 Thread Ata, John (US)
Hi, I seem to recall in the past that new uclibc-ng releases would be announced in this group. The last two release announcements (1.0.35 and 1.0.36) do not appear in my feed. Perhaps my mail server discarded them but I wonder if we are still announcing them to the group or are we counting