index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
os.h
Age
Commit message (
Expand
)
Author
2017-07-28
sandbox: remove os_putc() and os_puts()
Masahiro Yamada
2016-10-11
sandbox/fs: Free memory allocated by os_dirent_ls
Stefan BrĂ¼ns
2016-07-15
sandbox: Allow chaining from SPL to U-Boot proper
Simon Glass
2015-06-04
sandbox: Tidy up terminal restore
Simon Glass
2015-05-06
dm: sandbox: Add os_localtime() to obtain the system time
Simon Glass
2015-04-18
sandbox: Fix comment for os_open()
Simon Glass
2014-11-23
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-03-18
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
2014-03-18
sandbox: Add os_jump_to_image() to run another executable
Simon Glass
2014-03-07
unit-test: make "test -e" test independent of $CWD
Stephen Warren
2014-01-24
sandbox: fix the return type of os_free() function
Masahiro Yamada
2014-01-09
sandbox: Allow reading/writing of RAM buffer
Simon Glass
2014-01-09
sandbox: Allow the console to work earlier
Simon Glass
2014-01-09
sandbox: Improve/augment memory allocation functions
Simon Glass
2013-11-21
sandbox: Use uint64_t instead of u64 for time
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-04
sandbox: Add a way of obtaining directory listings
Simon Glass
2013-03-01
sandbox: Improve sandbox serial port keyboard interface
Taylor Hutt
2012-03-12
sandbox: mark os_exit as noreturn
Mike Frysinger
2012-03-12
sandbox: add getopt support
Simon Glass
2012-03-12
sandbox: add flags for open() call
Simon Glass
2012-03-12
sandbox: add lseek helper
Mike Frysinger
2012-03-12
sandbox: add ifdef protection to os.h
Mike Frysinger
2011-12-10
sandbox: Add timer simulation
Matthias Weisser
2011-12-10
sandbox: Add improved RAM simulation
Matthias Weisser
2011-11-03
sandbox: put stdin into raw mode
Mike Frysinger
2011-10-17
sandbox: Add OS dependent layer
Simon Glass