Neale Ferguson

Results 11 issues of Neale Ferguson

Update memory usage calculation in line with comments made in [coreCLR cgroup PR](https://github.com/dotnet/runtime/pull/64128). The other significant change is the use of `sysconf(_SC_PHYS_PAGES)`. In the earlier version of this code I...

`round()` and `roundf()` (and presumably `roundl()`) don't return the correct value for NaN. Instead it is returning 0. Do these functions require a check such as: ``` if (isinf(x) ||...

Add s390x platform to the list of deducible architectures

**This is not a real PR**. It follows on from my [presentation](https://www.youtube.com/watch?v=qSvYHhM7hz0&t=4711s) at NuttX 2022 Workshop. It is my 1st attempt to take my changes to our backlevel NuttX repo...

#### Current Behaviour Running the command `ctr image pull ... --snapshotter=xxxx` will pull an image but not apply the `containerd.io/snapshot.ref` label to the layers such that the snapshotter cannot return...

needs-ok-to-test
size/M

After running configure: ``` link-grammar-5.12.3 build configuration settings prefix: /usr/local datadir: ${prefix}/share C compiler: gcc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -fvisibility=hidden -g -O3 -pthread C++ compiler: g++ -D_DEFAULT_SOURCE -std=c++17...

I have been investigating signal handling in NuttX for SEGV/BUS/… for armv7-m. I have got some PoC code written (for a backlevel NuttX) that, while I’m in the interrupt handler,...

* examples/sotest/lib/Makefile - Add dynload directory to build * examples/sotest/lib/dynload/Makefile - Build the dynload shared object test * examples/sotest/lib/dynload/dynload.c - Test case for loading of ET_DYN shared objects * examples/sotest/lib/dynload/.gitignore...

This PR adds support for s390x in debug.c. It dumps registers and the stack.

state:to-be-closed

Hi, I have some small patches that enable native-platform to build and run on IBM z Systems (aka s390x) under Linux. I couldn't find a mailing list to open discussions...