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
/
preload
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-16
Corrected few compilation warnings.
Mika Westerberg
1
-0
/
+4
2009-02-10
Bugfix: /proc/<PID>/exe must be an absolute symlink
Lauri Aarnio
1
-21
/
+45
2009-02-10
Bugfix: /proc/<PID>/exe was incorrect for scripts
Lauri Aarnio
1
-33
/
+77
2009-02-10
Oops. Removed an extra temporary debug message from the interface generator
Lauri Aarnio
1
-1
/
+0
2009-02-10
interface.master: Added #ifdefs around wrappers which need AT_SYMLINK_NOFOLLOW
Lauri Aarnio
1
-0
/
+8
2009-02-10
Bugfix: Added handling of AT_SYMLINK_NOFOLLOW to fchownat()
Lauri Aarnio
1
-0
/
+1
2009-02-10
Bugfix: handle AT_SYMLINK_NOFOLLOW in fstatat() and many other *at() wrappers
Lauri Aarnio
2
-2
/
+16
2009-02-10
Added wrappers for fcntl() and fcntl64()
Lauri Aarnio
3
-0
/
+62
2009-02-10
Fix to script interpreter exec: exec policy is selected in correct place
Lauri Aarnio
1
-6
/
+16
2009-02-10
procfs: restored the original exe-symlink-replacement naming scheme
Lauri Aarnio
1
-3
/
+3
2009-02-10
/proc/pid/exe emulation completed
Pasi Savanainen
1
-11
/
+186
2009-02-10
sb2-show: new option "-p X" uses "X" as active exec policy
Lauri Aarnio
2
-0
/
+7
2009-02-10
Added a mechanism for finding currently active exec policy
Lauri Aarnio
1
-0
/
+5
2009-02-10
Exec algorithm improvements: Policy-based mapping of script interpreters
Lauri Aarnio
1
-10
/
+25
2009-02-10
reorganized code in sb_exec.c so; call prepare_envp_for_do_exec() only once
Lauri Aarnio
1
-39
/
+53
2009-02-10
fdpathdb: adjusted debug message levels
Lauri Aarnio
1
-5
/
+5
2009-02-10
Changed how "libsb2.so" is located from tools or native rootstraps
Lauri Aarnio
1
-0
/
+1
2009-02-10
Bugfix: Changed log writing function to use nomap version of close().
Mika Westerberg
1
-1
/
+2
2009-01-20
Added wrappers for close(), dup() and dup2()
Lauri Aarnio
3
-30
/
+83
2009-01-20
Bugfix: Ensure that absolute paths are always registered to fdpathdb
Lauri Aarnio
1
-4
/
+12
2009-01-20
Bugfix to glob(): Removed side-effects caused by the Mac OS X patches
Lauri Aarnio
3
-2
/
+29
2009-01-20
Added new function base_version() to sb2.
Mika Westerberg
1
-1
/
+2
2009-01-15
Bugfix to preload/glob.h: added missing newline
Lauri Aarnio
1
-1
/
+1
2009-01-10
Builds for OS X 10.4 with these changes
Lauri Leukkunen
3
-2
/
+9
2008-12-30
This version compiles on os x
Joshua Pollak
5
-18
/
+16
2008-12-30
More OS X compatibility changes - addded mempcpy (and check in configure.ac f...
Joshua Pollak
5
-5
/
+371
2008-12-30
Added "#define __THROW" to null define __THROW on platforms that have __APPLE...
Joshua Pollak
2
-4
/
+7
2008-12-30
Added procfs.c, which was left out from an earlier commit
Lauri Aarnio
1
-0
/
+149
2008-12-11
Fixed /proc/self/exe (and /proc/<MY_PID>/exe)
Lauri Aarnio
4
-16
/
+31
2008-12-11
Added wrapper for "ldd"
Lauri Aarnio
4
-3
/
+45
2008-12-07
A bizarre bugfix to glob()
Lauri Aarnio
1
-0
/
+10
2008-12-07
Made it possible to change mapping modes on the fly
Lauri Aarnio
1
-2
/
+32
2008-12-07
interface generator: generated code checks if the real function is missing
Lauri Aarnio
1
-0
/
+22
2008-12-07
emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/W
Lauri Aarnio
2
-2
/
+19
2008-12-07
Fixed mapping mode selection within persistent sessions
Lauri Aarnio
2
-11
/
+33
2008-12-07
Fixes for dirfd handling for openat(), faccessat(), etc *at() functions
Lauri Aarnio
6
-13
/
+268
2008-11-03
Minor changes to C code, based on warnings from gcc 4.3.2
Lauri Aarnio
1
-10
/
+29
2008-11-02
Bugfix: inspect_binary() crashed when the file was empty - min.size of an exe...
Lauri Aarnio
1
-0
/
+8
2008-11-02
Optimized use of sb2's own environment variables - __SB2_BINARYNAME and __SB2...
Lauri Aarnio
3
-9
/
+20
2008-10-23
Added path reversing logic; getcwd() etc now return backward-mapped results -...
Lauri Aarnio
2
-10
/
+73
2008-10-23
Introduced basic support for exec_policy based localization.
Mika Westerberg
4
-11
/
+265
2008-10-23
Cpu transparency logic is now completely implemented in Lua. - "sbrsh" is now...
Lauri Aarnio
1
-166
/
+5
2008-10-18
For x86_64, both 386 and x86_64 binaries are host
Lauri Leukkunen
1
-1
/
+6
2008-10-18
sb_exec.c: small fixes: improved the way how missing executables are handled
Lauri Aarnio
1
-1
/
+14
2008-10-18
sb_exec.c cleanup: "sb2-show exec" now displays all exec param.modification -...
Lauri Aarnio
1
-215
/
+158
2008-10-18
Fixes to preload library initialization - The preload library may be called e...
Lauri Aarnio
3
-2
/
+69
2008-10-18
Interface generator: modifier create_nomap_nolog_version is available for GAT...
Lauri Aarnio
2
-12
/
+11
2008-10-18
sb2-show can be used to manually execute lua scripts in the sb2 context - add...
Lauri Aarnio
1
-0
/
+1
2008-09-27
Export dlmopen only for post glibc-2.3.4
Lauri Leukkunen
1
-1
/
+2
2008-09-27
Fix sb2 building with older perl (5.8)
Lauri Leukkunen
1
-1
/
+1
[next]