This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-12 09:48:31 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7d9787d530bc4c05f354f682cf1d2aa140eb9160
nuttx
/
include
/
sys
T
History
Xiang Xiao
894ca622e6
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
..
boardctl.h
…
custom_file.h
…
epoll.h
…
ioctl.h
…
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
…
resource.h
include/sys/resource.h: Trivial typo fix.
2018-05-13 12:12:49 -06:00
select.h
…
sendfile.h
…
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
fs/vfs: Added support for checking if a descriptor is a socket in fstat().
2018-04-26 06:49:13 -06:00
statfs.h
…
syscall.h
Merged in masayuki2009/nuttx.nuttx/remove_sys_nnetsocket (pull request
#696
)
2018-07-26 13:37:44 +00:00
time.h
…
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
…