- Sep 12, 2015
-
-
Gregory Nutt authored
-
- Sep 11, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix issues detected by clang
-
Paul A. Patience authored
-
- Sep 10, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 09, 2015
-
-
Pierre-noel Bouteville authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 08, 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
-
- Sep 07, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Logic for delayed memory garbage collection for the case of user space memory will not work as implemented for the case of the kernel build. That is because the correct context is in place in order to free the user memory when sched_kufree is called, but will not be in place later when the memory garbage collection runs. If this feature is really needed, then some more substantial redesign is required
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
SSD1351 driver: add 8-bit parallel interface
-
- Sep 06, 2015
-
-
Paul A. Patience authored
-
Gregory Nutt authored
-
- Sep 05, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1
-
- Sep 04, 2015
-
-
Gregory Nutt authored
Fix typos
-
Paul A. Patience authored
-
Gregory Nutt authored
-
- Sep 03, 2015
-
-
OrbitalFox authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
net/tcp: The logic that binds a specific networkd device to a connection was faulty for the case of multiple network devices. On bind(), the local address should be used to associate a device with the connection (if the local address is not INADDR_ANY); On connect(), the remote address should be used (in case the local address is INADDR_ANY). On accept(), it does not matter but the remote address is the one guarenteed to be available.
-
- Sep 02, 2015
-
-
Gregory Nutt authored
-