banan-os/userspace/tests
Bananymous f4be37700f Kernel/userspace: rework floating point math
SSE is now unconditionally enabled any where and most of math.h is now
actually implemented. using __builtin_<func> lead to many hangs where
the builtin function would just call itself.
2024-11-03 20:28:15 +02:00
..
test-fork BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-framebuffer BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-globals test-globals: print something when calling main 2024-08-28 17:09:07 +03:00
test-mmap-shared BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-mouse Kernel: Implement unified input files for device hot-plugging support 2024-07-15 22:11:15 +03:00
test-popen BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-setjmp LibC: Implement {sig,_,}{longjmp,setjmp} 2024-08-09 15:58:56 +03:00
test-shared test-shared: Add more shared tests 2024-09-05 12:59:48 +03:00
test-sort BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-tcp BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-udp BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-unix-socket BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00
test-window userspace: Use SOCK_STREAM instead of SOCK_SEQPACKET for WindowServer 2024-10-17 01:44:48 +03:00
CMakeLists.txt Kernel/userspace: rework floating point math 2024-11-03 20:28:15 +02:00