bunnei
|
60317e6306
Merge pull request #1520 from lioncash/san
|
7 лет назад |
Lioncash
|
4b5ae8dbaa
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock
|
7 лет назад |
Lioncash
|
d27f4a4928
common: Move Is4KBAligned() to alignment.h
|
7 лет назад |
Lioncash
|
33830aa65a
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
|
7 лет назад |
bunnei
|
6e8752881c
Merge pull request #1498 from lioncash/aslr
|
7 лет назад |
Lioncash
|
5484742fda
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
|
7 лет назад |
Lioncash
|
90f8474fc1
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
|
7 лет назад |
bunnei
|
2f8ca32020
Merge pull request #1492 from lioncash/proc
|
7 лет назад |
David Marcec
|
92fae7e1ab
Stop all threads on svcBreak
|
7 лет назад |
Lioncash
|
1c7a7ed79b
svc: Implement svcGetProcessInfo
|
7 лет назад |
bunnei
|
ffcda6c08e
Merge pull request #1481 from lioncash/typo
|
7 лет назад |
bunnei
|
2946d4bdbe
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
|
7 лет назад |
Lioncash
|
4ccf30dfaa
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
|
7 лет назад |
Lioncash
|
72e9cb523e
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
|
7 лет назад |
Lioncash
|
5c0408596f
kernel/thread: Use a regular pointer for the owner/current process
|
7 лет назад |
David Marcec
|
09b6dda8f0
Use a better name than "dont_kill_application"
|
7 лет назад |
David Marcec
|
a4412c8e22
Fixed incorrect types for svcBreak
|
7 лет назад |
David Marcec
|
f5631e78d1
Added bitfield instead of manually checking if the bit is set
|
7 лет назад |
David Marcec
|
af3ba94b2a
Actual kill execution when the bit isn't set, not the other way around
|
7 лет назад |
David Marcec
|
c50f66a8eb
svcBreak, Signalling to the debugger should not kill execution
|
7 лет назад |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 лет назад |
Lioncash
|
541c550753
kernel/svc: Implement svcGetThreadContext()
|
7 лет назад |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 лет назад |
bunnei
|
f7b69d61f2
Merge pull request #1395 from lioncash/vm
|
7 лет назад |
bunnei
|
b67c1fdf38
Merge pull request #1393 from tech4me/svc
|
7 лет назад |
Lioncash
|
83377113bf
memory: Dehardcode the use of fixed memory range constants
|
7 лет назад |
Lioncash
|
6c6f95d071
svc: Report correct memory-related values within some of the cases in svcGetInfo()
|
7 лет назад |
tech4me
|
d42424ace0
svc: Updated svc names
|
7 лет назад |
Lioncash
|
48b2eda492
svc: Move most process termination code to its own function within Process
|
7 лет назад |
Lioncash
|
b6867602ca
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
|
7 лет назад |