rpcs3/Utilities
Megamouse 635fed0427 fs/linux: fix potential copy_file issue
sendfile is meant to be run in a loop, since there is no guarantee that a single call copies all the data.
The current implementation may lead to corrupt files on linux.
2023-06-12 15:59:32 +03:00
..
BitField.h Replace simple_type with std::common_type 2021-04-17 10:27:55 +03:00
CRC.h More random changes 2021-04-11 14:01:51 +03:00
Config.cpp Fix log message 2023-05-18 09:15:49 +02:00
Config.h Qt: fix emulated button reset 2023-05-25 20:37:15 +02:00
File.cpp fs/linux: fix potential copy_file issue 2023-06-12 15:59:32 +03:00
File.h sys_fs: Implemented sys_fs_mount(prot=1) read-only mounting & fixed up some operation and permission checks 2023-06-05 13:51:54 +03:00
JIT.cpp jit: Fix vec_cmp_eq<u32> 2023-04-15 12:16:15 +03:00
JIT.h Update to LLVM 16.0.1 2023-04-11 12:13:09 +03:00
LUrlParser.cpp More random changes 2021-04-11 14:01:51 +03:00
LUrlParser.h Fix some -Weffc++ warnings (part 2) 2021-04-03 21:54:15 +03:00
StrFmt.cpp debugger: Fix trailing spaces in PPU register dump 2023-06-06 09:48:27 +02:00
StrFmt.h Windows: log more descriptive errors 2023-03-04 18:34:56 +01:00
StrUtil.h debugger: Fix trailing spaces in PPU register dump 2023-06-06 09:48:27 +02:00
Thread.cpp Make page faults entry enqueue and event atomic 2023-06-02 08:54:46 +03:00
Thread.h Threads.cpp: Fix infinite looping 2023-06-02 08:54:46 +03:00
Timer.h input: add enumeration threads for each hid_pad_handler 2022-02-01 19:28:04 +01:00
address_range.h Use utils::c_page_size 2022-07-04 22:35:05 +03:00
bin_patch.cpp patches: fix move_file/hide_file error 2023-03-04 19:18:36 +01:00
bin_patch.h Patches: Virtual move/remove game files patches 2023-03-03 20:56:11 +01:00
bit_set.h Add savestate buttons to home menu 2023-04-13 20:46:37 +02:00
cfmt.h cfmt/StrFmt: support s128 formatting (untested) 2022-11-26 09:30:11 +03:00
cheat_info.cpp move try_to_int64 to StrUtil 2021-06-25 09:41:32 +03:00
cheat_info.h Fix some -Weffc++ warnings (part 2) 2021-04-03 21:54:15 +03:00
cond.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
cond.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
date_time.h save-overlays: change list entry contents. 2021-04-30 00:30:26 +02:00
geometry.h fix some warnings 2023-02-22 23:57:20 +01:00
git-version-gen.cmd windows: fix git version script release check 2022-04-15 00:45:51 +02:00
lockless.h rsx/overlays: Use lf_queue for a lock-free stack implementation 2023-02-24 00:46:53 +03:00
mutex.cpp shared_mutex: Optimize busy-waiting by detecting waiters and try to steal the notifying bit 2022-08-07 20:23:54 +03:00
mutex.h shared_mutex: Optimize busy-waiting by detecting waiters and try to steal the notifying bit 2022-08-07 20:23:54 +03:00
rXml.cpp Trophies: Add more sanity checks to pugixml backend 2023-05-30 19:11:57 +02:00
rXml.h Trophies: Add more sanity checks to pugixml backend 2023-05-30 19:11:57 +02:00
sema.cpp types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
sema.h More random changes 2021-04-11 14:01:51 +03:00
simple_ringbuf.cpp sys_rsxaudio: Initial implementation (#11907) 2022-05-05 15:47:44 +02:00
simple_ringbuf.h sys_rsxaudio: Initial implementation (#11907) 2022-05-05 15:47:44 +02:00
stack_trace.cpp Fix linux build 2022-08-14 23:53:50 +03:00
stack_trace.h rsx: Fix surface metadata life-cycle 2022-12-17 20:16:58 +03:00
sync.h Implement FN (lambda shortener) 2022-07-08 14:47:41 +03:00
transactional_storage.h sys_rsxaudio: Initial implementation (#11907) 2022-05-05 15:47:44 +02:00
version.cpp Warning fixes 2022-09-17 16:35:02 +03:00
version.h Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00