This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
sys
History
Gregory Nutt
e31d5125ae
Add support for a variadic ioctl() function. The ioctl() interface is a non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
2014-11-29 10:53:22 -06:00
..
ioctl.h
Add support for a variadic ioctl() function. The ioctl() interface is a non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
2014-11-29 10:53:22 -06:00
ipc.h
Flesh out basic logic for shmget()
2014-09-23 10:42:18 -06:00
mman.h
Add shared memory definitions, types, prototypes
2014-09-22 09:29:37 -06:00
mount.h
…
prctl.h
…
select.h
…
sendfile.h
…
shm.h
Add shared memory initializatin logic
2014-09-23 08:46:31 -06:00
socket.h
…
sockio.h
sockio.h needs to include netinet/in.h for struct in_addr
2014-06-03 10:10:54 -06:00
stat.h
More testing, bugfixes and integration of VFS-based named semaphores
2014-09-28 17:30:42 -06:00
statfs.h
…
syscall.h
Add support for a variadic ioctl() function. The ioctl() interface is a non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
2014-11-29 10:53:22 -06:00
time.h
…
types.h
Add shared memory definitions, types, prototypes
2014-09-22 09:29:37 -06:00
vfs.h
…
wait.h
…