nuttx/include/sys
2018-09-24 14:58:59 -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
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 include/sys/socket.h: Renumber the socket types. They must begin at 1, not zero. Socket type zero has a special meaning for some interfaces. For example, getaddrinfo() uses a socket type of zero to many any type of socket. The is no standard name for the any-type-socket, but macOS uses SOCK_UNSPEC. NuttX will do the same. Issue noted by Anthony Merlino. 2018-09-24 14:58:59 -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
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