- Jul 24, 2018
-
-
Lioncash authored
Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover.
-
- Jul 19, 2018
-
-
Zach Hilman authored
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
-
- Jul 08, 2018
-
- Jul 06, 2018
-
-
Zach Hilman authored
* Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename
-
- Jul 03, 2018
-
-
James Rowe authored
-
James Rowe authored
-
- Apr 25, 2018
-
-
Lioncash authored
-
- Mar 31, 2018
-
-
bunnei authored
-
- Mar 16, 2018
-
-
bunnei authored
-
- Mar 14, 2018
-
-
bunnei authored
-
- Mar 02, 2018
-
-
Subv authored
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
-
- Jan 20, 2018
-
-
James Rowe authored
-
bunnei authored
-
bunnei authored
-
- Oct 15, 2017
-
-
bunnei authored
-
- Sep 30, 2017
- Sep 26, 2017
-
-
Subv authored
The loaders will now just create a Kernel::Process, construct it and return it to the caller, which is responsible for setting it as the current process and configuring the global page table.
-
- Sep 24, 2017
-
-
MerryMage authored
Don't expose Memory::current_page_table as a global.
-
- Sep 10, 2017
-
-
Subv authored
The loader is in charge of setting the newly created process's page table as the main one during the loading process.
-
- May 07, 2017
-
-
Yuri Kunde Schlesner authored
This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread.
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jan 25, 2016
-
-
Lioncash authored
-
- Jul 14, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jul 13, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jul 12, 2015
-
-
Yuri Kunde Schlesner authored
The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 15, 2015
-
-
Subv authored
Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
-
Yuri Kunde Schlesner authored
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jan 30, 2015
-
-
Rohit Nirmal authored
-
- Jan 15, 2015
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-