rottaran

Results 20 comments of rottaran

A good discussion of the std::extected proposal: https://www.youtube.com/watch?v=PH4WBuE1BHI

Creating pthreads works again. However, not all of the allocated kernel objects are deleted after the thread has finished.

`xrstor` throws a general protection fault if the `mxcsr` field has reserved bits not cleared. Exposing the FPU state to user space allows to manipulate this field. Thus, the kernel...

check the use of __seg_fs and __seg_gs named address spaces in clang and GCC ver>6

One solution is, to store just a pointer to the parent page map. Invalidation requests are pushed up to the parent, which can also facilitate some aggregation. Right before the...

For the described usecase I would expect that the dokuwiki search takes into account the contents of struct's aggregation table as it is visible on the public pages. That is,...

I can confirm the performance problems on a Raspberry Pi 5 with latest Raspberry Pi OS. The sluggishness seems to increase with the complexity of the job and rendering of...

Oh, didn't expect that. Still the performance problem was resolved by switching from wayland to X11. Now that I think about it, the whole GUI was rendering slowly with wayland....

nevermind. It is just VSCode completion that is confused. The typescript compiler is happy.