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
/
lua_scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-11
Fixed /proc/self/exe (and /proc/<MY_PID>/exe)
Lauri Aarnio
8
-29
/
+60
2008-12-11
Performance optimization: Support for rule trees (and restructured "devel" mode)
Lauri Aarnio
8
-120
/
+202
2008-12-11
"devel" mode: Mapped /usr/bin/localedef to target_root
Lauri Aarnio
1
-0
/
+5
2008-12-07
Workaround for a system call bug in older "libattr" libraries of ARM targets
Lauri Aarnio
1
-0
/
+10
2008-12-07
Bugfix for persistent sessions with multiple mapping modes vs. /sb2/wrappers
Lauri Aarnio
4
-3
/
+5
2008-12-07
Performance improvements: Implemented part of rule selection logic in C
Lauri Aarnio
1
-40
/
+41
2008-12-07
"devel" mode: Minor fixes (reordered some rules, etc)
Lauri Aarnio
1
-10
/
+5
2008-12-07
devel, simple & emulate modes: More general way to map home directories
Lauri Aarnio
3
-9
/
+17
2008-12-07
"dpkg-checkbuilddeps" wrapper does not disable mapping anymore
Lauri Aarnio
1
-0
/
+13
2008-12-07
Added "tools" mapping mode
Lauri Aarnio
1
-0
/
+140
2008-12-07
Support to start ARM binaries under qemu gdbserver.
Mika Westerberg
1
-0
/
+2
2008-12-07
Wrappers are now selected from modeconf.*
Lauri Aarnio
2
-13
/
+8
2008-12-07
"devel" and "emulate" modes: Mapped /var/run to a session-specific directory
Lauri Aarnio
2
-0
/
+5
2008-12-07
emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/W
Lauri Aarnio
2
-13
/
+35
2008-12-07
devel mode: target_root is now write-protected almost completely
Lauri Aarnio
1
-43
/
+93
2008-12-07
Fixed mapping mode selection within persistent sessions
Lauri Aarnio
2
-4
/
+15
2008-12-07
Devel mode: changed default mapping strategy
Lauri Aarnio
1
-3
/
+14
2008-12-07
Emulate mode: Don't map /home (except /home/user)
Lauri Aarnio
1
-1
/
+9
2008-12-07
Added support for debugging x86 binaries under emulation mode.
Mika Westerberg
1
-1
/
+10
2008-11-02
Yet another fix to gcc tools exec preprocesing - something was still missing ...
Lauri Aarnio
1
-4
/
+10
2008-11-02
More fixes to gcc tools exec preprocesing - My previous patch was simply too ...
Lauri Aarnio
2
-10
/
+32
2008-11-02
Fixes to exec preprocessing: Processing of gcc tools requires abs.paths etc. ...
Lauri Aarnio
2
-53
/
+90
2008-11-02
Wrapped /sbin/ldconfig in emulation mode.
Lauri Aarnio
1
-0
/
+4
2008-11-02
Performance optimization: Load argvenvp.lua (and argvenvp_gcc.lua) on demand ...
Lauri Aarnio
1
-1
/
+62
2008-11-02
Minor fixes to Lua scripts: More variables are now "local"
Lauri Aarnio
3
-7
/
+10
2008-11-02
sb2 command: New option -O for setting mode-specific options (for debugging) ...
Lauri Aarnio
1
-1
/
+9
2008-11-02
devel mode: Added rules for /usr/lib/gcc, useful when gcc comes from tools_ro...
Lauri Aarnio
1
-0
/
+1
2008-10-25
Fixed exec policy based setting of LD_LIBRARY_PATH for native applications - ...
Lauri Aarnio
2
-19
/
+96
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
4
-6
/
+332
2008-10-23
Introduced basic support for exec_policy based localization.
Mika Westerberg
3
-13
/
+81
2008-10-23
Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...
Lauri Aarnio
1
-1
/
+144
2008-10-18
Moved host-* wrappers from /usr/bin to /sb2/wrappers (a new virtual directory...
Lauri Aarnio
2
-0
/
+28
2008-10-18
"emulate" mode bugfix: Disabled mangling of gcc & related commands - A mappin...
Lauri Aarnio
4
-2
/
+17
2008-10-18
"maemo" mode renamed to "devel" mode - "devel" mode = sotfware development mo...
Lauri Aarnio
1
-20
/
+29
2008-10-18
Optimized Lua code (and mapping logic/mapping rule interface) - "match" rules...
Lauri Aarnio
5
-59
/
+20
2008-10-18
Optimized C/Lua interface and path resolution logic (performance optimizations)
Lauri Aarnio
2
-25
/
+22
2008-09-27
Bugfix: Fixed compatibility with older qemu versions (in exec postprocessor)
Lauri Aarnio
1
-0
/
+4
2008-09-27
CPU transparency changes: Qemu is now handled by an exec postprocessor - Exec...
Lauri Aarnio
1
-2
/
+67
2008-09-27
Added interface version check to mapping rules and added default exec policie...
Lauri Aarnio
5
-4
/
+110
2008-09-27
"emulate" mode: Don't map the working directory where sb2 was started ...unle...
Lauri Aarnio
1
-0
/
+13
2008-09-27
Maemo mode: added mapping "/target_root" => rootstrap - provides clear, unmod...
Lauri Aarnio
1
-0
/
+8
2008-09-27
Added interface version check to the C/Lua script interface. - Backgroud: If ...
Lauri Aarnio
1
-0
/
+8
2008-09-27
Changes to executing native binaries from tools/target by ld.so - The default...
Lauri Aarnio
2
-9
/
+19
2008-09-27
Removed the only call to getenv from argvenvp.lua
Lauri Aarnio
1
-2
/
+1
2008-09-27
Removed all calls to os.getenv() from argvenvp_gcc.lua - added several variab...
Lauri Aarnio
1
-37
/
+24
2008-09-27
Removed all calls to os.getenv() from pathmapping scripts - added several var...
Lauri Aarnio
4
-51
/
+25
2008-09-27
Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used)
Lauri Aarnio
1
-5
/
+0
2008-09-27
Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...
Lauri Aarnio
2
-7
/
+3
2008-09-27
Cleanup: moved some globals and initialization code from mapping.lua to main.lua
Lauri Aarnio
2
-46
/
+25
2008-09-27
Replaced env.var. SBOX_TOOLS_ROOT by conf.var. sbox_tools_root
Lauri Aarnio
1
-5
/
+5
[prev]
[next]