openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Haiku
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
12 days
ago. based on code collected
13 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 2,181 of 2,247
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
some more tests which our implementation passes and r5 does not :)
Stefano Ceccherini
More...
about 22 years ago
fixed call to thread_get_current_thread_id()
Daniel Reinhold
More...
about 22 years ago
restored SYSCALL_GET_CURRENT_THREAD_ID -- my mistake, it was fine as it was
Daniel Reinhold
More...
about 22 years ago
Mega changes. Using hash tables. Many bug fixes Some formatting changes. Introduction of vnodeManager - to allow cached, opened and mmapped files to work together in love, peace and harmony.
Michael Phipps
More...
about 22 years ago
Added new FlushWithReply method. Mostly tested
DarkWyrm
More...
about 22 years ago
Added new FlushWithReply method and some error checking. Mostly tested.
DarkWyrm
More...
about 22 years ago
Correct a bug that cause a deadlock when deleting BMidi class
jerl1
More...
about 22 years ago
Corrected some inaccuracies imported from the BeOS headers: CapitalizeEachWord() DOESN'T capitalize words separated by spaces, it capitalizes words separated by non alphabethical characters. FindLast(char, int32) prototype was misleading.
Stefano Ceccherini
More...
about 22 years ago
ok, the second time's a charm
Daniel Reinhold
More...
about 22 years ago
call to raise() un-commented now that raise() is implemented
Daniel Reinhold
More...
about 22 years ago
sigset stuff added to the build
Daniel Reinhold
More...
about 22 years ago
initial checkin
Daniel Reinhold
More...
about 22 years ago
some cleanup and reorganization: - the inline functions I introduced earlier have been removed - the notes about non-Posix extensions to the sigaction struct have been updated, enlarged, and moved out of the way (near the bottom of the file) - all the function prototypes have been collected and placed together - a few more items have been commented - in general, the organization of the whole file should be more tidy now (I hope)
Daniel Reinhold
More...
about 22 years ago
Undid the oh-so-1337 utf_char_len "optimization" (which is not only slower, but doesn't handle invalid UTF-8 strings correctly) in CountChars().
ejakowatz
More...
about 22 years ago
more functions added to the build
Daniel Reinhold
More...
about 22 years ago
another one
Daniel Reinhold
More...
about 22 years ago
added sigaction()
Daniel Reinhold
More...
about 22 years ago
added raise() and signal()
Daniel Reinhold
More...
about 22 years ago
added sys_get_current_thread_id() -- for libroot compatibility some minor rearrangement (sys_xxx() calls now placed together)
Daniel Reinhold
More...
about 22 years ago
fixed SYSCALL_GET_CURRENT_THREAD_ID (was calling a function that had been removed)
Daniel Reinhold
More...
about 22 years ago
added sys_send_signal()
Daniel Reinhold
More...
about 22 years ago
Almost complete and working "chkbfs" functionality for BFS. It can be used via the private ioctls defined in bfs_control.h. Detects all kinds of errors, and can correct most of them. It doesn't fix any errors in the b+trees (like the ones created by an earlier version of the BPlusTree class ;-), and it also can't fix the "blocks are already set" error, which occurs if more than one file claims a particular block (or range of blocks) for itself. The double indirect data range is not yet supported, so use with care, or run the original chkbfs afterwards to fix any errors because of that. Might not yet analyze 100% correct (shows way to many errors for my tastes...). A "chkbfs" command will be made available shortly.
Axel Dörfler
More...
about 22 years ago
Adds support for INODE_DONT_FREE_SPACE, and all private BFS ioctls defined in bfs_control.h. Some minor cleanups.
Axel Dörfler
More...
about 22 years ago
Now MergeObjectFromObjects adds grist to the to be merged objects.
Ingo Weinhold
More...
about 22 years ago
Added another ToDo item...
Axel Dörfler
More...
about 22 years ago
This file defines the private BFS ioctls to control the "chkbfs" mechanism and other stuff.
Axel Dörfler
More...
about 22 years ago
Changed because of renaming IsValidBlockRun() to ValidateBlockRun().
Axel Dörfler
More...
about 22 years ago
Renamed Volume::IsValidBlockRun() to Volume::ValidateBlockRun() because it returns a status_t, not a boolean value.
Axel Dörfler
More...
about 22 years ago
Added a simple (and completely non-reliable) C implementation for atomic_set(), and atomic_test_and_set() for userland testing purposes.
Axel Dörfler
More...
about 22 years ago
Now uses block_run::MergeableWith() in Inode::GrowStream() - that also fixes the bug where a block_run could get a zero length after merging it... Updated a comment in Inode::Remove().
Axel Dörfler
More...
about 22 years ago
←
1
2
…
2177
2178
2179
2180
2181
2182
2183
2184
2185
…
2246
2247
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree