summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os/common.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: store stickypage in runtime dirAhmad Fatoum2023-08-181-12/+62
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* sandbox: ship sample environmentAhmad Fatoum2021-07-031-47/+36
* sandbox: fix use of initialized variable in error pathAhmad Fatoum2021-03-221-2/+2
* Merge branch 'for-next/misc'Sascha Hauer2021-02-221-1/+1
|\
| * sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-161-1/+1
* | sandbox: fix unreliable block device detectionAhmad Fatoum2021-02-121-1/+1
|/
* sandbox: add watchdog driverAhmad Fatoum2020-10-131-0/+25
* sandbox: hostfile: maintain created temp files over resetAhmad Fatoum2020-10-131-7/+29
* sandbox: hostfile: support anonymous hostfiles in device treeAhmad Fatoum2020-10-131-2/+26
* sandbox: hostfile: unify --image and direct device tree probeAhmad Fatoum2020-10-131-23/+29
* sandbox: fix behavior with images >= 4G on 32-bitAhmad Fatoum2020-10-121-5/+7
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-251-17/+73
|\
| * 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-151-9/+40
| * 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-211-1/+1
|/
* sandbox: reinstate cooked terminal mode on sanitizer-induced deathAhmad Fatoum2020-07-141-0/+6
* sandbox: os: common: fix compiler warning in add_image()Ahmad Fatoum2020-07-141-1/+1
* sandbox: os: add_image: fix memory leakAhmad Fatoum2020-06-031-1/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* 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
* Shell: Handle aborting loops betterSascha Hauer2019-04-241-1/+1
* 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
* 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-211-1/+1
* 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-031-3/+30
|\
| * sandbox: add sdl video supportJean-Christophe PLAGNIOL-VILLARD2012-09-251-2/+23
| * sandbox: add missed case statementAlexander Aring2012-09-111-1/+7
* | Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\ \
| * | Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
| |/
* / sandbox: check only image option in the second getoptJean-Christophe PLAGNIOL-VILLARD2012-09-201-11/+1
|/