haiku/src/kits
Nathan Whitehorn 0edd0ce523 Removed the makefile I accidentally committed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9134 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 23:29:39 +00:00
..
app 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
device added a link in develop/lib 2004-06-27 22:40:01 +00:00
game Renamed sync() to card_sync() to avoid name clashing with the "sync()" function in the new unistd.h. Commented out transparent_blit() to suppress a compiler warning, and added a comment to it. 2004-09-27 08:32:47 +00:00
interface Fixed bad redrawing of the text when alignment is different than B_ALIGN_LEFT 2004-09-30 13:10:43 +00:00
mail Removed the makefile I accidentally committed. 2004-09-30 23:29:39 +00:00
media Added some new functions which seem to be required for Xentronics SampleStudio Pro. 2004-08-16 12:44:00 +00:00
midi added a link in develop/lib 2004-06-27 22:20:06 +00:00
midi2 added a link in develop/lib 2004-06-27 22:20:06 +00:00
network Fixed a buffer overflow caused by our R5 select() emulation. 2004-09-29 07:35:31 +00:00
screensaver added a link in develop/lib 2004-06-27 22:20:06 +00:00
storage Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
support Alternative implementation that uses STL. 2004-09-15 16:14:20 +00:00
textencoding reduce namespace pollution 2004-07-18 20:40:54 +00:00
translation added a link in develop/lib 2004-06-27 21:53:26 +00:00
Jamfile Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00