コミット履歴

作者 SHA1 メッセージ 日付
  David Marcec 92fae7e1ab Stop all threads on svcBreak 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 年 前
  bunnei e6367ab955 Merge pull request #1315 from lioncash/size 7 年 前
  bunnei e561afdcd5 Merge pull request #1328 from FearlessTobi/port-4192 7 年 前
  Valentin Vanelslande 54ddb37b3c Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" 7 年 前
  fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 年 前
  Lioncash 4f8756edd0 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() 7 年 前
  Lioncash accd1f17e4 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 7 年 前
  Lioncash 496c67fd73 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 7 年 前
  Lioncash 7bd2faad9a kernel/svc: Sanitize heap sizes within svcSetHeapSize() 7 年 前
  bunnei 79217f9870 Merge pull request #1303 from lioncash/error 7 年 前