haiku/headers
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
..
build build: Use BeOSBuildCompatibility on Haiku also. 2018-07-31 19:50:46 -04:00
compatibility pty.h: fix typo. 2018-08-26 12:02:52 +02:00
config build: Add riscv architecture 2018-11-04 13:47:50 -06:00
cpp build fix. 2015-11-12 22:24:16 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Complete implementation of printer serial transport 2018-06-05 21:44:14 +00:00
os Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
posix posix/pthread.h: mark pthread_exit as noreturn 2018-10-17 19:23:17 +00:00
private virtio: Replace size return with usedLength in queue_dequeue. 2018-11-17 00:34:49 +01:00
tools Fix #12799: Enable elf symbol patching for Haiku 2016-10-30 10:42:24 +01:00