haiku/headers/private
Michael Lotz 2f211cce6d virtio: Replace size return with usedLength in queue_dequeue.
The size was in fact the count of physical entries that were used. That
number must necessarily be the same as the number given when adding to
the queue, so that number isn't really interesting. Consequently none
of the users of that API made use of it.

Return the used length instead, which is the way virtio signals how much
valid data resides in the dequeued buffer. This is for example important
to know the frame length of incoming packets in virtio_net.
2018-11-17 00:34:49 +01:00
..
app View: move BAffineTransform out of ViewSetStateInfo. 2018-05-07 07:02:57 +00:00
audio audio: Move hmulti_audio driver API to private audio headers 2018-10-23 16:33:19 +02:00
binary_compatibility
bluetooth bluetooth: remove DEBUG definition. 2016-06-05 18:55:44 +02:00
debug
debugger Debugger: Fix #14375, #12343. 2018-08-20 16:44:20 -04:00
device drivers: Deduplify joystick_driver.h. 2018-06-21 18:46:30 -04:00
drivers scsi: Use _res and not res in MK_ERROR. 2018-06-18 22:05:45 -04:00
file_systems packagefs: Move DebugSupport up into the file_systems shared folder. 2018-08-22 19:19:56 -04:00
firewire
fs_shell fs_shell: Added socket filetype. 2017-12-10 11:02:59 -05:00
graphics Remove private vmware driver headers. 2018-06-26 17:23:23 -04:00
index_server
input
interface Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
kernel Debug.h: Implement a real STATIC_ASSERT on non-GCC2. 2018-08-22 19:19:54 -04:00
libroot ICU locale backend: Increase size of fLocaleDescription from 512 to 1024 bytes. 2018-05-19 20:44:51 -04:00
locale
mail build: Cleanup of libgnuregex usage. 2018-03-07 18:04:31 -05:00
media Move adapter_kit API to libcodec.so 2018-10-24 16:12:04 +02:00
midi Midi: Remove some duplicated code 2015-08-27 11:51:57 +02:00
mount
net freebsd11_wlan: Remove the BOSII_* ioctls. 2018-10-04 20:07:11 -04:00
notification Notification_Server: Added ability to choose position of notifications 2017-12-24 12:02:38 +01:00
package Remove Curl, Switch to NetApi in Package Kit 2018-09-29 17:23:52 +00:00
preferences Fix glitch in Screen prefs when changing background color. 2017-04-30 10:29:39 +02:00
print PictureIterator.h: fix header guard spelling 2016-07-10 17:11:20 +02:00
runtime_loader runtime_loader: increase max length for image names. 2017-04-20 18:23:36 +02:00
screen_saver ScreenSaver: Rename BuildScreenSaverDefaultSettingsView 2016-04-13 15:50:30 -07:00
shared Json : Fix String Writer 2018-10-06 19:58:35 +00:00
storage s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
support Add ZstdCompressionAlgorithm. 2017-11-24 21:35:49 +01:00
syslog_daemon syslog_daemon: Converted to BServer. 2015-07-22 20:40:47 +02:00
system headers/private: Fix wrong filemode. 2018-08-08 23:48:37 -04:00
textencoding
tracker Tracker FindPanel: Make a copy of fDeviceIcon 2016-07-31 19:42:39 -07:00
usb_vision
userlandfs UserlandFSDefs.h: Fix gcc8 build 2018-08-06 23:40:54 +00:00
virtio virtio: Replace size return with usedLength in queue_dequeue. 2018-11-17 00:34:49 +01:00
vmdk