summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-252-18/+74
|\
| * sandbox: hostfile: support registering images as barebox block devicesAhmad Fatoum2020-09-151-1/+14
| * sandbox: implement actual sandbox reset via exec(2)Ahmad Fatoum2020-09-152-10/+41
| * sandbox: implement simple, ^C-interruptible, restart handlerAhmad Fatoum2020-09-141-0/+6
| * sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-141-4/+6
| * sandbox: add_image: support mmaping block devices on 32-bit hostsAhmad Fatoum2020-09-141-3/+7
* | sandbox: rename KASan to ASanSascha Hauer2020-09-212-5/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-07-273-1/+49
|\
| * sandbox: reinstate cooked terminal mode on sanitizer-induced deathAhmad Fatoum2020-07-142-0/+10
| * sandbox: add libc memory allocatorAhmad Fatoum2020-07-142-0/+37
| * sandbox: os: common: fix compiler warning in add_image()Ahmad Fatoum2020-07-141-1/+1
* | sandbox: fix generation of broken binariesAhmad Fatoum2020-07-051-1/+5
|/
* sandbox: os: add_image: fix memory leakAhmad Fatoum2020-06-031-1/+1
* sandbox: support forcing 32-bit x86Ahmad Fatoum2020-06-031-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-05-142-6/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-272-6/+0
* | arch: remove KBUILD_SRC checks from arch MakefileMasahiro Yamada2020-05-121-4/+0
* | kbuild: prefix compiler flag variables with KBUILD_Masahiro Yamada2020-04-271-4/+4
|/
* sandbox: fix signed integer overflowAhmad Fatoum2020-02-101-1/+1
* sandbox: add_image: mmap block devicesRobert Karszniewicz2019-10-281-0/+8
* sandbox: add_image: output errno string on mmap failureRobert Karszniewicz2019-10-231-1/+1
* sandbox: hostfile: allow probing from device treeAhmad Fatoum2019-09-091-0/+5
* sandbox: prevent segfault in tap_alloc()Antony Pavlov2019-07-111-2/+1
* Shell: Handle aborting loops betterSascha Hauer2019-04-241-1/+1
* sandbox: add gpio support with libftdi1Antony Pavlov2018-01-292-0/+157
* sandbox: new --stdinout option to enable a bidirectional consoleAleksander Morgado2017-06-061-11/+42
* sandbox: Fix registering file/fifo consolesSascha Hauer2017-06-011-19/+19
* sandbox: fix registering multiple consolesAleksander Morgado2017-06-011-3/+3
* sandbox: eliminate sdl_init()Antony Pavlov2016-10-191-6/+1
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-3/+3
* sandbox: hostfile: completely switch to OF based probingMarc Kleine-Budde2015-03-061-1/+1
* sandbox: hostfile: improve --image parameter to support "dev=file"Marc Kleine-Budde2015-03-061-3/+12
* sandbox: move device name generation for image/env into add_image()Marc Kleine-Budde2015-03-061-10/+11
* sandbox: hostfile: is always mmpad'edMarc Kleine-Budde2015-03-061-10/+6
* sandbox: hostfile: clarify variable namesMarc Kleine-Budde2015-03-061-8/+8
* sandbox: add support to pass dtb to bareboxMarc Kleine-Budde2015-03-061-1/+46
* sandbox: fix indention in help textMarc Kleine-Budde2015-03-031-1/+1
* sandbox: get malloc_size from .configAntony Pavlov2015-01-212-1/+3
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-55/+0
* documentation: add sandbox malloc argumentAlexander Aring2012-10-131-0/+4
* sandbox: fix malloc argument stringAlexander Aring2012-10-131-1/+1
* sandbox: move add_image for env in second getoptAlexander Aring2012-10-131-5/+7
* Merge branch 'for-next/sandbox'Sascha Hauer2012-10-033-3/+140
|\
| * sandbox: add sdl video supportJean-Christophe PLAGNIOL-VILLARD2012-09-253-2/+133
| * sandbox: add missed case statementAlexander Aring2012-09-111-1/+7
* | Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-032-6/+0
|\ \
| * | Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-172-6/+0
| |/
* / sandbox: check only image option in the second getoptJean-Christophe PLAGNIOL-VILLARD2012-09-201-11/+1
|/
* sandbox: fix malloc argumentAlexander Aring2012-09-031-30/+57
* sanbox: add linux_execve and linux_exec commandJean-Christophe PLAGNIOL-VILLARD2011-12-071-0/+22