haiku/headers/private/userlandfs
Ingo Weinhold 60f4376e26 * Removed the unused Port::SendAndReceive().
* Change Port::Receive() semantics. It does no longer use the buffer associated
  with the object. Instead it allocates heap memory for the caller. Since
  there's only one caller who clones the message anyway, we save one copy this
  way (though we have an additional syscall in userland) and don't overwrite
  a request being prepared for sending.
* Changed RequestAllocator::ReadRequest() to also read the request from the
  port.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29563 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-03-17 00:33:07 +00:00
..
legacy We do now provide the BeOS style FS add-ons with the kernel interface they 2007-02-28 22:07:40 +00:00
private * Removed the unused Port::SendAndReceive(). 2009-03-17 00:33:07 +00:00
shared Removed the OpenHashTable implementation the UserlandFS used. Adjusted the 2009-03-07 21:21:10 +00:00