Историја ревизија

Аутор SHA1 Порука Датум
  bunnei 3a91a62b8f svc: Implement svcUnmapMemory. пре 8 година
  bunnei a3228d9b77 svc: Minor cleanups. пре 8 година
  bunnei 8ab33616ac svc: Implement svcStartThread. пре 8 година
  bunnei 834fa5db65 kernel: Add SyncObject primitive, use it for ClientSession. пре 8 година
  bunnei 6e021f22b8 svc: Implement MapMemory. пре 8 година
  bunnei 7618b5237d svc: Implement SetHeapSize. пре 8 година
  bunnei 266c1c8020 svc: Implement GetThreadId and GetProcessId. пре 8 година
  bunnei dcd6bb82f7 hle: Fix QueryMemory response for MemoryInfo. пре 8 година
  bunnei 960a1416de hle: Initial implementation of NX service framework and IPC. пре 8 година
  bunnei 78bc2b70bb svc: Some logging cleanup. пре 8 година
  bunnei cb889f9220 svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc. пре 8 година
  Sebastian Valle 56d718b2a1 Merge pull request #2793 from Subv/replyandreceive пре 9 година
  Subv b53fa9514f Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. пре 9 година
  Subv 88c93a7436 Kernel/SVC: Partially implemented svcReplyAndReceive. пре 9 година
  Yuri Kunde Schlesner e192d417ec Kernel: Implement AcceptSession SVC пре 9 година
  Yuri Kunde Schlesner aa0f3047d3 Kernel: Implement CreateSessionToPort SVC пре 9 година
  Yuri Kunde Schlesner f94093d0fd Kernel: Implement CreateSession SVC пре 9 година
  Yuri Kunde Schlesner be031989ee Kernel: Move HandleTable to a separate file пре 9 година
  Yuri Kunde Schlesner 64ecf81a3c Kernel: Move WaitObject to a separate file пре 9 година
  Yuri Kunde Schlesner 9453223075 Kernel: Removed HandleTable::GetWaitObject пре 9 година
  Yuri Kunde Schlesner 2cdb40d709 Kernel: Centralize error definitions in errors.h пре 9 година
  Yuri Kunde Schlesner 6577bbc3c5 Remove ability to load symbol maps пре 9 година
  Michael Theall 31f9c1ab5d Fix OutputDebugString syscall пре 9 година
  Fernando Sahmkow b5dbc6cb98 Refined thread launch on syscore error messages пре 9 година
  Subv 0be77c3ae4 Timers: Return an error when calling SetTimer with negative timeouts. пре 9 година
  Subv 1ddff14511 Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. пре 9 година
  Subv f2f2572fed Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. пре 9 година
  bunnei b5eac78b43 Merge pull request #2410 from Subv/sleepthread пре 9 година
  Hyper f0199a17f6 Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404) пре 9 година
  Subv fc2266130b Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. пре 9 година