summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-261-1/+1
* Fix NFS compile problem with CONFIG_NFS_STATISTICS=yGregory Nutt2015-02-251-1/+1
* Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt2015-02-251-1/+1
* Fix places where the errno value was being overwritten by subsequent actions ...Gregory Nutt2015-02-251-0/+17
* fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket de...Gregory Nutt2015-02-243-4/+4
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-171-1/+1
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+0
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-152-0/+2
* Update dates in all skeleton filesGregory Nutt2015-02-131-1/+1
* VFS: New block driver unlink support is dependent on mountpoint supportGregory Nutt2015-01-311-0/+2
* Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-311-8/+16
* VFS: Add an unlink method to the character driver interface. This is import...Gregory Nutt2015-01-311-0/+20
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-1/+1
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-161-2/+2
* There were some changes which broke my NuttX-Build. With these two patches it...Gregory Nutt2015-01-011-0/+1
* Don't build pread()/pwrite() if file system support is disabledGregory Nutt2014-12-281-4/+0
* FS: Add a check for a NULL pathname.Gregory Nutt2014-12-131-1/+1
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-096-92/+731
* Add procfs write support. From Ken PetitGregory Nutt2014-12-091-2/+34
* Fix a typo in a recent commitGregory Nutt2014-12-081-1/+1
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-084-3/+23
* In message queue created return ENOSPC error if size exceeds the configured s...Gregory Nutt2014-12-061-11/+2
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Updated commentsGregory Nutt2014-11-291-1/+1
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-1/+5
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-257-18/+28
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
* Simplifed semaphore wait logic in poll()Gregory Nutt2014-11-191-10/+4
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-3/+9
* Let's raise the priority of NXFFS dumps to LOG_NOTICEGregory Nutt2014-11-121-16/+16
* Fix prolblems with redefinitions of fdb macro. With the fix to the syslog pr...Gregory Nutt2014-11-121-27/+28
* Cosmetic. Fix some conditional logic in some conditioned out codeGregory Nutt2014-11-021-1/+1
* SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and ...Gregory Nutt2014-11-011-3/+3
* Add optional timestamp to syslog output. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-0/+6
* AIO: Several fixes for socket transfers, mostly from Victor Mayoral VilchesGregory Nutt2014-10-273-3/+4
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-111-1/+1
* AIO now also supports socket transfersGregory Nutt2014-10-115-53/+166
* fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not definedGregory Nutt2014-10-091-0/+3
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-099-665/+9
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-095-146/+3
* Fix a naming problem (actally a cut'n'paste problem)Gregory Nutt2014-10-082-6/+6
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-084-3/+39
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-0810-9/+765
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-081-3/+4
* Fix typos that cause compile error when file system debug is enabledGregory Nutt2014-10-073-4/+4