Cronologia Commit

Autore SHA1 Messaggio Data
  Subv d3634d4bf4 Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 11 anni fa
  Yuri Kunde Schlesner a5eba2f984 Kernel: Remove g_program_id 11 anni fa
  Yuri Kunde Schlesner 6d60acf0f1 Kernel: Introduce skeleton Process class to hold process data 11 anni fa
  Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 anni fa
  Yuri Kunde Schlesner c916bcf7b5 Move typedefs from kernel.h to more appropriate places 11 anni fa
  bunnei c7dc799e19 Kernel: Properly initialize and shutdown all modules. 11 anni fa
  Subv 8e2b248e05 Build: Fixed some warnings 11 anni fa
  Yuri Kunde Schlesner 52f58e64ef Kernel: Make WaitObjects share ownership of Threads waiting on them 11 anni fa
  Yuri Kunde Schlesner 5354a479bc Kernel: Remove Object::GetHandle (it's not used anymore :D) 11 anni fa
  Yuri Kunde Schlesner 869ec46683 Kernel: Introduce unique Object ids for debugging 11 anni fa
  Yuri Kunde Schlesner 09ae6e1fa3 Remove result.h InvalidHandle 11 anni fa
  Yuri Kunde Schlesner b5ee4f9df9 Move VAddr/PAddr typedefs to kernel.h 11 anni fa
  bunnei f09806aed2 Kernel: Renamed some functions for clarity. 11 anni fa
  bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 11 anni fa
  bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 11 anni fa
  bunnei 9e6ec3b6cd Session: Change to a WaitObject. 11 anni fa
  bunnei 9412996c8f Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. 11 anni fa
  bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. 11 anni fa
  bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs 11 anni fa
  bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. 11 anni fa
  bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 anni fa
  bunnei 5e77e2e1de WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. 11 anni fa
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 anni fa
  Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management 11 anni fa
  Yuri Kunde Schlesner d751de7341 Kernel: Don't re-assign object's handle when duplicating one 11 anni fa
  Yuri Kunde Schlesner 9bf8462b96 Thread: Reduce use of Handles and move some funcs to inside the class. 11 anni fa
  Subv 07044651ef SVC: Implemented the Timer service calls. 11 anni fa
  Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager 11 anni fa
  Yuri Kunde Schlesner 23f2142009 Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants 11 anni fa
  Yuri Kunde Schlesner 73fba22c01 Rename ObjectPool to HandleTable 11 anni fa