summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-13285-769/+769
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-1/+13
* Make sure that there is one space after forGregory Nutt2014-04-1210-15/+15
* Make sure that there is one space between while and conditionGregory Nutt2014-04-129-13/+18
* Make sure that there is one space between if and conditionGregory Nutt2014-04-124-7/+8
* Corrections to the NTP client from Manuel StuehnGregory Nutt2014-04-122-6/+8
* Accidentally checked in a .built fileGregory Nutt2014-04-111-0/+0
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, dns_socket....Gregory Nutt2014-04-115-133/+256
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-1119-20/+29
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-1116-203/+419
* NTP client: Fix a time calculation for the case of CPUs that do not support l...Gregory Nutt2014-04-111-11/+38
* NTP client, more clean-up and minor enhancementsGregory Nutt2014-04-111-6/+25
* NTP client, minor clean-up and enhancementsGregory Nutt2014-04-113-59/+113
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is unt...Gregory Nutt2014-04-1012-190/+1137
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able t...Gregory Nutt2014-04-081-1/+1
* apps/sysinfo: CONFIG_VERSION_BUILD is a string and needs to be printed with %...Gregory Nutt2014-04-082-2/+3
* DHCPD: Correct value of PAD option is 0, not 1. From Brennan AshtonGregory Nutt2014-03-312-1/+3
* apps/examples/lcdrw: Fill out empty Kconfig fileGregory Nutt2014-03-272-0/+32
* Eliminate some warningsGregory Nutt2014-03-261-0/+4
* apps/system/usbmsc: Back out kludge that is no longer needed with the recent...Gregory Nutt2014-03-254-122/+30
* apps/examples/igmp: Fill out empty Kconfig file; can now be built as an NSH ...Gregory Nutt2014-03-243-3/+33
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-231-23/+24
* kconfig: Reorder some menus so that the display makes a little more senseGregory Nutt2014-03-231-22/+22
* Fix version number display in NSH promptGregory Nutt2014-03-232-0/+4
* SAM4E: Revise board-specific USB MSC supportGregory Nutt2014-03-181-9/+17
* Prep for NuttX 7.1 releasenuttx-7.1Gregory Nutt2014-03-151-5/+7
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-081-1/+1
* Minor cleanup of some new configurations; warning removal with GCC 4.8.2Gregory Nutt2014-03-061-3/+3
* Removed all support for the legacy configuration mechanism from the apps/ dir...Gregory Nutt2014-03-068-152/+26
* configs/ntosd-dm320/udp: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-051-1/+23
* configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-041-0/+50
* Add missing DHCPD configuration settingsGregory Nutt2014-03-032-0/+65
* dhcpd_allocipaddr() should not call ntohl(). The return value is already in ...Gregory Nutt2014-03-032-39/+59
* configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends toolsGregory Nutt2014-03-031-0/+17
* configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-021-0/+7
* configs/sim/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-0/+12
* cosmetic changes to README files and commentsGregory Nutt2014-02-271-1/+1
* NSH cat command now adds to newline at the end of the file so that the NSH pr...Gregory Nutt2014-02-272-1/+18
* Should CPU load on each thread in the PS commandGregory Nutt2014-02-272-3/+156
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-252-5/+7
* For Telnetd password/username fixes from Bertikd Van den BerghGregory Nutt2014-02-221-2/+2
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-222-2/+4
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-202-35/+75
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-207-35/+67
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools b...Gregory Nutt2014-02-201-0/+9
* Spark configuration updated from David SidraneGregory Nutt2014-02-191-2/+2
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-194-7/+10
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-195-7/+10
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-194-5/+10