nia

Results 7 comments of nia

In my opinion, LLVM is using the wrong error code here. POSIX sez "ENOTRECOVERABLE - State not recoverable. The state protected by a robust mutex is not recoverable." The LLVM...

we still support solaris 10 in pkgsrc which lacks such a function, among other less commom unix-likes, so i'd like to keep patching this in.

>webengine is not interested in keeping extra platform support downstream and google is outright refusing it. I'm speaking only from the perspective of NetBSD here, since a user has made...

>I'm quite certain "truss" will be present in the base systems of NetBSD, OpenBSD and DragonflyBSD. On NetBSD the command is ktruss. It is quite easy to check the manual...

Errors building the branch on NetBSD: ``` --- htop --- ld: CategoriesPanel.o: in function `CategoriesPanel_makeScreensPage': /home/nia/git/htop/CategoriesPanel.c:73: undefined reference to `ScreensPanel_new' ld: CategoriesPanel.o: in function `CategoriesPanel_makeHeaderOptionsPage': /home/nia/git/htop/CategoriesPanel.c:82: undefined reference to `HeaderOptionsPanel_new'...

I can reproduce this. I cannot find any duplicate issues. For some reason "down" is read as "kp_enter". Right now I have `menu_unified_controls = "true"` and `input_player1_up/down/left/right` set to WASD,...

At least part of the problem seems to be that `input/include/xfree86_keycodes.h` assumes that X11 uses evdev keycodes, which is not the case on these systems, as revealed by `xev`. After...