summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt2015-02-251-0/+1
* Update ChangeLogGregory Nutt2015-02-201-0/+4
* OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt2015-02-201-12/+36
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwis...Gregory Nutt2015-02-191-5/+8
* Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt2015-02-191-1/+1
* apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ma...Gregory Nutt2015-02-181-0/+2
* NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt2015-02-171-1/+5
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-153-3/+0
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-1515-2/+17
* Prep for 7.8 releasenuttx-7.8Gregory Nutt2015-02-111-5/+7
* Fix some warnings in audio code causing by fixing the prototypes of mq_send()...Gregory Nutt2015-02-091-2/+3
* Update ChangeLogGregory Nutt2015-02-061-0/+5
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt2015-02-065-8/+333
* Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt2015-02-053-26/+26
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-033-3/+13
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-036-29/+35
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-17/+14
* Update ChangeLogGregory Nutt2015-02-031-1/+8
* apps/builtin: better fix for building with parallel makeGregory Nutt2015-02-032-12/+24
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-039-22/+164
* NSH: Fix error in conditional compilation in PS command. From Macs NGregory Nutt2015-02-031-1/+1
* Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.hGregory Nutt2015-02-011-7/+1
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-012-3/+4
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-302-9/+9
* apps/ustream and udgram: Change default FIFO path to /dev/fifoGregory Nutt2015-01-303-4/+4
* Cosmetic updates to commentsGregory Nutt2015-01-291-2/+2
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-291-6/+0
* Reorder statements: printf clobbers errno valueGregory Nutt2015-01-291-1/+2
* Elminate some warnings with TCP and UDP are disabledGregory Nutt2015-01-291-1/+3
* apps/examples/udgram: Add option to configure program name and task propertiesGregory Nutt2015-01-292-8/+75
* Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-281-17/+7
* apps/examples/udgram: Improve some size tests and improve error reportingGregory Nutt2015-01-281-3/+16
* Update ChangeLogGregory Nutt2015-01-281-1/+3
* apps/examples/udgram: Add a simple test of Unix domain datagram socketsGregory Nutt2015-01-2811-5/+643
* Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-282-10/+5
* Unix domain: A few fixes from early integrationGregory Nutt2015-01-271-1/+2
* Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-0/+16
* apps/examples/ustream: Fix error in MakefileGregory Nutt2015-01-271-1/+1
* Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+1
* Update ChangeLogsGregory Nutt2015-01-271-0/+3
* Add a simple test of the Unix domain socketsGregory Nutt2015-01-2710-2/+683
* Update ChangeLogsGregory Nutt2015-01-261-0/+3
* Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt2015-01-261-6/+0
* Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt2015-01-261-33/+0
* Add math library support for copysign. From Brennan AshtonGregory Nutt2015-01-261-10/+0
* Prep for NuttX-7.7 releasenuttx-7.7Gregory Nutt2015-01-261-3/+5
* NSH: A few minor improvements/corrections to the network status presentationGregory Nutt2015-01-241-4/+4
* Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt2015-01-241-1/+1
* Correct a typo in conditional compilationGregory Nutt2015-01-241-1/+1