This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-16 01:41:17 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
06866bb2c5bd708afc04b68351fa4021d423cf81
nuttx
/
include
/
sys
T
History
Gregory Nutt
97acb5d9ee
Update Documentation
2015-04-01 09:05:43 -06:00
..
boardctl.h
Update Documentation
2015-04-01 09:05:43 -06:00
custom_file.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
2015-03-14 16:48:45 -06:00
prctl.h
…
select.h
Extend the fd_set type definition so that it can handle more than 32 descriptors (if so configured). From Max Neklyudov
2015-02-25 08:05:42 -06:00
sendfile.h
…
shm.h
…
socket.h
…
sockio.h
…
stat.h
…
statfs.h
…
syscall.h
boardctl(): Add a new non-standard OS interface. This is similar to a driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
2015-03-31 11:25:52 -06:00
time.h
…
types.h
Costmetic updates comments and style; Add NFS dependency on IPv4
2015-02-26 06:04:23 -06:00
un.h
…
vfs.h
…
wait.h
…