- Aug 21, 2015
-
-
Gregory Nutt authored
wdogs: Fix counting of free, pre-allocated wdog timers. The could could get decremented below zero in some situations
-
Pavel Pisa authored
recvfrom(): Correct wait for new data when NET_UDP_READAHEAD is enabled. Fix size accounting when recvfrom_udpreadahead() sets state.rf_recvlen == -1. I have not checked if data are accumulated to the right position in the buffer however. Signed-off-by:
Pavel Pisa <ppisa@pikron.com>
-
- Aug 20, 2015
-
-
Gregory Nutt authored
-
- Aug 18, 2015
-
-
Gregory Nutt authored
-
- Aug 17, 2015
-
-
Max Neklyudov authored
-
- Aug 16, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 15, 2015
-
-
Gregory Nutt authored
-
- Aug 14, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 11, 2015
-
-
Gregory Nutt authored
-
Max Neklyudov authored
-
- Aug 10, 2015
-
-
Paul A. Patience authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 09, 2015
-
-
Gregory Nutt authored
-
- Aug 08, 2015
-
-
Gregory Nutt authored
-
- Aug 07, 2015
-
-
Gregory Nutt authored
-
- Aug 06, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 05, 2015
-
-
Gregory Nutt authored
-
- Aug 02, 2015
-
-
Gregory Nutt authored
-
- Aug 01, 2015
-
-
Gregory Nutt authored
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Neklyudov
-
Gregory Nutt authored
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Nekyudov
-
- Jul 30, 2015
-
-
Gregory Nutt authored
-
- Jul 29, 2015
-
-
Gregory Nutt authored
16550 UART Driver: Add a configuration option to indicate the the THR empty bit is inverted. This is the the case for the moxART SoC. Based comments from Anton D. Kachalov
-
Anton D. Kachalov authored
-
Gregory Nutt authored
-
- Jul 24, 2015
-
-
Gregory Nutt authored
sched/: Separate the round-robin logic into a separate file so that it is symmetric with the sporadic stuff. Integrate the sporadic scheduler into the time tick interrupt handling and into the tickless operation.
-
- Jul 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
include/, sched/, and libc/: Add support for sporadic scheduling parameters in struct sched_param, posix_spawnattr_t, and pthread_attr_t. Update all user interfaces to pass sporadic scheduling parameters. Feature is dependent on EXPERIMENTAL and no changes have yet been made to core scheduling logic.
-
Gregory Nutt authored
pthread_create: Fix an (unlikely) error in fallback value in the event of a failure (which should never occur)
-
Gregory Nutt authored
TCB: Increase the size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
-
- Jul 22, 2015
-
-
Gregory Nutt authored
-
- Jul 21, 2015
-
-
Gregory Nutt authored
-