haiku/headers/private/kernel
Augustin Cavalier 7331a67227 kernel/util: Require passing a list_link to list_remove_link.
If something other than a list_link is passed, an explicit cast
will now be needed.

No functional change intended.
2025-01-14 17:30:36 -05:00
..
arch kernel/vm: Use allocate_early instead of passing a get_free_page method to early_map. 2024-12-28 14:47:32 +00:00
boot bootloader: Properly enable __PRINTFLIKE for the boot stdio. 2024-12-17 19:49:23 -05:00
disk_device_manager KPartition: Drop SetParent(). 2024-12-19 17:21:04 -05: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
slab
util kernel/util: Require passing a list_link to list_remove_link. 2025-01-14 17:30:36 -05:00
vm kernel/vm: Drop VMCacheRef::ref_count. 2025-01-02 21:32:44 -05:00
acpi.h
AllocationTracking.h
AreaKeeper.h
block_cache.h
boot_device.h
boot_item.h
boot_splash.h
commpage_compat.h
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
elf.h
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 kernel/image: Switch to using DoublyLinkedList<> for struct image. 2025-01-14 17:30:36 -05:00
kmodule.h
kscheduler.h
ksignal.h
ksyscalls.h
ksystem_info.h
listeners.h kernel/listeners: Use an rw_spinlock for the gWaitObjectListenerLock. 2024-12-13 17:17:43 -05:00
load_tracking.h
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
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
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/image: Switch to using DoublyLinkedList<> for struct image. 2025-01-14 17:30:36 -05: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/user_debugger: Remove declaration for _user_get_stack_trace. 2024-12-26 20:34:27 -05: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 POSIX: add pthread_getcpuclockid() 2024-12-17 09:45:13 +00:00
vfs.h kernel/team: Do not inherit anything from the kernel's IO context. 2025-01-03 12:26:13 -05:00
wait_for_objects.h kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00