Commit Graph

11545 Commits

Author SHA1 Message Date
Gregory Nutt 1283e8eca7 Union FS: Correct some calculations in statfs 2015-06-07 07:39:07 -06:00
Gregory Nutt afd7ef15dd Update README files 2015-06-07 07:28:09 -06:00
Gregory Nutt f385e52a34 Union FS needs to unmount contained file systems when it is unmounted 2015-06-06 19:48:38 -06:00
Gregory Nutt 219bf39ace Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt 1c09361e2a Update ChangeLog 2015-06-06 19:16:16 -06:00
Gregory Nutt d908a74089 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 6563d0e444 Union FS: Fix a reference counting problem 2015-06-06 19:16:15 -06:00
Gregory Nutt a9b5145525 Update ChangeLog 2015-06-06 19:16:14 -06:00
Gregory Nutt 0c03d04082 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 fe5e61960b Union FS. Fix the unlink() method. What was I thinking 2015-06-06 11:33:09 -06:00
Gregory Nutt 884f3cdf74 Union FS. Correct some handling when the last file is closed 2015-06-06 10:00:26 -06:00
Gregory Nutt 597493221e Union FS. Add logic to omit duplicates in file system 2 when doing directory listing 2015-06-06 09:49:13 -06:00
Gregory Nutt 05e6d9409d Union fs: Fix some compile issues with debug on. Add more test files 2015-06-06 08:36:24 -06:00
Gregory Nutt 1c2374aedb Fix a unionfs memory leak 2015-06-06 07:58:23 -06:00
Gregory Nutt 257a90a686 Fix a couple of unionfs readdir problems 2015-06-06 07:36:38 -06:00
Gregory Nutt 2b65030b39 Update ChangeLog 2015-06-05 15:03:12 -06:00
Gregory Nutt a78224d114 Add simulator configuration for testing the Union Fs. Fix a few bugs. Almost works but still too flaky 2015-06-05 15:02:24 -06:00
Gregory Nutt 6f258f062c Update ChangeLog 2015-06-05 14:28:10 -06:00
Gregory Nutt 670f2201ad Add SPI GPIO pin initialization. From Pierre-noel Bouteville. 2015-06-05 14:26:21 -06:00
Gregory Nutt edce8666b6 Add a test of the union file system to apps/examaples. 2015-06-05 14:23:07 -06:00
Gregory Nutt 93d66a8531 Update ChangeLog 2015-06-05 13:20:14 -06:00
Gregory Nutt 1d370178fb Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
Gregory Nutt 1c6c76033a Lincoln60: Add GPIO definitions for the microSD slot 2015-06-04 16:58:59 -06:00
Gregory Nutt b26dbe3ec6 Trivial spacing change 2015-06-04 09:49:52 -06:00
Gregory Nutt ec2c3a96c5 Correct some comments. Noted by Jouko Holopainen 2015-06-04 08:12:58 -06:00
Gregory Nutt 2db059145c Lincoln60: Correct size of SRAM in configurations 2015-06-04 07:54:56 -06:00
Gregory Nutt 5ad6514ec0 Update ChangeLog 2015-06-04 06:55:49 -06:00
Gregory Nutt bb7e15fc57 Misc. improvements to the TUN driver, mostly related to poll(). From Max Neklyudov 2015-06-04 06:54:55 -06:00
Gregory Nutt 54bbdca913 LC17 Ethernet: Ignore 4-bit versin number when checking for PHY ID match 2015-06-03 19:47:10 -06:00
Gregory Nutt e96ec630c1 Lincoln60: Update board.h to get clean compile of the netnsh configuration. Update README.txt 2015-06-03 19:08:48 -06:00
Gregory Nutt eb35f48fca Update ChangeLog 2015-06-03 18:49:03 -06:00
Gregory Nutt bf4db207ad Lincoln60: Add a network enabled NXH configuration (still does not yet build) 2015-06-03 18:48:08 -06:00
Gregory Nutt 4620695bd9 Update ChangeLog 2015-06-03 17:36:50 -06:00
Gregory Nutt 391367e8ca LPC17 Ethernet: Add support for the Micrel KSZ8041 PHY. 2015-06-03 17:34:36 -06:00
Gregory Nutt 201a024ef9 Update README.txt 2015-06-03 16:36:13 -06:00
Gregory Nutt 5df7ae9b64 Refresh Lincoln60 configuration 2015-06-03 15:52:49 -06:00
Gregory Nutt f676e1f8c5 Upate ChangeLog 2015-06-03 10:47:13 -06:00
Gregory Nutt 7355a9044a TUN driver bug fix. From Max Neklyudov. 2015-06-03 10:45:13 -06:00
Gregory Nutt f4dde423c9 Update ChangeLog 2015-06-03 09:29:47 -06:00
Gregory Nutt d8db596b3b POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen. 2015-06-03 09:24:17 -06:00
Gregory Nutt 3ee2902c3e SAMV71-XULT: Fix a warning with button support is disabled 2015-06-03 08:36:19 -06:00
Gregory Nutt 932ffd0291 Update ChangeLog 2015-06-03 08:13:31 -06:00
Gregory Nutt 8f7752d956 Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer. 2015-06-03 08:11:57 -06:00
Gregory Nutt 7fee026a5d Update ChangeLog 2015-06-03 07:28:37 -06:00
Gregory Nutt 84f0303fc0 mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin. 2015-06-03 07:24:50 -06:00
Gregory Nutt f0da343f24 Refresh and maybe break some configurations 2015-06-02 19:01:05 -06:00
Gregory Nutt edbb5d0840 networking: Correct a typo introduced with recent networking changes 2015-06-02 15:04:02 -06:00
Gregory Nutt 6d1ea9bb65 Fix a default value in the THTTPD Kconfig; updated a README file 2015-06-02 14:59:13 -06:00
Gregory Nutt 15b0f7e89a Update ChangeLog 2015-06-02 14:28:43 -06:00
Gregory Nutt 3e836a3156 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