Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 years ago |
Lioncash
|
83377113bf
memory: Dehardcode the use of fixed memory range constants
|
7 years ago |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 years ago |
Lioncash
|
b8be5524bc
kernel/error: Add error code for invalid memory permissions
|
8 years ago |
Lioncash
|
e93fa7f2cc
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c
|
8 years ago |
Lioncash
|
26de4bb521
core/memory: Get rid of 3DS leftovers
|
8 years ago |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 years ago |
Lioncash
|
46458e7284
core/memory, core/hle/kernel: Use std::move where applicable
|
8 years ago |
James Rowe
|
0d46f0df12
Update clang format
|
8 years ago |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 years ago |
Lioncash
|
7c9644646f
general: Make formatting of logged hex values more straightforward
|
8 years ago |
Lioncash
|
1913cf4783
kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions()
|
8 years ago |
Lioncash
|
40dee76c57
kernel: Migrate logging macros to fmt-compatible ones
|
8 years ago |
bunnei
|
99ae9dbf49
shared_memory: Remove incorrect 3ds-specific check.
|
8 years ago |
N00byKing
|
1d8b6ad13b
Clang Fixes
|
8 years ago |
N00byKing
|
0e72d0d826
More Warning cleanups
|
8 years ago |
N00byKing
|
ef875d6a35
Clean Warnings (?)
|
8 years ago |
bunnei
|
7d6653268f
core: Move process creation out of global state.
|
8 years ago |
bunnei
|
df008a159b
shared_memory: Remove some checks.
|
8 years ago |
bunnei
|
647364db8f
svc: SharedMemory size should be 64-bits and cleanup.
|
8 years ago |
shinyquagsire23
|
96c444d1ff
shared_memory: Only mark addresses as invalid if they are within the heap
|
8 years ago |
bunnei
|
22659afcd0
shared_memory: Minor fixes and cleanup.
|
8 years ago |
Subv
|
b18589ecf7
Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
|
8 years ago |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 years ago |
Yuri Kunde Schlesner
|
326e7c7020
Memory: Make PhysicalToVirtualAddress return a boost::optional
|
9 years ago |
Yuri Kunde Schlesner
|
2cdb40d709
Kernel: Centralize error definitions in errors.h
|
9 years ago |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
9 years ago |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 years ago |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 years ago |