Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 1873b8f3e4 UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls пре 5 година
  Andreas Kling c314292319 UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) пре 5 година
  Andreas Kling c8b496162d UserspaceEmulator: Add some more syscalls :^) пре 5 година
  Andreas Kling 2da44dba44 UserspaceEmulator: Add support for shared buffers (shbuf) пре 5 година
  Andreas Kling 339f12e8a2 UserspaceEmulator: Implement an assortment of system calls пре 5 година
  Sergey Bugaev e12b591509 UserspaceEmulator: Implement virt$pipe() пре 5 година
  Andreas Kling a27473cbc2 UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code пре 5 година
  Andreas Kling e0580e2975 UserspaceEmulator: Add some more syscalls пре 5 година
  Andreas Kling 9b6464010f UserspaceEmulator: Add basic support for memory-mapped files пре 5 година
  Andreas Kling f6ad5edab0 UserspaceEmulator: Make mmap'ed memory track read/write protection пре 5 година
  Andreas Kling 27c1690504 UserspaceEmulator: Pass arguments through to emulated process пре 5 година
  Andreas Kling 3d42b85969 UserspaceEmulator: Move SimpleRegion to its own files пре 5 година
  Andreas Kling 4d3787ae33 UserspaceEmulator: Support the fstat() and get_process_name() syscalls пре 5 година
  Andreas Kling 617655db0d UserspaceEmulator: Move exit() syscall logging to debug output пре 5 година
  Andreas Kling 1d32c66dde UserspaceEmulator: Put some syscall logging behind DEBUG_SPAM пре 5 година
  Andreas Kling 95a42efc62 UserspaceEmulator: Implement enough syscalls to get /bin/id running :^) пре 5 година
  Andreas Kling 1b196df4c4 UserspaceEmulator: Implement/stub out various syscalls пре 5 година
  Andreas Kling 56d3a949e6 UserspaceEmulator: Disable per-instruction trace dumps for now пре 5 година
  Andreas Kling 079021a607 UserspaceEmulator: Put the executable name in argv[0] :^) пре 5 година
  Andreas Kling ddf7b817df UserspaceEmulator: Add Emulator::dump_backtrace() пре 5 година
  Andreas Kling 584923445c UserspaceEmulator: "Add" a couple of syscalls пре 5 година
  Andreas Kling 734f63d522 UserspaceEmulator: Add basic TLS (thread-local storage) support пре 5 година
  Andreas Kling ce51cf90c6 UserspaceEmulator: Make sure ELF data segments are zero-initialized пре 5 година
  Andreas Kling 463afa69a7 UserspaceEmulator: Improve the initial program stack a tiny bit пре 5 година
  Andreas Kling 0f63d8c9b4 UserspaceEmulator: Symbolicate disassembly output :^) пре 5 година
  Andreas Kling dc66d70369 UserspaceEmulator: Don't exit the emulation loop on "RET" :^) пре 5 година
  Andreas Kling c4ec38ddb5 UserspaceEmulator: Print out the current EIP as we execute instructions пре 5 година
  Andreas Kling ae1d14bc7a UserspaceEmulator: Load the target executable ELF semi-properly :^) пре 5 година
  Andreas Kling 0eab5659f8 UserspaceEmulator: Set up a very basic program entry stack пре 5 година
  Andreas Kling 6f27770cea UserspaceEmulator: Add 8/16 bit memory read/write operations пре 5 година