69
I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added dynamic test suite loading More... almost 22 years ago
NextSubTest() code now honors BTestShell::Verbosity() levels More... almost 22 years ago
Dynamic loading updates More... almost 22 years ago
Initial checkin More... almost 22 years ago
Rewritten completely More... almost 22 years ago
Added TestSuite More... almost 22 years ago
Rewritten completely; designed to work with new framework More... almost 22 years ago
Added code to honor BTestShell::Verbosity() levels when outputting More... almost 22 years ago
Added dynamic test loading, plus a hack to allow global access to a BTestShell var More... almost 22 years ago
I felt I had to do *something* More... almost 22 years ago
Removed third argument for SystemMain. Not longer needed. More... almost 22 years ago
Updated to reflect the current building process. More... almost 22 years ago
Added handling of floppy location parameter. More... almost 22 years ago
Added installfloppy target. More... almost 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... almost 22 years ago
Renamed KernelAddon to R5KernelAddon to avoid confusion. More... almost 22 years ago
Added compiling defines and debug flag. Now KernelAddon is used instead of Addon. More... almost 22 years ago
Fixed setting the target specific LINKFLAGS in Addon and SharedLibrary. Added the rule KernelAddon for, guess what, kernel add-ons. :-) More... almost 22 years ago
Add the config_manager.h that I somehow missed from my eariler commit. More... almost 22 years ago
This is now in another header file and so not required here. More... almost 22 years ago
Removed the kernel building lines as they are in src/kernel again. More... almost 22 years ago
small fix to make threads to return meaningful values on exit More... almost 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... almost 22 years ago
Add some more headers. More... almost 22 years ago
ERR_NO_MEMORY -> ENOMEM ERR_INVALID_ARGS -> EINVAL CVSR_NOMEMO---------------------------------------------------------------- More... almost 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... almost 22 years ago
ERR_NO_MEMORY -> ENOMEM More... almost 22 years ago
Continue removing ERR_INVALID_ARGS in favour of EINVAL More... almost 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... almost 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... almost 22 years ago