nuttx/include/sys
Gregory Nutt 992b293122 Squashed commit of the following:
fs/driver and fs/mount:  Add mount() support for file systems that require MTD drivers (vs. block drivers).
    fs/drivers:  Add support for named MTD drivers in the psuedo file system.  This will, eventually, allow us to mount file systems that need MTD drivers without having to fake an intervening block driver.
2018-09-22 14:20:18 -06:00
..
boardctl.h configs/boardctl.c: Add support for board_app_finalinitialize() 2018-08-28 15:34:31 -06:00
custom_file.h
epoll.h
ioctl.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
ipc.h
mman.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00
mount.h
param.h include/sys/param.h: Add a dummy sys/param.h header file. This is not a standard file but is used by other systems and having the dummy file may minimize some porting efforts. 2018-08-19 08:24:30 -06:00
prctl.h
random.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
resource.h include/sys/resource.h: Trivial typo fix. 2018-05-13 12:12:49 -06:00
select.h
sendfile.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
shm.h
socket.h This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous. 2018-08-03 13:22:36 -06:00
sockio.h
stat.h Squashed commit of the following: 2018-09-22 14:20:18 -06:00
statfs.h Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 2018-03-19 07:08:40 -06:00
syscall.h Merged in masayuki2009/nuttx.nuttx/remove_sys_nnetsocket (pull request #696) 2018-07-26 13:37:44 +00:00
time.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
types.h nclude/sys/types: Move wint_t and wctype_t from wchar.h to types.h. This change is compatible as before since wchar.h include types.h indirectly. This fixes a compilation error with newlib's math.h: 'unknown type name wint_t' 2018-08-27 06:26:37 -06:00
uio.h Trivial updates from review of vecto I/O logic. 2018-06-23 09:01:42 -06:00
un.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00
utsname.h
vfs.h
wait.h sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00