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-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b1a61834d914bd826ee6b2f620f19aeddccbf9c7
nuttx
/
include
/
sys
T
History
Gregory Nutt
9f754ed1dc
include/sys/sockio.h, net/netdev/netdev_ioctl.c: Fix a compile error introducted with commit
34db6d1433
. That commit added the semi-standard ip_msfilter structure to netinet/in.h. Howver, there was a non-standard version of that structure in sys/sockio.h. This commit removes the non-standard version of struct ip_msfilter and adapts the IOCTL and device lookup logic in net/netdev to work with the new, semi-standard version in netinet/in.h.
2018-10-29 06:50:47 -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
…
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
Trivial, cosmetic changes from review of last PR.
2018-10-28 06:55:20 -06:00
sockio.h
include/sys/sockio.h, net/netdev/netdev_ioctl.c: Fix a compile error introducted with commit
34db6d1433
. That commit added the semi-standard ip_msfilter structure to netinet/in.h. Howver, there was a non-standard version of that structure in sys/sockio.h. This commit removes the non-standard version of struct ip_msfilter and adapts the IOCTL and device lookup logic in net/netdev to work with the new, semi-standard version in netinet/in.h.
2018-10-29 06:50:47 -06:00
stat.h
Squashed commit of the following:
2018-09-22 14:20:18 -06:00
statfs.h
This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone.
2018-09-24 18:05:09 -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
…
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