haiku/src
Augustin Cavalier 2f37cef1e4 kernel/fs: Use DoublyLinkedList for the unused vnodes list.
Avoids needing a nonstandard "offsetof", and inlines more methods.
No behavioral change intended.

Also rename "next" to "hash_next" for clarity, and remove an unused
"next" field from LockWaiter.
2024-11-18 13:27:31 -05:00
..
add-ons PadBlocker: Avoid blocking non-trackpad devices 2024-11-18 16:45:04 +00:00
apps HaikuDepot: Fix Search Term 2024-11-18 16:45:48 +00:00
bin listusb: decode color format descriptors in usb_video devices 2024-11-18 16:44:46 +00:00
build Libpackage: Add HOST_LIBSUPC++ to libpackage and solver 2024-08-07 20:17:44 +00:00
data input: fix KEY_power key code conflict with japanese \_ key 2024-08-19 16:00:25 +00:00
kits BTimeSource: Fix debugger message in RealTimeFor() 2024-11-18 11:54:43 +00:00
libs network: Aggregate statistics from the device, if any are provided. 2024-11-13 13:55:58 -05:00
preferences Screen: initialize fUserSelectedColorSpace 2024-11-10 19:52:34 +00:00
servers PadBlocker: Avoid blocking non-trackpad devices 2024-11-18 16:45:04 +00:00
system kernel/fs: Use DoublyLinkedList for the unused vnodes list. 2024-11-18 13:27:31 -05:00
tests kernel/libnetwork: add accept4() from POSIX.1/2024 2024-11-04 17:55:40 +00:00
tools block_cache: enable prefetching 2024-11-16 18:26:21 +00:00
Jamfile