..
lv2.cpp
Initial Linux Aarch64 support
2022-01-15 06:48:04 +03:00
sys_bdemu.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
sys_bdemu.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_btsetting.cpp
VSH: Stubs
2020-02-08 23:07:03 +03:00
sys_btsetting.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_cond.cpp
Simplify PPU exit
2021-05-25 22:47:23 +03:00
sys_cond.h
LV2: Fixup for IPC
2021-05-07 14:58:22 +03:00
sys_config.cpp
More random changes
2021-04-11 14:01:51 +03:00
sys_config.h
More random changes
2021-04-11 14:01:51 +03:00
sys_console.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
sys_console.h
VSH: Stubs
2020-02-08 23:07:03 +03:00
sys_crypto_engine.cpp
VSH: Stubs
2020-02-08 23:07:03 +03:00
sys_crypto_engine.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_dbg.cpp
Fix vm::range_lock, imporve vm::check_addr
2020-11-11 10:30:09 +03:00
sys_dbg.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_event.cpp
sys_event: Fix PPU queue forced uproot of waiters ( #11147 )
2021-11-13 20:22:54 +03:00
sys_event.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_event_flag.cpp
Fix sys_event_flag_wait result set ( #10404 )
2021-06-05 16:41:02 +03:00
sys_event_flag.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_fs.cpp
Fcntl 0xc0000007, 0xc0000015, 0xc000001c
2022-01-04 22:47:06 +03:00
sys_fs.h
Fcntl 0xc0000007, 0xc0000015, 0xc000001c
2022-01-04 22:47:06 +03:00
sys_gamepad.cpp
More random changes
2021-04-11 14:01:51 +03:00
sys_gamepad.h
Replace uint8_t with u8
2020-12-18 12:23:53 +03:00
sys_gpio.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
sys_gpio.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_hid.cpp
Fix some warnings
2021-07-30 09:31:36 +03:00
sys_hid.h
sys_hid vsh
2021-07-18 14:20:33 +02:00
sys_interrupt.cpp
Remove lv2_event_queue::check(weak_ptr)
2021-05-15 00:31:14 +03:00
sys_interrupt.h
sys_interrupt: weak_ptr -> shared_ptr
2021-05-15 00:31:14 +03:00
sys_io.cpp
Stub sys_io for vsh.
2021-07-17 17:06:57 +02:00
sys_io.h
Stub sys_io for vsh.
2021-07-17 17:06:57 +02:00
sys_lwcond.cpp
Bugfix of sys_lwmutex_destroy
2021-08-04 09:03:17 +03:00
sys_lwcond.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_lwmutex.cpp
Remove some lwmutex log spam
2021-09-26 21:28:17 +03:00
sys_lwmutex.h
Bugfix of sys_lwmutex_destroy
2021-08-04 09:03:17 +03:00
sys_memory.cpp
kernel-explorer: Save self mem-container ID and use it
2021-05-23 05:37:37 +03:00
sys_memory.h
kernel-explorer: Save self mem-container ID and use it
2021-05-23 05:37:37 +03:00
sys_mmapper.cpp
vm: Fix vm::unmap
2021-09-13 20:53:34 +03:00
sys_mmapper.h
sys_mmapper: Fix IPC-enabled instances memory consumption
2021-05-24 23:16:06 +03:00
sys_mutex.cpp
LV2: Fixup for IPC
2021-05-07 14:58:22 +03:00
sys_mutex.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_net.cpp
Initial Linux Aarch64 support
2022-01-15 06:48:04 +03:00
sys_net.h
Handle SYS_NET_IPPROTO_IP get/setsockopt
2021-12-27 20:58:09 +03:00
sys_overlay.cpp
Fixes of PS3 filesystem EDAT/SDAT handling
2021-11-04 21:32:15 +03:00
sys_overlay.h
Add usz alias for std::size_t
2020-12-18 12:23:53 +03:00
sys_ppu_thread.cpp
sys_spu_thread: Removed unused field access
2021-12-02 21:36:57 +03:00
sys_ppu_thread.h
kernel-explorer: Implement PPU scheduler state information
2021-05-21 18:12:36 +02:00
sys_process.cpp
sys_rsx: Outlaw mapping sys_vm memory to RSX IO address-space
2021-12-25 02:22:49 +03:00
sys_process.h
some more constants
2021-04-23 22:02:52 +02:00
sys_prx.cpp
Fixes of PS3 filesystem EDAT/SDAT handling
2021-11-04 21:32:15 +03:00
sys_prx.h
sys_prx: more constants
2021-04-23 22:02:52 +02:00
sys_rsx.cpp
sys_rsx: Outlaw mapping sys_vm memory to RSX IO address-space
2021-12-25 02:22:49 +03:00
sys_rsx.h
rsx: default initialize RsxDisplayInfo
2021-12-01 21:55:53 +01:00
sys_rsxaudio.cpp
stub rsxaudio
2021-07-18 21:08:03 +03:00
sys_rsxaudio.h
More sys_uart packets ( #11332 )
2022-01-10 03:43:54 +03:00
sys_rwlock.cpp
LV2: Fixup for IPC
2021-05-07 14:58:22 +03:00
sys_rwlock.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_semaphore.cpp
LV2: Fixup for IPC
2021-05-07 14:58:22 +03:00
sys_semaphore.h
event queue: Structure size efficiency
2021-05-09 10:58:14 +03:00
sys_sm.cpp
sys_sm_get_ext_event2 stub
2021-07-17 18:35:26 +02:00
sys_sm.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_spu.cpp
sys_spu: Implement SPU image segment info checks ( #11211 )
2021-12-02 13:17:10 +03:00
sys_spu.h
Debugger/Disasm: Name SPU Syscalls
2021-09-07 01:13:57 +02:00
sys_ss.cpp
Fix some warnings
2021-07-30 09:31:36 +03:00
sys_ss.h
More random changes
2021-04-11 14:01:51 +03:00
sys_storage.cpp
Fix sys_storage_read
2021-07-30 17:22:43 +03:00
sys_storage.h
sys_storage vsh implementation ( #10559 )
2021-07-17 22:06:40 +02:00
sys_sync.h
LV2: Fix IPC key reading from attributes
2021-07-17 20:02:21 +02:00
sys_time.cpp
cellAudio fix
2021-09-20 07:59:34 +02:00
sys_time.h
Move error_code to ErrorCodes.h
2020-12-12 15:12:01 +03:00
sys_timer.cpp
lv2_timer: manage timers by separate thread ( #10445 )
2021-06-15 15:04:51 +03:00
sys_timer.h
lv2_timer: manage timers by separate thread ( #10445 )
2021-06-15 15:04:51 +03:00
sys_trace.cpp
Remove BOM markers
2020-12-06 15:30:12 +03:00
sys_trace.h
Move types.h to util/types.hpp
2020-12-12 15:12:01 +03:00
sys_tty.cpp
Add debugging info for when sys_tty_write is executed
2021-09-12 19:05:26 +03:00
sys_tty.h
Add debugging info for when sys_tty_write is executed
2021-09-12 19:05:26 +03:00
sys_uart.cpp
More sys_uart packets ( #11332 )
2022-01-10 03:43:54 +03:00
sys_uart.h
More sys_uart packets ( #11332 )
2022-01-10 03:43:54 +03:00
sys_usbd.cpp
Initial Linux Aarch64 support
2022-01-15 06:48:04 +03:00
sys_usbd.h
Impl sys_usbd_get_device_location
2021-11-25 00:53:00 +01:00
sys_vm.cpp
vm: Fix vm::unmap
2021-09-13 20:53:34 +03:00
sys_vm.h
Remove BOM markers
2020-12-06 15:30:12 +03:00