nuttx/mm/iob
Gregory Nutt b21c12bd18 Fix errors found in build testing:
arch/mips/src:  Previous commit used CP0 register definitions that were not defined in the cp0.h header file.  Probably these were from the Microchip hacked up GCC toolchain but are not generally available.  Fix:  Add definitions to NuttX cp0.h header file.

mm/iob:  Eliminate some warnings about testing the value of an undefined pre-processor variable.
2019-05-25 11:45:22 -06:00
..
iob_add_queue.c
iob_alloc_qentry.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_alloc.c mm/iob/iob_alloc.c: iob_allocwait should decrease semcount manually. 2019-01-26 09:24:12 -06:00
iob_clone.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_concat.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_contig.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_copyin.c mm/iob/iob_copyin.c: iob_copyin() should wait for each buffer and adjust the return value of iob_copyin_internal return to simplify the code 2019-01-26 10:48:47 -06:00
iob_copyout.c
iob_dump.c mm/iob/iob_dump.c: Format the whole line before log to avoid the multiple timestamp prefix in each line 2019-01-26 09:44:58 -06:00
iob_free_chain.c
iob_free_qentry.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_free_queue.c
iob_free.c Fix errors found in build testing: 2019-05-25 11:45:22 -06:00
iob_initialize.c sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling. 2018-09-09 08:32:37 -06:00
iob_navail.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_notifier.c mm/iob/iob_notifier.c: Don't check iob_navail in iob_notifier_setup to avoid a potential race condition. 2019-01-26 09:43:54 -06:00
iob_pack.c mm/iob: Miscellaneous changes and fixes from code review. 2019-01-26 09:56:27 -06:00
iob_peek_queue.c
iob_remove_queue.c
iob_test.c
iob_trimhead_queue.c
iob_trimhead.c
iob_trimtail.c
iob.h sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling. 2018-09-09 08:32:37 -06:00
Kconfig sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix. 2019-01-27 11:02:56 -06:00
Make.defs sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling. 2018-09-09 08:32:37 -06:00