summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
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-07Support to start ARM binaries under qemu gdbserver.Mika Westerberg2-63/+225
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 Aarnio2-13/+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 Aarnio2-20/+46
2008-11-03Minor changes to C code, based on warnings from gcc 4.3.2Lauri Aarnio2-4/+13
2008-11-02Bugfix: inspect_binary() crashed when the file was empty - min.size of an exe...Lauri Aarnio1-1/+2
2008-11-02Fixes to exec preprocessing: Processing of gcc tools requires abs.paths etc. ...Lauri Aarnio2-2/+11
2008-11-02Modified sb2-generate-locales to use UTF-8 charmap when creating the files.Mika Westerberg1-1/+2
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 Aarnio2-21/+111
2008-10-23Added path reversing logic; getcwd() etc now return backward-mapped results -...Lauri Aarnio3-11/+30
2008-10-23Introduced basic support for exec_policy based localization.Mika Westerberg3-1/+182
2008-10-23sb2-check-pkg-mappings: added options -u (update) and -f (force to up-to-date)Lauri Aarnio1-1/+73
2008-10-23Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...Lauri Aarnio2-4/+2
2008-10-19chmod +x for sb2-check-pkg-mappingsLauri Leukkunen1-0/+0
2008-10-18sb2-init requires nowadays -c to use cputranspLauri Leukkunen1-2/+2
2008-10-18Activate "fakeroot" automatically when "sb2" is started with -R - "sb2 -R" or...Lauri Aarnio1-3/+7
2008-10-18Moved devel.utility wrappers from "utils" to "wrappers" - installation locati...Lauri Aarnio5-509/+0
2008-10-18Moved host-* wrappers from /usr/bin to /sb2/wrappers (a new virtual directory...Lauri Aarnio1-1/+4
2008-10-18Added a wrapper for texi2htmlLauri Aarnio1-0/+59
2008-10-18sb_exec.c cleanup: "sb2-show exec" now displays all exec param.modification -...Lauri Aarnio1-13/+177
2008-10-18Check if sb2 was called recursively from an existing sb2 sessionLauri Aarnio1-0/+8
2008-10-18sb2-show can be used to manually execute lua scripts in the sb2 context - add...Lauri Aarnio1-4/+63
2008-09-27Fix path detection for non-bash shellsLauri Leukkunen1-1/+10
2008-09-27Fix sb2-init location detectionLauri Leukkunen1-0/+6
2008-09-27set a default value for shell typeLauri Leukkunen1-1/+1
2008-09-27Added a wrapper for ldconfigLauri Aarnio1-0/+41
2008-09-27Fixed two minor bugs (sb2,sb2-init) Both bugs only show up when target archit...Lauri Aarnio2-8/+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-27Fixed a bug in "sb2-config -l"Lauri Aarnio1-1/+1
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 Aarnio2-8/+2
2008-09-27Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WO...Lauri Aarnio7-25/+47
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 all calls to os.getenv() from argvenvp_gcc.lua - added several variab...Lauri Aarnio1-0/+18
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 Aarnio1-0/+15