Gregory Nutt
|
05faba2514
|
include/nuttx/fs/fs.h: ... conflicting types for file_fstat().
|
2018-08-26 16:13:09 -06:00 |
|
ligd
|
aa52c457cc
|
fs/vfs/fs_fstat.c: Add file_fstat() function for internal OS use.
|
2018-08-26 13:26:37 -06:00 |
|
Gregory Nutt
|
f5d0fc7447
|
fs/vfs and net/udp: Repartition logic of commit 0c963449d6 , moving into net/udp. Add support to handle connected UDP sockets. The correct 'optimal blksize' to return is the MSS. The MTU is always too big.
|
2018-04-27 08:36:25 -06:00 |
|
Pelle Windestam
|
0c963449d6
|
fs/vfs: Added support for checking if a descriptor is a socket in fstat().
|
2018-04-26 06:49:13 -06:00 |
|
Gregory Nutt
|
536e4d7fa6
|
fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions.
|
2017-10-11 08:39:19 -06:00 |
|
Gregory Nutt
|
656935ed7e
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |
|
Gregory Nutt
|
10378bb10b
|
fstat: Add fstat() support to nfs.
|
2017-02-13 10:07:43 -06:00 |
|
Gregory Nutt
|
4748e9352d
|
fstat: Add fstat() support to romfs
|
2017-02-12 16:25:12 -06:00 |
|
Gregory Nutt
|
c5a8e96dbc
|
Add basic fstat() support. Now all that is needed is to modify ALL of the file systems.
|
2017-02-12 12:48:24 -06:00 |
|