haiku/src/tests/system/kernel
Augustin Cavalier 9d242fb955 file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name.
At present, it does, but that is an oddity we have preserved from BeOS
that the next commit is going to remove. (This commit thus wastes 1 byte
without the following one.)

Most changes are pretty straightforward: only a +1 is needed,
and a few removed from sizing calculations. Some filesystems like UDF
originally passed back the length with the \0 included, so they have
been adjusted further. UFS2 had some other sizing problems which are also
corrected in this commit.
2021-11-18 16:24:04 -05:00
..
cache
device_manager tests: Correct includes ordering. 2019-08-30 16:16:10 -04:00
disk_device_manager Mass updating of OpenBeOS text to Haiku 2021-11-07 10:00:35 +00:00
file_corruption file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name. 2021-11-18 16:24:04 -05:00
fs tests/kernel: Fix KPath tests 2020-01-31 15:22:55 +00:00
scheduler Distinguish KERNEL_ARCH_DIR from KERNEL_ARCH. 2021-10-01 16:26:45 -04:00
slab
swap
unit
util tcp: Fix KDL when sockets are reused 2020-02-01 11:52:34 +00:00
vm tests/system/kernel/vm/Jamfile: remove non-existent 2020-07-05 21:16:20 +00:00
Jamfile add simple avx test 2020-06-03 13:57:35 +00:00
advisory_locking_test.cpp
cow_bug113_test.cpp
fibo_exec.cpp
fibo_fork.cpp
fibo_load_image.cpp
fifo_poll_test.cpp
hello_avx.c add simple avx test 2020-06-03 13:57:35 +00:00
live_query.cpp
lock_node_test.cpp
mlock_test.cpp implement mlock(), munlock() 2020-12-03 07:58:05 +00:00
mmap_resize_test.cpp
mtrr_power_test.c
node_monitor_test.cpp
null_poll_test.cpp
page_fault_cache_merge_test.cpp
path_resolution_test.cpp
port_close_test_1.cpp
port_close_test_2.cpp
port_delete_test.cpp
port_multi_read_test.cpp
port_wakeup_test_1.cpp
port_wakeup_test_2.cpp
port_wakeup_test_3.cpp
port_wakeup_test_4.cpp
port_wakeup_test_5.cpp
port_wakeup_test_6.cpp
port_wakeup_test_7.cpp
port_wakeup_test_8.cpp
port_wakeup_test_9.cpp
reserved_areas_test.cpp
select_check.cpp
select_close_test.cpp
sem_acquire_test1.cpp
set_area_protection_test1.cpp
sigint_bug113_test.cpp
sigsuspend_test.cpp
spinlock_contention.cpp
syscall_restart_test.cpp
syscall_time.cpp
transfer_area_test.cpp
wait_for_objects_test.cpp
wait_test_1.c
wait_test_2.cpp
wait_test_3.cpp
wait_test_4.cpp
yield_test.cpp