summaryrefslogtreecommitdiff
path: root/preload/sb_exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Logging enhancements: show changes made to argv+envpLauri Aarnio1-0/+54
2008-01-31Introduced R/O mapping mode.Lauri Aarnio1-2/+4
2008-01-18Introduce SB1 bug emulation modeLauri Aarnio1-9/+40
2008-01-11replace iswhitespace() with standard isspace()Lauri Leukkunen1-14/+5
2008-01-11Implement arguments for CPUTRANSPARENCY_METHODLauri Leukkunen1-12/+100
2008-01-11Introduce sb2-show, cleanup some warningsLauri Leukkunen1-32/+91
2008-01-03Added log post-processing tool and improved logging messages.Lauri Aarnio1-3/+7
2007-12-19Add IA64 and powerpc host supportRiku Voipio1-3/+10
2007-12-14Try to get ld_so_run_app() workingLauri Leukkunen1-4/+4
2007-12-14Code cleanupLauri Leukkunen1-5/+5
2007-12-14Endianness check code updateLauri Leukkunen1-50/+81
2007-12-13Re-introduce tool distro supportLauri Leukkunen1-11/+134
2007-12-11Restore run_cputransparency() execution detailsLauri Leukkunen1-6/+4
2007-12-11Do path mapping for the file to be exec'edLauri Leukkunen1-10/+23
2007-12-11Improve exec*() handlingLauri Leukkunen1-117/+122
2007-12-10Generic execve() manglingLauri Leukkunen1-46/+40
2007-12-07SH4 is little endianLauri Leukkunen1-1/+1
2007-12-02Flesh out the argv/envp processingLauri Leukkunen1-17/+22
2007-11-20Fix compilation on linuxLauri Leukkunen1-2/+0
2007-11-19Incomplete OS X supportLauri Leukkunen1-1/+2
2007-11-19Restructure lua infraLauri Leukkunen1-1/+0
2007-10-30Handle cross-endianess check in a more sensible wayLauri Leukkunen1-40/+29
2007-10-30Fixed permission checking in exec* (and refactored "lower layers" of exec*)Lauri Aarnio1-3/+6
2007-10-30Warning message typo fixTimo Savola1-1/+1
2007-10-30Strip libsb2 from LD_PRELOAD when using sbrshTimo Savola1-0/+22
2007-10-30Do not warn about running sbrsh within home directoryTimo Savola1-3/+16
2007-10-30Do not touch LD_PRELOAD when running sbrshTimo Savola1-10/+0
2007-10-30Some sbrsh supportTimo Savola1-9/+63
2007-10-18Add support for sh target architectureLauri Leukkunen1-0/+8
2007-10-01Rename couple of logging functions, coding style, cleanupsLauri Leukkunen1-2/+2
2007-10-01Replaced logging system.Lauri Aarnio1-0/+14
2007-09-26Fixed minor bugs in the preload library, improved debug messages in main.luaLauri Aarnio1-2/+2
2007-09-06Code formatting cleanupsLauri Leukkunen1-9/+19
2007-09-05Mixed host/target endianess supportLauri Leukkunen1-0/+48
2007-09-05Remove all direct syscall() usageLauri Leukkunen1-2/+1
2007-09-04Fix completely broken string handling in inspect_binary()Lauri Leukkunen1-2/+0
2007-08-28Try to do the right thing for ppc and mipsLauri Leukkunen1-0/+8
2007-08-21Fix hashbang support in execve() and do_exec()Lauri Leukkunen1-29/+3
2007-08-20Fix busybox-like symlink and argv[0] usage with qemuLauri Leukkunen1-9/+17
2007-08-19Multilib supportLauri Leukkunen1-61/+15
2007-07-25Remove unused env manipulation functionsLauri Leukkunen1-2/+0
2007-07-25Cruft removal and clean up some warningsLauri Leukkunen1-294/+8
2007-07-24Do not link to the host libraries.Felipe Contreras1-6/+0
2007-07-23Improve LD_PRELOAD passing to childrenLauri Leukkunen1-22/+29
2007-07-02Run qemu so that we do all path mappings, qemu'sLauri Leukkunen1-1/+1
2007-05-22Add support for qemu's -drop-ld-preloadLauri Leukkunen1-1/+2
2007-04-22Report cpu-transp name instead of binary nameLauri Leukkunen1-2/+8
2007-01-30fix x86_64 supportLauri Leukkunen1-1/+1
2007-01-14* update copyrights and add license informationLauri Leukkunen1-0/+6
2007-01-10* remove argv[] mapping hack remainsLauri Leukkunen1-8/+1