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 03:13:56 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
08ff68edecf5b54da643df3db870eef5c9e3250e
nuttx
/
include
/
sys
T
History
Joao Matos
08ff68edec
sched/pthread: Added non-standard pthread_get_stackaddr_np() and pthread_get_stacksize_np().
2019-04-04 10:30:46 -06:00
..
boardctl.h
configs/boardctl.c, include/sys/boardctl.h: Add a command to start the VNC server.
2019-04-02 06:32:55 -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
…
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
…
sockio.h
…
stat.h
…
statfs.h
…
syscall.h
sched/pthread: Added non-standard pthread_get_stackaddr_np() and pthread_get_stacksize_np().
2019-04-04 10:30:46 -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
…