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-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
91e22aeedd5a216c5e5b5185e5f073e6c2c38862
nuttx
/
libc
/
misc
T
History
Gregory Nutt
7ad7163bd3
Updated comments
2014-11-29 17:39:40 -06:00
..
lib_crc16.c
…
lib_crc32.c
…
lib_dbg.c
Move syslog logic from libc/misc and libc/stdio to libc/syslog
2014-10-08 17:16:41 -06:00
lib_dumpbuffer.c
…
lib_filesem.c
…
lib_ioctl.c
Updated comments
2014-11-29 17:39:40 -06:00
lib_kbddecode.c
…
lib_kbdencode.c
…
lib_match.c
…
lib_sendfile.c
…
lib_slcddecode.c
…
lib_slcdencode.c
…
lib_stream.c
…
lib_streamsem.c
…
Make.defs
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