index
:
sbox2
2.0-maintenance
master
Scratchbox v2 (mirrored from https://gitlab.freedesktop.org/archived-projects/sbox2)
lle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Modified sb2-generate-locales to use UTF-8 charmap when creating the files.
Mika Westerberg
1
-1
/
+2
2008-11-02
Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...
Lauri Aarnio
1
-1
/
+3
2008-11-02
sb2 command: New option -O for setting mode-specific options (for debugging) ...
Lauri Aarnio
1
-1
/
+6
2008-11-02
sb2 command: added option -r (disables reverse mapping of paths) - reverse ma...
Lauri Aarnio
1
-4
/
+13
2008-10-23
Introduced persistent sessions (new flags -S,-J and -D for sb2) - a persisten...
Lauri Aarnio
2
-21
/
+111
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
3
-11
/
+30
2008-10-23
Introduced basic support for exec_policy based localization.
Mika Westerberg
3
-1
/
+182
2008-10-23
sb2-check-pkg-mappings: added options -u (update) and -f (force to up-to-date)
Lauri Aarnio
1
-1
/
+73
2008-10-23
Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...
Lauri Aarnio
2
-4
/
+2
2008-10-19
chmod +x for sb2-check-pkg-mappings
Lauri Leukkunen
1
-0
/
+0
2008-10-18
sb2-init requires nowadays -c to use cputransp
Lauri Leukkunen
1
-2
/
+2
2008-10-18
Activate "fakeroot" automatically when "sb2" is started with -R - "sb2 -R" or...
Lauri Aarnio
1
-3
/
+7
2008-10-18
Moved devel.utility wrappers from "utils" to "wrappers" - installation locati...
Lauri Aarnio
5
-509
/
+0
2008-10-18
Moved host-* wrappers from /usr/bin to /sb2/wrappers (a new virtual directory...
Lauri Aarnio
1
-1
/
+4
2008-10-18
Added a wrapper for texi2html
Lauri Aarnio
1
-0
/
+59
2008-10-18
sb_exec.c cleanup: "sb2-show exec" now displays all exec param.modification -...
Lauri Aarnio
1
-13
/
+177
2008-10-18
Check if sb2 was called recursively from an existing sb2 session
Lauri Aarnio
1
-0
/
+8
2008-10-18
sb2-show can be used to manually execute lua scripts in the sb2 context - add...
Lauri Aarnio
1
-4
/
+63
2008-09-27
Fix path detection for non-bash shells
Lauri Leukkunen
1
-1
/
+10
2008-09-27
Fix sb2-init location detection
Lauri Leukkunen
1
-0
/
+6
2008-09-27
set a default value for shell type
Lauri Leukkunen
1
-1
/
+1
2008-09-27
Added a wrapper for ldconfig
Lauri Aarnio
1
-0
/
+41
2008-09-27
Fixed two minor bugs (sb2,sb2-init) Both bugs only show up when target archit...
Lauri Aarnio
2
-8
/
+8
2008-09-27
Use simpler test for detecting --argv0 support in ld.so of tools&target
Lauri Aarnio
1
-8
/
+6
2008-09-27
CPU transparency changes: Qemu is now handled by an exec postprocessor - Exec...
Lauri Aarnio
1
-0
/
+37
2008-09-27
Fixed a bug in "sb2-config -l"
Lauri Aarnio
1
-1
/
+1
2008-09-27
Changes to executing native binaries from tools/target by ld.so - The default...
Lauri Aarnio
1
-6
/
+65
2008-09-27
LD_LIBRARY_PATH fix for tools - Considering tools_root: Put tools library dir...
Lauri Aarnio
1
-0
/
+21
2008-09-27
Cleanup: Replaced more environment variables by conf.vars (part 2) - SBOX_UNA...
Lauri Aarnio
2
-8
/
+2
2008-09-27
Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WO...
Lauri Aarnio
7
-25
/
+47
2008-09-27
Cleanup: Removed unnecessary environment variables
Lauri Aarnio
4
-66
/
+7
2008-09-27
Moved all "export" statements from sb2.config to "sb2" (and config version =>...
Lauri Aarnio
3
-69
/
+169
2008-09-27
Removed all calls to os.getenv() from argvenvp_gcc.lua - added several variab...
Lauri Aarnio
1
-0
/
+18
2008-09-27
Fixed an old, minor bug in sb2-show
Lauri Aarnio
1
-1
/
+1
2008-09-27
Removed all calls to os.getenv() from pathmapping scripts - added several var...
Lauri Aarnio
1
-0
/
+15
2008-09-27
Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used)
Lauri Aarnio
1
-2
/
+0
2008-09-27
Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...
Lauri Aarnio
2
-3
/
+5
2008-09-27
Replaced env.var. SBOX_TOOLS_ROOT by conf.var. sbox_tools_root
Lauri Aarnio
5
-5
/
+18
2008-09-27
Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_root
Lauri Aarnio
4
-9
/
+19
2008-09-27
sb2-show can be used to query string variables from the Lua engine - Also int...
Lauri Aarnio
1
-2
/
+25
2008-09-27
Eliminated env.vars. SBOX_SESSION and SBOX_SESSION_NO_CLEANUP - SBOX_SESSION ...
Lauri Aarnio
2
-7
/
+11
2008-09-27
Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no...
Lauri Aarnio
6
-34
/
+143
2008-09-27
Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...
Lauri Aarnio
1
-0
/
+1
2008-09-27
Implemented policy-based execution of native binaries. - Exec policies can be...
Lauri Aarnio
1
-0
/
+147
2008-09-27
Improvements to the modeconf/sb2rc system - including that PATH can be set de...
Lauri Aarnio
4
-4
/
+15
2008-09-27
Fixed location of tmp. files in dpkg-checkbuilddeps and sb2-check-pkg-mapping...
Lauri Aarnio
2
-10
/
+12
2008-09-27
Introduced sessions (and tmp.directories for sessions)
Lauri Aarnio
2
-1
/
+26
2008-07-25
sb2-interp-wrapper
Timo Savola
2
-1
/
+253
2008-07-25
sb2: export SBOX_TARGET_TOOLCHAIN_DIR environment variable
Timo Savola
1
-0
/
+1
2008-07-25
sb2: export SBOX_WORKDIR environment variable
Timo Savola
1
-0
/
+1
[prev]
[next]