summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ChangeLogsGregory Nutt2015-01-241-0/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-33/+110
* Oops missed one reference to DEBUG_STACKGregory Nutt2015-01-241-6/+6
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-231-1/+6
* Update README fileGregory Nutt2015-01-231-1/+10
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-231-1/+1
* Update ChangeLogGregory Nutt2015-01-231-0/+2
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt2015-01-234-84/+265
* Add to .depend dependencies to eliminate an error at dependency generation timeGregory Nutt2015-01-232-2/+2
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* Update ChangeLogGregory Nutt2015-01-221-0/+2
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* Update ChangeLogsGregory Nutt2015-01-221-0/+5
* Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt2015-01-221-1/+1
* apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabl...Gregory Nutt2015-01-221-11/+61
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\