summaryrefslogtreecommitdiff
path: root/nuttx/drivers/loop.c
Commit message (Expand)AuthorAgeFilesLines
* Loop device should return -EINTR is interrupt by a signalGregory Nutt2014-11-271-39/+59
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-13/+13
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-1/+1
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-1/+1
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fixes for kernel stub buildspatacongo2011-04-061-4/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-14/+16
* cosmeticpatacongo2008-11-161-0/+8
* semaphore not being initialized; wrong offset usedpatacongo2008-11-151-4/+5
* Add loop teardown logicpatacongo2008-11-151-38/+179
* Add loop devicepatacongo2008-11-141-0/+353