haiku/src
Axel Dörfler c6e3ff2240 "rdtest" now dumps up to 1024 bytes, not only 512. Also, it now prints
out a message to indicate that only a part of the requested buffer is
dumped on screen.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8941 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-14 19:51:47 +00:00
..
add-ons Added AT keyboard mapping 2004-09-14 16:21:31 +00:00
apps We are Haiku. 2004-09-08 08:45:24 +00:00
kernel Some more debug output when tracing is enabled. 2004-09-14 17:43:53 +00:00
kits Fixed bug. There was an issue with unflattening. When moving dataPtr along the buffer to the next variable-size item, the padding was being incorrectly calculated (too large) because the four-byte size header was not being taken into account. E.g., for an 18-byte item, the padding was calculated as 6 bytes, rather than two, placing dataPtr directly past the size header for the next item. An incorrect value would be used as the size for the next item, which could result in anything from a segment violation to an allocation failure. 2004-09-07 23:33:31 +00:00
libs added a clean rule call because File doesn't have it 2004-06-27 23:03:42 +00:00
prefs added missing scrolllock 2004-09-02 21:18:43 +00:00
servers Added a couple of conversion methods for BPoints 2004-09-14 00:51:51 +00:00
tests "rdtest" now dumps up to 1024 bytes, not only 512. Also, it now prints 2004-09-14 19:51:47 +00:00
tools - added missing initialization of fInUse such that setting up a threaded 2004-09-13 15:52:46 +00:00
Jamfile