haiku/headers/private/kernel
Augustin Cavalier 904e9f5512 DoublyLinkedList: Rework Remove() function.
* Check fFirst/fLast instead of previous/next. Avoids
   list corruption when trying to remove already-removed
   elements, instead will cause null-dereference KDL.

 * Always set next/previous to NULL even when DEBUG is not
   enabled.
2023-08-03 13:18:26 -04:00
..
arch mmu/riscv64: implement global page mapping support 2023-07-11 17:34:31 +00:00
boot arm: detect SoC timer from FDT for OMAP3 and PXA 2022-08-09 18:15:55 +00:00
disk_device_manager add physical_block_size field where applicable 2022-09-23 06:56:01 +00:00
fs kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00
platform framebuffer: report display EDID data 2023-06-11 11:23:01 +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 DoublyLinkedList: Rework Remove() function. 2023-08-03 13:18:26 -04:00
vm vm: Replace the VMAreas OpenHashTable with an AVLTree. 2023-03-24 10:53:52 -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
commpage.h
condition_variable.h kernel/condition_variable: Return the count of unblocked threads from Notify. 2023-07-25 15:27:40 -04:00
console.h
core_dump.h
cpu.h cpu.h: Fix size of array element is not a multiple of its alignment 2021-05-11 15:56:06 +00:00
debug_heap.h
debug_hex_dump.h
debug_paranoia.h
debug.h kernel/debug: Adjust range marker macros. 2021-08-31 22:00:36 -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
frame_buffer_console.h
generic_syscall.h
heap.h kernel: Implement realloc_etc and make use of it. 2023-06-19 16:33:22 -04:00
int.h
kdevice_manager.h USB: Acquire the device manager lock before Explore. 2023-05-31 16:49:41 -04:00
kdriver_settings.h
kernel_c++_structs.h
kernel_daemon.h
kernel.h kernel.h: don't include user address tests in boot loader 2022-06-04 10:31:05 +12: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
lock.h kernel: Rewrite KDEBUG_RW_LOCK_DEBUG. 2023-06-29 21:04:40 -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: Avoid casting spinlocks, which are structures. 2021-11-23 13:52:44 -05: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: Style fixup. 2021-08-27 19:02:20 -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: Rewrite KDEBUG_RW_LOCK_DEBUG. 2023-06-29 21:04:40 -04:00
thread.h wait_for_thread_etc: expose as syscall/make public. 2022-04-25 19:47:26 +00:00
timer.h
tracing.h
user_atomic.h
user_debugger.h strace: Print detailed signal information 2023-05-31 16:34:12 +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 POSIX: introduce ppoll 2021-06-19 18:09:25 +00:00
wait_for_objects.h kernel: Add event queue implementation to wait for objects efficiently. 2023-07-29 15:53:15 +00:00