# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2025-03-10T17:44:32Z Sun, 09 Mar 2025 20:10:46 GMT GitHub [c8680be4] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/posix/meson.build (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/test/main.c (modified) * uspace/lib/posix/test/pthread/keys.c (added) Merge 98743e252b3fa43cef96b1ea3617304534b2fcc8 into ... Sun, 09 Mar 2025 20:10:38 GMT Matěj Volf [98743e2] * uspace/lib/posix/src/pthread/keys.c (modified) disable debug prints in pthread/keys Sun, 09 Mar 2025 20:08:34 GMT Matěj Volf [53e652d] * uspace/lib/posix/meson.build (modified) allow libposix as shared library Sun, 09 Mar 2025 20:06:24 GMT Matěj Volf [d50f3e5] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/c/test/fibril/exit_hook.c (deleted) * uspace/lib/c/test/main.c (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/test/pthread/keys.c (modified) decrease scrope of pthread keys support Sun, 09 Mar 2025 12:03:24 GMT Jiri Svoboda [0ae9e18] * uspace/app/shutdown-dlg/shutdown-dlg.c (modified) * uspace/app/shutdown-dlg/shutdown-dlg.h (modified) * uspace/lib/ui/include/types/ui/selectdialog.h (modified) * uspace/lib/ui/src/selectdialog.c (modified) Select shutdown action (power off / restart) in shutdown dialog.