nuttx/libc/misc
2014-11-29 10:59:41 -06:00
..
lib_crc16.c Fix typo/compilation error with USB device DMA memory allocation is enabled 2013-07-12 07:09:24 -06:00
lib_crc32.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
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 make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces 2014-10-08 09:44:15 -06:00
lib_filesem.c Fix an error handling bug in the fread logic 2013-01-11 19:08:51 +00:00
lib_ioctl.c Add some comments 2014-11-29 10:59:41 -06:00
lib_kbddecode.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_kbdencode.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_match.c Decoupling NX user interfaces to support NX kernel build (phase 1) 2013-12-27 13:18:20 -06:00
lib_sendfile.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_slcddecode.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lib_slcdencode.c More SLCD-related fixes 2013-05-26 11:26:34 -06:00
lib_stream.c Fix a couple more places where the wrong allocator is being used 2014-09-11 15:56:04 -06:00
lib_streamsem.c Fix an error handling bug in the fread logic 2013-01-11 19:08:51 +00:00
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