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-19 20:06:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7b6cff6f84d2fa524cc021a323f41d4621e6995e
nuttx
/
include
/
sys
T
History
Nathan Hartman
be5a40c656
Fix typos in comments.
2019-08-21 09:32:59 -06:00
..
boardctl.h
Fix typos in comments.
2019-08-21 09:32:59 -06:00
custom_file.h
…
epoll.h
…
ioctl.h
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
2019-02-11 15:47:25 -06:00
ipc.h
…
mman.h
A little more progress toward the implementation of per-window framebuffers. Still missing:
2019-03-14 11:20:14 -06:00
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
include/sys/select.h: Fix compiler error when CONFIG_NSOCKET_DESCRIPTORS is undefined.
2019-03-26 09:20:23 -06:00
sendfile.h
…
shm.h
…
socket.h
include/net and include/sys: align the constant values with values in the linux kernel which makes targeting the usrsock server to Linux kernel easier.
2018-11-09 11:50:00 -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
Addes the ARM mbed littlefs to NuttX
2019-01-09 14:26:51 -06:00
syscall.h
include/sys/syscall.h: Correct some typos.
2019-08-13 16:12:58 -06:00
time.h
…
types.h
…
uio.h
…
un.h
…
utsname.h
libs/unistd and other affected files: Hostname support no longer depends on CONFIG_NET since the host name is also useful in the non-network environment. CONFIG_NET_HOSTNAME changed to CONFIG_LIB_HOSTNAME.
2019-01-27 06:56:16 -06:00
vfs.h
…
wait.h
…