[17:15:46] <CIA-123> mmlr * r42294 /haiku/trunk/src/add-ons/kernel/drivers/network/pcnet/dev/le/ (Jamfile glue.c if_le_pci.c): [17:15:46] <CIA-123> Fix the build of the pcnet driver. It should probably be updated to the current [17:15:46] <CIA-123> FreeBSD version though. [17:34:31] <CIA-123> mmlr * r42295 /haiku/trunk/build/jam/HaikuImage: [17:34:31] <CIA-123> Add the pcnet driver to the image and remove reference to the old vlance driver. [17:34:31] <CIA-123> It seems to work fine in VirtualBox and makes the network card work that is [17:34:31] <CIA-123> emulated by default. From the log it looks like Hugo actually ported/implemented [17:34:31] <CIA-123> the driver under VMWare and it worked, so that it isn't in the image looks like [17:34:32] <CIA-123> an oversight. [18:17:25] <CIA-123> axeld * r42296 /haiku/trunk/src/add-ons/kernel/file_systems/bfs/Query.cpp: * Minor style cleanup. [18:44:45] <CIA-123> axeld * r42297 /haiku/trunk/src/kits/translation/BitmapStream.cpp: [18:44:45] <CIA-123> * This fixes the BitmapStream issues identified by #7740; the actual problem [18:44:45] <CIA-123> persists to be debugged further. [19:01:29] <CIA-123> axeld * r42298 /haiku/trunk/ (3 files in 3 dirs): [19:01:29] <CIA-123> * Do not reserve memory when the area is too large. This fixes #7740 where the [19:01:29] <CIA-123> reserved amount was simply too small, but also works around address space [19:01:29] <CIA-123> waste with many larger bitmaps. [19:27:51] <CIA-123> korli * r42299 /haiku/vendor/freebsd/current/dev/ (9 files in 3 dirs): updating to FreeBSD 8.2 release [19:29:00] <CIA-123> korli * r42300 /haiku/vendor/freebsd/RELEASE_8_2_0/dev/ae/: tagging driver from FreeBSD 8.2.0 [19:29:18] <CIA-123> korli * r42301 /haiku/vendor/freebsd/RELEASE_8_2_0/dev/alc/: tagging driver from FreeBSD 8.2.0 [19:29:35] <CIA-123> korli * r42302 /haiku/vendor/freebsd/RELEASE_8_2_0/dev/ale/: tagging driver from FreeBSD 8.2.0 [20:11:17] <CIA-123> yourpalal * r42303 /haiku/trunk/src/apps/devices/ (DevicesApplication.cpp DevicesView.cpp DevicesView.h): Replace use of old layout-builder classes with new ones in devices app. [20:18:41] <CIA-123> axeld * r42304 /haiku/trunk/headers/private/app/ServerMemoryAllocator.h: * Header cleanup. [20:29:27] <CIA-123> axeld * r42305 /haiku/trunk/src/kits/translation/BitmapStream.cpp: * Fixed incorrect usage of "new" - thanks korli!