summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-29Increase version number to 1.99.0.261.99.0.26Lauri Leukkunen1-1/+1
2008-09-27Fix tests to honor local LD_LIBRARY_PATHLauri Leukkunen2-3/+3
2008-09-27Fix path detection for non-bash shellsLauri Leukkunen1-1/+10
2008-09-27Fix sb2-init location detectionLauri Leukkunen1-0/+6
2008-09-27Avoid creating existing dirs during make installLauri Leukkunen1-4/+16
2008-09-27set a default value for shell typeLauri Leukkunen1-1/+1
2008-09-27Export dlmopen only for post glibc-2.3.4Lauri Leukkunen1-1/+2
2008-09-27Fix sb2 building with older perl (5.8)Lauri Leukkunen1-1/+1
2008-09-27Added sb2-show manual page (written by Mika Luostarinen)Lauri Aarnio2-0/+92
2008-09-27Added a wrapper for ldconfigLauri Aarnio2-0/+42
2008-09-27Fixed two minor bugs (sb2,sb2-init) Both bugs only show up when target archit...Lauri Aarnio2-8/+8
2008-09-27Bugfix: Fixed compatibility with older qemu versions (in exec postprocessor)Lauri Aarnio1-0/+4
2008-09-27Use simpler test for detecting --argv0 support in ld.so of tools&targetLauri Aarnio1-8/+6
2008-09-27CPU transparency changes: Qemu is now handled by an exec postprocessor - Exec...Lauri Aarnio3-17/+154
2008-09-27Added interface version check to mapping rules and added default exec policie...Lauri Aarnio5-4/+110
2008-09-27Bugfix: Clean lua stack at read_string_variable_from_lua() - my bug, my fix..Lauri Aarnio1-0/+1
2008-09-27"emulate" mode: Don't map the working directory where sb2 was started ...unle...Lauri Aarnio1-0/+13
2008-09-27Maemo mode: added mapping "/target_root" => rootstrap - provides clear, unmod...Lauri Aarnio1-0/+8
2008-09-27Fixed a bug in "sb2-config -l"Lauri Aarnio1-1/+1
2008-09-27Added interface version check to the C/Lua script interface. - Backgroud: If ...Lauri Aarnio3-14/+58
2008-09-27Changes to executing native binaries from tools/target by ld.so - The default...Lauri Aarnio3-15/+84
2008-09-27Added "simple" logging format - Simple format minimizes varying information (...Lauri Aarnio1-9/+63
2008-09-27LD_LIBRARY_PATH fix for tools - Considering tools_root: Put tools library dir...Lauri Aarnio1-0/+21
2008-09-27Bugfixes: Protect important environment variables - This commit fixes a bug w...Lauri Aarnio4-38/+102
2008-09-27Cleanup: Replaced more environment variables by conf.vars (part 2) - SBOX_UNA...Lauri Aarnio4-23/+36
2008-09-27Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WO...Lauri Aarnio8-27/+49
2008-09-27Cleanup: Removed unnecessary environment variablesLauri Aarnio4-66/+7
2008-09-27Moved all "export" statements from sb2.config to "sb2" (and config version =>...Lauri Aarnio3-69/+169
2008-09-27Removed the only call to getenv from argvenvp.luaLauri Aarnio1-2/+1
2008-09-27Removed all calls to os.getenv() from argvenvp_gcc.lua - added several variab...Lauri Aarnio2-37/+42
2008-09-27Fixed an old, minor bug in sb2-showLauri Aarnio1-1/+1
2008-09-27Removed all calls to os.getenv() from pathmapping scripts - added several var...Lauri Aarnio5-51/+40
2008-09-27Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used)Lauri Aarnio2-7/+0
2008-09-27Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...Lauri Aarnio6-32/+26
2008-09-27Cleanup: moved some globals and initialization code from mapping.lua to main.luaLauri Aarnio2-46/+25
2008-09-27Replaced env.var. SBOX_TOOLS_ROOT by conf.var. sbox_tools_rootLauri Aarnio6-10/+23
2008-09-27Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_rootLauri Aarnio7-29/+38
2008-09-27sb2-show can be used to query string variables from the Lua engine - Also int...Lauri Aarnio3-2/+50
2008-09-27Eliminated env.vars. SBOX_SESSION and SBOX_SESSION_NO_CLEANUP - SBOX_SESSION ...Lauri Aarnio2-7/+11
2008-09-27Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...Lauri Aarnio12-111/+171
2008-09-27Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...Lauri Aarnio5-1/+126
2008-09-27Changed logging level of missing exec.policies (warning -> notice) - Other ma...Lauri Aarnio2-1/+3
2008-09-27Implemented policy-based execution of native binaries. - Exec policies can be...Lauri Aarnio8-166/+871
2008-09-27Added four wrappers (__xmknodat(),__fxstatat(),__fxstatat64(),fstatat64())Lauri Aarnio1-0/+10
2008-09-27Maemo mode: mapped /usr/lib/man-db to tools. - needed when using tools from D...Lauri Aarnio1-0/+1
2008-09-27sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functionsLauri Aarnio4-43/+84
2008-09-27sb_exec.c cleanup (most functions are now "static") + added 3 warning messagesLauri Aarnio2-17/+25
2008-09-27Lua engine initialization is now completely in luaif/luiaf.c - previously mos...Lauri Aarnio4-45/+36
2008-09-27Improvements to the modeconf/sb2rc system - including that PATH can be set de...Lauri Aarnio5-45/+80
2008-09-27Fixed a buffer overflow problem (sometimes PATH_MAX just isn't enough) - Path...Lauri Aarnio1-58/+103