Source Activity

Syndicate content
Haiku's main repository
Updated: 2 hours 16 min ago

iso9660: fix PVS 2430 to 2435.

Tue, 2015-04-28 19:49
* Incorrect handling of realloc() failure (if reallocation fails, original buffer is still allocated and must be freed), * Use of bit shift on signed integer (undefined behavior in C and C++). * Incorrect handling of realloc() failure (if reallocation fails, original buffer is still allocated and must be freed), * Use of bit shift on signed integer (undefined behavior in C and C++).
Categories: Development

Build fix.

Tue, 2015-04-28 19:00
Thanks to luroh for noticing. Thanks to luroh for noticing.
Categories: Development

BLocker: make "unlock from wrong thread" only a warning.

Tue, 2015-04-28 18:33
Calling Debugger here causes issues with some software (mainly Mesa). Only print a warning, this is enough for developers to see the problem, and not as annoying for users. Calling Debugger here causes issues with some software (mainly Mesa). Only print a warning, this is enough for developers to see the problem, and not as annoying for users.
Categories: Development

Update curl packages.

Tue, 2015-04-28 17:57
Categories: Development

Add support for Intel Centrino Wireless-N 2230.

Tue, 2015-04-28 11:12
Fixes #12006. Signed-off-by: Adrien Destugues Fixes #12006. Signed-off-by: Adrien Destugues
Categories: Development

Have B_FIND_PATH_LIB_DIRECTORY return the architecture.

Tue, 2015-04-28 06:07
Fixes #12028. Fixes #12028.
Categories: Development

InstalledPackages: fix the build.

Mon, 2015-04-27 17:17
Categories: Development

coreutils: delete everything except su's dependencies.

Mon, 2015-04-27 14:49
And copyright notices, of course. And copyright notices, of course.
Categories: Development

Tracker: move deprecated cruft to FBCPadding.cpp.

Mon, 2015-04-27 00:06
The Be Book [1] states that these are supposed to be C functions, but the comment (see diff) said they were deprecated, and the fact that they were in a .cpp file (and I checked with "nm") made them C++ functions. I can't recall any applications failing to start because these symbols were unresolved, so we might be able to just remove them... [1]: https://www.haiku-os.org/legacy-docs/bebook/BFilePanel_Overview.html The Be Book [1] states that these are supposed to be C functions, but the comment (see diff) said they were deprecated, and the fact that they were in a .cpp file (and I checked with "nm") made them C++ functions. I can't recall any applications failing to start because these symbols were unresolved, so we might be able to just remove them... [1]: https://www.haiku-os.org/legacy-docs/bebook/BFilePanel_Overview.html
Categories: Development

Tracker: Remove [I]Find* functions from TrackerString.

Sun, 2015-04-26 23:55
"git blame" indicates they've been here since Tracker was imported into the tree, and a single paragraph explaining their existence just states they are more efficient/faster than the ones in BString due to running simple checks before calling str*cmp. If there is (still) such a performance problem in our BString, we should fix it there and not use hacky workarounds. I didn't notice any difference in speed when using Tracker with this patch; however, I'm on a reasonably fast machine. "git blame" indicates they've been here since Tracker was imported into the tree, and a single paragraph explaining their existence just states they are more efficient/faster than the ones in BString due to running simple checks before calling str*cmp. If there is (still) such a performance problem in our BString, we should fix it there and not use hacky workarounds. I didn't notice any difference in speed when using Tracker with this patch; however, I'm on a reasonably fast machine.
Categories: Development

Add package for Sawteeth.

Sun, 2015-04-26 20:07
Categories: Development

zipomatic: notify an error when /bin/zip is missing

Sun, 2015-04-26 18:27
Since zip has been outsourced, it's possible to loose it when upgrading, in which case ZOM went busylooping without noticing the thread actually never started. At least now it says "failed to create the archive". Maybe it should try to install zip? Since zip has been outsourced, it's possible to loose it when upgrading, in which case ZOM went busylooping without noticing the thread actually never started. At least now it says "failed to create the archive". Maybe it should try to install zip?
Categories: Development

Tracker: delete more non-Haiku code.

Sun, 2015-04-26 18:01
Categories: Development

Tracker: fix PoseView border in FilePanels.

Sun, 2015-04-26 17:58
Categories: Development

Fix typo (missing pointer dereference).

Sun, 2015-04-26 17:32
Found by PVS-Studio developer Svyatoslav Razmyslov. Also update my email address. Found by PVS-Studio developer Svyatoslav Razmyslov. Also update my email address.
Categories: Development