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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-27
Removed all calls to os.getenv() from pathmapping scripts - added several var...
Lauri Aarnio
5
-51
/
+40
2008-09-27
Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used)
Lauri Aarnio
2
-7
/
+0
2008-09-27
Eliminated env.var. SBOX_LUA_SCRIPTS - replaced SBOX_LUA_SCRIPTS by SBOX_SESS...
Lauri Aarnio
6
-32
/
+26
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
6
-10
/
+23
2008-09-27
Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_root
Lauri Aarnio
7
-29
/
+38
2008-09-27
sb2-show can be used to query string variables from the Lua engine - Also int...
Lauri Aarnio
3
-2
/
+50
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
12
-111
/
+171
2008-09-27
Workaround for a Linux/glibc memory allocation problem - ld.so (ld-linux.so.2...
Lauri Aarnio
5
-1
/
+126
2008-09-27
Changed logging level of missing exec.policies (warning -> notice) - Other ma...
Lauri Aarnio
2
-1
/
+3
2008-09-27
Implemented policy-based execution of native binaries. - Exec policies can be...
Lauri Aarnio
8
-166
/
+871
2008-09-27
Added four wrappers (__xmknodat(),__fxstatat(),__fxstatat64(),fstatat64())
Lauri Aarnio
1
-0
/
+10
2008-09-27
Maemo mode: mapped /usr/lib/man-db to tools. - needed when using tools from D...
Lauri Aarnio
1
-0
/
+1
2008-09-27
sb_execve_mod and sbox_execve_mod renamed to exec preprocessing functions
Lauri Aarnio
4
-43
/
+84
2008-09-27
sb_exec.c cleanup (most functions are now "static") + added 3 warning messages
Lauri Aarnio
2
-17
/
+25
2008-09-27
Lua engine initialization is now completely in luaif/luiaf.c - previously mos...
Lauri Aarnio
4
-45
/
+36
2008-09-27
Improvements to the modeconf/sb2rc system - including that PATH can be set de...
Lauri Aarnio
5
-45
/
+80
2008-09-27
Fixed a buffer overflow problem (sometimes PATH_MAX just isn't enough) - Path...
Lauri Aarnio
1
-58
/
+103
2008-09-27
Performace optimization and bugfix to path resolution - eliminated unnecessar...
Lauri Aarnio
2
-43
/
+58
2008-09-27
Bugfix to temp.name template postprocessor
Lauri Aarnio
1
-18
/
+22
2008-09-27
All mapping modes: Map /tmp to session's private tmp.directory
Lauri Aarnio
4
-7
/
+44
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-09-27
Fixes to wrappers that generate temp.file names - This adds support for mappi...
Lauri Aarnio
3
-39
/
+167
2008-09-27
"emulate" mode: Added scratchbox 1 compatibility rules (these make it possibl...
Lauri Aarnio
1
-0
/
+11
2008-09-27
mkstemp() and mkstemp64() wrappers: Fixed filling of "template" argument
Lauri Aarnio
2
-3
/
+60
2008-09-27
Interface generator: Added "postprocess(varname)" modifier - variable postpro...
Lauri Aarnio
1
-9
/
+92
2008-09-27
More debug logs: Log full argv[] from sb_next_execve()
Lauri Aarnio
1
-0
/
+61
2008-09-27
add debian changelogs
Riku Voipio
1
-0
/
+83
2008-09-27
Maemo mode: added two rules (/usr/share subdirs)
Lauri Aarnio
1
-0
/
+6
2008-09-27
Improve clean
Riku Voipio
1
-0
/
+1
2008-09-27
Maemo mode: mapping of /usr/src simplified (everything mapped to rootstrap now)
Lauri Aarnio
1
-9
/
+2
2008-07-25
'install' mapping mode
Timo Savola
2
-0
/
+80
2008-07-25
sb2-interp-wrapper
Timo Savola
4
-1
/
+255
2008-07-25
sb_execvep()
Timo Savola
2
-8
/
+27
2008-07-25
map mkstemp
Timo Savola
2
-4
/
+4
2008-07-25
sbrsh: allow binary execution from home directory
Timo Savola
1
-4
/
+7
2008-07-25
sbrsh: fix working directory check
Timo Savola
1
-3
/
+3
2008-07-25
func_name rule is now a regex
Timo Savola
1
-1
/
+1
2008-07-25
don't prepend map_to to path when its value is "/"
Timo Savola
1
-2
/
+6
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
2008-07-25
sb2-build-qemuserver: sbrsh 7.6
Timo Savola
1
-3
/
+3
2008-07-25
sb2-build-qemuserver: fix init script
Timo Savola
1
-1
/
+2
2008-07-25
sb2-start-qemuserver: pass arguments through to qemu
Timo Savola
1
-1
/
+1
2008-07-25
make sb2, sb2-config and sb2-init callable from various contexts
Timo Savola
3
-3
/
+11
2008-07-25
Allow native targets
Timo Savola
1
-0
/
+6
2008-07-25
Don't try to validate target CPU type when executing a host binary
Timo Savola
1
-67
/
+57
2008-07-25
Move target CPU information into a nice table
Timo Savola
1
-23
/
+33
[next]