69
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added code to honor BTestShell::Verbosity() levels when outputting More... over 22 years ago
Added dynamic test loading, plus a hack to allow global access to a BTestShell var More... over 22 years ago
I felt I had to do *something* More... over 22 years ago
Removed third argument for SystemMain. Not longer needed. More... over 22 years ago
Updated to reflect the current building process. More... over 22 years ago
Added handling of floppy location parameter. More... over 22 years ago
Added installfloppy target. 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. More... over 22 years ago
Renamed KernelAddon to R5KernelAddon to avoid confusion. More... over 22 years ago
Added compiling defines and debug flag. Now KernelAddon is used instead of Addon. 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. :-) More... over 22 years ago
Add the config_manager.h that I somehow missed from my eariler commit. More... over 22 years ago
This is now in another header file and so not required here. More... over 22 years ago
Removed the kernel building lines as they are in src/kernel again. More... over 22 years ago
small fix to make threads to return meaningful values on exit 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. More... over 22 years ago
Add some more headers. More... over 22 years ago
ERR_NO_MEMORY -> ENOMEM ERR_INVALID_ARGS -> EINVAL CVSR_NOMEMO---------------------------------------------------------------- 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 :) More... over 22 years ago
ERR_NO_MEMORY -> ENOMEM More... over 22 years ago
Continue removing ERR_INVALID_ARGS in favour of EINVAL 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. 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(). 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(). 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. 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. More... over 22 years ago
Updated to the API changes introduced by BeOS R4's legacy BeOS R3 sound driver API support. More... over 22 years ago
Updated to the API changes introduced by BeOS R4's legacy BeOS R3 sound driver API support. More... over 22 years ago
Taking the address of a temporary is a bug, even if it seems to work fine. More... over 22 years ago
Taking the address of a temporary is a bug, even if it seems to work fine. More... over 22 years ago