haiku/headers/private/kernel
Augustin Cavalier 9708b08060 KPath: Use a default buffer size of B_PATH_NAME_LENGTH without + 1.
B_PATH_NAME_LENGTH == PATH_MAX, and PATH_MAX is inclusive of the final
NULL terminator, so we don't need a + 1 here.

The original KPath default was to not use + 1, but that was changed in
42e3c6f978 due to all the consumers that did.

But all those consumers are wrong, it appears; they should just be
using the default length instead. So now we do that.
2024-11-22 16:56:15 -05:00
..
arch arm64: Set MMU granule sizes to a consistent value in bootloader. 2024-09-30 15:48:51 +00:00
boot bootloader & kernel: Unify computation of splash logo and icons placement. 2024-11-12 23:51:52 -05:00
disk_device_manager kernel: Move get_mount_point from VMUtils to KPartition. 2024-10-16 14:25:17 -04:00
fs KPath: Use a default buffer size of B_PATH_NAME_LENGTH without + 1. 2024-11-22 16:56:15 -05:00
platform Various PowerPC fixes 2023-10-06 20:38:24 +00:00
posix POSIX: introduce sem_clockwait 2022-02-18 21:27:06 +00:00
slab kernel: Whitespace cleanup only. 2020-06-13 23:24:27 +02:00
util kernel/util: Introduce BumpAllocator. 2024-09-06 19:15:42 +00:00
vm kernel/vm: Move most kernel debugger routines to a new vm_debug.cpp. 2024-10-16 14:43:20 -04:00
acpi.h arm64: Discover PCI from ACPI. 2022-08-17 19:23:51 +00:00
AllocationTracking.h
AreaKeeper.h AreaKeeper.h: move to headers/private/kernel 2020-03-23 16:38:01 +00:00
block_cache.h
boot_device.h
boot_item.h
boot_splash.h
commpage_compat.h kernel: add a compatibility commpage on x86_64. 2018-05-18 05:11:07 +00:00
commpage.h
condition_variable.h kernel/condition_variable: Make the debug type fetcher a static function. 2024-11-05 13:46:53 -05:00
console.h
core_dump.h
cpu.h kernel: add syscalls for thread affinity 2024-06-10 16:34:25 +00:00
debug_heap.h
debug_hex_dump.h
debug_paranoia.h
debug.h kernel/debug: Add ASSERT_UNREACHABLE. 2024-09-02 14:16:40 -04:00
debugger_keymaps.h
DPC.h
elf_priv.h Revert team and thread changes for COMPAT_MODE (hrev52010 & hrev52011). 2018-06-14 22:25:06 -04:00
elf.h kernel: support elf32 on x86_64. 2018-05-15 10:29:00 +00:00
event_queue.h kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00
file_cache.h kernel/fd: use function table to identify file descriptor type 2024-07-23 20:23:19 +00:00
frame_buffer_console.h kernel/debug: Initialize the frame buffer console much earlier, if possible. 2024-11-19 21:35:31 -05:00
generic_syscall.h
heap.h kernel/heap: Increase the guarded heap 'initial' & 'grow' sizes. 2024-07-29 17:52:54 -04:00
int.h kernel/int: consolidate interrupt vector number to int32 2024-03-06 16:03:45 +00:00
kdevice_manager.h USB: Acquire the device manager lock before Explore. 2023-05-31 16:49:41 -04:00
kdriver_settings.h
kernel_daemon.h
kernel.h kernel.h: Add a HOWMANY macro and make use of it. 2024-10-14 13:53:50 -04:00
kimage.h
kmodule.h kernel/device_manager: Implement B_GET_DRIVER_FOR_DEVICE 2022-10-17 06:13:07 +00:00
kscheduler.h kernel/scheduler: enable cpu load tracking after boot 2020-09-17 15:45:25 +00:00
ksignal.h
ksyscalls.h
ksystem_info.h
listeners.h
load_tracking.h kernel: Fix overflow in load tracking for very large deltas. 2018-01-05 22:48:56 +01:00
lock.h kernel/lock: Fix ABI compatibility between KDEBUG and non-KDEBUG builds. 2024-09-09 22:35:05 -04:00
low_resource_manager.h
math.h kernel: provide kernel-level equivalents for math.h and stdlib.h 2023-06-28 07:11:17 +00:00
messaging.h
MessagingServiceDefs.h
Notifications.h Add missing includes following previous commit. 2021-09-01 13:10:04 -04:00
port.h
real_time_clock.h
safemode.h
scheduling_analysis.h
sem.h
smp.h kernel/smp: change CPUSet::SetBit() and CPUSet::ClearBit() bit order 2024-06-10 16:34:25 +00:00
stack_protector.h Implement stack protection support 2021-05-03 17:52:31 +00:00
stdlib.h kernel: provide kernel-level equivalents for math.h and stdlib.h 2023-06-28 07:11:17 +00:00
syscall_restart.h kernel: Check != not < B_INFINITE_TIMEOUT. 2024-08-07 14:49:48 -04:00
system_profiler.h
team.h kernel/team: Allow retrieving more attributes 2023-05-17 11:07:14 +00:00
thread_types.h kernel: add syscalls for thread affinity 2024-06-10 16:34:25 +00:00
thread.h kernel/thread: Remove duplicate declaration of _user_rename_thread. 2024-07-16 15:33:19 -04:00
timer.h
tracing.h
user_atomic.h
user_debugger.h kernel: Let user_debugger take care of tracking syscall runtime. 2024-09-07 15:31:15 +00:00
user_mutex.h kernel & libroot: Implement per-team unnamed semaphores. 2023-07-25 16:26:22 -04:00
UserEvent.h
usergroup.h
UserTimer.h
vfs.h kernel/fs: Make io_context rw_lock'ed. 2024-11-18 13:25:43 -05:00
wait_for_objects.h kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00