Development
[haiku-development] Re: FreeBSD network drivers (Adrien Destugues)
[haiku-development] All your operating system belong to us (jihad)
[haiku-development] Re: Gathering info on ownership of ARM dev boards. (Ithamar Adema)
[haiku-development] Re: FreeBSD network drivers (Ithamar Adema)
[haiku-development] Re: FreeBSD network drivers (Adrien Destugues)
Ticket #12042 (zip and unzip do not handle symbolic links correctly) created
Problem with unzip:
Trying to unzip the file attached to this ticket results in the following output:
Archive: libz.zip
linking: libz.so
error: zipfile probably corrupt (segmentation violation)
This unzips properly on BeOS. There are 2 symbolic links in the file that link to the third (real) file in the zip.
Problem with zip:
Trying to create a zip with a symbolic link results in a file with only regular files.
Steps to reproduce:
- Create a folder named test
- Create a file in this folder (for example with a simple touch command)
- Create a symbolic link to the file
- Zip the folder and all contents with the zip command (for example: zip -r test.zip test
- Unzip the zipfile again.
You now have two regular files instead of one regular file with one symbolic link pointing to it.
[haiku-development] Re: FreeBSD network drivers (Thomas Mueller)
Ticket #12041 (HaikuDepot doesn't show progress when downloading and installing deps) created
When you download a package from HaikuDepot that needs to download additional dependencies the user is not given any indication on the progress of downloading the dependencies. It seems HaikuDepot only gives a progress indicator for the main package(s) that the user chose to download and not their dependencies.
I expected there to be a 'Download Status' tab in the lower-half of the HD window that would show such info.
tig: update package
Ticket #12017 (kernel / chipset issues with Intel 8 series C220) closed
Ticket #12040 (Adjust Deskbar menu behaviour) created
When you have just one instance of a program open and/or the program in question only has one window open, you should not be presented with a menu when you click on a running program in the Deskbar. In this situation, the program being clicked on should be brought to the foreground and unminimized without having to select it from the sub-menu because the other options (Hide All, Show All and Close All) don't apply. The sub-menu should only appear when multiple instances of an app are running or if an app has multiple windows open.
[haiku-development] Re: FreeBSD network drivers (Sean)
tcpdump: use the outsourced packages.
Ticket #12039 (Live Queries crash Tracker on close) created
When a running live query window is closed it crashes Tracker. Debugger report attached.
STEPS TO REPRODUCE
- Create a query to search all image files on all volumes.
- Open the query and close it as quickly as possible (in case it is the Fetch() portion of the query).
Added libpcap and tcpdump packages.
[haiku] Re: Cleaning out unneeded state? (Axel Dörfler)
Ticket #2630 (Eject when unmounting not working. (gcc2 only)) closed
Fixed in hrev49136.
