Searched +hist:55 +hist:a34b69 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cppdiff 5d3de03b Sun May 19 02:55:14 MDT 2013 Ingo Weinhold <ingo_weinhold@gmx.de> libroot_build: Fix fs_read_attr() in fs_attr_untyped.cpp

* With a specified buffer size smaller than the attribute size the
function would fail with ERANGE on Linux although it should just read
as much as possible. Now we always read into our temporary data buffer
with the full buffer size.
* Fix return value in case pos is > 0. pos must be subtracted from the
bytes actually read.
diff 55a34b69 Sun Jun 19 14:14:09 MDT 2011 Ingo Weinhold <ingo_weinhold@gmx.de> fs_write_attr(): Allow 0-length NULL buffer
diff 55a34b69 Sun Jun 19 14:14:09 MDT 2011 Ingo Weinhold <ingo_weinhold@gmx.de> fs_write_attr(): Allow 0-length NULL buffer
diff 5d3de03be532ae60e82fa3d059683c2e082c7af0 Sun May 19 02:55:14 MDT 2013 Ingo Weinhold <ingo_weinhold@gmx.de> libroot_build: Fix fs_read_attr() in fs_attr_untyped.cpp

* With a specified buffer size smaller than the attribute size the
function would fail with ERANGE on Linux although it should just read
as much as possible. Now we always read into our temporary data buffer
with the full buffer size.
* Fix return value in case pos is > 0. pos must be subtracted from the
bytes actually read.
diff 55a34b69f3a3c438254657da49205158793e21e3 Sun Jun 19 14:14:09 MDT 2011 Ingo Weinhold <ingo_weinhold@gmx.de> fs_write_attr(): Allow 0-length NULL buffer

Completed in 82 milliseconds