Andreas Kling
|
71d92cef17
UserspaceEmulator: Add lazy caching of debug info for shared libraries
|
4 years ago |
Brendan Coles
|
c8fb00fe4d
UserspaceEmulator: Implement geteuid, getegid, ptsname syscalls
|
4 years ago |
Brendan Coles
|
a46e48089d
UserspaceEmulator: Implement beep syscall
|
4 years ago |
Itamar
|
72ca45e300
UserspaceEmulator: Support dynamically loaded programs
|
4 years ago |
Itamar
|
28cda567c1
UserspaceEmulator: Support the name argument in mmap for file backed mappings
|
4 years ago |
Ben Wiederhake
|
809a8ee693
UserspaceEmulator: Implement readlink syscall
|
4 years ago |
Ben Wiederhake
|
88b090a808
UserspaceEmulator: Handle overflow in virt$realpath
|
4 years ago |
Simon Danner
|
751e759be2
UserspaceEmulator: Implement clock_nanosleep
|
4 years ago |
Simon Danner
|
09b095e62a
UserspaceEmulator: Add support for watch_file
|
4 years ago |
Andreas Kling
|
da413a464a
UserspaceEmulator: Inline some very hot functions
|
4 years ago |
Andreas Kling
|
1965fc5b98
UserspaceEmulator: Keep Emulator& closer to the action in some places
|
4 years ago |
Andreas Kling
|
b4ff85f138
UserspaceEmulator: Reduce malloc thrashing in backtrace capture
|
4 years ago |
Andreas Kling
|
a4a389156d
UserspaceEmulator: Make sure the (crappy) VM allocator is page-aligned
|
4 years ago |
Andreas Kling
|
d4509647d8
UserspaceEmulator: Honor the read/write/execute bits in mmap regions
|
4 years ago |
Andreas Kling
|
ae81ced21c
UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall
|
4 years ago |
Andreas Kling
|
ae10c9d8ec
UserspaceEmulator: Fix busted backtraces with --report-to-debug
|
4 years ago |
Andreas Kling
|
013c7ccd73
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
|
4 years ago |
AnotherTest
|
4d756c7d2d
UserspaceEmulator: Remove some unneeded String copies
|
4 years ago |
AnotherTest
|
57f0f8c9b7
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
|
4 years ago |
AnotherTest
|
290e7957b7
UserspaceEmulator: Add support for setsid
|
4 years ago |
AnotherTest
|
fcc38422c6
UserspaceEmulator: Add support for set_thread_name
|
4 years ago |
AnotherTest
|
617c5ba045
UserspaceEmulator: Add support for fchown
|
4 years ago |
AnotherTest
|
41aa78f6de
UserspaceEmulator: Add support for chmod
|
4 years ago |
AnotherTest
|
b1d36243e5
UserspaceEmulator: Add support for setgroups
|
4 years ago |
AnotherTest
|
457e00f319
UserspaceEmulator: Add support for sched_(g s)etparam
|
4 years ago |
AnotherTest
|
33730cbd92
UserspaceEmulator: Add support for some more ioctl() requests
|
4 years ago |
AnotherTest
|
aee0df19c1
UserspaceEmulator: Add support for emulating SC_mount
|
4 years ago |
AnotherTest
|
9afe9069a9
UserspaceEmulator: Optionally write reports to the debug log
|
4 years ago |
Paul Scharnofske
|
d94f674bbb
Use new format functions in remaining DevTools. (#3755)
|
4 years ago |
asynts
|
e089855af0
UserspaceEmulator: Remove remaining printf calls.
|
4 years ago |