- Feb 25, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Extend the fd_set type definition so that it can handle more than 32 descriptors (if so configured). From Max Neklyudov
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix places where the errno value was being overwritten by subsequent actions so that the returned errno value was incorrect. From Max Neklyudov.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking
-
Gregory Nutt authored
-
Gregory Nutt authored
fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
sauttefk authored
-
sauttefk authored
-
Gregory Nutt authored
CAN driver: Another Ooops... Cannot save the updated driver open count if the we fail to initialize the CAN driver, causing the open to fail
-
Gregory Nutt authored
CAN driver: Oop. unlink method does not exist if there operaions on the pseudo filesystem are disabled
-
sauttefk authored
boards.
-
Gregory Nutt authored
-
Gregory Nutt authored
this line "dev->cd_ocount = tmp;" needs to be moved a few lines down otherwise the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks. SourceForge Patch #46 from Anonymous
-
- Feb 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-