summaryrefslogtreecommitdiff
path: root/utils/sb2
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Argv&envp mangling rules are now generated only once per session.Mika Westerberg1-1/+29
2009-02-10"sb2" script: fail if failed to create session directoryLauri Aarnio1-0/+4
2009-02-10Changed how "libsb2.so" is located from tools or native rootstrapsLauri Aarnio1-17/+8
2009-02-10Bugfix: Redirected stderr of ls to /dev/null.Mika Westerberg1-1/+1
2009-01-20sb2 now writes path where libsb2 is found into exec_config.lua.Mika Westerberg1-3/+12
2009-01-20Added new function base_version() to sb2.Mika Westerberg1-6/+17
2009-01-20Automatically created mapping rules for toolchain components (used by "devel")Lauri Aarnio1-0/+29
2009-01-20SB2's Configuration & Initialization Redesign: part 2: Gcc toochain configLauri Aarnio1-37/+28
2009-01-20SB2's Configuration & Initialization Redesign: part 1Lauri Aarnio1-3/+27
2009-01-10Changes to ld.so search mechanism and LD_LIBRARY_PATH buildingMika Westerberg1-7/+36
2009-01-10Now sb2 supports also localization of tools_root.Mika Westerberg1-13/+51
2008-12-11Bugfix: "sb2" command: fixed setting of $SBOX_TARGET for persistent sessionsLauri Aarnio1-5/+23
2008-12-11Fixed /proc/self/exe (and /proc/<MY_PID>/exe)Lauri Aarnio1-0/+1
2008-12-11"sb2" command: Added option "-T tools_dir"Lauri Aarnio1-1/+15
2008-12-11New algorithm for locating libsb2.so for tools during initializationLauri Aarnio1-12/+81
2008-12-07Unify shell script coding styleLauri Leukkunen1-123/+63
2008-12-07Bugfix: Location of target_root was incorrect with "sb2 -c" (for gcc & ld only)Lauri Aarnio1-2/+20
2008-12-07Workaround for a system call bug in older "libattr" libraries of ARM targetsLauri Aarnio1-1/+12
2008-12-07Bugfix: "sb2 -J" used an incomplete LD_LIBRARY_PATH in certain situationsLauri Aarnio1-5/+6
2008-12-07"dpkg-checkbuilddeps" wrapper does not disable mapping anymoreLauri Aarnio1-5/+10
2008-12-07Bugfix ("sb2" command): unset variables after logging has been initializedLauri Aarnio1-8/+14
2008-12-07Wrappers are now selected from modeconf.*Lauri Aarnio1-0/+41
2008-12-07"devel" and "emulate" modes: Mapped /var/run to a session-specific directoryLauri Aarnio1-0/+8
2008-12-07emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/WLauri Aarnio1-3/+10
2008-12-07the "sb2" command: removed option -pLauri Aarnio1-9/+1
2008-12-07Fixed mapping mode selection within persistent sessionsLauri Aarnio1-96/+206
2008-12-07sb2 command: added option "-c": Makes a clone of target_rootLauri Aarnio1-1/+29
2008-11-02Fixes to exec preprocessing: Processing of gcc tools requires abs.paths etc. ...Lauri Aarnio1-1/+3
2008-11-02Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...Lauri Aarnio1-1/+3
2008-11-02sb2 command: New option -O for setting mode-specific options (for debugging) ...Lauri Aarnio1-1/+6
2008-11-02sb2 command: added option -r (disables reverse mapping of paths) - reverse ma...Lauri Aarnio1-4/+13
2008-10-23Introduced persistent sessions (new flags -S,-J and -D for sb2) - a persisten...Lauri Aarnio1-20/+106
2008-10-23Added path reversing logic; getcwd() etc now return backward-mapped results -...Lauri Aarnio1-0/+8
2008-10-23Introduced basic support for exec_policy based localization.Mika Westerberg1-0/+25
2008-10-23Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...Lauri Aarnio1-2/+2
2008-10-18Activate "fakeroot" automatically when "sb2" is started with -R - "sb2 -R" or...Lauri Aarnio1-3/+7
2008-10-18Moved host-* wrappers from /usr/bin to /sb2/wrappers (a new virtual directory...Lauri Aarnio1-1/+4
2008-10-18Check if sb2 was called recursively from an existing sb2 sessionLauri Aarnio1-0/+8
2008-09-27Fixed two minor bugs (sb2,sb2-init) Both bugs only show up when target archit...Lauri Aarnio1-4/+8
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 Aarnio1-0/+37
2008-09-27Changes to executing native binaries from tools/target by ld.so - The default...Lauri Aarnio1-6/+65
2008-09-27LD_LIBRARY_PATH fix for tools - Considering tools_root: Put tools library dir...Lauri Aarnio1-0/+21
2008-09-27Cleanup: Replaced more environment variables by conf.vars (part 2) - SBOX_UNA...Lauri Aarnio1-4/+2
2008-09-27Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WO...Lauri Aarnio1-7/+5
2008-09-27Cleanup: Removed unnecessary environment variablesLauri Aarnio1-31/+2
2008-09-27Moved all "export" statements from sb2.config to "sb2" (and config version =>...Lauri Aarnio1-7/+62
2008-09-27Removed all calls to os.getenv() from argvenvp_gcc.lua - added several variab...Lauri Aarnio1-0/+18
2008-09-27Removed all calls to os.getenv() from pathmapping scripts - added several var...Lauri Aarnio1-0/+15
2008-09-27Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...Lauri Aarnio1-2/+4