- Nov 12, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove the definition of INT_FAST32_MIN which is already defined in stdint.h (the correct location). From Lorenz Meier.
-
Gregory Nutt authored
-
Gregory Nutt authored
The definition of strncpy() is that empty space should be zero-filled, the patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier.
-
Gregory Nutt authored
Defines inline functions as not instrumented - this is relevant for anyone using instrumentation. From Lorenz Meier.
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix prolblems with redefinitions of fdb macro. With the fix to the syslog prototype, a LOG priority must now be the first paramter. Fixed by replacing all occurrences of fdbg with syslog(LOG_DEBUG, and eliminating the macro redefinitions. Noted by Sebastien Lorquet.
-
Gregory Nutt authored
semaphore to destroy. From Lorenz Meier.
-
- Nov 11, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Check link target - do nothing if link is already created and the target matches the request. From Freddie Chopin.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 09, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 08, 2014
-
-
Gregory Nutt authored
-
- Nov 07, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 06, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilation errors. Noted by Lorenz Meier
-
- Nov 05, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-