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-10 19:35:12 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4a8b750ecd2c17d89a5bce8035503dbdcf81f32b
nuttx
/
include
/
sys
T
History
ligd
4a8b750ecd
ibs/libc/net: Add basic implementation for recvmsg and sendmsg per OpenGroup.org specification.
2018-11-09 11:39:05 -06:00
..
boardctl.h
…
custom_file.h
…
epoll.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
param.h
…
prctl.h
…
random.h
…
resource.h
Fix typographical error in endian.h and resource.h
2018-11-09 09:05:48 -06:00
select.h
sched/signal and syscall/: Add support for pselect() and ppoll() functions
2018-11-08 07:45:23 -06:00
sendfile.h
…
shm.h
…
socket.h
ibs/libc/net: Add basic implementation for recvmsg and sendmsg per OpenGroup.org specification.
2018-11-09 11:39:05 -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
sched/signal and syscall/: Add support for pselect() and ppoll() functions
2018-11-08 07:45:23 -06:00
time.h
…
types.h
…
uio.h
…
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