..
boardctl.h
configs/boardctl.c: Add support for board_app_finalinitialize()
2018-08-28 15:34:31 -06:00
custom_file.h
Standardize some header files
2015-02-16 14:29:43 -06:00
epoll.h
Fix names of pre-processor variables used in header file idempotence
2016-08-06 19:21:42 -06:00
ioctl.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
ipc.h
Standardize some header files
2015-02-16 14:29:43 -06:00
mman.h
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
mount.h
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
2015-03-14 16:48:45 -06:00
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
Standardize some header files
2015-02-16 14:29:43 -06:00
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
Extend the fd_set type definition so that it can handle more than 32 descriptors (if so configured). From Max Neklyudov
2015-02-25 08:05:42 -06:00
sendfile.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
shm.h
Standardize some header files
2015-02-16 14:29:43 -06:00
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
Clean up and review of header files for conformance to standards
2015-06-12 19:26:01 -06:00
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
uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated
2015-07-05 06:46:00 -06:00
vfs.h
Standardize some header files
2015-02-16 14:29:43 -06:00
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