This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
/
vfs
History
Gregory Nutt
e3d865f6c2
In last changed to poll(),cConverted timeout to unsigned to eliminate the possibility of overflow of signed overflow.
2017-04-28 11:02:54 -06:00
..
fs_close.c
…
fs_dup2.c
…
fs_dup.c
…
fs_dupfd2.c
…
fs_dupfd.c
…
fs_epoll.c
…
fs_fcntl.c
…
fs_fdopen.c
Fix a warning when STDIO buffering is disabled
2017-02-27 11:06:13 -06:00
fs_fstat.c
…
fs_fstatfs.c
fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful.
2017-02-22 14:17:14 -06:00
fs_fsync.c
…
fs_getfilep.c
…
fs_ioctl.c
…
fs_link.c
…
fs_lseek.c
…
fs_mkdir.c
…
fs_open.c
FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled.
2017-03-04 08:25:20 -06:00
fs_poll.c
In last changed to poll(),cConverted timeout to unsigned to eliminate the possibility of overflow of signed overflow.
2017-04-28 11:02:54 -06:00
fs_pread.c
…
fs_pwrite.c
…
fs_read.c
fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful.
2017-02-22 14:17:14 -06:00
fs_readlink.c
…
fs_rename.c
…
fs_rmdir.c
…
fs_select.c
VFS poll(): Add some error handling logic
2017-04-20 19:15:17 -06:00
fs_sendfile.c
sendfile(): Fix error introduced with commit ff73be870e38959b0aaee5961dc47b4b58dc2d86. Noted by Maciej Wójcik
2017-03-05 11:50:34 -06:00
fs_stat.c
…
fs_statfs.c
…
fs_unlink.c
Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations."
2017-03-04 08:16:46 -06:00
fs_write.c
…
Make.defs
…