Nicolas Hillegeer

Results 135 comments of Nicolas Hillegeer

The file states: ```python # Purpose: display % of time a process spent in CPU runqueue # (scheduling latency) ``` Reading this makes me think it's talking about the entire...

> Delay accounting is cool (and I've tried `htop` with it too), but it's a quite narrow-scoped feature "hardcoded" in to the kernel and accessing it requires root access, these...

I tried bisecting this, and I'm not filing an issue since I can't find the actual offending commit. I posted an update on 2025-04-21 (https://github.com/rizinorg/rizin/issues/4608#issuecomment-2819324066), so I'm fairly confident it...

OK. That was the real problem. Doing an actual installation, and then running: ``` $ rm -rf ./build ~/rizin ; git clean -dxff subprojects/ ; meson setup --prefix $HOME/rizin build...

Reading appears to work, at least in the sense that `lftp mirror` generated files on my local hard-drive that have the same mtime/ctime. But indeed writing doesn't seem to work....