nuttx/graphics/nxmu
Gregory Nutt 50ca32e254 Squashed commit of the following:
sched/:  Convert legitimate uses of task_create() to nxtask_create().  Review handling of returned values from all uses of kthread_create() (as well as nxtask_create()).
    graphics/:  Review return values for all calls to kthread_start() because it no longer returns an errno.
    drivers/:  threads started by drivers should be kernel threads, not user tasks.  Review return values for all calls to kthread_start() because it no longer returns an errno.
    configs/:  threads started by board bringup logic should be kernel threads, not user tasksi (part 2 of 2).
    sched/task:  Add nxtask_create().  Kthread_create() and nxtask_create() are internal OS functions and should not modify the errno variable.  configs/:  threads started by board bringup logic should be kernel threads, not user tasks.
2018-01-31 16:11:54 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Make.defs This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
nx_start.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
nxfe.h Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_kbdin.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_mouse.c wireless/ieee802154: Fix a warning found in build testing. Mouse input: Cosmetic changes while reviewing logic. 2017-11-03 09:21:19 -06:00
nxmu_openwindow.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_redrawreq.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_releasebkgd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_reportposition.c graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 2016-06-12 11:11:57 -06:00
nxmu_requestbkgd.c binfmt/, drivers/, graphics/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). 2018-01-30 17:23:10 -06:00
nxmu_sendclient.c Squashed commit of the following: 2017-10-10 08:44:12 -06:00
nxmu_sendclientwindow.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_server.c binfmt/, drivers/, graphics/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). 2018-01-30 17:23:10 -06:00