summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Bugfix: "-A arch" option was not relayed to gcc configLauri Aarnio3-4/+19
2009-02-10Bugfix: script execution failed to find correct exec policyLauri Aarnio1-2/+2
2009-02-10Gcc configuration: support version+architecture-specific specs + bugfixLauri Aarnio3-6/+16
2009-02-10dpkg-checkbuilddeps: Completely new, stricter algorithm for deps.checksLauri Aarnio3-19/+403
2009-02-10"devel" mode: Changed mapping of /bin, /usr/bin/, /sbin and /usr/sbinLauri Aarnio1-1/+1
2009-02-10Bugfix: fixed a bug introduced by the Argv&envp mangling rules generator patchLauri Aarnio1-5/+7
2009-02-10Gcc configuration: Added support for version-specific specsLauri Aarnio3-5/+26
2009-02-10Argv&envp mangling rules are now generated only once per session.Mika Westerberg1-1/+29
2009-02-10sb2-show: new option "-p X" uses "X" as active exec policyLauri Aarnio1-1/+4
2009-02-10sb2-exitreport: print "reason" and "status" codes to the logfileLauri Aarnio1-0/+2
2009-02-10"sb2" script: fail if failed to create session directoryLauri Aarnio1-0/+4
2009-02-10Changed how "libsb2.so" is located from tools or native rootstrapsLauri Aarnio2-19/+19
2009-02-10Bugfix: Redirected stderr of ls to /dev/null.Mika Westerberg1-1/+1
2009-01-20sb2 now writes path where libsb2 is found into exec_config.lua.Mika Westerberg1-3/+12
2009-01-20Changed mode 755 to sb2-qemu-gdbserver-prepare.Mika Westerberg1-0/+0
2009-01-20Added new function base_version() to sb2.Mika Westerberg1-6/+17
2009-01-20Automatically created mapping rules for toolchain components (used by "devel")Lauri Aarnio1-0/+29
2009-01-20Small fix (silenced one message which may appear during config autoupdate)Lauri Aarnio1-1/+1
2009-01-20SB2's Configuration & Initialization Redesign: part 2: Gcc toochain configLauri Aarnio5-109/+375
2009-01-20SB2's Configuration & Initialization Redesign: part 1Lauri Aarnio5-90/+340
2009-01-10Changes to ld.so search mechanism and LD_LIBRARY_PATH buildingMika Westerberg1-7/+36
2009-01-10Now sb2 supports also localization of tools_root.Mika Westerberg3-43/+120
2009-01-10Builds for OS X 10.4 with these changesLauri Leukkunen2-3/+8
2008-12-30OS X doesn't support uname --machine, switch to uname -mJoshua Pollak1-1/+1
2008-12-30This version compiles on os xJoshua Pollak4-1/+26
2008-12-11Bugfix: "sb2" command: fixed setting of $SBOX_TARGET for persistent sessionsLauri Aarnio1-5/+23
2008-12-11sb2-config: Display usage when executed without parametersLauri Aarnio1-0/+5
2008-12-11Fixed /proc/self/exe (and /proc/<MY_PID>/exe)Lauri Aarnio1-0/+1
2008-12-11"sb2" command: Added option "-T tools_dir"Lauri Aarnio1-1/+15
2008-12-11New algorithm for locating libsb2.so for tools during initializationLauri Aarnio1-12/+81
2008-12-11Added wrapper for "ldd"Lauri Aarnio1-0/+28
2008-12-07Unify shell script coding styleLauri Leukkunen6-196/+103
2008-12-07Simplify sb2-config -l target findLauri Leukkunen1-5/+3
2008-12-07sb2-config -l handles error conditions nicelyLauri Leukkunen1-5/+14
2008-12-07sb2-config -l add return value in case of error.embdev1-2/+8
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