summaryrefslogtreecommitdiff
path: root/nuttx/drivers/loop.c
Commit message (Collapse)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 ↵Gregory Nutt2014-08-281-13/+13
| | | | from within the kernel for certain configurations
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4944 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-061-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-14/+16
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-11-161-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1253 42af7a65-404d-4744-a932-0658087f49c3
* semaphore not being initialized; wrong offset usedpatacongo2008-11-151-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1245 42af7a65-404d-4744-a932-0658087f49c3
* Add loop teardown logicpatacongo2008-11-151-38/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1238 42af7a65-404d-4744-a932-0658087f49c3
* Add loop devicepatacongo2008-11-141-0/+353
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1231 42af7a65-404d-4744-a932-0658087f49c3