Commit Graph

1730 Commits

Author SHA1 Message Date
Gregory Nutt
d5b6949c9f Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Gregory Nutt
929e4cdd3b This cleans up most of the remaining SourceForge references 2015-06-26 18:13:20 -06:00
Gregory Nutt
b2c2e134b1 Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems 2015-06-21 12:21:54 -06:00
Gregory Nutt
d265c5d111 Fix types in ChangeLog 2015-06-20 07:13:17 -06:00
Gregory Nutt
b982def97d Update ChangeLog 2015-06-18 18:20:13 -06:00
Gregory Nutt
cee35e124b apps/netutils/thttpd: Missing gci-src as a dependency path when building with BINFS enabled 2015-06-18 18:18:53 -06:00
Gregory Nutt
203b6131d0 Update ChangeLogs 2015-06-16 10:04:25 -06:00
Juha Niskanen
2f67a661e7 sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes 2015-06-16 08:32:20 -06:00
Gregory Nutt
2ba737b5e5 Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
Gregory Nutt
92eacce87e Clean up and review of header files for conformance to standards 2015-06-12 19:17:42 -06:00
Gregory Nutt
3a735fa022 Update ChangeLog 2015-06-12 18:09:03 -06:00
Gregory Nutt
e1d36a7eca Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
Gregory Nutt
69571155bb Update ChangeLogs 2015-06-12 11:56:23 -06:00
Gregory Nutt
3b5adf79dc Add asctime(), asctime_r(), ctime(), and ctime_r(). 2015-06-12 11:52:49 -06:00
Gregory Nutt
f5f5a3766a THTTPD: Remove use of lstat when directory indexing is enabled. NuttX does not support symbolic links 2015-06-12 10:07:28 -06:00
Gregory Nutt
a3eb9bb43a Fix a few errors/warnings in THTTPD when indexing is enabled. Still depends on non-existent lstat and ctime 2015-06-12 09:57:12 -06:00
Gregory Nutt
aa471f58c6 Prep for the NuttX-7.10 Release 2015-06-09 11:33:50 -06:00
Gregory Nutt
ea0f1b9294 apps/examples: Make all file system tests dependent onf CONFIG_BUILD_FLAT 2015-06-07 10:24:46 -06:00
Gregory Nutt
90679a633a NSH mount command now recognizes the Union file system type 2015-06-07 08:18:07 -06:00
Gregory Nutt
72c5450773 Update README files 2015-06-07 07:28:09 -06:00
Gregory Nutt
a10fa2d14c Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit 2015-06-06 19:16:16 -06:00
Gregory Nutt
3e692f3912 apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris 2015-06-06 19:16:14 -06:00
Gregory Nutt
4986c0660e Union FS. Correct some handling when the last file is closed 2015-06-06 10:00:26 -06:00
Gregory Nutt
7c8be1c431 Union fs: Fix some compile issues with debug on. Add more test files 2015-06-06 08:36:24 -06:00
Gregory Nutt
5194a91e6b Unionfs - rename some test files. Naming was too confusing 2015-06-06 08:16:02 -06:00
Gregory Nutt
d1da5d1b8e Fix a couple of unionfs readdir problems 2015-06-06 07:36:38 -06:00
Gregory Nutt
ee2713bef2 Update ChangeLog 2015-06-05 14:24:38 -06:00
Gregory Nutt
ae6868bf9e Add a test of the union file system to apps/examaples. 2015-06-05 14:23:07 -06:00
Gregory Nutt
3a83a3068f apps/: Replaced tab with space broke the clean/distclean targets 2015-06-03 16:23:29 -06:00
Gregory Nutt
980f5a3675 apps/examples/thttpd: Need to use a different Front Page is CONFIG_THTTPD_BINFS=y 2015-06-02 15:19:17 -06:00
Gregory Nutt
bd8459d839 Fix a default value in the THTTPD Kconfig; updated a README file 2015-06-02 14:59:13 -06:00
Gregory Nutt
669067ba86 Forgot to add a file in the last commit 2015-06-02 14:27:35 -06:00
Gregory Nutt
91ab8b0bc5 Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected. 2015-06-02 14:26:08 -06:00
Gregory Nutt
b3780a071c Damn. THTTPD will not yet run with binfs because it wants an index.html file. THTTPD does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, but there are some compilation issues that need to be fixed when that option is selected. 2015-06-02 12:13:18 -06:00
Gregory Nutt
15fcf746be THTTPD w/binfs: A few fixes 2015-06-02 11:55:45 -06:00
Gregory Nutt
09d002503e Update ChangeLog 2015-06-02 10:48:20 -06:00
Gregory Nutt
1e91c05d03 THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs. 2015-06-02 10:45:48 -06:00
Gregory Nutt
6a240ecf71 Update ChangeLog 2015-06-01 10:12:52 -06:00
Gregory Nutt
bd9b2bd740 Add hello++5 to ELF example. From Leo Aloe3132 2015-06-01 10:03:14 -06:00
Gregory Nutt
61d4d0ebbb Update ChangeLogs 2015-05-29 12:11:14 -06:00
Gregory Nutt
dbf881be20 STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs. 2015-05-29 12:08:15 -06:00
Gregory Nutt
49c60db8a4 Update ChangeLog 2015-05-29 11:50:04 -06:00
Gregory Nutt
5f6b3276a2 apps/examples/elf: Add configuration optionst o support building the hello++4 example that depends upon having uClibc++ available. From Leo aloe3132. 2015-05-29 11:47:40 -06:00
Gregory Nutt
fe2c662ee8 Trivial change for consistency. 2015-05-27 08:43:50 -06:00
Gregory Nutt
eaa0daacfa Update ChangeLog 2015-05-27 08:26:06 -06:00
Gregory Nutt
5f17ec1fa2 Enhanced output to NSH ping command from Max Neklyudov 2015-05-27 08:25:26 -06:00
Gregory Nutt
862d452d9b Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
Gregory Nutt
1c82d1d4a6 apps/platform masks the assumption that the board directory in in-tree 2015-05-22 11:39:19 -06:00
Gregory Nutt
9cdff3ad6e Update ChangeLogs 2015-05-19 12:28:58 -06:00
Gregory Nutt
905f881162 Enhancements to NSH ifconfig for case of multi-link operation, TUN device and local connections. From Max Neklyudov. 2015-05-19 12:26:20 -06:00