Historique des commits

Auteur SHA1 Message Date
  David Marcec 38cdb6744d Added assertion failed, reworked logging levels il y a 7 ans
  David Marcec 8042731da9 Added break types to svcBreak il y a 7 ans
  Lioncash 896c0f61a0 svc: Fix vma boundary check in svcQueryMemory il y a 7 ans
  bunnei 60317e6306 Merge pull request #1520 from lioncash/san il y a 7 ans
  Lioncash 4b5ae8dbaa svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock il y a 7 ans
  Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h il y a 7 ans
  Lioncash 33830aa65a svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory il y a 7 ans
  bunnei 6e8752881c Merge pull request #1498 from lioncash/aslr il y a 7 ans
  Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs il y a 7 ans
  Lioncash 90f8474fc1 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() il y a 7 ans
  bunnei 2f8ca32020 Merge pull request #1492 from lioncash/proc il y a 7 ans
  David Marcec 92fae7e1ab Stop all threads on svcBreak il y a 7 ans
  Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo il y a 7 ans
  bunnei ffcda6c08e Merge pull request #1481 from lioncash/typo il y a 7 ans
  bunnei 2946d4bdbe Merge pull request #1467 from ogniK5377/svcbreak-type-fix il y a 7 ans
  Lioncash 4ccf30dfaa svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory il y a 7 ans
  Lioncash 72e9cb523e svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory il y a 7 ans
  Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process il y a 7 ans
  David Marcec 09b6dda8f0 Use a better name than "dont_kill_application" il y a 7 ans
  David Marcec a4412c8e22 Fixed incorrect types for svcBreak il y a 7 ans
  David Marcec f5631e78d1 Added bitfield instead of manually checking if the bit is set il y a 7 ans
  David Marcec af3ba94b2a Actual kill execution when the bit isn't set, not the other way around il y a 7 ans
  David Marcec c50f66a8eb svcBreak, Signalling to the debugger should not kill execution il y a 7 ans
  Lioncash baed7e1fba kernel/thread: Make all instance variables private il y a 7 ans
  Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() il y a 7 ans
  Lioncash cf9d6c6f52 kernel/process: Make data member variables private il y a 7 ans
  bunnei f7b69d61f2 Merge pull request #1395 from lioncash/vm il y a 7 ans
  bunnei b67c1fdf38 Merge pull request #1393 from tech4me/svc il y a 7 ans
  Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants il y a 7 ans
  Lioncash 6c6f95d071 svc: Report correct memory-related values within some of the cases in svcGetInfo() il y a 7 ans