nuttx/graphics/vnc/server
Gregory Nutt 97339e47f1 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for those files under graphics/, mm/, net/, sched/, wireless/bluetooth.

Still to do:  Files under fs/, drivers/, and arch.  The last is 116 files and will take some effort.
2020-03-29 20:11:10 +01:00
..
Kconfig Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
vnc_color.c Fix "with with" typos 2020-01-27 08:46:46 +01:00
vnc_fbdev.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
vnc_keymap.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
vnc_negotiate.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vnc_raw.c configs/same70-xplained/twm4nx/defconfig: Switch to 8BPP. That is the negotiated size requested by the VNC client anyway. graphics/vnc/server/vnc_color.c: Fix an error in color conversion. 2019-05-03 17:08:05 -06:00
vnc_receiver.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vnc_rre.c configs/same70-xplained/twm4nx/defconfig: Increase packet MTU to 1500. 2019-05-03 10:45:38 -06:00
vnc_server.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vnc_server.h Run codespell -w against all files 2020-02-22 14:45:07 -06:00
vnc_updater.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00