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
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 2,185 of 2,192
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added code to honor BTestShell::Verbosity() levels when outputting
Tyler Dauwalder
More...
over 22 years ago
Added dynamic test loading, plus a hack to allow global access to a BTestShell var
Tyler Dauwalder
More...
over 22 years ago
I felt I had to do *something*
beveloper
More...
over 22 years ago
Removed third argument for SystemMain. Not longer needed.
Ingo Weinhold
More...
over 22 years ago
Updated to reflect the current building process.
Ingo Weinhold
More...
over 22 years ago
Added handling of floppy location parameter.
Ingo Weinhold
More...
over 22 years ago
Added installfloppy target.
Ingo Weinhold
More...
over 22 years ago
* Got rid off the third SystemMain parameter and by improving BuildKernel and KernelFloppyImage. Now the kernel and the floppy image depend correctly on there generating tools. * New InstallFloppy rule to simplify the process of building and writing the floppy image.
Ingo Weinhold
More...
over 22 years ago
Renamed KernelAddon to R5KernelAddon to avoid confusion.
Ingo Weinhold
More...
over 22 years ago
Added compiling defines and debug flag. Now KernelAddon is used instead of Addon.
Ingo Weinhold
More...
over 22 years ago
Fixed setting the target specific LINKFLAGS in Addon and SharedLibrary. Added the rule KernelAddon for, guess what, kernel add-ons. :-)
Ingo Weinhold
More...
over 22 years ago
Add the config_manager.h that I somehow missed from my eariler commit.
David Reid
More...
over 22 years ago
This is now in another header file and so not required here.
David Reid
More...
over 22 years ago
Removed the kernel building lines as they are in src/kernel again.
Ingo Weinhold
More...
over 22 years ago
small fix to make threads to return meaningful values on exit
lillo
More...
over 22 years ago
Make some changes o the ISA nad PCI modules and add the start of a config manager module. As time goes on we can start fleshing these out.
David Reid
More...
over 22 years ago
Add some more headers.
David Reid
More...
over 22 years ago
ERR_NO_MEMORY -> ENOMEM ERR_INVALID_ARGS -> EINVAL CVSR_NOMEMO----------------------------------------------------------------
David Reid
More...
over 22 years ago
Remove the isa test case as it now works and maintaiing it was a waste of time as we will have lots more cases to test with :)
David Reid
More...
over 22 years ago
ERR_NO_MEMORY -> ENOMEM
David Reid
More...
over 22 years ago
Continue removing ERR_INVALID_ARGS in favour of EINVAL
David Reid
More...
over 22 years ago
Tidy up some error values we're passing. Essentially remove the ERR_SEM errors, though these will need to be checked.
David Reid
More...
over 22 years ago
The kernel will now be build again in the Jamfile (or was there a pressing reason to disable it?) Updated much code to reflect the changes in the VFS, including libc's open() (you can now also create files using this function), and opendir(). Added the syscalls for sys_open_dir(), and sys_create_dir().
Axel Dörfler
More...
over 22 years ago
Updated the code to reflect the changes in the VFS. Fixed some bugs in fd.c (how many more bugs can be in a small file like this? :-). Added the syscalls for sys_open_dir(), and sys_create_dir().
Axel Dörfler
More...
over 22 years ago
Updated VFS, more POSIX like open/create, has now extra open_dir/create_dir functions. sys_create() now returns an fd of the open file (some code in the kernel shell already depend on this). Moved the seek functions to fd.c. Updated all internal file systems to a new and updated API. vfs.c is not cleaned up well, but also has some bug fixes.
Axel Dörfler
More...
over 22 years ago
Next update of the VFS: more posix like open/create; divided create in sys_create(), and sys_create_dir(), open in sys_open(), and sys_open_dir(). Small cleanups.
Axel Dörfler
More...
over 22 years ago
Updated to the API changes introduced by BeOS R4's legacy BeOS R3 sound driver API support.
beveloper
More...
over 22 years ago
Updated to the API changes introduced by BeOS R4's legacy BeOS R3 sound driver API support.
beveloper
More...
over 22 years ago
Taking the address of a temporary is a bug, even if it seems to work fine.
beveloper
More...
over 22 years ago
Taking the address of a temporary is a bug, even if it seems to work fine.
beveloper
More...
over 22 years ago
←
1
2
…
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
→
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