summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/os
Commit message (Expand)AuthorAgeFilesLines
* sandbox: libc_malloc: populate barebox errno on errorAhmad Fatoum2023-11-231-4/+24
* Merge branch 'for-next/misc'Sascha Hauer2023-08-231-2/+2
|\
| * Makefile: allow setting pkg-config binary via PKG_CONFIGAhmad Fatoum2023-07-281-2/+2
* | sandbox: store stickypage in runtime dirAhmad Fatoum2023-08-181-12/+62
|/
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-051-0/+2
* sandbox: ship sample environmentAhmad Fatoum2021-07-031-47/+36
* Merge branch 'for-next/bthreads'Sascha Hauer2021-03-232-2/+183
|\
| * sandbox: asm: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-172-2/+183
* | sandbox: fix use of initialized variable in error pathAhmad Fatoum2021-03-221-2/+2
|/
* Merge branch 'for-next/sound'Sascha Hauer2021-02-222-67/+121
|\
| * sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-081-0/+44
| * sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-082-70/+80
* | Merge branch 'for-next/misc'Sascha Hauer2021-02-222-2/+2
|\ \
| * | sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-162-2/+2
| |/
* / 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-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