Robbie Litchfield

Results 12 comments of Robbie Litchfield

Initially just making plugins simpler for a wide array of scripting languages.

Local to the CPU is fine for my purposes. I mostly use atomics for interrupt safe code in embedded systems.

I know this is old, but I'm +1-ing this. Related request: https://github.com/dev-sec/ansible-collection-hardening/issues/753

I should also add, existing variables such as `os_auth_pam_oddjob_mkhomedir` are insufficient, as commands such as `authselect enable-feature with-sudo` are also required to manage practical deployments. authselect also controls smart cards,...

So setting `otg_mode=1` and enforcing `Devicetree` works as expected. Unfortunately this disables USB while in the UEFI firmware.

I was able to get this working using the kickstart method above. This even includes using Clevis for Network Bound Disk Encryption. The main gotcha is for some reason the...

@mordante Are you suggesting that you would prefer a compile flag to just disable float support entirely in libc++? I agree that would probably be the useful baseline. The question...

> @BlamKiwi If there is a way to "delay" the instantiation of format for floating point until when we actually need it, then this could be a change we implement...

> dylib I think this is where the misunderstanding is coming from. Embedded work largely uses LTO, `-ffunction-sections` and static linking. We are not paying these costs because we are...

That's fine. What I'm wanting to pursue is an improvement to `` code-gen that will help all users using libc++ in a space constrained environment. Floating point formatting is just...