Changes

521 bytes added ,  20:57, 21 December 2020
Line 10: Line 10:  
<fill this in (manually) later>
 
<fill this in (manually) later>
   −
=== Process9 ===
+
===NATIVE_FIRM===
 +
==== Process9 ====
 
Actual code changed in Process9.
 
Actual code changed in Process9.
   Line 16: Line 17:     
The anti-downgrade list was updated (versions bumped and new titles were added, such as TWL_FIRM).
 
The anti-downgrade list was updated (versions bumped and new titles were added, such as TWL_FIRM).
 +
 +
====Kernel11====
 +
3 functions were updated, besides the descriptor parsing func (which had the version value updated):
 +
 +
* [[SVC|svcControlProcessMemory]]: At the start, this was added: <code>if (Addr0==NULL || ((Type==MEMOP_MAP || Type==MEMOP_UNMAP) && Addr1==NULL)) return 0xD8E007F6;</code>
 +
* [[SVC|svcConnectToPort]]: The string comparison func was removed and is now inlined.
 +
* The SlabHeap object allocator func will now panic if the ptr it would have returned is NULL.
 +
 +
====KIPs====
 +
No changes.
    
=== AM ===
 
=== AM ===