nuttx/fs
patacongo e154165067 Add tcsetattr and tcgetattr
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
2012-02-01 16:17:12 +00:00
..
fat STM32 F4 I2C updates 2012-01-25 00:09:58 +00:00
mmap Complets ram mapping logic 2011-05-08 14:42:42 +00:00
nxffs Fix another NXFFS write-when-flash-is-full problem 2011-10-31 20:23:17 +00:00
romfs Fix AVR warnings; FAT FS needs to use off_t instead of size_t 2011-06-20 20:54:45 +00:00
fs_close.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_closeblockdriver.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_closedir.c Clean kernel-/user-mode module build 2011-04-05 20:54:00 +00:00
fs_dup2.c Fix bad conditional compilation that breaks THTTPD and dup2() 2011-04-16 01:04:17 +00:00
fs_dup.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_fcntl.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_fdopen.c Changes for clean ez80 ZDS-II compile 2011-06-22 15:22:56 +00:00
fs_filedup2.c Fix bad conditional compilation that breaks THTTPD and dup2() 2011-04-16 01:04:17 +00:00
fs_filedup.c Fix bad conditional compilation that breaks THTTPD and dup2() 2011-04-16 01:04:17 +00:00
fs_files.c Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 2012-01-31 23:39:12 +00:00
fs_findblockdriver.c Correct comments 2008-11-14 15:09:39 +00:00
fs_fsync.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_inode.c Fix bugs introduced in last commit 2011-04-05 21:18:03 +00:00
fs_inodeaddref.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_inodefind.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_inoderelease.c Clean kernel-/user-mode module build 2011-04-05 20:54:00 +00:00
fs_inoderemove.c Clean kernel-/user-mode module build 2011-04-05 20:54:00 +00:00
fs_inodereserve.c Clean kernel-/user-mode module build 2011-04-05 20:54:00 +00:00
fs_internal.h Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 2011-03-28 00:05:58 +00:00
fs_ioctl.c Add IGMP user interface 2010-07-11 18:10:22 +00:00
fs_lseek.c trivial cosmetic 2008-11-15 19:19:34 +00:00
fs_mkdir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_mount.c Some initial NXFFS bugfixes 2011-04-29 23:50:38 +00:00
fs_open.c Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is received 2011-03-02 00:33:42 +00:00
fs_openblockdriver.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_opendir.c Attach mem mgmt fault handle if MPU is enabled 2011-04-06 01:51:07 +00:00
fs_poll.c Eliminate some warnings 2009-12-17 19:52:47 +00:00
fs_read.c Read from socket is the same as recv with flags==0 2009-08-15 15:57:15 +00:00
fs_readdir.c Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 2011-03-28 00:05:58 +00:00
fs_registerblockdriver.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
fs_registerdriver.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
fs_rename.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_rewinddir.c Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 2011-03-28 00:05:58 +00:00
fs_rmdir.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_seekdir.c Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 2011-03-28 00:05:58 +00:00
fs_select.c Clean kernel-/user-mode module build 2011-04-05 20:54:00 +00:00
fs_stat.c Fix buffer full test in generic CAN driver (plus fixes to comments) 2012-01-04 20:49:47 +00:00
fs_statfs.c Fix buffer full test in generic CAN driver (plus fixes to comments) 2012-01-04 20:49:47 +00:00
fs_umount.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_unlink.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_unregisterblockdriver.c Switching to C99 stdint/stdbool.h types 2009-12-15 00:18:32 +00:00
fs_unregisterdriver.c Add tcsetattr and tcgetattr 2012-02-01 16:17:12 +00:00
fs_write.c Read from socket is the same as recv with flags==0 2009-08-15 15:57:15 +00:00
Makefile Add support so that fdopen() may be used on socket descriptors 2011-06-02 15:05:48 +00:00